IT Technology Blog

IT technology blog, featuring the essence for you to read the article, is to learn IT technology blog first choice

The Four Steps of Programming

Introduction This article will not tell you how to use what functions to solve that problem, but will take a look at the process a person should go through in order to write simple, yet elegant code.

Ease swing gui creation with html templating

Introduction Creating GUI in java is rather difficult. Ordinary code looks like:  JPanel south = new JPanel(new BorderLayout()); south.add(new JLabel(«login»), BorderLayout.WEST); south.add(

Run Jetty Web Server Within Your Application

Download source - 4.22 KB Contents Introduction Download Jetty Create an Eclipse project Create a web application Create a Jetty server instance Create a user interface to start and stop

Auto-Deployment Using MS Web Deploy on Build Quality Change Event of TFS 2010

Download AutoDeploymentOnBuildQualityChanged - 8.12 KB Prerequisites    ·      .NET Framework 2.0 SP1 or greater    ·    

The XML parsing article that should (not) be written!

Download source code - 127 KB Table of Contents Simple Code Examples Introduction XML vs. Binary Serialization Library Usage Element Creation Element Removal Element Value Assignment

Having Fun with Coding4Fun’s Windows Phone 7 Controls

Coding4Fun Windows Phone 7 Controls I’m a big believer in having a hobby project as you can probably tell from the first sentence in my “personal webpage using Silverlight” article. One

Android 3D Carousel

Download source - 64.29 KB Introduction For a while I was looking for 3D carousel control for Android platform. The only one I found was UltimateFaves at [1]. But as it turned out it uses OpenGL

Fast External Sort in C#

Download External-Sort - 5.66 KB Browse External-Sort in C# Source Introduction  External sort of large data sets (and related algorithms like merge, join, group by,

Writing Your Own RTF Converter

Download source with binaries - 2.42 MB Introduction In 1992, Microsoft introduced the Rich Text Format for specifying simple formatted text with embedded graphics. Initially intended to transfer

Creating a Telemetry Application using Silverlight, Visiblox and Custom Controls.

Introduction About a month ago I was using the MoTeC i2 Data Analysis software to look through some telemetry data that I had exported from a popular racing simulator game. Although MoTeC is feature

Animated WPF Panels

Download VB solution - 2.25 MB Download CS solution - 4.56 MB Introduction This article discusses how to apply custom animation to an already exisiting WPF layout by extending classes such as Gri

What is jQuery and how to start using jQuery?

jQuery is not a language but it is a well written JavaScript code, As quoted on official jQuery website “it is a fast and concise JavaScript Library that simplifies HTML document traversing, event han

Owner Drawn CListBox - Version 2

Download Source - 149.03 KB Download Demo Executable - 81.16 KB Introduction This is a little similar to the previous article whose link is here. The difference is, this CMultiLineListBox class s

Unit Testing with Unity Application Block

Introduction This article would discuss how to use Unity Application Block for unit testing. Unity Application Block provides a dependency injection container. It is available as part of Microsoft En

Design Patterns. The Bridge. Another Look

Introduction This article starts a new series of articles about the design patterns. I realize that this topic was covered by myriads of different authors, but I also want to put my modest share into

WPF : A Weird 3d based control

Demo code source : LevelTree3D.zip Introduction This article is basically about a control that I have written for WPF, that allows users to create their own data items, which will be layed out in a

Windows Phone 7 better Splash screen

Download SplashScreenAdv - 114.88 KB Introduction In this article, I will show how you can change your old windows phone splash screen to an new intelligent one, because

How to Create Xml Poll

Download Project Files - 28.2 KB Introduction The subject of our new article is to develop a simple and a nice poll application that we can use in our web-sites. Although most of the s

Prism for Silverlight/MEF in Easy Samples. Part 2 - Prism Navigation

Download PrismTutorialSamples_PART2 - 265.46 KB Introduction This is a continuation of "Prism for Silverlight/MEF in Easy Samples Tutorial Part1" tutorial. In this part, I cover Prism Region N

Auto-Deployment Using MS Web Deploy on Build Quality Change Event of TFS 2010

Download AutoDeploymentOnBuildQualityChanged - 8.12 KB Prerequisites    ·      .NET Framework 2.0 SP1 or greater    ·