hieuuk

Stories kicked 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

Did you know about db4o - a brilliant object oriented database?(www.hieu.co.uk)

submitted by gerpxgerpx(509) 2 years, 3 months ago

Forget about XML for small and middle sized apps. Use simple, straight forward OO persistence (db4o it's all objects!) read more...

1 comment |category: |Views: 619

tags: another

Integrate FxCop with Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years ago

Step by step how to integrate FxCop with Visual Studio. read more...

add a comment |category: |Views: 560

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

Visual Studio 2010 Architecture Edition(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 3 years, 1 month ago

Some screenshots and descriptions from the Visual Studio 2010 CTP, Architecture Edition, including Architecture Explorer, UML Support, and the Layer Diagram. read more...

add a comment |category: |Views: 900

tags: another

5 Useful SQL Server Scripts(blog.tboda.com)

submitted by lobsterinolobsterino(320) 3 years, 1 month ago

Collection of 5 useful scripts for SQL Server. read more...

add a comment |category: |Views: 782

tags: another

First steps with Lightweight Test Automation Framework and ASP.NET MVC(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 1 month ago

Microsoft's newly-Codeplexed Lightweight Test Automation Framework lets you test UI behaviors in ASP.NET applications. But what does it actually do? How does it work behind the scenes? How do you use it with ASP.NET MVC? This post explains the architecture and provides a downloadable demo project. read more...

add a comment |category: |Views: 266

tags: another

6 Tools To Be An Effective Web Developer(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 2 months ago

There has always been and probably always will be feuds over what is the best platform but what I want to show you is that those arguments are mostly irrelevant. Regardless of what platform you choose to develop on there are most of the same tools available in one form or another. The common components, for me anyway, that help me produce high quality code faster and is easier to maintain are a good IDE, easy to use unit testing and mocking frameworks, an ORM, a MVC framework, and a good JavaScript library. read more...

1 comment |category: |Views: 999

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