<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mukesh Chapagain&#039;s Blog &#187; how-to</title>
	<atom:link href="http://blog.chapagain.com.np/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chapagain.com.np</link>
	<description>PHP Magento jQuery SQL Wordpress Joomla Programming &#38; Tutorial</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to Install Sample Data for Magento?</title>
		<link>http://blog.chapagain.com.np/how-to-install-sample-data-for-magento/</link>
		<comments>http://blog.chapagain.com.np/how-to-install-sample-data-for-magento/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 03:14:11 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[sample data]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=138</guid>
		<description><![CDATA[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. 1) Download Sample Data zip file from Magento Website 2) Extract the zip [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-how-to-select-insert-update-and-delete-data/' rel='bookmark' title='Permanent Link: Magento: How to select, insert, update, and delete data?'>Magento: How to select, insert, update, and delete data?</a></li>
<li><a href='http://blog.chapagain.com.np/magento-describing-flat-catalog/' rel='bookmark' title='Permanent Link: Magento: Describing Flat Catalog'>Magento: Describing Flat Catalog</a></li>
<li><a href='http://blog.chapagain.com.np/magento-reindex-data-programmatically/' rel='bookmark' title='Permanent Link: Magento: Reindex Data Programmatically'>Magento: Reindex Data Programmatically</a></li>
<li><a href='http://blog.chapagain.com.np/sample-valid-credit-card-numbers-for-testing/' rel='bookmark' title='Permanent Link: Sample valid credit card numbers for testing'>Sample valid credit card numbers for testing</a></li>
<li><a href='http://blog.chapagain.com.np/magento-read-write-xml/' rel='bookmark' title='Permanent Link: Magento: Read Write XML'>Magento: Read Write XML</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Remember that, <em>Sample Data must be installed prior to the basic Magento Installation</em>. But never mind if you forgot to install sample data before installing Magento. </p>
<p>Here, I will show you how you can install sample data after you have installed Magento.</p>
<p><span id="more-138"></span></p>
<p>1) Download Sample Data zip file from <a href="http://www.magentocommerce.com/download/noregister">Magento Website</a></p>
<p>2) Extract the zip file</p>
<p>3) Drop all the tables from your magento database. It would be easy to drop the magento database and then recreate it instead of dropping individual tables. This can be done either through Database Manager or PhpMyAdmin.</p>
<p>4) Import sample data sql file into your magento database.</p>
<p># Remember that, you have to drop all tables from your magento database before importing the sample sql file. You will get error afterward if you import the sample data without dropping tables from your magento database. <strong>Therefore, step 3 is important</strong>.</p>
<p>5) Go to your magento installation folder and delete <strong>local.xml</strong> file present inside <strong>app/etc</strong> folder.</p>
<p>6) Reinstall magento (i.e. if you have uploaded magento inside http://yourdomain.com/magento then type the address in your browser&#8217;s address bar :))</p>
<p># After your installation is complete, you may get error something like this:<br />
<strong>Integrity constraint violation: 1062 Duplicate entry &#8217;1&#8242; for key 1</strong></p>
<p>Check if <strong>app/etc</strong>, <strong>var</strong>, and <strong>media </strong>folders are writable. They should be writable. Change their CHMOD to 777. </p>
<p>Clear your browser cache or open your website in another browser and you are done :)</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=138&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/magento-how-to-select-insert-update-and-delete-data/' rel='bookmark' title='Permanent Link: Magento: How to select, insert, update, and delete data?'>Magento: How to select, insert, update, and delete data?</a></li>
<li><a href='http://blog.chapagain.com.np/magento-describing-flat-catalog/' rel='bookmark' title='Permanent Link: Magento: Describing Flat Catalog'>Magento: Describing Flat Catalog</a></li>
<li><a href='http://blog.chapagain.com.np/magento-reindex-data-programmatically/' rel='bookmark' title='Permanent Link: Magento: Reindex Data Programmatically'>Magento: Reindex Data Programmatically</a></li>
<li><a href='http://blog.chapagain.com.np/sample-valid-credit-card-numbers-for-testing/' rel='bookmark' title='Permanent Link: Sample valid credit card numbers for testing'>Sample valid credit card numbers for testing</a></li>
<li><a href='http://blog.chapagain.com.np/magento-read-write-xml/' rel='bookmark' title='Permanent Link: Magento: Read Write XML'>Magento: Read Write XML</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/how-to-install-sample-data-for-magento/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to get working site path and directory name in php?</title>
		<link>http://blog.chapagain.com.np/how-to-get-working-site-path-and-directory-name-in-php/</link>
		<comments>http://blog.chapagain.com.np/how-to-get-working-site-path-and-directory-name-in-php/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 13:29:23 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=118</guid>
		<description><![CDATA[Let the page path be: http://localhost/test/admin/index.php Get the server name/site name of your website: echo $_SERVER['SERVER_NAME']; or, echo $_SERVER['HTTP_HOST']; This will print: localhost Get the path of the page you are working on: echo $_SERVER['PHP_SELF']; This will print: /test/admin/index.php Get only the directory name of the page you are working on, i.e. if you don&#8217;t [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/php-how-to-get-main-or-base-url/' rel='bookmark' title='Permanent Link: PHP: How to get Main or Base URL?'>PHP: How to get Main or Base URL?</a></li>
<li><a href='http://blog.chapagain.com.np/website-statistic-user-information-in-php/' rel='bookmark' title='Permanent Link: Website statistic (User Information) in PHP'>Website statistic (User Information) in PHP</a></li>
<li><a href='http://blog.chapagain.com.np/fun-with-strings-in-php-part-1/' rel='bookmark' title='Permanent Link: Fun with strings in PHP (Part 1)'>Fun with strings in PHP (Part 1)</a></li>
<li><a href='http://blog.chapagain.com.np/session-handling-in-php/' rel='bookmark' title='Permanent Link: Session Handling in PHP'>Session Handling in PHP</a></li>
<li><a href='http://blog.chapagain.com.np/php-read-write-xml-with-simplexml/' rel='bookmark' title='Permanent Link: PHP : Read Write Xml with SimpleXML'>PHP : Read Write Xml with SimpleXML</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Let the page path be: http://localhost/test/admin/index.php</p>
<p>Get the server name/site name of your website:</p>
<p><strong>echo $_SERVER['SERVER_NAME'];</strong></p>
<p><span id="more-118"></span></p>
<p>or,</p>
<p><strong>echo $_SERVER['HTTP_HOST'];</strong></p>
<p>This will print: localhost</p>
<p>Get the path of the page you are working on:</p>
<p><strong>echo $_SERVER['PHP_SELF'];</strong></p>
<p>This will print: /test/admin/index.php</p>
<p>Get only the directory name of the page you are working on, i.e. if you don&#8217;t want the file name to be displayed:</p>
<p><strong>echo dirname($_SERVER['PHP_SELF']);</strong></p>
<p>This will print: /test/admin</p>
<p>If you want to omit the &#8216;admin&#8217; directory as well then you can use dirname() function two times:</p>
<p><strong>echo dirname(dirname($_SERVER['PHP_SELF']));</strong></p>
<p>This will print: /test</p>
<p>Finally:</p>
<p><strong>echo &#8220;http://&#8221;.dirname($_SERVER['SERVER_NAME'].&#8221;".$_SERVER['PHP_SELF']);</strong></p>
<p>This will print: http://localhost/test/admin</p>
<p>Enjoy PHPing :)</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=118&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/php-how-to-get-main-or-base-url/' rel='bookmark' title='Permanent Link: PHP: How to get Main or Base URL?'>PHP: How to get Main or Base URL?</a></li>
<li><a href='http://blog.chapagain.com.np/website-statistic-user-information-in-php/' rel='bookmark' title='Permanent Link: Website statistic (User Information) in PHP'>Website statistic (User Information) in PHP</a></li>
<li><a href='http://blog.chapagain.com.np/fun-with-strings-in-php-part-1/' rel='bookmark' title='Permanent Link: Fun with strings in PHP (Part 1)'>Fun with strings in PHP (Part 1)</a></li>
<li><a href='http://blog.chapagain.com.np/session-handling-in-php/' rel='bookmark' title='Permanent Link: Session Handling in PHP'>Session Handling in PHP</a></li>
<li><a href='http://blog.chapagain.com.np/php-read-write-xml-with-simplexml/' rel='bookmark' title='Permanent Link: PHP : Read Write Xml with SimpleXML'>PHP : Read Write Xml with SimpleXML</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/how-to-get-working-site-path-and-directory-name-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Left or Right Align your image, adsense code or other advertisement in wordpress</title>
		<link>http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/</link>
		<comments>http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 11:00:34 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=79</guid>
		<description><![CDATA[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 &#8216;margin&#8217;. The example below is [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/how-to-setup-google-adsense-in-your-website/' rel='bookmark' title='Permanent Link: How to setup Google AdSense for your website'>How to setup Google AdSense for your website</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/' rel='bookmark' title='Permanent Link: WordPress Plugin: Quick Adsense 1.0'>WordPress Plugin: Quick Adsense 1.0</a></li>
<li><a href='http://blog.chapagain.com.np/solution-google-adsense-not-showing-on-my-website-blog/' rel='bookmark' title='Permanent Link: Solution: Google Adsense not showing on my website blog'>Solution: Google Adsense not showing on my website blog</a></li>
<li><a href='http://blog.chapagain.com.np/blogspot-how-to-add-google-adsense-to-your-blogger-website/' rel='bookmark' title='Permanent Link: Blogspot: How to add google adsense to your blogger website?'>Blogspot: How to add google adsense to your blogger website?</a></li>
<li><a href='http://blog.chapagain.com.np/how-to-get-html-source-code-of-a-website/' rel='bookmark' title='Permanent Link: How to get(view) html source code of a website'>How to get(view) html source code of a website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>To solve this problem, I used stylesheet property called &#8216;margin&#8217;. The example below is from single.php file of my wordpress theme. The adsense code is kept in between the paragraph tag.<br />
It is kept after </p>
<pre class="brush: php; title: ; notranslate">&lt;em&gt;&lt;div class=&quot;entry-content&quot;&gt;&lt;/em&gt;</pre>
<p>and before </p>
<pre class="brush: php; title: ; notranslate">&lt;em&gt;&lt;?php the_content(); ?&gt;&lt;/em&gt;</pre>
<p><span id="more-79"></span></p>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;entry-content&quot;&gt;

&lt;p class=&quot;alignleft&quot; style=&quot;text-align: left; margin: 8px; float: left;&quot;&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8802303964745491&quot;;
/* 336x280, created 5/16/08 */
google_ad_slot = &quot;7152897181&quot;;
google_ad_width = 336;
google_ad_height = 280;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

&lt;/p&gt;

&lt;?php the_content(''.__('Read More &lt;span class=&quot;meta-nav&quot;&gt;&amp;raquo;&lt;/span&gt;', 'sandbox').''); ?&gt;
</pre>
<p>Similarly, I created an about me page. I wanted to show my pic in the top-left position and to show the text by the side of the pic. For this I added style to my uploaded image while editing the page. I went to the HTML (not View) section in the edit/add page.</p>
<p>The style I added goes like this:</p>
<pre class="brush: xml; title: ; notranslate">style=&quot;margin: 8px; float: left;&quot;</pre>
<p>More HTML source from my about page:</p>
<pre class="brush: xml; title: ; notranslate">

&lt;p style=&quot;text-align: left;&quot;&gt;
&lt;img class=&quot;alignleft&quot; alt=&quot;Mukesh Image&quot; src=&quot;http://blog.chapagain.com.np/wp-content/uploads/close-up-small.jpg&quot; style=&quot;margin: 8px; float: left;&quot;/&gt;
&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;
Hi, I am Mukesh Chapagain. My rest of the introduction goes here...
&lt;/p&gt;
</pre>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=79&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/how-to-setup-google-adsense-in-your-website/' rel='bookmark' title='Permanent Link: How to setup Google AdSense for your website'>How to setup Google AdSense for your website</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/' rel='bookmark' title='Permanent Link: WordPress Plugin: Quick Adsense 1.0'>WordPress Plugin: Quick Adsense 1.0</a></li>
<li><a href='http://blog.chapagain.com.np/solution-google-adsense-not-showing-on-my-website-blog/' rel='bookmark' title='Permanent Link: Solution: Google Adsense not showing on my website blog'>Solution: Google Adsense not showing on my website blog</a></li>
<li><a href='http://blog.chapagain.com.np/blogspot-how-to-add-google-adsense-to-your-blogger-website/' rel='bookmark' title='Permanent Link: Blogspot: How to add google adsense to your blogger website?'>Blogspot: How to add google adsense to your blogger website?</a></li>
<li><a href='http://blog.chapagain.com.np/how-to-get-html-source-code-of-a-website/' rel='bookmark' title='Permanent Link: How to get(view) html source code of a website'>How to get(view) html source code of a website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to show child page (sub page) list in parent page in wordpress?</title>
		<link>http://blog.chapagain.com.np/how-to-show-child-page-sub-page-list-in-parent-page-in-wordpress/</link>
		<comments>http://blog.chapagain.com.np/how-to-show-child-page-sub-page-list-in-parent-page-in-wordpress/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 09:53:24 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=78</guid>
		<description><![CDATA[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 &#8216;Pages&#8217;. This [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/wordpress-optimizing-404-page-not-found-page/' rel='bookmark' title='Permanent Link: WordPress: Optimizing 404 Page Not Found page'>WordPress: Optimizing 404 Page Not Found page</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-create-custom-archive-page/' rel='bookmark' title='Permanent Link: WordPress: Create custom archive page'>WordPress: Create custom archive page</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/' rel='bookmark' title='Permanent Link: WordPress Plugin: Quick Adsense 1.0'>WordPress Plugin: Quick Adsense 1.0</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>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 &#8216;Pages&#8217;. This will show all your pages and sub pages nested inside parent pages.</p>
<p><span id="more-78"></span></p>
<p>I will be showing, how you can show the list of the sub pages in the parent page body (not in the sidebar but in the main body of the page).</p>
<p>Suppose, you have created a page called &#8216;Sports&#8217;. Under &#8216;Sports&#8217;, you have two sub pages called &#8216;Cricket&#8217; and &#8216;Football&#8217;.</p>
<p>The process of creating a sub page/child page is as under:</p>
<p>1) First you create a page called Sports. You choose page parent as &#8216;Main Page&#8217;.</p>
<p>2) Then you create another page called &#8216;Cricket&#8217;. You choose page parent as &#8216;Sports&#8217;. Now, page cricket becomes the sub page of the page Sports.</p>
<p>Below is the code to show the list of sub pages in the parent page body. You have to put this code inside the the_post() section of the page.php template of your WordPress theme after the_content().</p>
<p><strong>For WordPress 2.0.1 or older:</strong></p>
<pre class="brush: php; title: ; notranslate">

&lt;ul&gt;
&lt;?php
global $id;
wp_list_pages(&quot;title_li=&amp;child_of=$id&amp;show_date=modified
&amp;date_format=$date_format&quot;); ?&gt;
&lt;/ul&gt;
</pre>
<p><strong>For WordPress 2.0.1 or newer:</strong></p>
<pre class="brush: php; title: ; notranslate">

&lt;?php
$children = wp_list_pages('title_li=&amp;child_of='.$post-&gt;ID.'&amp;echo=0');
if ($children) { ?&gt;
&lt;ul&gt;
&lt;?php echo $children; ?&gt;
&lt;/ul&gt;
&lt;?php } ?&gt;
</pre>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=78&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/wordpress-optimizing-404-page-not-found-page/' rel='bookmark' title='Permanent Link: WordPress: Optimizing 404 Page Not Found page'>WordPress: Optimizing 404 Page Not Found page</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-create-custom-archive-page/' rel='bookmark' title='Permanent Link: WordPress: Create custom archive page'>WordPress: Create custom archive page</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-archive-link-not-working/' rel='bookmark' title='Permanent Link: WordPress: Archive link not working'>WordPress: Archive link not working</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/' rel='bookmark' title='Permanent Link: WordPress Plugin: Quick Adsense 1.0'>WordPress Plugin: Quick Adsense 1.0</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/how-to-show-child-page-sub-page-list-in-parent-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to setup Google AdSense for your website</title>
		<link>http://blog.chapagain.com.np/how-to-setup-google-adsense-in-your-website/</link>
		<comments>http://blog.chapagain.com.np/how-to-setup-google-adsense-in-your-website/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 13:17:48 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=67</guid>
		<description><![CDATA[This article will provide you step by step guide to setup Google AdSense. Follow the steps below and start earning money with Google AdSense. 1) Log in to http://adsense.google.com with your gmail account. 2) Click the “AdSense Setup” tab. 3) Choose adsense type that you want to set up. There are two types of adsense. [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/solution-google-adsense-not-showing-on-my-website-blog/' rel='bookmark' title='Permanent Link: Solution: Google Adsense not showing on my website blog'>Solution: Google Adsense not showing on my website blog</a></li>
<li><a href='http://blog.chapagain.com.np/blogspot-how-to-add-google-adsense-to-your-blogger-website/' rel='bookmark' title='Permanent Link: Blogspot: How to add google adsense to your blogger website?'>Blogspot: How to add google adsense to your blogger website?</a></li>
<li><a href='http://blog.chapagain.com.np/google-is-retiring-adsense-referrals/' rel='bookmark' title='Permanent Link: Google is retiring AdSense Referrals'>Google is retiring AdSense Referrals</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/' rel='bookmark' title='Permanent Link: WordPress Plugin: Quick Adsense 1.0'>WordPress Plugin: Quick Adsense 1.0</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> This article will provide you step by step guide to setup Google AdSense.</p>
<p class="MsoNormal" style="text-align: justify;">
<p><span id="more-67"></span></p>
<p class="MsoNormal" style="text-align: justify;">Follow the steps below and start earning money with Google AdSense.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>1)<span style="font-family: "> </span></span><!--[endif]-->Log in to <a href="http://adsense.google.com/">http://adsense.google.com</a> with your gmail account.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>2)<span style="font-family: "> </span></span><!--[endif]-->Click the “AdSense Setup” tab.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>3)<span style="font-family: "> </span></span><!--[endif]-->Choose adsense type that you want to set up. There are two types of adsense. One is “AdSense for Content” and the other is “AdSense for Search”. You can find “Referrals” ad for now. But Referrals ads will be retired during the last week of August 2008.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>4)<span style="font-family: "> </span></span><!--[endif]-->I will be illustrating on “AdSense for Content”. So, click “AdSense for Content” link.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>5)<span style="font-family: "> </span></span><!--[endif]-->Now, you have the option either to choose Wizard setup or Single page setup. By clicking the “Single page” link, you will get the form fields in a single page so that you can fill at once and setup your adsense. But it would be easy to explain and understand by going through the “Wizard” way, i.e. page by page or step by step.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>6)<span style="font-family: "> </span></span><!--[endif]-->Don’t click the “Single page” link. Let’s go step by step through “Wizard”.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>7)<span style="font-family: "> </span></span><!--[endif]-->Ok, now you have to choose your Ad Type. If you just want to display google ads as links then choose “Link unit”. If you want to display ads containing text, links, and images then choose “Ad unit”. Let’s choose “Ad unit”. It is chosen by default. So, let’s proceed further. Click the “Continue” button.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>8 )<span style="font-family: "> </span></span><!--[endif]-->Now, you have to choose Ad Format and Colors. There are different Ad Formats. You can view them at <a href="https://www.google.com/adsense/adformats">https://www.google.com/adsense/adformats</a> . Select any one of your choice.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>9)<span style="font-family: "> </span></span><!--[endif]-->Now the coloring part. You can either choose from one of the pre-designed color palettes, or you can create your own. It would be easy to create our own. Just choose the border color, title color, background color, etc. according to your preferences. You can view the sample present at left as soon as you make any change in the border or title or background color.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>10)<span style="font-family: "> </span></span><!--[endif]-->Choose your AdSense corner style. Then click the “Continue” button.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>11)<span style="font-family: "> </span></span><!--[endif]-->Now you have to Choose Ad Channels for your AdSense. Channels enable you to view detailed reporting about the performance of specific pages and ad units. By assigning a channel to a combination of pages or ad units, you could track the performance of a leaderboard versus a banner, or compare your motorcycle pages to your automobile pages. View more about channels at</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><a href="https://www.google.com/adsense/support/bin/answer.py?answer=9868&amp;ctx=sibling">https://www.google.com/adsense/support/bin/answer.py?answer=9868&amp;ctx=sibling</a></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>12)<span style="font-family: "> </span></span><!--[endif]-->Click “Add new channel”. A popup box appears. Add your channel name. Then click the “Continue” button.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>13)<span style="font-family: "> </span></span><!--[endif]-->Now, give your AdSense unit a name and click “Submit and Get Code”.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>14)<span style="font-family: "> </span></span><!--[endif]-->You will get the AdSense code something like this :</p>
<blockquote>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><script type="text/javascript"><!--</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">google_ad_client = "pub-8802303964745491";</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">/* 728x90, created 7/9/08 */</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">google_ad_slot = "7159871753";</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">google_ad_width = 728;</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">google_ad_height = 90;</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">//--></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"></script></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"><script type="text/javascript"</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;">src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify;"></script></p>
</blockquote>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;"><!--[if !supportLists]--><span>15)<span style="font-family: "> </span></span><!--[endif]-->Copy the code in your webpage. The AdSense unit may take up to 10 minutes to display after the time of creation.</p>
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;">
<p class="MsoNormal" style="margin-left: 0.5in; text-align: justify; text-indent: -0.25in;">Thank You.</p>
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=67&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/solution-google-adsense-not-showing-on-my-website-blog/' rel='bookmark' title='Permanent Link: Solution: Google Adsense not showing on my website blog'>Solution: Google Adsense not showing on my website blog</a></li>
<li><a href='http://blog.chapagain.com.np/blogspot-how-to-add-google-adsense-to-your-blogger-website/' rel='bookmark' title='Permanent Link: Blogspot: How to add google adsense to your blogger website?'>Blogspot: How to add google adsense to your blogger website?</a></li>
<li><a href='http://blog.chapagain.com.np/google-is-retiring-adsense-referrals/' rel='bookmark' title='Permanent Link: Google is retiring AdSense Referrals'>Google is retiring AdSense Referrals</a></li>
<li><a href='http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/' rel='bookmark' title='Permanent Link: WordPress Plugin: Quick Adsense 1.0'>WordPress Plugin: Quick Adsense 1.0</a></li>
<li><a href='http://blog.chapagain.com.np/left-or-right-align-your-image-adsense-code-or-other-advertisement-in-wordpress/' rel='bookmark' title='Permanent Link: Left or Right Align your image, adsense code or other advertisement in wordpress'>Left or Right Align your image, adsense code or other advertisement in wordpress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/how-to-setup-google-adsense-in-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get(view) html source code of a website</title>
		<link>http://blog.chapagain.com.np/how-to-get-html-source-code-of-a-website/</link>
		<comments>http://blog.chapagain.com.np/how-to-get-html-source-code-of-a-website/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:49:52 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=65</guid>
		<description><![CDATA[In this article, I will be illustrating about getting html source code of any website. I have done this in PHP. I created an html form for submitting the website url. After the url is submitted, the PHP code does all the magic to display full html source code of that particular website. The source [...]


<strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/how-to-change-the-source-code-and-modifyparse-a-website/' rel='bookmark' title='Permanent Link: How to change the source code and modify/parse a website?'>How to change the source code and modify/parse a website?</a></li>
<li><a href='http://blog.chapagain.com.np/php-read-write-csv/' rel='bookmark' title='Permanent Link: PHP: Read Write CSV'>PHP: Read Write CSV</a></li>
<li><a href='http://blog.chapagain.com.np/php-source-code-encoding-with-ioncube-php-encoder/' rel='bookmark' title='Permanent Link: PHP source code encoding with ionCube PHP Encoder'>PHP source code encoding with ionCube PHP Encoder</a></li>
<li><a href='http://blog.chapagain.com.np/javascript-add-remove-html-elements/' rel='bookmark' title='Permanent Link: Javascript: Add Remove HTML elements'>Javascript: Add Remove HTML elements</a></li>
<li><a href='http://blog.chapagain.com.np/creating-dynamic-table-in-php/' rel='bookmark' title='Permanent Link: Creating dynamic table in PHP : Easy and Simple tutorial'>Creating dynamic table in PHP : Easy and Simple tutorial</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In this article, I will be illustrating about getting html source code of any website. I have done this in PHP.</p>
<p class="MsoNormal" style="text-align: justify;">
<p><span id="more-65"></span></p>
<p class="MsoNormal" style="text-align: justify;">I created an html form for submitting the website url. After the url is submitted, the PHP code does all the magic to display full html source code of that particular website. The source code is displayed in a textarea.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--></p>
<p class="MsoNormal" style="text-align: justify;"><!--[if gte mso 10]></p>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
</style>
<p><![endif]--></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">$domain = $_POST['domain'];</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">$handle = fopen(&#8220;http://$domain&#8221;,&#8221;r&#8221;);</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">//$contents = stream_get_contents($handle);</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">$contents = &#8221;;</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">while (!feof($handle)) {</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">$contents .= fread($handle, 8192);</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">} </span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="color: purple;">fclose($handle);</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">At first the website url submitted through the html form is opened with <em>fopen()</em>. Then, using <em>while</em> loop, the <em>$contents</em> string variable is populated (concatenated) until the end of file is reached. Finally, the file/url pointer is closed with <em>fclose()</em>.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">You can also get all the contents without using loop. You can get it with the stream_get_contents() function. But this function is only supported by PHP 5+. <em><span lang="EN">stream_get_contents()</span></em><span lang="EN"> operates on an already open stream resource and returns the remaining contents in a string. <em>stream_get_contents()</em> will not work in PHP versions lower than PHP 5. If you are using PHP versions lower than PHP 5, then better not use it.</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><strong>Description of functions used:</strong></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><em>fopen()</em> opens the url. The mode used here (i.e. ‘r’) is read mode.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><em>feof()</em> tests for end-of-file on a file pointer. It returns true if the file pointer is at EOF; otherwise it returns false.</p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><em><span lang="EN">fread()</span></em><span lang="EN"> reads up to <var>length</var> bytes from the file pointer referenced by <var>handle</var>. Reading stops when up to <var>length</var> bytes have been read, EOF (end of file) is reached, (for network streams) when a packet becomes available, or (after opening userspace stream) when 8192 bytes have been read whichever comes first. </span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><em><span lang="EN">fclose()</span></em><span lang="EN"> closes an open file pointer.</span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;"><span lang="EN"><a title="HTML Source Code Viewer" href="http://chapagain.com.np/codeviewer.php" target="_blank">View it live</a></span></p>
<p class="MsoNormal" style="text-align: justify;">
<p class="MsoNormal" style="text-align: justify;">Full <span lang="EN">source code:</span></p>
<p style="text-align: justify;">
<pre class="brush: php; title: ; notranslate">&lt;?php
if(isset($_POST['submit']))
{
$domain = $_POST['domain'];
$handle = fopen(&quot;http://$domain&quot;,&quot;r&quot;);
//$contents = stream_get_contents($handle);
$contents = '';
while (!feof($handle)) {
$contents .= fread($handle, 8192);
}
//var_dump($contents);
}&lt;/p&gt;
?&gt;&lt;/p&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;HTML Source Code Viewer&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;&lt;/p&gt;
&lt;h2&gt;
HTML Source Code Viewer
&lt;/h2&gt;&lt;/p&gt;
&lt;form method=&quot;post&quot; name=&quot;pageform&quot; action=&quot;&quot; onsubmit=&quot;return validate(this);&quot;&gt;&lt;/p&gt;
&lt;table border=&quot;0&quot; style=&quot;border-collapse: collapse&quot; width=&quot;&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;&quot; height=&quot;91&quot; valign=&quot;top&quot;&gt;
&lt;table style=&quot;border-collapse: collapse&quot; width=&quot;&quot; class=&quot;tooltop&quot; height=&quot;76&quot;&gt;&lt;/p&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table border=&quot;0&quot; style=&quot;border-collapse: collapse&quot; width=&quot;&quot; cellspacing=&quot;5&quot;&gt;
&lt;tr&gt;
&lt;td height=&quot;28&quot; width=&quot;100&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;b&gt;View source of&lt;/b&gt;&lt;/font&gt;&lt;b&gt;&lt;font size=&quot;2&quot;&gt;:
&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td height=&quot;28&quot; width=&quot;&quot;&gt;
&lt;font size=&quot;1&quot;&gt;http://&lt;/font&gt;&lt;input type=&quot;text&quot; name=&quot;domain&quot; size=&quot;26&quot; value=&quot;&lt;?=$_POST['domain']?&gt;&quot;&gt;&lt;/td&gt;
&lt;td height=&quot;28&quot; width=&quot;&quot;&gt;
&lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;View!&quot; style=&quot;float: left&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;&quot; height=&quot;21&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td width=&quot;&quot; colspan=&quot;2&quot; height=&quot;21&quot; valign=&quot;top&quot;&gt;&lt;font size=&quot;1&quot;&gt;(eg. chapagain.com.np)&lt;/font&gt;&lt;/td&gt;&lt;/p&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;?php
if(isset($_POST['submit']))
{
?&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;textarea rows=&quot;10&quot; cols=&quot;60&quot; name=&quot;code&quot;&gt;&lt;?=$contents?&gt;&lt;/textarea&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;?php
}
?&gt;
&lt;/table&gt;
&lt;/form&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
function validate(theform) {
if (theform.domain.value == &quot;&quot;) { alert(&quot;No Domain&quot;); return false; }
return true;
}
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]></p>
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
</style>
<p><![endif]--></p>
<p class="MsoNormal" style="text-align: justify;">
<hr /><small>Copyright &copy; 2011<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small><img src="http://blog.chapagain.com.np/?ak_action=api_record_view&id=65&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><li><a href='http://blog.chapagain.com.np/how-to-change-the-source-code-and-modifyparse-a-website/' rel='bookmark' title='Permanent Link: How to change the source code and modify/parse a website?'>How to change the source code and modify/parse a website?</a></li>
<li><a href='http://blog.chapagain.com.np/php-read-write-csv/' rel='bookmark' title='Permanent Link: PHP: Read Write CSV'>PHP: Read Write CSV</a></li>
<li><a href='http://blog.chapagain.com.np/php-source-code-encoding-with-ioncube-php-encoder/' rel='bookmark' title='Permanent Link: PHP source code encoding with ionCube PHP Encoder'>PHP source code encoding with ionCube PHP Encoder</a></li>
<li><a href='http://blog.chapagain.com.np/javascript-add-remove-html-elements/' rel='bookmark' title='Permanent Link: Javascript: Add Remove HTML elements'>Javascript: Add Remove HTML elements</a></li>
<li><a href='http://blog.chapagain.com.np/creating-dynamic-table-in-php/' rel='bookmark' title='Permanent Link: Creating dynamic table in PHP : Easy and Simple tutorial'>Creating dynamic table in PHP : Easy and Simple tutorial</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/how-to-get-html-source-code-of-a-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
