IT Technology Blog

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

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

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(

Windows 7 Sidebar Gadget - CodeProject Reputation Watcher

Download source code V1.1 (includes pre-built gadget file)- 125.5 KB Introduction Following on from the CodeProject Chrome Extension I had previously written, I wanted to explore what it would tak

ASP.NET Web Form Page Modified Prompt Using jQuery

Download source code - 62.3 KB Introduction In the web app world, it is quite important for an application to make sure the integrity of the data. In the present context, what this means is when th

A remote dynamic Command pattern with GWT and LinkSet

Download source - 28.3 KB Download executable - 10.6 KB Download documnetation - 67.2 KB Introduction LinkSet as described in the previous article is a tiny library created in order to relieve pr

Host Switcher

Download HostSwitcher - 28.09 KB Download HostSwitcher_src - 105.21 KB Introduction Host Switcher parses the host file, show available options and let you set a host using the tray. This is usef

Visualizing Live and Historic Stock Data Using Silverlight

Download Source Code - 3.06 MB Introduction The article aims to present a generic approach of fetching and visualizing live and historical stock data in Silverlight. The example is implemented using

Simple Service Locator

Visit the project's home page at simpleservicelocator.codeplex.com Download latest release from the downloads tab at CodePlex Download the discussed runtime library v0.13 for .NET 3.5 - 25.28 KB (mi

Refactoring Copy/Paste Pattern with Data-Structures

Download code_example - 8.35 KB Introduction Following up the "Refactoring Copy/Paste Code With the Use of Delegates" I will ramble a bit more on how to refactor copy/paste code that ex

Fast and Less Fast Loops in C#

Download Cache Test - 109.84 KB Introduction After I did the first article on QS I decided to use the tool to do a few experiments to investigate how the CPU cache affects performance. During thes

Extending Visual Studio Setup Project

Download DemoSetup.zip - 57.42 KB One of the things I hear all the time when companies talks for building reliable Windows Installer (MSI) for their product is –> Visual Studio Setup Project is

MyCache : Distributed caching engine for Asp.net web farm. Part II : The Internal Details

Download MyCache - 1.05 MB Introduction If you are reading this article, you may already have gone through the demonstration of MyCache in the following article: MyCache : Distributed

Simple Fuzzy String Similarity in Java

Introduction Java provides an equals function on the java.lang.String class, it works fine and there is no need to mess with it. But what if you need to know if one string is "close" to ano

Minimalist Floating Point Type

Download source code - 47.14 KB Introduction The work presented here consists of a small, portable floating point data type and library ("SFP" for "Small Floating Point"). The

SQL Framework

 Download SQLFramework.zip - 1.89 KB Introduction Developers who have experienced in large application development know the necessities of framework. In this regards, more experience develope

Effective paging with List View control in ASP.NET

  Download PagingWithListView.zip - 8.67 KB Introduction Paging is an important thing for thousands of thousand data if we want to develop a scalable application. Sometime it may need custom

CP Vanity for Windows Phone 7

Download CPVanityWP7_src - 53.33 KB Marketplace deeplink Introduction   This app started as a (very) quick and dirty port of Luc Pattyn's CPVanity app to the Windows Phone 7 platform.

SQL Server Data Comparison Tool in Visual Studio 2010

Introduction In my earlier article we have discussed about the SQL Server schema comparison tool in Visual Studio 2010 http://www.codeproject.com//KB/database/SQLCompare.aspx. Today in this article I

Another DataGridView Printer

Download source code - 37 KB Download article PDF - 783 KB Introduction I went looking for a class to do printing from a DataGridView, and none of them did all that I was looking for. I needed to

How to Support the Ribbon And a Menu in the Same Executable

Download ScratchRibbonProjectSource.zip - 111.5 KB Download ScratchRibbonProjectExe.zip - 141.79 KB Introduction I've been working on an application that I intend to use on Windows XP and Windows 7