IT Technology Blog

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

Data Export from Database to Excel, PDF and Word for .NET without Automation and Acrobat Reader

Download DataExportWizard_Bin - 390.38 KB Download DataExportWizard_Source - 62.52 KB Introduction This article introduces how to export data from database to Excel, PDF, MS Word, HTML, MS clipb

Windows Phone 7 Help and About files using HTML and Isolated Storage images

Download source code - 61.5 KB Introduction I had to design the Help and About pages for a Windows Phone 7 (WP7) application. I wanted to use local HTML pages to show the Help pages. I also wanted

Random Number Generation

Random Number Generation The .NET Framework’s Built-In Generator This article will examine random number generation. While not a popular category, random number generation has many practical uses,

WPF Visual Print Component

Download source code - 636 KB Introduction Often we need to print the screen or some parts of the screen. This is pretty useful for printing graphic reports, like charts. In this article, we’r

fastJSON

Download fastJSON.zip - 22.75 KB Download fastJSON_v1.1.zip - 9.62 KB  Introduction This is the smallest and fastest polymorphic JSON serializer, smallest because it's only 18kb when compile

SQL Server CE Query Tool

Download codebase for CE3.5 - 572 KB Download codebase for CE4 - 1.45 MB Download help file - 433 KB Download installer for CE3.5 - 827 KB Download installer for CE4 - 1.59 MB Introduction CE

Java Accordion Menu, Visual Effects and Customization

Download executable - 25.73 KB Download source code - 45.4 KB Introduction This article shows many aspects of Swing programming. First of all, it shows the hierarchy of nested JComponents. It

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.

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(

Developing Flex 4 Components Chapter Excerpt: Understanding Flex

Mike Jones Published by Addison-Wesley ProfessionalISBN-10: 032160413XISBN-13: 9780321604132 This chapter also includes how to install and configure Flash Builder for developing components. Flex

EXE Launcher for Java Desktop Application

Download source - 23.94 KB Introduction Many users asked how to make an EXE file from a Java SE project. First of all, we must say that creating an EXE build file from a JAVA source is possible, bu

Rounded Border JPanel (JPanel graphics improvements)

Download source - 1.91 KB Introduction Swing Framework extensibility allows us to create very advanced graphics component for a better view of our Jframes more than directly Look&Feel managemen

Java Class Viewer

Download demo - 87.51 KB Download binary - 73.71 KB Download source - 44.04 KB Please use NetBeans version 6.5 or above to open the attached source code. You need to update the jCFL library ref

Multiple Screens Using Google App Inventor

Download mult_scr_app_inv_tut - 1.4 MB Download Tutorial_MultScreens source - 30.83 KB Download Tutorial_MultScreens - 1.14 MB Introduction Many developers started to play with Google App Invento

Cloud Service to automate windows desktop applications

Preface When we need to automate some tasks which need desktop applications such as MS Office, web browser, and other legacy software that requires a desktop environment, we're used to working with va

Dynamic definition of the list of available languages for an ASP.NET web page

Download source code - 313 KB Introduction In this article, we will learn how to dynamically define a list of available languages for an ASP.NET web page. Requirement Microsoft® Visual Web Develo

Approaches for User Control Event Handling

Download Action - 72.58 KB  Introduction  In this article we will be discussing different ways of handling events in the user controls. For more details on user control you can

JavaScript Based Automated Testing for Web Applications

Download files - 570.96 KB Background I've been looking for auto-testing tools for my web-app developed in C# having AJAX. I tried to find some tools but some were complex, some were paid and some

Internet Explorer 9 RC Performance/Web Standard Enhancement

Background Microsoft announced Internet Explorer 9 Release Candidate on  Feb 10th, 2011, RC indicates except bug fixing, there would not have big changes before the final RTM. Since I've been ke