Introduction A really cool feature that web designers overlook is the use of the .htaccess file. Simply put, whenever you see a custom error...
Background I've needed the header function in php so many times I figured I'd write a tutorial on it. This tutorial should help you do most of...
Suraj ki kirne, taaron ki bahaar… Chand ki chandni, apno ka pyaar… Har ghadi ho khushaal… ussi tarhan Mubarak ho aap sabko Eid ka yeh tyohaar!...
Let us make a form based clock that displays time in the 24 hour format. We use the Date() object to get the hours, minutes, seconds of the day....
Here are a few Windows Explorer shortcuts which we all can put to some use. Move backward to a previous view. => ALT+LEFT ARROW Move...
Introduction Handling character strings in Java is supported through two final classes: String and StringBuffer. The String class implements...
Introduction Assertion facility is added in J2SE 1.4. In order to support this facility J2SE 1.4 added the keyword assert to the language, and...
Growing an Array in Java Suppose you have an array of some type that is full, and you want to grow it. Employee[] a = new Employee[100]; //...
Introduction CDOSYS is a built-in component in ASP. This component is used to send e-mails with ASP. Sending e-mail with CDOSYS...
Introduction A pattern of special characters is used to specify the format of the date. The example below demonstrates some of the characters....
Introduction and background Computer viruses tend to grab our attention. On the one hand, viruses show us how vulnerable we are. A properly...
This is the code I wrote in my college days and dont quote me on this if something does not go as expected. #include<stdio.h>...
I am working as a application tester in TCS. Is a member of many groups of C++ and would like to be on forums among other developers.
Introduction Suppose you want to know the age of a person given her birth date. Let’s say her birth date is "09-23-1969". Although in this case...
One benefit of C++ over C is its exception handling system. An exception is a situation in which a program has an unexpected circumstance that the...
Refer to the recent articles on Understanding File Handling Functions in C & Understanding Advance File Handling Functions in C C communicates...
Automatic Conversion In Java type conversions are performed automatically when the type of the expression on the right hand side of an...
PHP will automatically convert data types as necessary across the board - you need not worry about it happening. If you specifically wish to...
Here's a function which will format the passed bytes into KB,MB,GB...appropriately. function GetSize ($sizeb) { $sizekb = $sizeb / 1024;...
The code snippet below will pick up a random image from the server and sends it to the browser. Try it out. <?php if($_GET['folder']){...
Separate names with a comma.