All about Web Development and Scripting Languages. The both are very related - most scripting languages are used in Web Development as Server Side Languages like Perl,PHP,Ruby etc. Some are used for client side scripting as in the case of JavaScript.
Latest News
14 May, 2008 : Inserting Data - So far we where looking at how to get data from the database. But to get that data, there must be some data in the tables. Until now, I provided pre-existing data for you to play around with. Now lets see how to insert your own data into the table. Introducing the 'INSERT' command...
08 May, 2008 : URL Lister Firefox Plugin - URL Lister is a Firefox Plugin that shows the URLs of all the open tabs in a textarea so that it can be copied easily.
06 May, 2008 : joinPath() - Combines Multiple Path Fragments - This function will combine all the path fragments provided as the argument and return the result. joinPath() will use the correct path separator for the current platform.
29 Apr, 2008 : SQL Functions - We had a small preview of SQL functions in the last page about grouping. We saw AVG() in action. Here we are going to see the other available functions. Some of the functions may be same across different SQL databases - but many others will be different. Here is a few links to the SQL function documentation for the most popular database servers...
19 Apr, 2008 : Group Multiple Rows using GROUP BY - Sometimes you have to group together multiple rows in the result and then get an aggregate from the grouped rows - that's the function of GROUP BY.
Tutorials
Tcl/Tk
A Tcl(Tutorial for Cool Languages) for Tcl/Tk
Perl
Beginner's Tutorial for CGI Perl Language
Abridged Perl/Tk Tutorial
JavaScript
ABC of JavaScript : An Interactive JavaScript Tutorial
Advanced JavaScript Tutorial
Languages
C++ - A fast, powerful and popular language.
HTML and some related things like DHTML, JavaScript, CSS etc.
Perl - A powerful language that could be used for just about anything.
Tcl/Tk - Very useful for creating GUI applications.
PHP
Ruby
Python
Shell Scripting in Windows, Dos, UNIX and Linux.
There is a DataBase that has all the programs that I made in these languages. It is created using the XML technology and the interface is created using the DOM scripting feature of JavaScript. Without further ado, I present Binny's Software DataBase
I have studied some languages by reading some tutorials or help files and some by looking at other's code. My preferred way of studying some language is by studying someone's code. So, if any one is interested in studying a language by seeing the code, you are welcome to my site. It is for this purpose that I have created this site. You can get my scripts from this site. You are also given the right to modify and use the code.

