hieuuk

Stories submitted by hieuuk

Moving from SVN to Mercurial(www.hieu.co.uk)

submitted by hieuukhieuuk(175) 1 year ago

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. read more...

add a comment |category: |Views: 4

tags: another

CSS Tidy Up – Tidy up all your css online or offline(www.hieu.co.uk)

submitted by hieuukhieuuk(175) 2 years, 3 months ago

This app 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. Fast and Simple. The utility right now support 4 different CSS formats. You could do it online or download the windows app for this. It's also include the source code for the solution (Core, Win App, Web App) in C# WPF an ASP.net. read more...

add a comment |category: |Views: 30

tags: another

8 tips and links could help you as a developer(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years ago

I want to share some of my experience in App/Web development. Those tips're about tools, coding styles, technology which is usefulfor developers. I also insert some links lead to valuable articles for further information. Hope they could help you as they did to me. read more...

add a comment |category: |Views: 23

tags: another

tabSwitch(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 1 month ago

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. read more...

add a comment |category: |Views: 12

tags: another

How to make plugin $.extLinks: Control the links(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 1 month ago

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. read more...

add a comment |category: |Views: 1

tags: another

Link/Images preview with GreaseMonkey and jQuery(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 1 month ago

There’s time when you visit some beautiful gallery websites or a forum full of pictures, unfortunately they don’t use lightbox, or maybe they link to an image host service. So you have to open the image in a new tab? Don’t worry, this tutorial will show use how to make a Greasemonkey script to open up a view-port allow you to preview the content. read more...

add a comment |category: |Views: 44

tags: another

8 guides to apply jQuery and ImageSwitch in web design(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 2 months ago

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. read more...

add a comment |category: |Views: 28

tags: another

New jQuery Plugin - ImageSwitch, amazing effect with simple code(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 2 months ago

ImageSwitch is a new jQuery plugin and this is one of my 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 you beautiful effects read more...

add a comment |category: |Views: 48

tags: another

Under Construction page is such a waste of time or is it?(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 2 months ago

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. read more...

add a comment |category: |Views: 10

tags: another

jQuery: Give visitors the best design possible(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

For many(most?) web designers, the limited of IE is always set a certain limit to their works. IE6 won't work with any PNG24. IE7 won't work when the filter alpha turn on. So should you change your design to make it compatible for all browsers? read more...

add a comment |category: |Views: 17

tags: another

Working with BackgroundWorker & Create your own loading class(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

The basic knowledge about BackgroundWorker. Using BackgroundWorker to create a loading form to inform user the application is still working fine. From that, create your own loading class to automate all those progress and make the code and the form reusable. read more...

add a comment |category: |Views: 27

tags: another

jQuery: make all external link open in new window(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

Using jQuery to make all your external links in your website open in a new window. You don't want your visitor click on a link, go somewhere else and never come back, do you ^_^ read more...

add a comment |category: |Views: 32

tags: another

Tracing and logging in .Net(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

Why you should set up a logging framework and a very basic how to using NLog as a tracing and logging framework for your project. This will guide you through steps to set up your application to log the debug to a text file. read more...

add a comment |category: |Views: 20

tags: another

How easy to create a slide tabbed box using jQuery(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

A quick tutorial to make a sliding effect tab menu (such as in Coda website). Thank to jQuery, we could reassembly this effect and it only takes a few minutes to complete. read more...

add a comment |category: |Views: 92

tags: another

How I start a new project(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 3 months ago

If you’re an enthusiastic developer, sure you have done a lot of personal projects. The problem is that what you will do when you want to start a serious medium size project (which could take month(s)). I don’t think there is a best way to start a project however there always is a better way. I’m not talking about all steps in textbook for software engineering ; I’m talking about what you actually do. read more...

add a comment |category: |Views: 13

tags: another

Create a Deep Zoom (SeaDragon) Gallery in 5 mins(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 4 months ago

Microsoft Deep Zoom (SeaDragon) is quite impressive,it's a great and quite different ways to show your pictures . And good news is Microsoft makes it so easy to make one of your own just in a few minutes. A quick and simple tutorial how to create yourself an DeepZoom(SeaDragon) Gallery. read more...

add a comment |category: |Views: 95

tags: another