Web Development

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

Customize HTML control with jQuery (Checkbox + Radio)

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

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

New jQuery plugin: tabSwitch – tab box couldn’t be any easier

April 14, 2009 - 8 Comments - jQuery

tabSwitch is a tab/slider plugin for jQuery. You could make a tab box system with the least of code and still fully customizable. Currently, you could choose from 7 different effects with 2 view styles. You could also hot swap the effects around in runtime.

Article Tags:

How to make plugin $.extLinks: Control the links

April 7, 2009 - No Comments - jQuery

external links head
I wrote an article back in February about open external links in a new tab and I received a few emails regard of it. Open links in a new tab is quite controversial, as many articles said we should put user in control instead of enforce user to open link in a new tab. So I write this plugin to give user more choices instead of enforce them to open it in a new link.

Article Tags: