Posts Tagged ‘App Dev’

Easily lock your folder

December 13, 2010 - 4 Comments - App Development, C#.NET Code

Background
There are always time you found you need to hide some sensitive information. There are a few solutions out there where allow you to encrypt your folder although it will takes a bit of time for the encryption (and cost money to buy). Some of my friends choose to use Windows folder hide attribution or [...]

Article Tags: , , , , ,

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

February 9, 2010 - 5 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 - 8 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 - 4 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: , ,