<?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>The Webmaster's Blog &#187; General</title>
	<atom:link href="http://webmasters-blog.com/tag/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmasters-blog.com</link>
	<description>A complete guide for making more money online through your sites.</description>
	<lastBuildDate>Tue, 16 Mar 2010 13:11:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Inserting ads in RSS feeds.</title>
		<link>http://webmasters-blog.com/inserting-ads-in-rss-feeds/</link>
		<comments>http://webmasters-blog.com/inserting-ads-in-rss-feeds/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 04:20:09 +0000</pubDate>
		<dc:creator>Raman</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[Make Money Online]]></category>

		<guid isPermaLink="false">http://webmasters-blog.com/?p=389</guid>
		<description><![CDATA[
Inserting Ads in your blog&#8217; RSS feed can be a good idea to boost up your earnings. You may have seen many peoples doing this.
If you publish your feeds with FeedBurner (now acquired by Google) then you can easily show Adsense ads there at by using Adsens for feeds.
And if you want to show other [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-390" title="Inserting ads in RSS feeds." src="http://webmasters-blog.com/wp-content/uploads/2009/06/Inserting-ads-in-RSS-feeds..jpg" alt="Inserting ads in RSS feeds." width="450" height="338" /></p>
<p>Inserting Ads in your blog&#8217; RSS feed can be a good idea to boost up your earnings. You may have seen many peoples doing this.</p>
<p>If you publish your feeds with FeedBurner (now acquired by Google) then you can easily show Adsense ads there at by using Adsens for feeds.</p>
<p>And if you want to show other ads in your RSS feeds, then you can do this by modifying the functions.php file (if you dont have one create it).</p>
<blockquote><p>&lt;?php<br />
function insertAds($content) {<br />
$content = $content.&#8217;&lt;hr /&gt;&lt;a href=&#8221;http://webmasters-blog.com/&#8221;&gt;Keep visiting webmasters-blog.com&lt;/a&gt;&lt;hr /&gt;&#8217;;<br />
return $content;<br />
}<br />
add_filter(&#8217;the_excerpt_rss&#8217;, &#8216;insertAds&#8217;);<br />
add_filter(&#8217;the_content_rss&#8217;, &#8216;insertAds&#8217;);<br />
?&gt;</p></blockquote>
<p>Here, we first create a function called insertAds(), which concatenate a code containing our advertisment to the $content variable, which contains the content of the post.<br />
Then, we use the add_filter() function to overwrite the the_content_rss() function with our insertAds() function. We use another filter to overwrite the_excerpt_rss() function as well.<br />
That&#8217;s all, your rss feeds now displays your ads!</p>

	Tags: <a href="http://webmasters-blog.com/tag/general/" title="General" rel="tag nofollow">General</a>, <a href="http://webmasters-blog.com/tag/make-money-online/" title="Make Money Online" rel="tag nofollow">Make Money Online</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://webmasters-blog.com/various-ways-of-making-money-online-on-internet/" title="Various ways of making money online on Internet. (July 27, 2008)">Various ways of making money online on Internet.</a> (3)</li>
	<li><a href="http://webmasters-blog.com/total-number-of-sites-as-on-may-2009/" title="Total number of sites as on May 2009. (June 8, 2009)">Total number of sites as on May 2009.</a> (3)</li>
	<li><a href="http://webmasters-blog.com/successfully-added-arne-bracholds-google-xml-sitemaps-plugin/" title="Successfully added Arne Brachold&#8217;s Google XML Sitemaps plugin. (August 18, 2008)">Successfully added Arne Brachold&#8217;s Google XML Sitemaps plugin.</a> (1)</li>
	<li><a href="http://webmasters-blog.com/tips-tricks-howto-increase-your-adsense-ecpm/" title="Increase your Adsense eCPM. (April 14, 2009)">Increase your Adsense eCPM.</a> (3)</li>
	<li><a href="http://webmasters-blog.com/how-to-make-money-through-expired-domains/" title="How to make money through expired domains? (March 4, 2009)">How to make money through expired domains?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/inserting-ads-in-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Total number of sites as on May 2009.</title>
		<link>http://webmasters-blog.com/total-number-of-sites-as-on-may-2009/</link>
		<comments>http://webmasters-blog.com/total-number-of-sites-as-on-may-2009/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 11:41:18 +0000</pubDate>
		<dc:creator>Raman</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasters-blog.com/?p=380</guid>
		<description><![CDATA[The World Wide Web is continuously expanding day-by-day. The total number of sites over internet has reached 235 Million as on May 2009( as per Netcraft Survey)

This count was 231 Million in the earlier month survey.
But this count is not completely accurate, as it takes into account the responses from the users using Netcraft toolbar. [...]]]></description>
			<content:encoded><![CDATA[<p>The World Wide Web is continuously expanding day-by-day. The total number of sites over internet has reached 235 Million as on May 2009( as per Netcraft Survey)</p>
<p><img class="alignnone size-full wp-image-381" title="total-number-of-sites" src="http://webmasters-blog.com/wp-content/uploads/2009/06/total-number-of-sites.gif" alt="total-number-of-sites" width="500" height="300" /></p>
<p>This count was 231 Million in the earlier month survey.</p>
<p>But this count is not completely accurate, as it takes into account the responses from the users using Netcraft toolbar. </p>
<p>So its just like Alexa traffic rankings.</p>

	Tags: <a href="http://webmasters-blog.com/tag/general/" title="General" rel="tag nofollow">General</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://webmasters-blog.com/inserting-ads-in-rss-feeds/" title="Inserting ads in RSS feeds. (June 13, 2009)">Inserting ads in RSS feeds.</a> (2)</li>
	<li><a href="http://webmasters-blog.com/34-ways-to-increase-your-sites-loading-speed/" title="34 ways to increase your sites loading speed. (April 26, 2009)">34 ways to increase your sites loading speed.</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/total-number-of-sites-as-on-may-2009/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>34 ways to increase your sites loading speed.</title>
		<link>http://webmasters-blog.com/34-ways-to-increase-your-sites-loading-speed/</link>
		<comments>http://webmasters-blog.com/34-ways-to-increase-your-sites-loading-speed/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 04:59:25 +0000</pubDate>
		<dc:creator>Raman</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webmasters-blog.com/?p=361</guid>
		<description><![CDATA[
Website loading have a great impact on the reader base of any site. The more the time it takes for any site to load the more will be the chances that the visitor shifts to other site. This will harm your site&#8217;s readership.
The slower loading sites also have reduced the chances of getting Direct Ads [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-362" title="topspeed_small2" src="http://webmasters-blog.com/wp-content/uploads/2009/04/topspeed_small2.jpg" alt="topspeed_small2" width="523" height="273" /></p>
<p>Website loading have a great impact on the reader base of any site. The more the time it takes for any site to load the more will be the chances that the visitor shifts to other site. This will harm your site&#8217;s readership.</p>
<p>The slower loading sites also have reduced the chances of getting Direct Ads deals, Advertisers are more interested in faster loading sites.</p>
<p>Now the question arises how to make your site load faster?</p>
<p>Developer&#8217;s Team at Yahoo have come up with a solution. They have explained in total 34 methods to boost your site&#8217;s speed. These 34 methods have been divided into 7 categories as follows -</p>
<ul>
<li>Content</li>
<li>Server</li>
<li>Cookies</li>
<li>CSS</li>
<li>Javascript</li>
<li>Images</li>
<li>Mobile</li>
</ul>
<p>Most of these methods are really easy and can be implemented successfully without having deep knowledge of HTML. While other methods are quite advanced requireing higher programming skills.</p>
<p>Read the complete article <a href="http://developer.yahoo.com/performance/rules.html">here</a>.</p>

	Tags: <a href="http://webmasters-blog.com/tag/general/" title="General" rel="tag nofollow">General</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://webmasters-blog.com/total-number-of-sites-as-on-may-2009/" title="Total number of sites as on May 2009. (June 8, 2009)">Total number of sites as on May 2009.</a> (3)</li>
	<li><a href="http://webmasters-blog.com/inserting-ads-in-rss-feeds/" title="Inserting ads in RSS feeds. (June 13, 2009)">Inserting ads in RSS feeds.</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/34-ways-to-increase-your-sites-loading-speed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
