<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HieuUK &#187; Web Development</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/category/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog</link>
	<description>Creative Programing</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:35:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Application to fix case sensitive problem when move your website website to linux server</title>
		<link>http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:54:18 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[case sensitive]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=834</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/" rel="attachment wp-att-902"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/all-to-lower.jpg" alt="" title="all-to-lower" width="480" height="118" class="aligncenter size-full wp-image-902" /></a>
I have <a href="http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/">a trouble with case sensitive</a> 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.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/' rel='bookmark' title='Permanent Link: Damn case sensitive'>Damn case sensitive</a> <small> I moved my website today to a server. The...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/02/04/whats-going-on-in-the-net-lately/' rel='bookmark' title='Permanent Link: What&#8217;s going on in the net lately'>What&#8217;s going on in the net lately</a> <small> I'm never really good at writing news post, but...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Customize HTML control with jQuery (Checkbox + Radio)</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:45:59 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804</guid>
		<description><![CDATA[<img src="http://www.hieu.co.uk/blog/wp-content/uploads/customizehtmlcontrols.jpg" alt="customizehtmlcontrols" title="customizehtmlcontrols" width="450" height="100" class="aligncenter size-full wp-image-805" />
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.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/' rel='bookmark' title='Permanent Link: Application to fix case sensitive problem when move your website website to linux server'>Application to fix case sensitive problem when move your website website to linux server</a> <small> I have a trouble with case sensitive when moving...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/' rel='bookmark' title='Permanent Link: Damn case sensitive'>Damn case sensitive</a> <small> I moved my website today to a server. The...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>The guide to basic Git for absolutely beginer</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/05/27/the-guide-to-basic-git-for-absolutely-beginer/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/05/27/the-guide-to-basic-git-for-absolutely-beginer/#comments</comments>
		<pubDate>Wed, 27 May 2009 23:10:39 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[App Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Revision]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=774</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/05/27/the-guide-to-basic-git-for-absolutely-beginer/" rel="attachment wp-att-928"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/git-slash.jpg" alt="" title="git-slash" width="480" height="118" class="aligncenter size-full wp-image-928" /></a>
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. 



Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/' rel='bookmark' title='Permanent Link: Application to fix case sensitive problem when move your website website to linux server'>Application to fix case sensitive problem when move your website website to linux server</a> <small> I have a trouble with case sensitive when moving...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/05/27/the-guide-to-basic-git-for-absolutely-beginer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New jQuery plugin: tabSwitch &#8211; tab box couldn&#8217;t be any easier</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/14/newjqueryplugintabswitch/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/14/newjqueryplugintabswitch/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:07:06 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=461</guid>
		<description><![CDATA[tabSwitch is a <strong>tab/slider plugin</strong> for jQuery. You could make a tab box system with <strong>the least of code</strong> and still <strong>fully customizable</strong>. Currently, you could choose from <strong>7 different effects with 2 view styles</strong>. You could also <strong>hot swap the effects</strong> around in runtime.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2009/08/12/im-on-holiday/' rel='bookmark' title='Permanent Link: I&#8217;m on holiday'>I&#8217;m on holiday</a> <small> I'm currently on a long vacation. Unfortunately, I can’t...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/14/newjqueryplugintabswitch/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to make plugin $.extLinks: Control the links</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/07/how-to-make-plugin-extlinks-control-the-links/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/07/how-to-make-plugin-extlinks-control-the-links/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:10:19 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=342</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/04/07/how-to-make-plugin-extlinks-control-the-links/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/externallinkshead.jpg" alt="external links head" title="externallinkshead" width="450" height="100" class="aligncenter size-full wp-image-364" /></a>
I wrote an article back in February about <a href="http://www.hieu.co.uk/blog/index.php/2009/02/17/jquery-make-all-external-link-open-in-new-window/">open external links in a new tab</a> 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.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/07/how-to-make-plugin-extlinks-control-the-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility with javascript</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 01:24:51 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ImageSwitch]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=290</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/accessibleheadtitle.jpg" alt="accessibleheadtitle" title="accessibleheadtitle" width="450" height="100" class="aligncenter size-full wp-image-311" /></a>
Javascript is an amazing powerful programming language help enhance your website with special effect and more user interactive. However, not all your visitors have javascript support browsers or simply they just don't want to turn javascript on. If you didn't think about this, your visitors could visit your website and don't even know what really going on when all your animation just gone dead and your main content get hidden. So how will we fix it?


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2009/08/12/im-on-holiday/' rel='bookmark' title='Permanent Link: I&#8217;m on holiday'>I&#8217;m on holiday</a> <small> I'm currently on a long vacation. Unfortunately, I can’t...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Simpsons in CSS with CSSFromDraw</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:17:49 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=127</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/simpsonsfamily.gif" alt="simpsonsfamily" title="simpsonsfamily"  class="aligncenter size-full wp-image-141" /></a>
If you're thinking you're looking at an image of The Simpsons family than yes but no. It's Homer Simpson but it was constructed by DIV with CSS class, not an image. I'm always a big fan of The Simpsons so when I saw Roman Cortes's Homer CSS, I though I would make one of my own. Well the problem is I'm too lazy to construct such a big HTML &#038; CSS like that so I made an application to do it for me and here is the series of it. You could make one of your own as well by using the Web Service bellow or download the Source Code to play around with it.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/' rel='bookmark' title='Permanent Link: Application to fix case sensitive problem when move your website website to linux server'>Application to fix case sensitive problem when move your website website to linux server</a> <small> I have a trouble with case sensitive when moving...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/27/the-simpsons-in-css-with-cssfromdraw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8 guides to apply jQuery and ImageSwitch in web design</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 11:52:05 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ImageSwitch]]></category>

		<guid isPermaLink="false">/post/2009/03/21/8-guides-to-apply-jQuery-and-ImageSwitch-in-web-design.aspx</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/topmenubar.jpg" alt="topmenubar" title="topmenubar" width="450" height="100" class="aligncenter size-full wp-image-160" /></a>I'm kind da lazy developer so I always try to minimize my code. So these 8 tutorials cover a wide range of knowledge of jQuery to make it works for you. We will use jQuery and ImageSwith - the new jQuery plugin to re-assembly some complex and popular effects such as card flipping, sequence of animation, gallery image with slide show, flip clock... and trust me, with ImageSwitch, they're just a piece of cake.
]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>New jQuery Plugin &#8211; ImageSwitch, amazing effect with simple code</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:25:00 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ImageSwitch]]></category>

		<guid isPermaLink="false">/post/2009/03/13/New-jQuery-Plugin-ImageSwitch-amazing-effect-with-simple-code.aspx</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/jqueryisheadtitle.jpg" alt="jqueryisheadtitle" title="jqueryisheadtitle" class="aligncenter size-full wp-image-162" /></a>
It's a while from the last time I updated my blog. I spend all spare time to make a new jQuery plugin - ImageSwitch and this is one of the most favorite plug-ins. The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images. Minimize the arguments you need to input and still give some beatiful effects.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Under Construction page is such a waste of time or is it? What make a good one?</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/02/under-construction-page-is-such-a-waste-of-time-or-is-it-what-make-a-good-one/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/02/under-construction-page-is-such-a-waste-of-time-or-is-it-what-make-a-good-one/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 01:34:06 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">/post/2009/03/02/Under-Construction-page-is-such-a-waste-of-time-or-is-it-What-make-a-good-one.aspx</guid>
		<description><![CDATA[<a href="/blog/index.php/2009/03/02/under-construction-page-is-such-a-waste-of-time-or-is-it-what-make-a-good-one/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/underconstructiontitle.jpg" alt="underconstructiontitle" title="underconstructiontitle" width="450" height="100" class="aligncenter size-full wp-image-165" /></a>
There are so many suggestion that under-construction page is so wrong. I try to prove how important an under-construction page could be and also point out successful under-construction sites and what you should and shouldn't do for your own page. Looking forward to add your ideas into my article.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/02/under-construction-page-is-such-a-waste-of-time-or-is-it-what-make-a-good-one/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
