Posts Tagged ‘App Dev’

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: , ,

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: , , , ,

Config for Subsonic in Winform

April 11, 2009 - 2 Comments - C#.NET Code

To use Subsonic as an DAL in your windows application, you will need to do a bit more work then for Web App.

Article Tags: ,

Convert from stream to string

- No Comments - C#.NET Code

Convert from stream to string

Article Tags: , ,

Close form to system tray

- 1 Comment - C#.NET Code

Instead of close down the app, the app hide in the system tray instead.

Article Tags: , ,