Archive by Author

Writing Your First PHP Script

Posted on 08. Sep, 2009 by irfan samad.

0

PHP is a programming language like C or a scripting Language, , is to use it to write a real-life useful program. PHP code / script on the web server, and the plane HTML renderd page display on the client’s web browser.
Basic PHP Syntax
A PHP scripting block always starts with <?php and ends with ?>. [...]

Continue Reading

How To Check .Net Framework Version Installed?

Posted on 20. Aug, 2009 by irfan samad.

0

Microsoft .Net 3.0 + framework is in RTM version since Nov 2007. While not every Windows machines require .Net framework to run, but sooner or later you may find some programs failed because of no such framework installed or otherwise the latest .Net 3.5 framework is not found.
In this case, you might wonder what .Net [...]

Continue Reading

12 Principles For Keeping Your Code Clean

Posted on 20. Aug, 2009 by irfan samad.

0

Beautiful HTML is the foundation of a beautiful website. When I teach people about CSS, I always begin by telling them that good CSS can only exist with equally good HTML markup. A house is only as strong as its foundation, right? The advantages of clean, semantic HTML are many, yet so many websites suffer [...]

Continue Reading