IT Technology Blog

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

5 Solutions to Export Data to Excel for ASP.NET

Introduction Excel is so powerful that it can easily successfully open not only excel itself, but also CSV format files, Tab format, website table format and other file formats. It’s so smart that i

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

Event based Socket Streams: SocketLib

Download SocketLib - 75.2 KB  Download Documentation - 139.84 KB SourceForge page Introduction       SocketLib is a cross platform event based semi-asynchronou

DbExpressions - A step towards independency

Download source - 89.55 KB Introduction Imagine that we are developing an application that needs to support multiple data base systems. What options do we have? Basic

Say Hello To Behavior Driven Development (BDD)- Part 1

Introduction Part 1 is going to introduce you with the concept of Behavior Driven Development. Part 2 will consist a step by step instruction to build an application following Behavior driven devel

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

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(

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

Implementing a Tree Structure with Database

Introduction Tree structures are very useful in implementing hierarchical structures which are helpful for software developers to develop applications which are more realistic and tangible to the cus

Yet another implementation of a lock-free circular array queue

Download code_submitted.zip - 20.95 KB 1. Introduction Improving applications with high-performance constraints has an obvious choice nowadays: Multithreading. Threads have been around for qui

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

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

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

Ela, functional programming language

Download demo - 143 KB Introduction Ela is an impure functional programming language with dynamic typing and syntax that is heavily inspired by MLs/Haskell. Dynamic stands for a type system that us

Yet Another Email Client

IntroductionEquinox is an email client library targeting .NET 4.0 and Mono 2.8. It is written in C# and consists of 100% managed code. The project is currently hosted on Codeplex.With this article I w

PHP AWS SDK (S3)

Download source code - 1.8 MB Introduction This code allows you to upload files to Amazon S3, keep them private (in other words, not have them visible/downloadable simply from a S3 URL), but have t

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

Short Key Reminder Display

The   The  Download testToolTip - 3.18 KB IntroductionRecently I begin a new job, a have to develop a software under linux with Qt.  And they made some software with a lot of short

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.

DALC4NET: A Generic Data Access Layer for .NET

Download source code and demo - 46.8 KB Download the compiled DALC4NET library - 7.91 KB Download sample SQL Server database - 144 KB Download sample MySQL database - 1.27 KB 1. Introduction DAL