There are times when we require to put a calendar in some web appplication of ours,writing the code to generate a calendar from scratch is...
Sometimes, we need to rotate images on ours web pages, it may be ads or some simple images.Below you'll find the code for implementing the same....
TEXT TYPES CHAR( ) A fixed section from 0 to 255 characters long. VARCHAR( ) A variable section from 0 to 255 characters long. TINYTEXT A...
Continuation of Extending JavaScript Arrays. Some more functions to extend the array manipulation capabilty of JavaScript. /* Shuffles...
This can be achieved in three steps. 1) Issue the command : root@srv# hostname new.host.name 2) Change the network configuration file...
Sometimes you might require to get a list of all the files in a folder, I was thinking how it can be implemented, the solution is to used the WSH...
Net - The Net is a common term for the Internet. Netiquette - The ethical and cultural rules of using the Internet, such as not posting...
Essentially, writing some code to determine the number of days in a given month of a given year with javascript is not the worlds most difficult...
Introduction The way we make phone calls is changing. In fact in many circumstances things have already changed. Take long distance calls for...
The size of a class can be changed simply by playing with the order of its members' declaration: struct A { bool a; int b; bool c; };...
There is a "bug" with the parseInt JavaScript function. The bug is not something that will affect you very often, but it is something you should...
Concept: The UNIX kernel can keep track of many processes at once, dividing its time between the jobs submitted to it. Each process submitted to...
When a process terminates abnormally it usually tries to send a signal indicating what went wrong. C programs (and UNIX) can trap these for...
Q: What are the basic functions of an operating system? A: Operating system controls and coordinates the use of the hardware among the various...
Q: What are the seven layers of the OSI model? A: The layers are physical, data link, network, transport, session, presentation, and...
I never recommend using " (double quotes) when programming with PHP. Always use ' (single quotes) unless you need the features of " (double...
There are three techniques used to pass variables into a C or C++ functions. Pass by value C/C++ Pass a pointer by value C/C++ Pass by reference...
C++ creates temporary objects "behind your back" in several contexts. The overhead of a temporary can be significant because both its constructor...
Comma-separated expressions were inherited from C. It's likely that you use such expressions in for- and while-loops rather often. Yet, the...
What is Blu-ray? Blu-ray, also known as Blu-ray Disc (BD) is the name of a next-generation optical disc format. The format was developed to...
Separate names with a comma.