Stories

Netvibes Customize bugfixes

Netvibes Customize bugfixes

Some netvibes customize plugin bugfixes: RSS reader opacity fixed Version problem fixed Red counts problem fixed
Ruby Colorized Console

Ruby Colorized Console

I wrote a simple ruby string class extension to displays console colors easier using ANSI escape sequences. Links for project page, and documentation page.
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 in action, click here.
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, fopen.
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 ?
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: function(){ return this.