Browse by Tags

All Tags » Code (RSS)

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!...
Filed under: , ,

SubSonic 2.0 Beta 3

Made another attempt to update the current project I am working on from SubSonic 1.0.6 to the newly released 2.0 Beta 3. The issue I had with Beta 1 is gone. Great job. As a public service, these were the things I needed to do for the update. Move the...
Filed under:

SubSonic 2.0 Beta 1

SubSonic has shipped 2.0 Beta 1 . I have used SubSonic (formerly ActionPack) in a few projects now and I have been waiting for this release. Very exciting. So I downloaded the zip file, updated the DLLs, web.config, compiled successfully. Went to the...
Filed under:

brainfuck

Just found out about brainfuck from Peter Schneider's blog post about his Powershell brainfuck interpreter and compiler . Classed as an " esoteric programming language ". So subversive. And such an appropriate name. Created by Urban Müller in 1993, it...
Filed under:

CS 2.1 Optimised CSS

I decided to hand optimise the default CSS that came with the CS 2.1 package, both for the mental exercise as well as to derive a less verbose set for me to customise any future CS projects from. The totaled file size is reduced from 179 KB to 140 KB...
Filed under: , ,

Intense for CS 2.1

Originally a design by sofaspud , adapted for Wordpress by Sadish which was used as the basis for the CS 2.1 adaptation. Get it .

Kubrick for CS 2.1

Kubrick is, of course, the default theme of Wordpress. I have been working on it on and off, and I figure I should release it before the imminent release of the first beta of CS3. Included is a variant ChinaRed. Get it .

White as Milk for CS 2.1

Yet another adaptation of a minimalist Wordpress theme, "White as Milk" by Azeem Azeez . I did the variant with the dark background by request. Not quite happy with it, but I think its usable. Get it . Please comment if you are planning to use it, together...

Barthelme for CS 2.1

After working on it on and off for a while it is finally (I think) ready for release. There probably will be issues as its only been tested on my own blog. The CSS definitely has some extraneous stuff which I will be working to be rid of for the next...

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...
Filed under: , ,

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...
Filed under: , ,