<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="http://feedproxy.google.com/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feedproxy.google.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>DownloadFresh</title>
	
	<link>http://downloadfresh.com</link>
	<description>Blog Tips To Help You Make Money Online</description>
	<pubDate>Sat, 20 Sep 2008 04:41:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feedproxy.google.com/Downloadfresh" type="application/rss+xml" /><feedburner:emailServiceId>Downloadfresh</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Optimizing Your Wordpress Title Tags</title>
		<link>http://feedproxy.google.com/~r/Downloadfresh/~3/9h50x8VL1-Q/optimizing-your-wordpress-title-tags.html</link>
		<comments>http://downloadfresh.com/optimizing-your-wordpress-title-tags.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 12:03:38 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://downloadfresh.com/?p=83</guid>
		<description><![CDATA[HTML title tags, give readers a first impression through search engine, are the most important SEO ranking factor. How to optimize them? Firstly, to make them more briefly and catch readers’ eyes to the best of your ability. Secondly, to put your description in advance of site name. These tips can make your blog more [...]]]></description>
			<content:encoded><![CDATA[<p>HTML title tags, give readers a first impression through search engine, are the most important SEO ranking factor. How to optimize them? Firstly, to make them more briefly and catch readers’ eyes to the best of your ability. Secondly, to put your description in advance of site name. These tips can make your blog more friendly for search engines.</p>
<p>You can find the &lt; title &gt; &lt; /title &gt; tags in the header file of your current wordpress theme, adapt them to the requirements. This is a example below.</p>
<p><span id="more-80"></span><DIV class=source style="FONT-FAMILY: '[object]','Consolas','Lucida Console','Courier New'; BACKGROUND-COLOR: #333333; padding: 5px" jQuery1220183858796="2"><SPAN class=lineno style="COLOR: #87ceeb"></SPAN><SPAN style="COLOR: #ffffff">&lt;title&gt;</SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #f0e68c">if</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">is_single</SPAN><SPAN style="COLOR: #ffffff">()</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">||</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">is_page</SPAN><SPAN style="COLOR: #ffffff">())</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">{</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">wp_title</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"> | </SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">bloginfo</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;name&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"></SPAN><BR><SPAN class=lineno style="COLOR: #87ceeb"></SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">}</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #f0e68c">elseif</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">is_category</SPAN><SPAN style="COLOR: #ffffff">())</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">{</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">wp_title</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff">&#39;s archives | </SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">bloginfo</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;name&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"></SPAN><BR><SPAN class=lineno style="COLOR: #87ceeb"></SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">}</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #f0e68c">elseif</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">is_month</SPAN><SPAN style="COLOR: #ffffff">())</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">{</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff">Archive for </SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">the_time</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;F Y&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"> | </SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">bloginfo</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;name&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"></SPAN><BR><SPAN class=lineno style="COLOR: #87ceeb"></SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">}</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #f0e68c">elseif</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">is_tag</SPAN><SPAN style="COLOR: #ffffff">())</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">{</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">wp_title</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff">&#39;s tag archives | </SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">bloginfo</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;name&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"></SPAN><BR><SPAN class="lineno special" style="COLOR: #f810b0"></SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">}</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #f0e68c">elseif</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">is_404</SPAN><SPAN style="COLOR: #ffffff">())</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">{</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff">Error 404 - Not Found</SPAN><BR><SPAN class=lineno style="COLOR: #87ceeb"></SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">}</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #f0e68c">else</SPAN><SPAN style="COLOR: #ffffff">{</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">bloginfo</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;description&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"> - </SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">bloginfo</SPAN><SPAN style="COLOR: #ffffff">(</SPAN><SPAN style="COLOR: #ffffff">&#39;name&#39;</SPAN><SPAN style="COLOR: #ffffff">);</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><BR><SPAN class=lineno style="COLOR: #87ceeb"></SPAN><SPAN style="COLOR: #cd5c5c">&lt;?php</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #ffffff">}</SPAN><SPAN style="COLOR: #ffffff"> </SPAN><SPAN style="COLOR: #cd5c5c">?&gt;</SPAN><SPAN style="COLOR: #ffffff">&lt;/title&gt;</SPAN><BR></DIV></p>
]]></content:encoded>
			<wfw:commentRss>http://downloadfresh.com/optimizing-your-wordpress-title-tags.html/feed</wfw:commentRss>
		<feedburner:origLink>http://downloadfresh.com/optimizing-your-wordpress-title-tags.html</feedburner:origLink></item>
		<item>
		<title>40+ blog directories to submit your blog to</title>
		<link>http://feedproxy.google.com/~r/Downloadfresh/~3/qQMu7G0UzYM/40-blog-directories-to-submit-your-blog-to.html</link>
		<comments>http://downloadfresh.com/40-blog-directories-to-submit-your-blog-to.html#comments</comments>
		<pubDate>Wed, 14 May 2008 03:28:22 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[Blog Tips]]></category>

		<category><![CDATA[blog directory]]></category>

		<guid isPermaLink="false">http://downloadfresh.com/?p=79</guid>
		<description><![CDATA[Blog directories couldn&#8217;t bring you instant effect on more traffic, but if you submit your blog to them, you blog could be extensively indexed by other sites or tools, e.g, search engine. Here is a list of 30 more blog directories.

Yahoo Blogs
Answers.com
Blog Hop
Blog Search Engine
Blog-Directory.org
Blogdirs
Best of the Web
Blogoozle
Eatonweb
Photarium
Technorati
B4Blogs
Get Blogs
Blog Code
Blog Intro
Globe of Blogs
Super Blog Directory
Emarketing [...]]]></description>
			<content:encoded><![CDATA[<p>Blog directories couldn&#8217;t bring you instant effect on more traffic, but if you submit your blog to them, you blog could be extensively indexed by other sites or tools, e.g, search engine. Here is a list of 30 more blog directories.<br />
<span id="more-79"></span></p>
<blockquote><p><a href="http://dir.yahoo.com/" target="_blank">Yahoo Blogs</a><br />
<a href="http://www.answers.com/main/new_blogger.jsp" target="_blank">Answers.com</a><br />
<a href="http://www.bloghop.com/" target="_blank">Blog Hop</a><br />
<a href="http://www.blogsearchengine.com/" target="_blank">Blog Search Engine</a><br />
<a href="http://www.blog-directory.org/" target="_blank">Blog-Directory.org</a><br />
<a href="http://www.blogdirs.com/" target="_blank">Blogdirs</a><br />
<a href="http://blogs.botw.org/" target="_blank">Best of the Web</a><br />
<a href="http://www.blogoozle.com/" target="_blank">Blogoozle</a><br />
<a href="http://portal.eatonweb.com/" target="_blank">Eatonweb</a><br />
<a href="http://www.photarium.com/" target="_blank">Photarium</a><br />
<a href="http://technorati.com/blogs/" target="_blank">Technorati</a><br />
<a href="http://www.b4blogs.com/" target="_blank">B4Blogs</a><br />
<a href="http://www.getblogs.com/" target="_blank">Get Blogs</a><br />
<a href="http://www.blogcode.com/" target="_blank">Blog Code</a><br />
<a href="http://blogintro.com/" target="_blank">Blog Intro</a><br />
<a href="http://www.globeofblogs.com/" target="_blank">Globe of Blogs</a><br />
<a href="http://www.superblogdirectory.com/" target="_blank">Super Blog Directory</a><br />
<a href="http://emarketingblogs.com/" target="_blank">Emarketing Blogs</a><br />
<a href="http://www.blogsbycountry.com/" target="_blank">Blogs By Country</a><br />
<a href="http://www.myblogdirectory.net/" target="_blank">MyBlogDirectory</a><br />
<a href="http://www.blogfolders.com/" target="_blank">BlogFolders</a><br />
<a href="http://www.submitblognow.info/" target="_blank">SubmitBlogNow</a><br />
<a href="http://www.mvblogs.com/" target="_blank">MVBlogs</a><br />
<a href="http://www.bloghints.com/" target="_blank">BlogHints</a><br />
<a href="http://www.bloglisting.net/" target="_blank">BlogListing</a><br />
<a href="http://www.blogpoint.com/" target="_blank">BlogPoint</a><br />
<a href="http://www.nubbit.com/submit-blog/" target="_blank">Nubbit</a><br />
<a href="http://www.blogaz.net/" target="_blank">Blogaz</a><br />
<a href="http://www.blogz.in/" target="_blank">Blogz.in</a><br />
<a href="http://www.myblog2u.com/" target="_blank">MyBlog2U</a><br />
<a href="http://www.dmegs.com/" target="_blank">Dmegs</a><br />
<a href="http://directory.eponym.com/" target="_blank">Eponym</a><br />
<a href="http://www.blogbunch.com/" target="_blank">Blog Bunch</a><br />
<a href="http://www.theblogresource.com/" target="_blank">The Blog Resource</a><br />
<a href="http://www.blog-search.com/" target="_blank">Blog-Search.com</a><br />
<a href="http://www.blogarama.com/" target="_blank">Blogarama.com</a><br />
<a href="http://www.blogcatalog.com/" target="_blank">BlogCatalog.com</a><br />
<a href="http://www.blogexplosion.com/" target="_blank">BlogExplosion.com</a><br />
<a href="http://www.blogflux.com/" target="_blank">Blogflux.com</a><br />
<a href="http://www.bloggernity.com/" target="_blank">Bloggernity.com</a><br />
<a href="http://www.bloghub.com/" target="_blank">BlogHub.com</a><br />
<a href="http://www.blogtoplist.com/" target="_blank">BlogToplist.com</a><br />
<a href="http://findingblog.com/" target="_blank">Findingblog.com</a><br />
<a href="http://www.geekyspeaky.com/links/" target="_blank">GeekySpeaky.com</a><br />
<a href="http://www.lsblogs.com/" target="_blank">LSBlogs.com</a><br />
<a href="http://www.joeant.com/" target="_blank">JoeAnt.com</a><br />
<a href="http://www.theweblogreview.com/index.php" target="_blank">TheWeblogReview.com</a><br />
<a href="http://www.weblogalot.com/" target="_blank">WeBlogAlot.com</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://downloadfresh.com/40-blog-directories-to-submit-your-blog-to.html/feed</wfw:commentRss>
		<feedburner:origLink>http://downloadfresh.com/40-blog-directories-to-submit-your-blog-to.html</feedburner:origLink></item>
		<item>
		<title>80+ RPC and RPC2 services to ping</title>
		<link>http://feedproxy.google.com/~r/Downloadfresh/~3/_RYt49segM8/80-rpc-and-rpc2-services-to-ping.html</link>
		<comments>http://downloadfresh.com/80-rpc-and-rpc2-services-to-ping.html#comments</comments>
		<pubDate>Tue, 13 May 2008 04:35:12 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[Blog Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[RPC]]></category>

		<guid isPermaLink="false">http://downloadfresh.com/?p=78</guid>
		<description><![CDATA[When you update your blog, you can make it get noticed more by pinging XML-RPC and RPC2 services. Here is a list of 80 more.

http://1470.net/api/ping
http://api.feedster.com/ping
http://api.feedster.com/ping.php
http://api.moreover.com/ping
http://api.moreover.com/RPC2
http://api.my.yahoo.com/RPC2
http://api.my.yahoo.com/rss/ping
http://bblog.com/ping.php
http://bitacoras.net/ping
http://blog.goo.ne.jp/XMLRPC
http://blogbot.dk/io/xml-rpc.php
http://blogdb.jp/xmlrpc
http://blogmatcher.com/u.php
http://blogoole.com/ping
http://blogroots.com/tb_populi.blog?id=1
http://blogsearch.google.com/ping/RPC2
http://blogsnow.com/ping
http://bulkfeeds.net/rpc
http://coreblog.org/ping
http://effbot.org/rpc/ping.cgi
http://godesigngroup.com
http://godesigngroup.com/blog/feed
http://imblogs.net/ping
http://lasermemory.com/lsrpc
http://mod-pubsub.org/kn_apps/blogchatt
http://ping.amagle.com
http://ping.bitacoras.com
http://ping.blo.gs
http://ping.blogg.de
http://ping.bloggers.jp/rpc
http://ping.blogmura.jp/rpc
http://ping.cocolog-nifty.com/xmlrpc
http://ping.exblog.jp/xmlrpc
http://ping.fakapster.com/rpc
http://ping.feedburner.com
http://ping.myblog.jp
http://ping.rootblog.com/rpc.php
http://ping.syndic8.com/xmlrpc.php
http://ping.weblogalot.com/rpc.php
http://ping.weblogs.se
http://ping.wordblog.de
http://pinger.blogflux.com/rpc
http://pingoat.com/goat/RPC2
http://pingqueue.com/rpc
http://popdex.com/addsite.php
http://rcs.datashed.net/RPC2
http://rpc.blogbuzzmachine.com/RPC2
http://rpc.blogrolling.com/pinger
http://rpc.britblog.com
http://rpc.icerocket.com:10080
http://rpc.newsgator.com
http://rpc.pingomatic.com
http://rpc.tailrank.com/feedburner/RPC2
http://rpc.technorati.com/rpc/ping
http://rpc.weblogs.com/RPC2
http://rpc.wpkeys.com
http://services.newsgator.com/ngws/xmlrpcping.aspx
http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz
http://snipsnap.org/RPC2
http://thingamablog.sourceforge.net/ping.php
http://topicexchange.com/RPC2
http://trackback.bakeinu.jp/bakeping.php
http://weblogues.com/RPC
http://www.a2b.cc/setloc/bp.a2b
http://www.bitacoles.net/ping.php
http://www.blogdigger.com/RPC2
http://www.blogoole.com/ping
http://www.blogoon.net/ping
http://www.blogpeople.net/servlet/weblogUpdates
http://www.blogroots.com/tb_populi.blog?id=1
http://www.blogshares.com/rpc.php
http://www.blogsnow.com/ping
http://www.blogstreet.com/xrbin/xmlrpc.cgi
http://www.catapings.com/ping.php
http://www.focuslook.com/ping.php
http://www.godesigngroup.com
http://www.holycowdude.com/rpc/ping
http://www.imblogs.net/ping
http://www.lasermemory.com/lsrpc
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php
http://www.newsisfree.com/RPCCloud
http://www.newsisfree.com/xmlrpctest.php
http://www.popdex.com/addsite.php
http://www.snipsnap.org/RPC2
http://www.weblogues.com/RPC
http://xmlrpc.blogg.de
http://xping.pubsub.com/ping
You can add them to &#8216;Update Services&#8217; of wordpress( settings -&#62; writing ).
]]></description>
			<content:encoded><![CDATA[<p>When you update your blog, you can make it get noticed more by pinging XML-RPC and RPC2 services. Here is a list of 80 more.<br />
<span id="more-78"></span></p>
<blockquote><p>http://1470.net/api/ping<br />
http://api.feedster.com/ping<br />
http://api.feedster.com/ping.php<br />
http://api.moreover.com/ping<br />
http://api.moreover.com/RPC2<br />
http://api.my.yahoo.com/RPC2<br />
http://api.my.yahoo.com/rss/ping<br />
http://bblog.com/ping.php<br />
http://bitacoras.net/ping<br />
http://blog.goo.ne.jp/XMLRPC<br />
http://blogbot.dk/io/xml-rpc.php<br />
http://blogdb.jp/xmlrpc<br />
http://blogmatcher.com/u.php<br />
http://blogoole.com/ping<br />
http://blogroots.com/tb_populi.blog?id=1<br />
http://blogsearch.google.com/ping/RPC2<br />
http://blogsnow.com/ping<br />
http://bulkfeeds.net/rpc<br />
http://coreblog.org/ping<br />
http://effbot.org/rpc/ping.cgi<br />
http://godesigngroup.com<br />
http://godesigngroup.com/blog/feed<br />
http://imblogs.net/ping<br />
http://lasermemory.com/lsrpc<br />
http://mod-pubsub.org/kn_apps/blogchatt<br />
http://ping.amagle.com<br />
http://ping.bitacoras.com<br />
http://ping.blo.gs<br />
http://ping.blogg.de<br />
http://ping.bloggers.jp/rpc<br />
http://ping.blogmura.jp/rpc<br />
http://ping.cocolog-nifty.com/xmlrpc<br />
http://ping.exblog.jp/xmlrpc<br />
http://ping.fakapster.com/rpc<br />
http://ping.feedburner.com<br />
http://ping.myblog.jp<br />
http://ping.rootblog.com/rpc.php<br />
http://ping.syndic8.com/xmlrpc.php<br />
http://ping.weblogalot.com/rpc.php<br />
http://ping.weblogs.se<br />
http://ping.wordblog.de<br />
http://pinger.blogflux.com/rpc<br />
http://pingoat.com/goat/RPC2<br />
http://pingqueue.com/rpc<br />
http://popdex.com/addsite.php<br />
http://rcs.datashed.net/RPC2<br />
http://rpc.blogbuzzmachine.com/RPC2<br />
http://rpc.blogrolling.com/pinger<br />
http://rpc.britblog.com<br />
http://rpc.icerocket.com:10080<br />
http://rpc.newsgator.com<br />
http://rpc.pingomatic.com<br />
http://rpc.tailrank.com/feedburner/RPC2<br />
http://rpc.technorati.com/rpc/ping<br />
http://rpc.weblogs.com/RPC2<br />
http://rpc.wpkeys.com<br />
http://services.newsgator.com/ngws/xmlrpcping.aspx<br />
http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz<br />
http://snipsnap.org/RPC2<br />
http://thingamablog.sourceforge.net/ping.php<br />
http://topicexchange.com/RPC2<br />
http://trackback.bakeinu.jp/bakeping.php<br />
http://weblogues.com/RPC<br />
http://www.a2b.cc/setloc/bp.a2b<br />
http://www.bitacoles.net/ping.php<br />
http://www.blogdigger.com/RPC2<br />
http://www.blogoole.com/ping<br />
http://www.blogoon.net/ping<br />
http://www.blogpeople.net/servlet/weblogUpdates<br />
http://www.blogroots.com/tb_populi.blog?id=1<br />
http://www.blogshares.com/rpc.php<br />
http://www.blogsnow.com/ping<br />
http://www.blogstreet.com/xrbin/xmlrpc.cgi<br />
http://www.catapings.com/ping.php<br />
http://www.focuslook.com/ping.php<br />
http://www.godesigngroup.com<br />
http://www.holycowdude.com/rpc/ping<br />
http://www.imblogs.net/ping<br />
http://www.lasermemory.com/lsrpc<br />
http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php<br />
http://www.newsisfree.com/RPCCloud<br />
http://www.newsisfree.com/xmlrpctest.php<br />
http://www.popdex.com/addsite.php<br />
http://www.snipsnap.org/RPC2<br />
http://www.weblogues.com/RPC<br />
http://xmlrpc.blogg.de<br />
http://xping.pubsub.com/ping</p></blockquote>
<p>You can add them to &#8216;Update Services&#8217; of wordpress( settings -&gt; writing ).</p>
]]></content:encoded>
			<wfw:commentRss>http://downloadfresh.com/80-rpc-and-rpc2-services-to-ping.html/feed</wfw:commentRss>
		<feedburner:origLink>http://downloadfresh.com/80-rpc-and-rpc2-services-to-ping.html</feedburner:origLink></item>
		<item>
		<title>Redirecting Wordpress Feeds to Feedburner</title>
		<link>http://feedproxy.google.com/~r/Downloadfresh/~3/eBlqD-uDT20/redirecting-wordpress-feeds-to-feedburner.html</link>
		<comments>http://downloadfresh.com/redirecting-wordpress-feeds-to-feedburner.html#comments</comments>
		<pubDate>Tue, 08 Apr 2008 14:19:49 +0000</pubDate>
		<dc:creator>Centeur</dc:creator>
		
		<category><![CDATA[Blog Tips]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[feedburner]]></category>

		<category><![CDATA[feeds]]></category>

		<guid isPermaLink="false">http://downloadfresh.com/redirecting-wordpress-feeds-to-feedburner.html</guid>
		<description><![CDATA[Why is it necessary to redirect your blog feeds to feedburner?
1. It make subscribe address of your blog unique.
If you write blog all along on the platform of wordpress, you could be in a puzzle about the truth that subscribe address of wordpress is more than one, for example, http://example.com/feed, http://example.com/wp-feed.php, http://example.com/wp-atom.php, etc all can [...]]]></description>
			<content:encoded><![CDATA[<p>Why is it necessary to redirect your blog feeds to feedburner?</p>
<p><strong>1. It make subscribe address of your blog unique.</strong></p>
<p>If you write blog all along on the platform of wordpress, you could be in a puzzle about the truth that subscribe address of wordpress is more than one, for example, http://example.com/feed, http://example.com/wp-feed.php, http://example.com/wp-atom.php, etc all can subscribe to http://example.com.</p>
<p>Redirecting blog feeds to feedburner solve the problem and make your blog become more friendly to readers.</p>
<p><span id="more-76"></span><strong>2. It make statistic of subscribtion more accurate.</strong></p>
<p>Multi-subscribtion address is harmful to count for your blog subscribtions accurately, redirecting blog feeds to feedburner not only make multi-subscribtion address unique, but also make statistic of subscribtion more accurate.</p>
<p>You can redirect wordpress feeds to feedburner in two ways: firstly, to use <a title="feedburner feedsmith" href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&amp;topic=13252" target="_blank">feedburner feedsmith</a> plugin. secondly, through .htaccess. Edit .htaccess file under your blog root directory, add content below ( if .htaccess doesn&#8217;t exist, create it ).<br />
<coolcode>RewriteCond %{REQUEST_URI} ^/(feed|wp-atom|wp-feed|wp-rss|wp-rdf).* [NC]<br />
RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]<br />
RewriteRule .* http://feeds.feedburner.com/downloadfresh [L,R=302]</coolcode><br />
The precondition is that your web hosting must be full .htacccess capabilities. I recommend you to use <u style="cursor: pointer; color: #003366" onclick="javascript:aff('http://downloadfresh.com/go/hostgator')">Hostgator</u> or <u style="cursor: pointer; color: #003366" onclick="javascript:aff('http://downloadfresh.com/go/thinkhost')">ThinkHost</u>, more detail is <a href="http://downloadfresh.com/recommended-web-hosting.html" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://downloadfresh.com/redirecting-wordpress-feeds-to-feedburner.html/feed</wfw:commentRss>
		<feedburner:origLink>http://downloadfresh.com/redirecting-wordpress-feeds-to-feedburner.html</feedburner:origLink></item>
	</channel>
</rss>
