Home » Archive

Articles tagged with: how-to

Magento »

[7 Jul 2009 | No Comment | 1,280 views]

Remember that, Sample Data must be installed prior to the basic Magento Installation. But never mind if you forgot to install sample data before installing Magento.
Here, I will show you how you can install sample data after you have installed Magento.

PHP, Tips and Tricks »

[29 Jun 2009 | No Comment | 149 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'];

Wordpress »

[21 Nov 2008 | One Comment | 350 views]

Suppose you want to show your google adsense in the top-left side of your post. If you simply put your adsense code in the single post page (single.php) of wordpress then the text of your post will appear below the adsense.
To solve this problem, I used stylesheet property called ‘margin’. The example below is from single.php file of my wordpress theme. The adsense code is kept in between the

Wordpress »

[19 Nov 2008 | 3 Comments | 665 views]

Suppose, you have many sub pages (child pages) of a single parent page. You want to show the list of all the child pages in the parent page.
You can show the list of pages and sub pages in the sidebar of your wordpress theme with the addition of in-built sidebar widget called ‘Pages’. This will show all your pages and sub pages nested inside parent pages.

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.