Stories

Metal Releases ICalendar

Metal Releases ICalendar

This simple ruby script parse http://www.metalstorm.ee/ and create ical file with new and upcoming releases. You can find it here.If you want to see it...
Cross Domain Request

Cross Domain Request

Using this object you can make cross domain requests. Server side php script could be placed in any domain and any server that supports curl,...
Cross Browser XSL Wrapper

Cross Browser XSL Wrapper

Simple and easy wrapper for transformation XML document with XSL on client side. Supports: Firefox, Opera and IE. How use it ? var xml =...
Javascript Class Builder

Javascript Class Builder

Simple (yet) function that make pseudo class creation simple. Example class: Class({ clazz: { clazz: function( smth ){ this.foobar = smth; }, foobar: 'default', getFoobar:...