Archive for the ‘Tutorial’ Category


How To Install Delphi Jedi JVCL JCL ?

I still love free component from Delphi JEDI JVCL, JCL as one of the component contributor, i wrote this tutorial to give short guide how to install JVCL 3 to Delphi using JEDI Installer. You can install JCL first, because JVCL has dependecies to JCL, go to JCL folder then run install.bat, you can also [...]

Read More...

Openbravopos How To Suspend Transaction

Do you think you need suspend transaction feature in OpenbravoPOS ? I found some user asking how to suspend transaction in openbravoPOS, in the original version there is no suspend transaction feature. The case that i found is, Customer came to Cafe and order some coffee, bread, and other item, then they said hold the [...]

Read More...

Add Virtual Column To DBGrid

Goal : add virtual column in the left side of DBGrid component. Why we need to add virtual column, from user experience, they need to identify how many row in the DBGrid. You can solve this using row color to differentiate between even and odd row. In fact, when there are so many approach, to [...]

Read More...

PHP MySQL Query Case Sensitive

MySQL is the database that will differentiate between lowercase and uppercase fieldname, if you define the field name using lowercase then you should follow the lowercase field name in your programming code. In PHP there are no error found if you access the fieldname using lowercase or uppercase, instead the result will not display or blank result. In [...]

Read More...

Extract, Decode, Insert, PHP And MySQL Date Time

I am delphi programmer, in Delphi i use Now() to get the current datetime, how about in PHP ? In PHP getdate() will similar with Delphi Now() function, and in PHP we get the simple way to extract the year, day, and month. Let’s take a look a sample below: <?   $currentDate = getdate(); $dateRegistered = [...]

Read More...

if elseif endif with colon :

Colon in PHP is not just as ternary operator, but it applied as part of control structure for conditional structure such as if…elseif….endif, for..endfor, it became human readable instead of using brace open { and close brace }, here is the sample: /* Correct Method: */ if($a > $b): echo $a.” is greater than “.$b; [...]

Read More...

JavaScript Going Nowhere ?

JavaScript would be usefull to validate user entry to fill the form, because it validate in user browser. But becarefull when using JavaScript, one mistypo can make your JavaScript cannot run properly or JavaScript going nowhere. Here is the simple code to why JavaScript will going nowhere, function checkForm() { var cemail, cpassword1, cpassword2,cfirstname, clastname; [...]

Read More...

The TicketLineInfo Class

Today i will answer the question from david, he asking me by sending me email to ask about dMultiplyUnits. dMultiplyUnits variable is the only variable which will store how much customer bought your product quantity. The TicketLineInfo will capture all the transaction and process into structure database. Let’s look at the picture, that is the [...]

Read More...

Library for OpenbravoPOS, Netbeans Platform

If you are using Netbeans as favourite development of OpenbravoPOS, it is necessary to understand all library that will need by OpenbravoPOS. Click the image on the left to see the larger view, if you found error, red notice inside netbeans, or when you press build and doing running test of OpenbravoPOS, it will happen [...]

Read More...

Ingredients Code

To see the code inside of OpenbravoPOS, use Netbeans to open and edit the code, better using Netbeans 6.8 or latest version. Current release when this article created is version 7.0. After you add new project base on source code inside Netbeans, and add proper library in order source doesn’t have warning error, go to [...]

Read More...

How To Extend OpenbravoPOS With Ingredients ?

I have publish my code regarding to extend openbravopos in openbravo forums, also the guidance how to exploit and use the java code in order POS can work with ingredients. Many of you could be wondering how it will work, or could be takes time to understand the java code inside of it, if you [...]

Read More...

How To Make Online Shop ?

For starter business, should be wonder how to make online shop or something ? Next questions would be, all right, i want to reduce cost to sell online, i found some vendor offering expensive software to online, well the answer is do not afraid to do online, or create online shop. There more step to [...]

Read More...

Free Tutorial Website Design And Drawing Tutorial

For the novice or new to the web design, should be wondering, how to create a website, how to create great website, from where ? should the web create from notepad ? or from graphic ? All you need answer for all of your questions regarding website design could be answered to this article: Designing [...]

Read More...

Adobe Flash: Exporting Item Library

Wonder, if you get resource from client that wrapped up into single adobe flash, and they not giving you more image, instead they only give you one file of flash, or one file of flash file. Then your client ask you, just use image on the flash file to build the website or design the [...]

Read More...

Beware: Masking Facebook Password as Email

The cracker never surrender to eliminate and to gain profit from the top of website to manipulate people and gaining some information using email. They sending spam and masking this email as legal Facebook tool to change password, but it is not. This is fake and will redirecting your click to another website, not the [...]

Read More...

Windows XP Startup Hang, Slow

You don’t know what you deal with, you just mess up with the misery of windows xp, what are you going to do ? you cannot work, you cannot to do anything, in fact you just making any word of complain, do not worry. If you find your windows xp going slow and when windows [...]

Read More...

SEO, How To Make Your Site Listed At Google Fast

All right, you buy domain name and already set up your site or blog, but you need reader to come to your site, what are you going to do ? Don’t worry, be happy. Google give you tool to do this, you need to sign up at google and go to google webmaster tool. In [...]

Read More...

Dawn Of War II, There Is Only War, Updated

What you expect when playing game ? i want great art of the character, detail character, great landscape, when i scroll mouse up and down i can view character life as realistic as i expected. I want sophisticated audio, i want more detail but not too many complicated when playing and knowing each feature of [...]

Read More...

Blog #28, CEO Bob Parson, How I Built 3 Mega Million $$$

An encourage and inspire video lesson from CEO GoDaddy.com Bob Parson, this lesson will teach you about an edge of your business, an entertaint visualization from video, i like this video, i just notice about an edge and three lesson of this video, quick decision, quick payment, quick delivery. It just make you woke up [...]

Read More...

Aly and AJ Logo Contest

Logo contest has been spread by Aly and Aj, i just got email this morning regarding this  contest. Do you ever heard the song “Potential Break Up Song”, that’s from Aly and Aj, both of them have great talent in music, they play guitar and do as vocal too. Their website looks great with big [...]

Read More...
Copyright© 2009-2011 Webceraton. All Rights Reserverd. Forum Contact About