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.
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(
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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