Warning: Cannot modify header information - headers already sent by (output started at /home/hieucou1/public_html/blog/index.php:1) in /home/hieucou1/public_html/blog/wp-includes/feed-rss2.php on line 8 HieuUK
http://www.hieu.co.uk/blog
Creative ProgramingFri, 27 Jan 2012 10:29:06 +0000enhourly1http://wordpress.org/?v=3.2.1Moving my blog to its new home
http://www.hieu.co.uk/blog/index.php/2012/01/27/moving-my-blog-to-its-new-home/
http://www.hieu.co.uk/blog/index.php/2012/01/27/moving-my-blog-to-its-new-home/#commentsFri, 27 Jan 2012 10:23:30 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=1142
]]>http://www.hieu.co.uk/blog/index.php/2012/01/27/moving-my-blog-to-its-new-home/feed/0gTalk Add In for Visual Studio
http://www.hieu.co.uk/blog/index.php/2011/05/25/gtalk-add-in-for-visual-studio/
http://www.hieu.co.uk/blog/index.php/2011/05/25/gtalk-add-in-for-visual-studio/#commentsWed, 25 May 2011 12:13:46 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=1122
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.
Related posts:
]]>http://www.hieu.co.uk/blog/index.php/2011/05/25/gtalk-add-in-for-visual-studio/feed/5Moving from SVN to Mercurial
http://www.hieu.co.uk/blog/index.php/2011/05/12/moving-from-svn-to-mercurial/
http://www.hieu.co.uk/blog/index.php/2011/05/12/moving-from-svn-to-mercurial/#commentsThu, 12 May 2011 09:02:07 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=1085
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.
Related posts:
]]>http://www.hieu.co.uk/blog/index.php/2011/05/12/moving-from-svn-to-mercurial/feed/5Release new version of ImageSwitch 1.1.0
http://www.hieu.co.uk/blog/index.php/2011/01/24/release-new-version-of-imageswitch/
http://www.hieu.co.uk/blog/index.php/2011/01/24/release-new-version-of-imageswitch/#commentsMon, 24 Jan 2011 11:33:18 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=1077v1.3).
Related posts:
]]>http://www.hieu.co.uk/blog/index.php/2010/12/13/easily-lock-your-folder/feed/4CSS Tidy Up – Tidy up all your css online or offline
http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/
http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/#commentsTue, 09 Feb 2010 01:32:39 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=954
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.]]>http://www.hieu.co.uk/blog/index.php/2010/02/09/css-tidy-up-tidy-up-all-your-css-online-or-offline/feed/5What’s going on in the net lately
http://www.hieu.co.uk/blog/index.php/2010/02/04/whats-going-on-in-the-net-lately/
http://www.hieu.co.uk/blog/index.php/2010/02/04/whats-going-on-in-the-net-lately/#commentsThu, 04 Feb 2010 19:42:46 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=938
I'm never really good at writing news post, but with all the burning hot topics lately, I just can't turn away from it anymore.
]]>http://www.hieu.co.uk/blog/index.php/2010/02/04/whats-going-on-in-the-net-lately/feed/4Did you know about db4o – a brilliant object oriented database
http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/
http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/#commentsWed, 27 Jan 2010 15:15:58 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=840
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.]]>http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/feed/8Application to fix case sensitive problem when move your website website to linux server
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/
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/#commentsWed, 20 Jan 2010 15:54:18 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=834
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.]]>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/6Damn case sensitive
http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/
http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/#commentsSun, 17 Jan 2010 23:45:33 +0000HieuUKhttp://www.hieu.co.uk/blog/?p=826
I moved my website today to a server. The problem is I have always been using a Windows web server so I have never care about case sensitive before. But now I moved to a Linux server, the problem starts. ]]>http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/feed/2