I\'m having some issues deploying a CakePHP application on a secure server. The administrator has installed mod_security2, and it throws up an error when trying to validate my POST data from forms.
I\'ve been developing an application in CakePHP recently, and all was well until it wasn\'t. On our development server (which I control) the application runs just fine. On the live server (which our u
It seems that in Javascript, if you have a reference to some DOM element, and then modify the DOM by adding additional elements to document.body, your DOM reference becomes invalidated.