Posts for tips-and-tricks
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
Resources for learning JavaScript
Ajax has been around for yonks now and it’s not news. However, many people seem to still shy away from learning JavaScript. Having JavaScript or more specifically ECMAScript under your belt is really
HTML DOM and easy screen scraping in PHP
One of my favourite features in JavaScript is its ability to interact with the DOM so easily. This is made even easier by various JavaScript libraries and their selector engines largely based on CSS e
Analysing PHP Objects and Classes
<p class="MsoNormal"><span lang="EN-GB">Due to the dynamic nature of PHP as a programming language it can be quite difficult to determine what is happening. This is then even harder if you don’t have