D S Kaletha

Web Designer & Developer

July 20th, 2010

>>Generate a Automatic Password in php

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 »

June 25th, 2010

>>jQuery Visual Cheat Sheet, the refined and updated version of the popular jQuery Cheat Sheet is finally here. The new edition includes all the reference you will ever need for jQuery 1.4.2 API!

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

May 27th, 2010

>>CSS3 Transitions Property Tricks

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 »

May 10th, 2010

>>widows Attribute & Property | orphans Attribute & Property

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 »

May 10th, 2010

>>Fixed, Fluid, Elastic Layout

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 »

May 6th, 2010

>>CSS Cheat Sheet

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 »

May 5th, 2010

>>Displaying XML Content in PHP

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 »

May 2nd, 2010

>>How to Send Email from a PHP Script

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 »