Archive for December, 2007

jQuery tablesorter - sorting tables is easy

Tuesday, December 11th, 2007

This is a continuation of the scrolling and toggling tutorial. Some of it’s content is discussed here, without much explanation.


We have now introduced sorting a table with the jQuery tablesorter plugin and scrolling the main window upwards to compensate for toggling a div off. In effect, when we toggle the visibility of a div on we scroll down to that div so it ends up slightly below the top of the screen. When we toggle it off we scroll back by the height of the div to get back to somewhere in the vicinity of where we were when the div was toggled on. ... Read More

Writing a CMS/Community with Smarty and the Zend Framework: Part 6

Friday, December 7th, 2007

This time we will take a look at the current state of the gallery section.... Read More

Multiple uploads with jQuery and Flex or Flash

Friday, December 7th, 2007

Update 01/11/2008: There is now a new Flash only version that works properly with version 10 of the player.... Read More

jQuery - making scrolling and toggling simple

Wednesday, December 5th, 2007

I recently discovered jQuery and I thought it looked great. I could hardly wait to try it out in a project and the time has finally come.


In this case we have a list of feeds with the following requirements:... Read More

Wordpress Code Separation and Syntax Highlighting

Saturday, December 1st, 2007

I recently had a comment from a guy named Daniel about the code separation plugin I’m using. First I felt inclined to answer in a comment but I feel that the problem he is talking about deserves it’s own thread.... Read More