Hard Drives are one of the most important parts on your computer. They are also one of the most expensive. All hard drives share a basic structure...
Routing and switching can be two terms that are difficult to differentiate, so here is a simple explanation that may help to clarify things. First...
To help speed up Web browsing, Windows XP comes with a local cache containing any DNS addresses that have been looked up recently. Once an URL has...
TCP/IP (Transmission Control Protocol/Internet Protocol), the suite of communications protocols used to connect hosts on the Internet. TCP/IP uses...
The term Web services describe a standardized way of integrating Web-based applications. Web services technology represents an important way for...
DoS Attack DoS stand for denial-of-service attack, a type of attack on a network that is designed to bring the network to its knees by...
How to direct a browser to display a different HTML page This is actually very simple to do in a CGI script. Instead of the usual header...
Different Operating Systems use different characters as their path separator when specifying directory and file paths: foo/bar/baz # *nix...
This script is a simple file based counter. This is meant for sites that do not run a db and instead, use a file and a cookie. It isn't the best...
I like coding PHP, in Perl we can change an associative array to a list then to a string. In case if we wish to do the same in PHP, we need to...
JSP JSP stands for Java Server Pages. JSP is a server-side technology Java Server Pages are an extension to the Java Servlet technology that...
All PHP coders are aware of the mail() function in PHP, which can be used to send mails. On Linux systems we ussually have Sendmail program...
All you all might be knowing, CSS based pages are search-engine friendly, so we all try to implement CSS in our web pages, so here are a few CSS...
Two of my friends faced a problem with writing a program which finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive...
Many times it is required for us to calculate the time remaining and display it in a very understandable format like days,weeks,hours etc. Here...
With an ODBC connection, you can connect to any database, on any computer in your network, as long as an ODBC connection is available. Here...
Xmlhttp is hot these, with the advent of AJAX.Xmlhttp is mainly used on the client-side to query or fetch blocks of data from the server.A typical...
Building web applications with membership management is one of the most frequent tasks that every programmer does. Managing membership data, such...
Whenever we write form validation scripts, we usually have to write some code for each of the form elements we have to validate, wouldn't it have...
If you want to validate a form without submitting it, you can use two methods, one is pure client side JavaScript and the other being a mix of...
Separate names with a comma.