Viewing events attached to elements via JavaScript
If like myself, you often attach functions to elements using jQuery, for example: $('.btnName').live('click', function() { //do something }); There…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If like myself, you often attach functions to elements using jQuery, for example: $('.btnName').live('click', function() { //do something }); There…
We had an odd thing today, whilst performing a apply-db-changes we received the error: You have an error in your…
Have had some serious problems getting this working, but after a 4 hour head bashing session, we’ve cracked it. CREATE…
When creating a Zend Framework site, its always best to keep the Zend library as an external source. This way…
How to recursively add all new files to SVN > svn add --force * Saves a whole bunch of time…