I had a situation where I wanted to delay the load of my page, until all content was loaded. The problem was, I was making a call to a PHP routine that would build a dynamic XML file that I was using to build a Spry data set. Yeah, Yeah, I know, Spry right. Don’t […]
CSS Alternatives to JavaScript
I came across the following post at the SpeckBoy site as I was looking for alternatives to using JQuery. While this didn’t really help with what I was looking for, there were some very neat things that I discovered. http://speckyboy.com/2010/04/26/30-pure-css-alternatives-to-javascript/