More Stories
Posted on July 2, 2009
by Debasish Bose
Debasish Bose decides to play cupid and manages to marry of the Server Side Scripting Language of the Open Source World with the Queen of Microsoft Web Infrastructure, the IIS Server. All this makes an interesting reading. Read on…
Posted on July 1, 2009
by RS Ramaswamy
In this fourth part of the tutorial on JSTL, the author deals with the ‘sql’ tags in JSTL and shows how they greatly simplify database operations like ‘select’ queries. Common database operations like Add, Modify, Delete and Verify are also dealt with.
Posted on July 1, 2009
by RS Ramaswamy
In this third part of the tutorial on JSTL, the author explains the use of XML tags of the JSTL and shows their wonderful simplicity, ease of use and raw power.
Posted on June 30, 2009
by RS Ramaswamy
In the second part of this tutorial on JSTL, the author explains how the tags in the core-group can be used in JSP pages along with a number of simple examples.
Posted on June 29, 2009
by RS Ramaswamy
In this four-part tutorial on the JSP Standard Tag Library (JSTL), the author introduces the concept of tag-based programming and discusses its merits and demerits with some simple illustrations.
Posted on June 28, 2009
by Vinoth K Anandan
Public Key Infrastructure also known as PKI is basically the solution for addressing the network security issues in the cyberspace using cryptographic techniques.
Posted on June 27, 2009
by Mohammad Saleem
Speech recognition is an important area of research because it offers an improved form of human-machine interaction. The author discusses the problems that need to be overcome to build accurate speech recognition systems.
Posted on June 26, 2009
by B Sunny
Continuing his series on Flash, Sunny takes us on a tour exploring how to import the sound file and edit it by creating buttons. Onion skinning is a special technique used to see the path of the animation
Posted on June 26, 2009
by Ramdas S
This article takes a look at advanced file operation concepts in Python. Some of the features inside the struct, os and pickle modules are explored.
Posted on June 24, 2009
by Debasish Bose
Subclassing is a technique that allows an application to intercept messages destined for another window. An application can augment, monitor, or modify the default behavior of a window by intercepting messages meant for another window.
Posted on June 23, 2009
by Jagannath Shanmuga Sundaram
This article provides information about the implementation of breadcrumb architecture. My aim is at making developers or architects implement breadcrumb in component architecture with more re-usability of code or functionality.