Posts for language-features
Choice is bad; PHP has too many Frameworks/CMSs
One thing I find frustrating with PHP is the number of different frameworks and content management systems available. It seems every company, organization and often individual has a preferred framewor
Languages I've learned in order
This is a list of the languages I've learned over the years in order. Starting with what I first learnt and going by when I started, not when I became 'good.' I'm not that competent with a lot of thes
PHP 5.3... too late?
PHP 5.3 is around the corner, it’s got a bunch of handy new features. Yet, why am I not excited?
PHP users seem to have a horrible horrible habit of not upgrading quickly (if at all). Looking at re
JavaScript Object Manipulation
<p class="MsoNormal">JavaScript is a very dynamic language, so much so that you can redefine and change objects on the fly. This can be a strange concept to programmers from a more traditional OO back
Lambda Functions - Does your language support it?
What are Lambda functions? Basically lambdas are functions that can be treated as anonymous or as objects. It depends on the language that is being used. They are very useful and at the core of the Functional Programming paradigm.