Author: Kah Hong


Posted on: 5th December 2008

No Comments

Category: Programming, Work

I spent some time in the past week getting started on PHP, and so far I’ve covered majority of the basic concepts. The syntax of PHP is quite similar to Java which I’m already familiar with, so the examples given have been easier to follow and understand. Another area that these languages have in common [...]

Tags: , , , , , , , ,

Author: Kah Hong


Posted on: 7th November 2008

No Comments

Category: Programming, School

Object-oriented programming has been the tripping stone for me in Java programming module so far, yet it essentially represents the core of the language. It’s taken me a bit of time to accustom to the idea of constructors, accessors and mutators, but writing methods for these have easily become habits now. 
I’ve spent quite a fair [...]

Tags: , ,