Posts Tagged ‘php’

Php 5.3.3 Upgrade, Mysql 5 Connection Problem Solved

by David Joly | Wednesday, September 1st, 2010

Today I decided to upgrade PHP on my Windows 7 64-bit development machine. I downloaded PHP 5.3.3, configured it, made sure my environment variables were all good, installed pear, xdebug, and phpunit. Everything looked good, so I fired up Apache, and went back to work. BAM! Read More…

Discovering jQuery’s data() function

by David Joly | Tuesday, March 23rd, 2010

If you have programmed an Ajax web app, you know that manipulating the DOM from a callback function is easy. Manipulating data can be a little bit tricky though, because previously declared javascript variables are not available to the callback function. Read More…