Direct Attached Storage (DAS) Today, greater than 95% of all computer storage devices such as disk drives, disk arrays and RAID systems are...
Shell Sort function in PHP <? function shellsort($elements,$length) { $k=0; $gap[0]=(int) ($length / 2);...
Multi-dimensional arrays Java, as with most languages, supports multi-dimensional arrays - 1-dimensional, 2-dimensional, 3-dimensional, ......
I was wondering whether its possible to write a program which acts like a proxy server in Perl, so what I figured out was anything is possible...
Many times we require to format a number to output with thousand place comma separator, here is a function will help you do so. function...
Title says it all but to reemphasize that below PHP code block validate an email address. Its always good to have a client side validation for...
When many items of data of the same class or type have to be stored, it is more efficient to use an array than separate variables or objects....
If you have used a computer for more than five minutes, then you have heard the words bits and bytes. Both RAM and hard disk capacities are...
Do a WHOIS query for any domain using the script below.:) <form method="POST" action= "<?$_SERVER['PHP_SELF']?>"> <label>Do a WHOIS...
At some point, most developers have a need to create graphs. I've known some to get frustrated and end up exporting the data to a spreadsheet,...
Java has a class called File, which actually represents not a file you can read or write, but rather a filename. Using this class is highly...
How to show the no. of users online on your site using PHP & MySQL. Step1: Creating the database Create a new table called 'useronline',...
A thread, by definition is a light weight process. They are used to increase functionality and performance by performing multiple tasks at the...
An Applet is a small program that can be sent across the Internet and interpreted on a client machine. To give permission for remote access it...
Using Regular Expressions in Java JDK versions 1.4.0 and later have comprehensive support for regular expressions through the standard...
PHP offers one alternative - a special Log class that comes courtesy of PEAR, the PHP Extension and Application Repository (http://pear.php.net)....
Manier times we require to create logs of various activities/errors in our web applications, so here we'll look into how to achieve that....
Lock XP Workstation You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse...
A few years ago, people who wished to study programming as a hobby had an important decision to make: Which programming language would they study...
The PHP Extension and Application Repository (PEAR) is an open source structured library of packages for PHP developers. These packages provide...
Separate names with a comma.