datetime.min.js a JavaScript Library offers various ways to create Date Formats. The following example shows how to create a variety of JavaScript date formats in PHP style with date() function.
With CSS3 text-shadow property, it is much more easier now to create text effects like glowing effect, blurring effect, outlining, flaming effect etc. This document shows how to create text...
PHP offers various ways to create Unique ID number. Here is an example where we use uniqid() function to create unique ids. md5() and sha1() functions are also used with uniqid() to get more...
text-align property aligns the text in a particular direction. This property aligns the text, which is stacks of line boxes to the left or right of the inline box.teria.
With CSS3 you may create rounded corners with border radius property. And this helps you to get rid of the hassles of creating rounded corners with images and lots of divs.
A Java exception is an object that describes an exceptional (that is, error) condition that has occurred in a piece of code. When an exceptional condition arises, an object representing that...
String manipulation is arguably one of the most common activities in computer programming. String class has variety of methods for string manipulation. We will discuss about basic methods with...