This user has contributed 2 articles, 10 code samples and posted 7 messages in our discussion forums.
Articles & Tutorials
-
Kiran Pai introduces the basics of Structured Query Language in an Q & A session. 
-
This article explains how to implement session tracking using two of the simplest & oldest methods available to programmers. The techniques presented in this article do not use the new technologies present to implement session tracking, but use some old, tried and tested ways which are extremely popular even today.. 
Code Samples
-
This is the simplest way to read data from an XML file into a Java program. I have also included some basic error checking, so you can directly cut-paste this code with a few changes ofcourse.. 
-
Allow a user to easily uncheck and check all the checkboxes on a form. 
-
How to open a page (existing as well as dynamic) in a new window without bars, buttons, etc.. 
-
This script shows you how to submit the contents of a form to different programs depending on which Submit button you press.. 
-
This script shows you how to emulate the Browsers Back-Forward buttons. 
-
How to make the output of a form appear in a new window or another frame. 
-
How to display a countdown using different images and Javascript. 
-
How to change images using the MouseOver and MouseOut events to create a mouse roll-over effect. 
-
How to validate entries in a form before allowing it to be submitted. 
-
Filling the values of a dropdown SelectMenu depending on the selection in another Menu.. 