-
All I can say is, SUEET ! It is a project that integrates best of breed Open Source .NET software to produce an online community suite. That makes it a direct competitor to Community Server and, to a smaller extent, mojoPortal . I’ll be looking at the possibility of migrating That Stupid Club which...
-
So I have the links to all the stuff I use in one place: bgiframe BlockUI Cycle FCKEditor Flash form hoverIntent jQMinMax Lightbox (balupton edition) Metadata Multiple File Upload Validation Superfish Impromptu Thickbox and of course, jQuery and jQuery UI . Addendum (26 Nov): FlexBox Jcrop Facelist jGrowl
-
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....
-
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 attributes of the SubSonicService tag down to the...
-
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 home page of the web application, so far so good....
-
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 has only eight commands. Wow! "Hello World!" looks...
-
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, not too impressive but I'm sharing it anyway in the...
-
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 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 .
-
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 with the URL of your blog, as Azeem requested...
-
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 release. I would appreciate feedback or, even better...
-
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...
-
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...