Archive For The “Uncategorized” Category

Summer

By | September 9, 2011

Is over, yay! My favorite time of the year is here. So over summer I should have been working on my University project, I did some.  I have instead, taken residence at a local creative studio writing loads of code and sipping lots of coffee, good times!! I have been focusing on my iOS development [...]

Read more »

Out with mysql in with PDO

By | May 16, 2011

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 [...]

Read more »