Blog
2017-09-25
PHP uses ( condition )? true : fault; as a grammar for simple condition testing. It is same as If condition then true else fault in BASIC.
2017-09-24
If you postpone what you can do today to tomorrow, you will postpone what you can do to a day after tomorrow and so on. You cannot never finish anything you don't start.
2017-09-23
What a nice weather we are having today. I am hoping Kiroboto will be ready for pre-release showing next week.
2017-09-22
This is how you compare two values. Again type is the main reason I cannot get result.
2017-09-22
I have no idea why I need to learn about GLOBALS ... I guess I will be using it later.
2017-09-21
I spent entire afternoon talking about Ezell's Famous Chicken project for Japan. During this meeting, I think we came up with few points that needed to addressed. I am skipping the PSP study today.
2017-09-20
With is I know what kind of server environment my program is running.
2017-09-19
It is sometime important to understand what kind of data you are dealing with. This is specially useful when you are trying to verify user input.