Teambox for your project management


Teambox is an open source project collaboration tool. It is written with Ruby on Rails and you can find the details here.
Continue reading Teambox for your project management

Officezilla: Projectmanagement and client management

I just played around with Officezilla and found it very useful.

I found some great things with this online app. It’s free and no limit on the number of users you can add.You can create groups, users and projects. Then you assign users for certain projects. This means you can show a project [...]

SelectorGadget: point and click CSS selectors Updated

SelectorGadget: point and click CSS selectors is updated on 10th March 09. If you have a previous version like me, it’s a good idea to update it.

This is a great bookmarklet to have on FF.Created by Andrew Cantino and Kyle Maxwell.

Xobni Outlook plugin

I found this Xobni Outlook plug-in very useful.

Douglas Crockford: "The JavaScript Programming Language"/1 of 4

From Yahoo! Video.

Douglas Crockford: "The JavaScript Programming Language"/1 of 4 @ Yahoo! Video

WordPress Podcast by Drew Douglass from Themeforest.net

This is a nice series of WordPress podcast. I have not used wp yet, but it seems very easy to use it. Great tutorials. I highly recommend to subscribe Themforest RSS.This is Day 7. If you want to watch from Day 1, visit Themeforest.net. You can find other great podcasts as well, such [...]

The Ajax Experience resources link

You can find great videos and power points at The Ajax Experience.

Set Font Size Based On Word Count

Chris Coyier from CSS-trics gave us a snippet how to set font size based on word count.http://css-tricks.com/set-font-size-based-on-word-count/There are mootools and jquery script. Jquery script uses if, else if, else statement. Easy to understand.Thanks Chris.