CSS Tidy Up – Tidy up all your css online or offline


February 9, 2010 - No Comments - Uncategorized


Finally posted one of my favourite web dev tool live today. CSS Tidy Up does extractly what it named. You throw in a mess up, non-formatted CSS, choose a format you want and click “Do the magic” button. It will return you a proccessed CSS in your selected format.

Article Tags: , ,

What’s going on in the net lately


February 4, 2010 - 1 Comment - General


I’m never really good at writing news post, but with all the burning hot topics lately, I just can’t turn away from it anymore.

Article Tags: , , , ,

Did you know about db4o – a brilliant object oriented database


January 27, 2010 - 7 Comments - App Development

db4o-slash
Db4o. It’s an object oriented database. It’s so simple, so easy to learn, well, you nearly don’t need to remember anything new.

Article Tags: , , , ,

Application to fix case sensitive problem when move your website website to linux server


January 20, 2010 - 3 Comments - Web Development


I have a trouble with case sensitive when moving to a linux server. I tried to google around but couldn’t find the solution for this. The only way I have in mind is manually change all the links in my pages which is hundreds of them. So I decided to write a quick small application to do this for me. I think I should share it here. Even not a many people have this problem but when they got it, at least there is some help.

Article Tags: , ,

Damn case sensitive


January 17, 2010 - 1 Comment - Uncategorized


I moved my website today to a server. The problem is I have always been using a Windows web server so I have never care about case sensitive before. But now I moved to a Linux server, the problem starts.

Article