What is PHP?

Posted by admin on April 1st, 2009

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

echo " Hello Earth";
// This codes will print  the words  Hello Earth on you screen
// Think thats Cool? there is more to come

CSS shorthand Tips

Posted by admin on April 1st, 2009

CSS font shorthand rule

font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;

Copyright © 2007 Web Development Made Easy. All rights reserved.