July 20th, 2010
By:  >>
how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose between various complexity/strength and you can set password length as well.Simple method or Traditional way to generate password is using rand() function: concatenate several random-selected letters together. Something like this:
Read the rest of this entry »
Tags: automatic Generation of password, Generate Password
Posted in PHP Snippets | No Comments »
June 25th, 2010
By:  >>
This cheat sheet (6 pages) contains the full jQuery API reference with detailed descriptions and some sample code. The simple visual style I used to design this sheet allows you to find at a glance everything you are looking for….
>>Download jQuery cheat sheet in pdf
Tags: jQuery, jQuery Cheat sheat
Posted in jQuery | No Comments »
May 27th, 2010
By:  >>
CSS3 Transitions which describe how CSS properties can be made to change smoothly from one value to another over a given duration. The property values for transitions Transitions have four values to declare at maximum:
Read the rest of this entry »
Tags: CSS3 Transitions Property, Transform Rotate, Transform timming Function, Transition-Duration
Posted in Css Tricks | 1 Comment »
May 10th, 2010
By:  >>
Precise widow and orphan control is also available through the widows and orphans properties. The value of the property is the minimum number of lines which is allowed to be widowed or orphaned.
Read the rest of this entry »
Tags: orphans Attribute, orphans Property, widows Attribute, widows Property
Posted in Css Tricks | 3 Comments »
May 10th, 2010
By:  >>
Fixed, Fluid, Elastic or a hybrid layout design – Each option has its own benefits and disadvantages. But the final decision depends so much on usability that it is not one to be made lightly.
Read the rest of this entry »
Tags: % examples, Elastic Layout, em, Fixed, Fluid, px
Posted in Css Tricks | No Comments »
May 6th, 2010
By:  >>
The CSS cheat sheet is designed to act as a reminder and reference sheet, listing all selectors (as of CSS 3) and properties.
Read the rest of this entry »
Tags: Box Shadow, Column Layout, CSS Cheat Sheet, download cheat sheet, rounded coner, Transform Rotate
Posted in Css Tricks | 5 Comments »
May 5th, 2010
By:  >>
The easiest way to deal with XML content in PHP is to use the Simple XML functions of PHP. Using these, we can turn a bunch of XML into a PHP object and loop over it.
Read the rest of this entry »
Tags: Displaying XML Content, read xml file, xml in PHP
Posted in PHP Snippets | No Comments »
May 2nd, 2010
By:  >>
The first thing we need to do is to write the contact form itself. Put the following code in the <body> section of an HTML file named, say, contact.html.
Read the rest of this entry »
Tags: email script, email Snippets, php email script, Send Email
Posted in PHP Snippets | No Comments »