<?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>Mon, 05 Mar 2012 15:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Webmaster&#8217;s Blog in new look.</title>
		<link>http://webmasters-blog.com/webmasters-blog-in-new-look.html</link>
		<comments>http://webmasters-blog.com/webmasters-blog-in-new-look.html#comments</comments>
		<pubDate>Fri, 02 Jul 2010 05:13:35 +0000</pubDate>
		<dc:creator>Raman</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://webmasters-blog.com/?p=446</guid>
		<description><![CDATA[Some of you must have noticed we&#8217;ve changed the look of &#8216;The Webmaster&#8217;s Blog&#8217;. Earlier I was using the &#8216;Premium...]]></description>
			<content:encoded><![CDATA[<p><a href="http://webmasters-blog.com/wp-content/uploads/2010/07/all-new-webmasters-blog.jpg"><img class="alignnone size-full wp-image-447" title="all new webmasters blog" src="http://webmasters-blog.com/wp-content/uploads/2010/07/all-new-webmasters-blog.jpg" alt="" width="503" height="238" /></a></p>
<p>Some of you must have noticed we&#8217;ve changed the look of &#8216;The Webmaster&#8217;s Blog&#8217;. Earlier I was using the &#8216;Premium News&#8217; theme from WooThemes, and now I&#8217;ve changed to &#8216;On The Go&#8217; theme from <strong><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4897">Elegant Themes</a></strong>.</p>
<p><a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4897">Elegant Themes</a> are one the best WordPress Designers in the market. All of their themes are just beautiful. And what makes them best is the price they ask. With <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4897">Elegant Themes</a>, you can get all their themes in just $20/year, while with others its hard to get even a single theme in $20. You can check their gallery <strong><a href="http://www.elegantthemes.com/gallery">here</a></strong>.</p>
<p>I chose this theme because I like the casual look and beautiful sketches when I saw the preview of this theme. Lets hope you also like the theme.</p>

	Tags: <a href="http://webmasters-blog.com/tag/general" title="General" rel="tag">General</a>, <a href="http://webmasters-blog.com/tag/wordpress-themes" title="Themes" rel="tag">Themes</a><br />
]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/webmasters-blog-in-new-look.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserting ads in RSS feeds.</title>
		<link>http://webmasters-blog.com/inserting-ads-in-rss-feeds.html</link>
		<comments>http://webmasters-blog.com/inserting-ads-in-rss-feeds.html#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...]]></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(&#8216;the_excerpt_rss&#8217;, &#8216;insertAds&#8217;);<br />
add_filter(&#8216;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">General</a>, <a href="http://webmasters-blog.com/tag/make-money-online" title="Make Money Online" rel="tag">Make Money Online</a><br />
]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/inserting-ads-in-rss-feeds.html/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.html</link>
		<comments>http://webmasters-blog.com/total-number-of-sites-as-on-may-2009.html#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...]]></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">General</a><br />
]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/total-number-of-sites-as-on-may-2009.html/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.html</link>
		<comments>http://webmasters-blog.com/34-ways-to-increase-your-sites-loading-speed.html#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...]]></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">General</a><br />
]]></content:encoded>
			<wfw:commentRss>http://webmasters-blog.com/34-ways-to-increase-your-sites-loading-speed.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

