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 worry, working to move everything over to jQuery. Anyway, if you are looking for a simple solution to delay page … [Read more...]
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/ … [Read more...]