Archive For May, 2011
Javascript files can get pretty messy pretty quick if you prefer to keep everything contained in one javascript file. Together with jQuery, I find that creating objects using the literal notation form works best. Just like any language, it’s ideal to create objects that represent something or else you’re back to square one. An example [...]
A not so new feature of PHP which dates back to version 5.0 is PDO (PHP Data Objects). PDO is a data-access abstraction layer that can access several database engines whilst maintaining the same set of functions. I’m surprised I hadn’t discovered PDO earlier considering its been around way before I knew PHP. As part [...]
It’s time to get back on the bandwagon. My final year project is to create a website that combines property sales with social actions, something like a social website for property sales. The idea is to remove the need for an estate agent. Whats required? Apart from a lot of programming time, some research, a [...]

