Browse by Tags

27 August 2007
Classic ASP High Jinks: Windows Script 5.7
Its been a long time since I touched any classic ASP, apart from the odd quick fix to legacy projects. Anyway, I recently helped a friend out with a project, and was surprised to learn that there was an update to Windows Script, from 5.6 to 5.7. Wow! 5.6 shipped with XP, so its at least 5 years old.... Read More...
Filed under: , ,
26 September 2006
Filtery Redux
Filtery is a beautiful piece of code by Justin Whitford that I came across back when it was new (Feb 2003!) and have used it in various projects since. In a recent project, the number of items to be filtered was large enough that the browser noticeably slowed down during the script execution. As originally... Read More...
Filed under: , ,
06 April 2006
Tabbable 0.1
I needed a light-weight tabbing widget for one of the projects I was working on, and not finding anything satisfactory decided to throw one together. The objective was to make it as simple to use as possible. The content to be tabbed should be marked up like so: <div id="tab1" class="tabbable">1st... Read More...
Filed under: , ,