Moving my blog to its new home

January 27, 2012 - No Comments - General

I decided to go back to Vietnam after a few years in UK and start my own venture VietConnect. We develop .NET system and .NET/PHP websites. Our main website is at http://vietconn.com. As the business going alright so far, I decide to move my blog over there as well. So all my new posts as [...]

Article

gTalk Add In for Visual Studio

May 25, 2011 - 5 Comments - App Development

gTalk

Developers normally don’t want a chat when working, but if you want to talk with your friends, do it in style. gTalk add-in is a gtalk client inside Visual Studio. You can dock, hide the client as a debug window. If you want to write your own client, feel free to check on my code.

Moving from SVN to Mercurial

May 12, 2011 - 5 Comments - App Development, Web Development

Tortoise HG
When I start at my company, their system uses a very old SVN system. It’s slow, it can’t even branch properly and give me conflicts all the time. So the very first thing is to migrate it to a new version control system. I wrote a tutorial about starting with Git before, so I’m quite tempting to use Git, but in the end I decide to go for Mercurial. This article will show you how to move your existing projects in SVN to a mercurial repository.

Article Tags: , , , ,

Release new version of ImageSwitch 1.1.0

January 24, 2011 - 4 Comments - jQuery

I’ve just release a small update for the ImageSwitch. It’s now compatible with all jQuery(used to break in >v1.3).

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