Home » Archive

Articles in the Tips and Tricks Category

Facebook, Google, Tips and Tricks, Web and Internet »

[6 Jul 2010 | 6 Comments | 819 views]

IFrames are not supported with XHTML 1.0 Strict Doctype.
When you use IFrame and your doctype is XHTML 1.0 Strict, then you cannot pass the W3C Markup Validation test. You always get errors.
The errors are like:-

PHP, Tips and Tricks »

[29 Jun 2009 | No Comment | 146 views]

Let the page path be: http://localhost/test/admin/index.php
Get the server name/site name of your website:
echo $_SERVER['SERVER_NAME'];

Google, Make Money Online, Tips and Tricks »

[9 Jul 2008 | One Comment | 40 views]

This article will provide you step by step guide to setup Google AdSense.

PHP, Tips and Tricks »

[2 Jul 2008 | 4 Comments | 1 views]

In this article, I will be illustrating about getting html source code of any website. I have done this in PHP.