Microsoft is investigating a security vulnerability which affects Vista, its newly launched operating system. Mike Reavey, operations manager...
The Decimal Format class is not very well documented, so I will try and exmplain it with an example. Firstly, you need to import the...
Introduction Buffers can be very useful in Java since they speed up I/O operations considerably. Basically a buffer is a space allocated in...
Introduction A very common and extremely useful functionality in Web Developement is sending emails from a Web Application. Some of the very...
Sometimes we need the user to enter only numbers in a text field, so I have some up with a small piece of JavaScript to do exactly that. It works...
Getting a recursive listing of all the specified directories within a specified path using FTP. We sometimes requires to calculate the number of...
A very interesting and useful capability of MySQL is to incorporate Regular Expressions (regex) in SQL queries. The regular expression support in...
Sometimes we require to copy an existing MySQL table to another table, usually we get the SQL dump and execute it to create the new table, but we...
how go i get indexed by search engienes especially google.com please help me from a to z and any nifty tricks about these? your help would...
Introduction Regular expressions is a form of pattern matching that you can apply on textual content. Take for example the DOS wildcards ?...
You must have always wondered why there is a uname / pwd in Oracle called, Scott/Tiger.... Who is this scott ? Here is the answer to ur query.......
Tic-Tac-Toe Game in C. /* ** Tic-Tac-Toe game in C ** @author: Tanaz Kerawala ** @author: Pradeep ** @date: 11/12/06 */...
Sometimes, we do not want people to copy the text on some of our web pages, here is a script which prevents user (not advanced users) from...
We sometimes require to get the query parameters of an URL in JavaScript, here's how we can do that. // get the current URL var url =...
There is a function ucwords() in PHP which capitalizes the first letter of each word. <? $str = "programming forums"; $str = ucwords($str);...
C program to check whether a year is a leap year or not. /* ** C program to check whether an entered year is a leap year or not ** @author:...
I needed to trim a string and also replace more than one spaces with a single space. The solution was simple with String.replace in JavaScript....
When I was learning to C, our proffessor had given us a problem where we had to enter a number into a sorted array so that the array remains...
Can anyone tell me what is a simpleton method?
Well, I was trying to use regular expressions in Python. I wrote a small script, so I thought I'll will post it and make it open for discussion....
Separate names with a comma.