<?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; adsense</title>
	<atom:link href="http://blog.chapagain.com.np/tag/adsense/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>Blogspot: How to add google adsense to your blogger website?</title>
		<link>http://blog.chapagain.com.np/blogspot-how-to-add-google-adsense-to-your-blogger-website/</link>
		<comments>http://blog.chapagain.com.np/blogspot-how-to-add-google-adsense-to-your-blogger-website/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 15:18:39 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Blogger/Blogspot]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogspot]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=999</guid>
		<description><![CDATA[Here, I will be showing you how you can add google adsense to your blogger / blogspot website. Note: I will be telling about adding adsense in sidebar and in each single post as well. Adding adsense in sidebar - Get adsense code from Google (http://adsense.google.com) - Go to your Blogger Dashboard - Go to [...]


<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/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/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/blogspot-how-to-hide-or-remove-blogger-top-navigation-bar/' rel='bookmark' title='Permanent Link: Blogspot: How to hide or remove Blogger top navigation bar?'>Blogspot: How to hide or remove Blogger top navigation bar?</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>Here, I will be showing you how you can add <strong>google adsense to your <strong>blogger / blogspot</strong> website. </strong></p>
<blockquote><p>Note: I will be telling about adding adsense in sidebar and in each single post as well.</p></blockquote>
<p><span id="more-999"></span></p>
<p><strong>Adding adsense in sidebar</strong></p>
<p>- Get adsense code from Google (http://adsense.google.com)<br />
- Go to your Blogger Dashboard<br />
- Go to <strong>Design -> Page Elements</strong><br />
- Click &#8216;Add a Gadget&#8217;<br />
- Select &#8216;HTML/Javascript&#8217; gadget<br />
- Add title of your gadget<br />
- Add your adsense code<br />
- Click save and you are done</p>
<p><strong>Adding adsense in single post</strong></p>
<p>- Go to your Blogger Dashboard<br />
- Go to <strong>Design -> Edit HTML</strong><br />
- Click &#8216;Expand Widget Templates&#8217; checkbox<br />
- In the Edit Template box, search for <strong>post.body</strong><br />
- You will find something like this:- <strong>&lt;data:post.body/&gt;</strong><br />
- Write your adsense code before <strong>&lt;data:post.body/&gt;</strong>, in the following format:-</p>
<pre class="brush: xml; title: ; notranslate">
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
YOUR PARSED ADSENSE CODE
&lt;/b:if&gt;
</pre>
<p><strong>Important Note: You need to parse adsense code before you add it to blogger template.</strong></p>
<p>To parse your adsense code,<br />
- Go to this website: <a href="http://www.blogcrowds.com/resources/parse_html.php" rel="nofollow">http://www.blogcrowds.com/resources/parse_html.php</a><br />
- Write the adsense code in the box<br />
- Click the &#8216;Parse&#8217; button<br />
- Copy the parsed adsense code and paste it in your blogger template as I have mentioned above.</p>
<p>The parsed adsense code looks like this:-</p>
<pre class="brush: xml; title: ; notranslate">
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;!--
google_ad_client = &amp;quot;pub-8802303964745491&amp;quot;;
google_ad_host = &amp;quot;pub-1556223355139109&amp;quot;;
/* FA-250x250, created 11/7/10 */
google_ad_slot = &amp;quot;3607210164&amp;quot;;
google_ad_width = 250;
google_ad_height = 250;
//--&amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;
src=&amp;quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&amp;quot;&amp;gt;
&amp;lt;/script&amp;gt;
</pre>
<p>Hope this helps. Thanks.</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=999&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/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/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/blogspot-how-to-hide-or-remove-blogger-top-navigation-bar/' rel='bookmark' title='Permanent Link: Blogspot: How to hide or remove Blogger top navigation bar?'>Blogspot: How to hide or remove Blogger top navigation bar?</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/blogspot-how-to-add-google-adsense-to-your-blogger-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution: Google Adsense not showing on my website blog</title>
		<link>http://blog.chapagain.com.np/solution-google-adsense-not-showing-on-my-website-blog/</link>
		<comments>http://blog.chapagain.com.np/solution-google-adsense-not-showing-on-my-website-blog/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:06:36 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=693</guid>
		<description><![CDATA[I used to have google adsense in my blog but they suddenly disappeared these days. I don&#8217;t see the adsense in my blog. Instead, I see ads stating &#8216;Microfinance Empowers&#8216; in some of my adsense block. Others are empty. I googled the web and found the following cause and solution:- Problem: I used to have [...]


<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/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 style="text-align: justify;">I used to have google adsense in my blog but they suddenly disappeared these days. I don&#8217;t see the adsense in my blog. Instead, I see ads stating &#8216;<strong>Microfinance Empowers</strong>&#8216; in some of my adsense block. Others are empty.</p>
<p>I googled the web and found the following cause and solution:-</p>
<p><span id="more-693"></span></p>
<p><strong>Problem:</strong></p>
<p>I used to have adsense showing in my website and blogs but I use to have adsense showing on my website and blogs but recently they don&#8217;t show on websites again instead what i see is this their microfinance stuff &#8220;Microfinance Empowers&#8221;.</p>
<p><strong>Cause:</strong></p>
<p>Since April 2009 it has been a term of service that Adsense publishers have a data protection compliant privacy policy on their site(s). Those who do not have such a policy often find that their ads turn to public service ads.</p>
<p><strong>Solution:</strong></p>
<p>In your <a href="https://www.google.com/adsense/report/overview">adsense report page</a>, you will see the following text highlighted in red:</p>
<blockquote><p>Your pages are displaying Public Service Advertisements (PSAs) because you haven&#8217;t yet verified your PIN and/or phone number. See the Payment History page for more details.</p></blockquote>
<p>You should verify your PIN Information in order to show adsense like before.</p>
<p>Login to your adsense account and go to this link: <a href="https://www.google.com/adsense/account-settings">https://www.google.com/adsense/account-settings</a></p>
<p>You will see the following notification about <strong>PIN Information</strong> highlighted in red:</p>
<blockquote><p>As part of our effort to protect the accounts of AdSense publishers, we have mailed a Personal Identification Number (PIN) to the payment address entered in your account. This PIN must be entered on the PIN Information page before any payments can be issued to you.</p>
<p>In the meantime, your account remains active, and you may continue to show ads and accrue earnings. If you have not received your PIN within 3 weeks, you may request that it be resent.</p>
<p>Please use the link below to enter your PIN or to request a reissue:<br />
PIN Information page</p></blockquote>
<p>Google will mail Personal Identification Number (PIN) to the payment address entered in your account.</p>
<p>You can request PIN from this link: <a href="https://www.google.com/adsense/pinentry">https://www.google.com/adsense/pinentry</a></p>
<p>Be sure that you have correct <strong>Payee information</strong> entered. You can edit Payee information from this link: <a href="https://www.google.com/adsense/account-edit">https://www.google.com/adsense/account-edit</a></p>
<p>The PIN information for your account will be mailed to you by google within <strong>3-6 weeks</strong> after your request for PIN.</p>
<p>When you get the PIN card sent to you by Google, you can enter the PIN in the <strong>PIN Entry</strong> section of this page: <a href="https://www.google.com/adsense/pinentry">https://www.google.com/adsense/pinentry</a></p>
<p>After that, you can see adsense in your site as before.</p>
<p>Hope this helps and thanks for reading.</p>
<p><span style="color: #ff0000;"><span style="color: #008000;"><strong>Update (23rd March 2010)</strong></span><span style="color: #000000;">:</span></span> I got the PIN verification number from google. Now, the Public Service Ads (PSA) are gone from my site. :)</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=693&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/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/solution-google-adsense-not-showing-on-my-website-blog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: Quick Adsense 1.0</title>
		<link>http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/</link>
		<comments>http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 19:51:33 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=144</guid>
		<description><![CDATA[I was thinking of a wordpress plugin for google adsense that would make me easy to add adsense on my sidebars and on my post. I did search for a flexible one but could not find any satisfactory result. So, thought of making one by myself. I just created a simple wp plugin named &#8216;Quick [...]


<strong>Related posts:</strong><ol><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/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/wordpress-contact-form-7-quick-fix-spinning-arrow/' rel='bookmark' title='Permanent Link: WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed'>WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed</a></li>
<li><a href='http://blog.chapagain.com.np/twitter-facebook-wordpress-getting-together/' rel='bookmark' title='Permanent Link: Twitter, Facebook, WordPress getting together'>Twitter, Facebook, WordPress getting together</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was thinking of a wordpress plugin for google adsense that would make me easy to add adsense on my sidebars and on my post. I did search for a flexible one but could not find any satisfactory result. So, thought of making one by myself.</p>
<p>I just created a simple wp plugin named &#8216;Quick Adsense&#8217;. This plugin is in production phase. It is not full fledged yet.</p>
<p><span id="more-144"></span></p>
<p>This plugin creates a sidebar widget. After you activate this plugin, you can go to the Widgets section under Appearance. You will see a widget named &#8216;Quick Adsense&#8217;. Now, you can add this widget to your sidebar. You can edit the widget to add your adsense code. You may give title to the widget. You also have the option to hide or show the widget title.</p>
<p><a title="Quick Adsense 1.0" href="http://chapagain.googlecode.com/files/quick-adsense.zip">Download Quick Adsense 1.0</a></p>
<p>The next modification/enhancement to this plugin will be:</p>
<p>- Adding multiple widgets</p>
<p>- Making settings page for the plugin where you can add adsense code for your post and pages.</p>
<p>More suggestions are welcomed !</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=144&type=feed" alt="" />

<p><strong>Related posts:</strong><ol><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/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/wordpress-contact-form-7-quick-fix-spinning-arrow/' rel='bookmark' title='Permanent Link: WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed'>WordPress Contact Form 7: Quick Fix to spinning arrow displays forever &#038; no success/error message displayed</a></li>
<li><a href='http://blog.chapagain.com.np/twitter-facebook-wordpress-getting-together/' rel='bookmark' title='Permanent Link: Twitter, Facebook, WordPress getting together'>Twitter, Facebook, WordPress getting together</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/wordpress-plugin-quick-adsense-10/feed/</wfw:commentRss>
		<slash:comments>1</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 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>Google is retiring AdSense Referrals</title>
		<link>http://blog.chapagain.com.np/google-is-retiring-adsense-referrals/</link>
		<comments>http://blog.chapagain.com.np/google-is-retiring-adsense-referrals/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 09:10:23 +0000</pubDate>
		<dc:creator>Mukesh</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Making Money Online]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[referral]]></category>

		<guid isPermaLink="false">http://blog.chapagain.com.np/?p=64</guid>
		<description><![CDATA[Today, I got an email from adsense-noreply@google.com with the subject &#8220;We are retiring AdSense Referrals&#8221;. It says that during the last week of August, the AdSense referrals feature will be retired for both AdWords advertiser products and Google products. Beginning in late August, any remaining referral ads on your site will no longer work, and [...]


<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/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/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/google-apps-setup-gmail-for-your-domains-email/' rel='bookmark' title='Permanent Link: Google Apps: Setup Gmail for your Domain&#8217;s Email'>Google Apps: Setup Gmail for your Domain&#8217;s Email</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today, I got an email from <span id="_user_adsense-noreply@google.com" class="ppt">adsense-noreply@google.com with the subject &#8220;We are retiring AdSense Referrals&#8221;. It says that </span>during the last week of August, the AdSense referrals feature will be retired for both AdWords advertiser products and Google products. Beginning in late August, any remaining referral ads on your site will no longer work, and will appear as blank space on your website. In order to prevent a decrease in your AdSense earnings, replace all referral ad code on your sites with AdSense for content ad code prior to the last week of August.</p>
<p>You may be worrying about your referral earnings. Don&#8217;t worry because if you complete the advertiser&#8217;s required action within 30 days of clicking on your ad, earnings will accrue to your account through the end of September.</p>
<p><span id="more-64"></span></p>
<p>For more details, visit <a title="Google AdSense Referral" href="https://www.google.com/adsense/support/bin/topic.py?topic=14882" target="_blank"></a></p>
<p><a title="Google AdSense Referral" href="https://www.google.com/adsense/support/bin/topic.py?topic=14882" target="_blank">https://www.google.com/adsense/support/bin/topic.py?topic=14882</a></p>
<p>Here is the email sent by google:-</p>
<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 !mso]><span class="mceItemObject"   classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></span></p>
<style>
st1\:*{behavior:url(#ieooui) }
</style>
<p><![endif]--></p>
<p><!--[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>
<blockquote>
<p class="MsoNormal">Hello,</p>
<p>Thank you for participating in the AdSense Referrals program.<br />
We’re writing to let you know that we will be retiring the AdSense<br />
Referrals program during the last week of August. We appreciate<br />
your patience during this transition and here are some alternative<br />
options to consider:</p>
<p>* Google Affiliate Network: As part of the integration of<br />
DoubleClick, the DoubleClick Performics Affiliate Network will now<br />
operate as the Google Affiliate Network for advertisers targeting<br />
users located in the United States. Similar to the AdSense<br />
Referrals program, the Google Affiliate Network enables publishers<br />
to apply for advertiser programs and get paid based on<br />
advertiser-defined actions instead of clicks or impressions. For<br />
further details, please visit:<br />
<a href="http://www.google.com/ads/affiliatenetwork" target="_blank">www.google.com/ads/affiliatenetwork</a>.<br />
* AdSense for content ads: If you have less than three AdSense<br />
for content ad units on a page, you may wish to replace the<br />
referral ad units with standard AFC ad units.</p>
<p>If you currently use referral ads, either to promote Google<br />
products or offerings from AdWords advertisers, AdSense Referrals<br />
code will no longer display ads beginning the last week of August.<br />
We encourage you to take the following steps before the product is<br />
retired:</p>
<p>* Remove the referral code from your site(s): Please take a<br />
moment to remove all referral code from your sites before the last<br />
week of August, so you can continue to effectively monetize your<br />
ad space.<br />
* Run and save all referrals reports on your desktop: Create<br />
and save all reports related to the referrals program on your<br />
desktop, so you continue to have access to your valuable campaign<br />
information</p>
<p>Why is this happening?<br />
We&#8217;re constantly looking for ways to improve AdSense by developing<br />
and supporting features which drive the best monetization results<br />
for our publishers. Sometimes, this requires retiring existing<br />
features so we can focus our efforts on the ones that will be most<br />
effective in the long term.  For this reason, we will be retiring<br />
the AdSense Referrals program. If you have any additional<br />
questions, please visit our Help  Center:<br />
<a href="http://www.google.com/adsense/support/bin/topic.py?topic=14882" target="_blank">http://www.google.com/adsense/support/bin/topic.py?topic=14882</a></p>
<p>Sincerely.</p>
<p>The Google AdSense Team</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Email preferences: You have received this mandatory email service<br />
announcement to update you about the retirement of an AdSense<br />
feature.</p>
<p>Google Inc.<br />
1600 Amphitheatre Parkway<br />
Mountain View, CA  94043</p></blockquote>
<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=64&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/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/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/google-apps-setup-gmail-for-your-domains-email/' rel='bookmark' title='Permanent Link: Google Apps: Setup Gmail for your Domain&#8217;s Email'>Google Apps: Setup Gmail for your Domain&#8217;s Email</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.chapagain.com.np/google-is-retiring-adsense-referrals/feed/</wfw:commentRss>
		<slash:comments>0</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! -->
