<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>WordPress Partner</title>
	
	<link>http://wordpresspartner.com</link>
	<description>All the WordPress help you need</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:09:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wordpress-partner" /><feedburner:info uri="wordpress-partner" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>wordpress-partner</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>WordPress is built on Solid Code</title>
		<link>http://feedproxy.google.com/~r/wordpress-partner/~3/5f4497oBwT8/</link>
		<comments>http://wordpresspartner.com/info/lamp-php-javascript-mysql/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:09:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Info]]></category>
		<guid isPermaLink="false">http://wordpresspartner.com/?p=350</guid>
		<description><![CDATA[The average WordPress user isn’t concerned with the underlying code and scripting or what database is used. The reason that most users don’t need to worry about the underlying architecture is because it is built using best practice technologies which make it resilient and reliable. WordPress is built on three core technologies; PHP, JavaScript and [...]
Related posts:<ol><li><a href='http://wordpresspartner.com/hosting/cpanel-filezilla-fireftp/' rel='bookmark' title='Permanent Link: How to transfer files to your Web server'>How to transfer files to your Web server</a></li>
<li><a href='http://wordpresspartner.com/info/why-use-wordpress/' rel='bookmark' title='Permanent Link: Top 5 Reasons to Choose WordPress'>Top 5 Reasons to Choose WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresspartner.com%2Finfo%2Flamp-php-javascript-mysql%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresspartner.com%2Finfo%2Flamp-php-javascript-mysql%2F&amp;source=ecksteing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The average WordPress user isn’t concerned with the underlying code and scripting or what database is used. The reason that most users don’t need to worry about the underlying architecture is because it is built using best practice technologies which make it resilient and reliable. WordPress is built on three core technologies; PHP, JavaScript and MySQL.</p>
<h2>WordPress and PHP</h2>
<p>PHP is primarily used for server-side scripting. This makes it ideal for performing actions that don’t require an almost instantaneous response (PHP, as in WordPress, is often used with JavaScript to get the best of both server and client-side scripting). In <a title="WordPress consultant in Australia" href="http://eckstein.id.au/">WordPress</a>, Pages and Posts are generated with PHP as well as MySQL connectivity being handled by PHP. PHP is fast, widely used and simple to implement making it the Web’s most popular server-side scripting language.</p>
<h2>WordPress and JavaScript</h2>
<p>JavaScript, as its name implies, is a scripting language (it is not the same as the Java programming language). Unlike PHP, <a title="Read more about using JavaScript code in WordPress Pages and Posts" href="http://codex.wordpress.org/Using_Javascript">JavaScript</a> is usually implemented as a client-side script which means that it loads and runs on the clients’ machine or Internet Browser. It is therefore ideally suited when a very fast response is needed such as for mouse-overs or form validation.</p>
<p>The biggest advantage of JavaScript is its widespread integration and support with Internet Browsers as well as its adaptability (such as the emergence of JSON for data interchange and as part of the Ajax Web programming technique). A shortfall is that JavaScript is relatively insecure (hence it’s often used with PHP which is far more secure). When you see a drop-down menu in WordPress you are seeing the result of JavaScript.</p>
<h2>WordPress and MySQL</h2>
<p>MySQL is a Relational Database Management System that is versatile, reliable and free to use (it is licensed under the ‘GNU General Public License’). Because of its hugely successful <a title="Learn about PHP and MySQL" href="http://mysqlpreacher.com/wordpress/2010/08/expert-php-and-mysql-review-9-star/">integration with PHP</a> there are numerous MySQL front-end applications such as phpMyAdmin and HeidiSQL that have been developed with PHP.</p>
<h2>Who else Uses PHP, JavaScript and MySQL</h2>
<p>WordPress is certainly not alone in using this mighty trio. Wikipedia, <a title="Facebook uses MySQL with memcache" href="http://royal.pingdom.com/2010/06/18/the-software-behind-facebook/">Facebook</a>, <a title="Review of Moodle Learning Management System (LMS)" href="http://eckstein.id.au/5588/learning-management-systems/lms-review-options/">Moodle</a>, Google, <a title="Drupal is a leading CMS" href="http://buytaert.net/why-php-and-not-java">Drupal</a>, Flickr, Joomla and millions of other Websites and technologies rely on using these two scripting languages and RDBMS to deliver information and benefits to billions of people each day.</p>
<h2>WordPress has solid foundations</h2>
<p>The success of WordPress is largely due to the underlying architecture (mostly comprising PHP, JavaScript and MySQL) as well as very good scripting/coding practice.  Together with WordPress, PHP, JavaScript and MySQL prove that the best things in life really are free!<br />
</p>
<p>Related posts:<ol><li><a href='http://wordpresspartner.com/hosting/cpanel-filezilla-fireftp/' rel='bookmark' title='Permanent Link: How to transfer files to your Web server'>How to transfer files to your Web server</a></li>
<li><a href='http://wordpresspartner.com/info/why-use-wordpress/' rel='bookmark' title='Permanent Link: Top 5 Reasons to Choose WordPress'>Top 5 Reasons to Choose WordPress</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=5f4497oBwT8:zTs5rSyeQvg:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=5f4497oBwT8:zTs5rSyeQvg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=5f4497oBwT8:zTs5rSyeQvg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=5f4497oBwT8:zTs5rSyeQvg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=5f4497oBwT8:zTs5rSyeQvg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wordpress-partner/~4/5f4497oBwT8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpresspartner.com/info/lamp-php-javascript-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresspartner.com/info/lamp-php-javascript-mysql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=lamp-php-javascript-mysql</feedburner:origLink></item>
		<item>
		<title>Add Web Fonts to WordPress</title>
		<link>http://feedproxy.google.com/~r/wordpress-partner/~3/4hLVr95nXEM/</link>
		<comments>http://wordpresspartner.com/plugins-2/google-web-fonts/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:23:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[free web fonts]]></category>
		<category><![CDATA[Google Font Directory]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<guid isPermaLink="false">http://wordpresspartner.com/?p=341</guid>
		<description><![CDATA[WP Google Fonts Plugin Review Aug 29, 2010 hreview by Gary Get Web fonts for WordPress with the WP Google Fonts WordPress Plugin Web fonts are increasing in popularity very rapidly. There is no longer the need to use the standard fonts available for use with Internet Browsers and Computers. Web fonts mean that a [...]
Related posts:<ol><li><a href='http://wordpresspartner.com/plugins-2/google-analytics/' rel='bookmark' title='Permanent Link: High Performance Google Analytics for WordPress'>High Performance Google Analytics for WordPress</a></li>
<li><a href='http://wordpresspartner.com/plugins-2/metaweb-topicblocks-plugin-review/' rel='bookmark' title='Permanent Link: Metaweb TopicBlocks Plugin Review'>Metaweb TopicBlocks Plugin Review</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresspartner.com%2Fplugins-2%2Fgoogle-web-fonts%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresspartner.com%2Fplugins-2%2Fgoogle-web-fonts%2F&amp;source=ecksteing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<div class="hreview">
<h2 class="summary">WP Google Fonts Plugin Review</h2>
<p><abbr class="dtreviewed" title="2010-08-29T01:31">Aug 29, 2010</abbr> hreview by <span class="reviewer vcard"><span class="fn">Gary </span></span></p>
<div class="item"><a class="fn url" href="http://adrian3.com/2010/05/google-font-directory-using-with-wordpress/">Get Web fonts for WordPress with the WP Google Fonts WordPress Plugin</a></div>
<p><abbr class="rating" title="5"></abbr><a href="http://adrian3.com/projects/wordpress-plugins/wordpress-google-fonts-plugin/"><img class="alignleft size-full wp-image-342" title="WP Google Fonts Review" src="http://wordpresspartner.com/wp-content/uploads/2010/07/wordpress-google-web-font-plugin.png" alt="" width="266" height="180" /></a>Web fonts are increasing in popularity very rapidly. There is no longer the need to use the standard fonts available for use with Internet Browsers and Computers. Web fonts mean that a vast number of fonts are easily available for use in your website via an Online font directory.</p>
<p>As part of the many tools available from the Google Code Website is the <a href="http://code.google.com/webfonts">Google Font Directory</a> that has an increasing number of Web fonts for use in Websites. The great thing about the Google Font Directory is that the fonts are free to use!</p>
<p>So how can we use these free Web fonts in WordPress? With the very powerful WP Google Fonts WordPress Plugin all one does is install and activate the plugin then choose which typography to use and when (e.g. just Header1 or all text etc.). There is also the ability to add CSS definitions.</p>
<p>The plugin author has done a great job of making a simple to use Plugin that offers many possibilities.</p>
</div>
<p>Related posts:<ol><li><a href='http://wordpresspartner.com/plugins-2/google-analytics/' rel='bookmark' title='Permanent Link: High Performance Google Analytics for WordPress'>High Performance Google Analytics for WordPress</a></li>
<li><a href='http://wordpresspartner.com/plugins-2/metaweb-topicblocks-plugin-review/' rel='bookmark' title='Permanent Link: Metaweb TopicBlocks Plugin Review'>Metaweb TopicBlocks Plugin Review</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=4hLVr95nXEM:9kkIGdtIstQ:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=4hLVr95nXEM:9kkIGdtIstQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=4hLVr95nXEM:9kkIGdtIstQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=4hLVr95nXEM:9kkIGdtIstQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=4hLVr95nXEM:9kkIGdtIstQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wordpress-partner/~4/4hLVr95nXEM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpresspartner.com/plugins-2/google-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresspartner.com/plugins-2/google-web-fonts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-web-fonts</feedburner:origLink></item>
		<item>
		<title>What are Emoticons?</title>
		<link>http://feedproxy.google.com/~r/wordpress-partner/~3/va2zXcaYmMY/</link>
		<comments>http://wordpresspartner.com/faq/emoticon-question/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 04:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://wordpresspartner.com/faq/emoticon-question/</guid>
		<description><![CDATA[Emoticons are also known as ‘smilies’. These are traditionally keyboard character combinations that convey meaning. For example a semi-colon followed by a closed parenthesis may be used to convey that the writer is joking about something. WordPress converts most of these keyboard combinations into graphics e.g. a semi-colon followed by a closed parenthesis will show [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresspartner.com%2Ffaq%2Femoticon-question%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresspartner.com%2Ffaq%2Femoticon-question%2F&amp;source=ecksteing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Emoticons are also known as ‘smilies’. These are traditionally keyboard character combinations that convey meaning. For example a semi-colon followed by a closed parenthesis may be used to convey that the writer is joking about something. WordPress converts most of these keyboard combinations into graphics e.g. a semi-colon followed by a closed parenthesis will show as a <img src='http://wordpresspartner.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=va2zXcaYmMY:vkWJosQLKfo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=va2zXcaYmMY:vkWJosQLKfo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=va2zXcaYmMY:vkWJosQLKfo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=va2zXcaYmMY:vkWJosQLKfo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=va2zXcaYmMY:vkWJosQLKfo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wordpress-partner/~4/va2zXcaYmMY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpresspartner.com/faq/emoticon-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresspartner.com/faq/emoticon-question/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=emoticon-question</feedburner:origLink></item>
		<item>
		<title>What is my RSS Feed address?</title>
		<link>http://feedproxy.google.com/~r/wordpress-partner/~3/eYzCw4WfmdI/</link>
		<comments>http://wordpresspartner.com/faq/rss-atom-url/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[rss]]></category>
		<guid isPermaLink="false">http://wordpresspartner.com/faq/rss-atom-url/</guid>
		<description><![CDATA[WordPress Posts are published in a feed. There are various means of subscribing to your WordPress feed however the simplest means of viewing the feed is by entering your domain name with feed on the end of the URL e.g. http://www.example.com/feed Related posts:What is the WordPress Dashboard?
Related posts:<ol><li><a href='http://wordpresspartner.com/faq/dashboard-login/' rel='bookmark' title='Permanent Link: What is the WordPress Dashboard?'>What is the WordPress Dashboard?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwordpresspartner.com%2Ffaq%2Frss-atom-url%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwordpresspartner.com%2Ffaq%2Frss-atom-url%2F&amp;source=ecksteing&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>WordPress Posts are published in a feed. There are various means of subscribing to your WordPress feed however the simplest means of viewing the feed is by entering your domain name with feed on the end of the URL e.g. http://www.example.com/feed<br />
</p>
<p>Related posts:<ol><li><a href='http://wordpresspartner.com/faq/dashboard-login/' rel='bookmark' title='Permanent Link: What is the WordPress Dashboard?'>What is the WordPress Dashboard?</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=eYzCw4WfmdI:q95PzVYL_nA:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=eYzCw4WfmdI:q95PzVYL_nA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=eYzCw4WfmdI:q95PzVYL_nA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?i=eYzCw4WfmdI:q95PzVYL_nA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wordpress-partner?a=eYzCw4WfmdI:q95PzVYL_nA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wordpress-partner?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wordpress-partner/~4/eYzCw4WfmdI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://wordpresspartner.com/faq/rss-atom-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresspartner.com/faq/rss-atom-url/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss-atom-url</feedburner:origLink></item>
	</channel>
</rss>
