Web Development

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

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

January 20, 2010 - 6 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: , ,

Customize HTML control with jQuery (Checkbox + Radio)

July 9, 2009 - 38 Comments - jQuery, Web Development

customizehtmlcontrols
In web development/design, there’re a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox. It will be very simple, just need a few lines of jQuery and CSS.

Article Tags:

The guide to basic Git for absolutely beginer

May 27, 2009 - 7 Comments - App Development, Web Development


In my company, we use SVN as our revision system, so I have to use SVN at work everyday. It’s good at a certain level however there are also a lot of limit behind its structure. So I decide to move to Git to see if this system any better.

Article Tags: ,