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
05 Jul, 2008 : LIMIT Command - There are situations where you don't need all the results in the database - you just need a few. Say you need the names of the first 5 characters in the database. If you run a SELECT query, you will get the entire table. But if you use the LIMIT option you can limit the number of results. To get the just 5 characters, the command would be...
15 Jun, 2008 : Perl/Tk Tutorial, PDF - A downloadable PDF version of my Perl/Tk Tutorial. A big thanks goes to Enrico Graziani for making it available.
05 Jun, 2008 : Database Relations - There will be many cases when the data in one table is related to the data in another table. This connection between two tables is called a relation. When there is such a relation between two tables, these tables will be connected by inserting the primary key of one table into the corresponding row of the other table. The field used in such a way to connect the two tables is known as the foreign key.
28 May, 2008 : Joining Data From Multiple Tables - Often, the data you need will be spread across two(or more tables). In such cases, we have to join these tables together to get the data. The JOIN statement in SQL is created for a situation like that.
16 May, 2008 : Update/Delete Existing Data in a Table - Now that we know how to insert new data, let see how to edit the existing data. You can edit the data in a table using the UPDATE command.
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.

