<?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>Jean Galea &#187; Wordpress</title>
	<atom:link href="http://www.jeangalea.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeangalea.com</link>
	<description>Web Developer in Malta</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:42:50 +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>How to Build Your Own Custom Pagination</title>
		<link>http://www.jeangalea.com/wordpress/how-to-build-your-own-custom-pagination/</link>
		<comments>http://www.jeangalea.com/wordpress/how-to-build-your-own-custom-pagination/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 15:16:30 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4462</guid>
		<description><![CDATA[http://bavotasan.com/2011/simple-pagination-for-wordpress/ http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/ http://www.ericmmartin.com/pagination-function-for-wordpress/ Related posts: WordPress Pagination Issues and Solutions Create Custom Queries in WordPress WordPress 3 Custom Post Types Tutorials
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-pagination-issues-solutions/' rel='bookmark' title='WordPress Pagination Issues and Solutions'>WordPress Pagination Issues and Solutions</a></li>
<li><a href='http://www.jeangalea.com/wordpress/create-custom-queries-wordpress/' rel='bookmark' title='Create Custom Queries in WordPress'>Create Custom Queries in WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-3-custom-post-types-tutorials/' rel='bookmark' title='WordPress 3 Custom Post Types Tutorials'>WordPress 3 Custom Post Types Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://bavotasan.com/2011/simple-pagination-for-wordpress/">http://bavotasan.com/2011/simple-pagination-for-wordpress/</a></p>
<p><a href="http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin">http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin</a></p>
<p><a href="http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/">http://weblogtoolscollection.com/archives/2008/04/19/paging-and-custom-wordpress-loops/</a></p>
<p><a href="http://www.ericmmartin.com/pagination-function-for-wordpress/">http://www.ericmmartin.com/pagination-function-for-wordpress/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-pagination-issues-solutions/' rel='bookmark' title='WordPress Pagination Issues and Solutions'>WordPress Pagination Issues and Solutions</a></li>
<li><a href='http://www.jeangalea.com/wordpress/create-custom-queries-wordpress/' rel='bookmark' title='Create Custom Queries in WordPress'>Create Custom Queries in WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-3-custom-post-types-tutorials/' rel='bookmark' title='WordPress 3 Custom Post Types Tutorials'>WordPress 3 Custom Post Types Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/how-to-build-your-own-custom-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Namespacing WordPress Plugins</title>
		<link>http://www.jeangalea.com/wordpress/namespacing-wordpress-plugins/</link>
		<comments>http://www.jeangalea.com/wordpress/namespacing-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 11:24:08 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4367</guid>
		<description><![CDATA[http://www.satoripress.com/2011/12/wordpress/plugin-development/namespacing-wordpress-plugins-211/ For pre PHP 5.3: http://nacin.com/2010/05/11/in-wordpress-prefix-everything/ http://dougal.gunters.org/blog/2009/12/10/wordpress-option-namespacing/ http://www.itsananderson.com/2011/04/using-static-methods-in-wordpress-plugins/ Related posts: Add Custom Stylesheets to TinyMCE in WordPress WordPress Widgets Tutorials and Plugins How to Set a Home Page and Blog ...
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/add-custom-stylesheets-tinymce-wordpress/' rel='bookmark' title='Add Custom Stylesheets to TinyMCE in WordPress'>Add Custom Stylesheets to TinyMCE in WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-widgets-tutorials-plugins/' rel='bookmark' title='WordPress Widgets Tutorials and Plugins'>WordPress Widgets Tutorials and Plugins</a></li>
<li><a href='http://www.jeangalea.com/wordpress/set-home-page-blog-page-wordpress/' rel='bookmark' title='How to Set a Home Page and Blog Page on WordPress'>How to Set a Home Page and Blog Page on WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://www.satoripress.com/2011/12/wordpress/plugin-development/namespacing-wordpress-plugins-211/">http://www.satoripress.com/2011/12/wordpress/plugin-development/namespacing-wordpress-plugins-211/</a></p>
<p>For pre PHP 5.3:</p>
<p><a href="http://nacin.com/2010/05/11/in-wordpress-prefix-everything/">http://nacin.com/2010/05/11/in-wordpress-prefix-everything/</a></p>
<p><a href="http://dougal.gunters.org/blog/2009/12/10/wordpress-option-namespacing/">http://dougal.gunters.org/blog/2009/12/10/wordpress-option-namespacing/</a></p>
<p><a href="http://www.itsananderson.com/2011/04/using-static-methods-in-wordpress-plugins/">http://www.itsananderson.com/2011/04/using-static-methods-in-wordpress-plugins/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/add-custom-stylesheets-tinymce-wordpress/' rel='bookmark' title='Add Custom Stylesheets to TinyMCE in WordPress'>Add Custom Stylesheets to TinyMCE in WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-widgets-tutorials-plugins/' rel='bookmark' title='WordPress Widgets Tutorials and Plugins'>WordPress Widgets Tutorials and Plugins</a></li>
<li><a href='http://www.jeangalea.com/wordpress/set-home-page-blog-page-wordpress/' rel='bookmark' title='How to Set a Home Page and Blog Page on WordPress'>How to Set a Home Page and Blog Page on WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/namespacing-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Development Guidelines</title>
		<link>http://www.jeangalea.com/wordpress/plugin-development-guidelines/</link>
		<comments>http://www.jeangalea.com/wordpress/plugin-development-guidelines/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 10:41:08 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4364</guid>
		<description><![CDATA[http://wp.tutsplus.com/tutorials/7-simple-rules-wordpress-plugin-development-best-practices/ No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://wp.tutsplus.com/tutorials/7-simple-rules-wordpress-plugin-development-best-practices/">http://wp.tutsplus.com/tutorials/7-simple-rules-wordpress-plugin-development-best-practices/</a></p>
</div><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/plugin-development-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP RSS Aggregator Plugin Released Today</title>
		<link>http://www.jeangalea.com/wordpress/wp-rss-aggregator-plugin-released-today/</link>
		<comments>http://www.jeangalea.com/wordpress/wp-rss-aggregator-plugin-released-today/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 23:02:27 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4341</guid>
		<description><![CDATA[I&#8217;ve just released a new plugin that helps you publish an RSS aggregator (several feeds merged and sorted by date) in any of your posts or pages. You can download ...
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/adding-plugin-wordpress-repository/' rel='bookmark' title='Adding a New Plugin to the WordPress Repository'>Adding a New Plugin to the WordPress Repository</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-related-posts-plugin/' rel='bookmark' title='Best WordPress Related Posts Plugin'>Best WordPress Related Posts Plugin</a></li>
<li><a href='http://www.jeangalea.com/wordpress/duplicating-pagesposts-quickly-wordpress/' rel='bookmark' title='Duplicating Pages/Posts Quickly in WordPress'>Duplicating Pages/Posts Quickly in WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>I&#8217;ve just released a new plugin that helps you publish an RSS aggregator (several feeds merged and sorted by date) in any of your posts or pages.</p>
<p>You can download it for free from the WordPress plugin repository:</p>
<p><a href="http://wordpress.org/extend/plugins/wp-rss-aggregator/">http://wordpress.org/extend/plugins/wp-rss-aggregator/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/adding-plugin-wordpress-repository/' rel='bookmark' title='Adding a New Plugin to the WordPress Repository'>Adding a New Plugin to the WordPress Repository</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-related-posts-plugin/' rel='bookmark' title='Best WordPress Related Posts Plugin'>Best WordPress Related Posts Plugin</a></li>
<li><a href='http://www.jeangalea.com/wordpress/duplicating-pagesposts-quickly-wordpress/' rel='bookmark' title='Duplicating Pages/Posts Quickly in WordPress'>Duplicating Pages/Posts Quickly in WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/wp-rss-aggregator-plugin-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding an Uninstaller With Confirmation to Your WordPress Plugin</title>
		<link>http://www.jeangalea.com/wordpress/adding-an-uninstaller-with-confirmation-to-your-wordpress-plugin/</link>
		<comments>http://www.jeangalea.com/wordpress/adding-an-uninstaller-with-confirmation-to-your-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 11:40:05 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4319</guid>
		<description><![CDATA[http://www.jamespegram.com/how-to-add-an-uninstaller-to-your-plugin/ Related posts: Adding a New Plugin to the WordPress Repository Adding Notes on the WordPress Dashboard Preventing a WordPress Plugin From Trying to Update
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/adding-plugin-wordpress-repository/' rel='bookmark' title='Adding a New Plugin to the WordPress Repository'>Adding a New Plugin to the WordPress Repository</a></li>
<li><a href='http://www.jeangalea.com/wordpress/adding-notes-wordpress-dashboard/' rel='bookmark' title='Adding Notes on the WordPress Dashboard'>Adding Notes on the WordPress Dashboard</a></li>
<li><a href='http://www.jeangalea.com/wordpress/preventing-wordpress-plugin-update/' rel='bookmark' title='Preventing a WordPress Plugin From Trying to Update'>Preventing a WordPress Plugin From Trying to Update</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://www.jamespegram.com/how-to-add-an-uninstaller-to-your-plugin/">http://www.jamespegram.com/how-to-add-an-uninstaller-to-your-plugin/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/adding-plugin-wordpress-repository/' rel='bookmark' title='Adding a New Plugin to the WordPress Repository'>Adding a New Plugin to the WordPress Repository</a></li>
<li><a href='http://www.jeangalea.com/wordpress/adding-notes-wordpress-dashboard/' rel='bookmark' title='Adding Notes on the WordPress Dashboard'>Adding Notes on the WordPress Dashboard</a></li>
<li><a href='http://www.jeangalea.com/wordpress/preventing-wordpress-plugin-update/' rel='bookmark' title='Preventing a WordPress Plugin From Trying to Update'>Preventing a WordPress Plugin From Trying to Update</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/adding-an-uninstaller-with-confirmation-to-your-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Protect Your WordPress Theme or Plugin From Copying/Stealing/Sharing</title>
		<link>http://www.jeangalea.com/wordpress/how-to-protect-your-wordpress-theme-or-plugin-from-copyingstealingsharing/</link>
		<comments>http://www.jeangalea.com/wordpress/how-to-protect-your-wordpress-theme-or-plugin-from-copyingstealingsharing/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 11:45:37 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4315</guid>
		<description><![CDATA[http://wordpress.stackexchange.com/questions/37011/how-do-i-protect-my-premium-wordpress-app-theme-from-copying Related posts: How to Solve Problem With Huge Number of Queries in WordPress Best Sharing Plugin for WordPress Essential Plugins for WordPress Theme Developers
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/solve-problem-huge-number-queries-wordpress/' rel='bookmark' title='How to Solve Problem With Huge Number of Queries in WordPress'>How to Solve Problem With Huge Number of Queries in WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/sharing-plugin-wordpress/' rel='bookmark' title='Best Sharing Plugin for WordPress'>Best Sharing Plugin for WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/essential-plugins-for-wordpress-theme-developers/' rel='bookmark' title='Essential Plugins for WordPress Theme Developers'>Essential Plugins for WordPress Theme Developers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><span style="color: #000000;"><span style="font-family: Georgia,'Times New Roman','Bitstream Charter',Times,serif;"><a href="http://wordpress.stackexchange.com/questions/37011/how-do-i-protect-my-premium-wordpress-app-theme-from-copying">http://wordpress.stackexchange.com/questions/37011/how-do-i-protect-my-premium-wordpress-app-theme-from-copying</a></span></span></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/solve-problem-huge-number-queries-wordpress/' rel='bookmark' title='How to Solve Problem With Huge Number of Queries in WordPress'>How to Solve Problem With Huge Number of Queries in WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/sharing-plugin-wordpress/' rel='bookmark' title='Best Sharing Plugin for WordPress'>Best Sharing Plugin for WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/essential-plugins-for-wordpress-theme-developers/' rel='bookmark' title='Essential Plugins for WordPress Theme Developers'>Essential Plugins for WordPress Theme Developers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/how-to-protect-your-wordpress-theme-or-plugin-from-copyingstealingsharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Search Engine for WordPress</title>
		<link>http://www.jeangalea.com/wordpress/open-source-search-engine-for-wordpress/</link>
		<comments>http://www.jeangalea.com/wordpress/open-source-search-engine-for-wordpress/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 20:53:47 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4293</guid>
		<description><![CDATA[http://wordpress.org/extend/plugins/wordpress-sphinx-plugin/ Related posts: How to Improve WordPress Search Adding a New Plugin to the WordPress Repository How to Password Protect an Entire WordPress Site or Blog
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/improve-wordpress-search/' rel='bookmark' title='How to Improve WordPress Search'>How to Improve WordPress Search</a></li>
<li><a href='http://www.jeangalea.com/wordpress/adding-plugin-wordpress-repository/' rel='bookmark' title='Adding a New Plugin to the WordPress Repository'>Adding a New Plugin to the WordPress Repository</a></li>
<li><a href='http://www.jeangalea.com/wordpress/password-protect-entire-wordpress-site-blog/' rel='bookmark' title='How to Password Protect an Entire WordPress Site or Blog'>How to Password Protect an Entire WordPress Site or Blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://wordpress.org/extend/plugins/wordpress-sphinx-plugin/">http://wordpress.org/extend/plugins/wordpress-sphinx-plugin/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/improve-wordpress-search/' rel='bookmark' title='How to Improve WordPress Search'>How to Improve WordPress Search</a></li>
<li><a href='http://www.jeangalea.com/wordpress/adding-plugin-wordpress-repository/' rel='bookmark' title='Adding a New Plugin to the WordPress Repository'>Adding a New Plugin to the WordPress Repository</a></li>
<li><a href='http://www.jeangalea.com/wordpress/password-protect-entire-wordpress-site-blog/' rel='bookmark' title='How to Password Protect an Entire WordPress Site or Blog'>How to Password Protect an Entire WordPress Site or Blog</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/open-source-search-engine-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Meta Box Tutorial</title>
		<link>http://www.jeangalea.com/wordpress/custom-meta-box-tutorial/</link>
		<comments>http://www.jeangalea.com/wordpress/custom-meta-box-tutorial/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 14:58:28 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4289</guid>
		<description><![CDATA[http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/ http://wp.tutsplus.com/tutorials/reusable-custom-meta-boxes-part-1-intro-and-basic-fields/ Related posts: How to Create WordPress Custom Meta Boxes An Excellent Tutorial on Using WordPress Custom Post Types Remove Title and Editor From Post Editor and Replace by ...
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/create-wordpress-custom-meta-boxes/' rel='bookmark' title='How to Create WordPress Custom Meta Boxes'>How to Create WordPress Custom Meta Boxes</a></li>
<li><a href='http://www.jeangalea.com/wordpress/excellent-tutorial-wordpress-custom-post-types/' rel='bookmark' title='An Excellent Tutorial on Using WordPress Custom Post Types'>An Excellent Tutorial on Using WordPress Custom Post Types</a></li>
<li><a href='http://www.jeangalea.com/wordpress/remove-title-editor-post-editor-replace-custom-meta-box/' rel='bookmark' title='Remove Title and Editor From Post Editor and Replace by Custom Meta Box'>Remove Title and Editor From Post Editor and Replace by Custom Meta Box</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/">http://wp.smashingmagazine.com/2011/10/04/create-custom-post-meta-boxes-wordpress/</a></p>
<p><a href="http://wp.tutsplus.com/tutorials/reusable-custom-meta-boxes-part-1-intro-and-basic-fields/">http://wp.tutsplus.com/tutorials/reusable-custom-meta-boxes-part-1-intro-and-basic-fields/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/create-wordpress-custom-meta-boxes/' rel='bookmark' title='How to Create WordPress Custom Meta Boxes'>How to Create WordPress Custom Meta Boxes</a></li>
<li><a href='http://www.jeangalea.com/wordpress/excellent-tutorial-wordpress-custom-post-types/' rel='bookmark' title='An Excellent Tutorial on Using WordPress Custom Post Types'>An Excellent Tutorial on Using WordPress Custom Post Types</a></li>
<li><a href='http://www.jeangalea.com/wordpress/remove-title-editor-post-editor-replace-custom-meta-box/' rel='bookmark' title='Remove Title and Editor From Post Editor and Replace by Custom Meta Box'>Remove Title and Editor From Post Editor and Replace by Custom Meta Box</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/custom-meta-box-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Performance Analysis and Consulting</title>
		<link>http://www.jeangalea.com/wordpress/wp-performance-analysis-and-consulting/</link>
		<comments>http://www.jeangalea.com/wordpress/wp-performance-analysis-and-consulting/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 11:15:30 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4286</guid>
		<description><![CDATA[http://wp-performance.com/solutions/performance-tuning/ Related posts: Website Performance Checking Tools Optimising Photoshop CS4 Performance
Related posts:<ol>
<li><a href='http://www.jeangalea.com/web-development/website-performance-checking-tools/' rel='bookmark' title='Website Performance Checking Tools'>Website Performance Checking Tools</a></li>
<li><a href='http://www.jeangalea.com/design/optimising-photoshop-cs4-performance/' rel='bookmark' title='Optimising Photoshop CS4 Performance'>Optimising Photoshop CS4 Performance</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://wp-performance.com/solutions/performance-tuning/">http://wp-performance.com/solutions/performance-tuning/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/web-development/website-performance-checking-tools/' rel='bookmark' title='Website Performance Checking Tools'>Website Performance Checking Tools</a></li>
<li><a href='http://www.jeangalea.com/design/optimising-photoshop-cs4-performance/' rel='bookmark' title='Optimising Photoshop CS4 Performance'>Optimising Photoshop CS4 Performance</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/wp-performance-analysis-and-consulting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress vs Drupal</title>
		<link>http://www.jeangalea.com/wordpress/wordpress-vs-drupal/</link>
		<comments>http://www.jeangalea.com/wordpress/wordpress-vs-drupal/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 11:07:29 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=4284</guid>
		<description><![CDATA[http://mikeschinkel.com/blog/17-reasons-wordpress-is-a-better-cms-than-drupal/ Related posts: Use WordPress Functions Outside of WordPress Summer 2008 Best Party Song- Freedom to Love How to Set a Home Page and Blog Page on WordPress
Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-functions-wordpress/' rel='bookmark' title='Use WordPress Functions Outside of WordPress'>Use WordPress Functions Outside of WordPress</a></li>
<li><a href='http://www.jeangalea.com/music/summer-2008-best-party-song-freedom-to-love/' rel='bookmark' title='Summer 2008 Best Party Song- Freedom to Love'>Summer 2008 Best Party Song- Freedom to Love</a></li>
<li><a href='http://www.jeangalea.com/wordpress/set-home-page-blog-page-wordpress/' rel='bookmark' title='How to Set a Home Page and Blog Page on WordPress'>How to Set a Home Page and Blog Page on WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><a href="http://mikeschinkel.com/blog/17-reasons-wordpress-is-a-better-cms-than-drupal/">http://mikeschinkel.com/blog/17-reasons-wordpress-is-a-better-cms-than-drupal/</a></p>
</div><p>Related posts:<ol>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-functions-wordpress/' rel='bookmark' title='Use WordPress Functions Outside of WordPress'>Use WordPress Functions Outside of WordPress</a></li>
<li><a href='http://www.jeangalea.com/music/summer-2008-best-party-song-freedom-to-love/' rel='bookmark' title='Summer 2008 Best Party Song- Freedom to Love'>Summer 2008 Best Party Song- Freedom to Love</a></li>
<li><a href='http://www.jeangalea.com/wordpress/set-home-page-blog-page-wordpress/' rel='bookmark' title='How to Set a Home Page and Blog Page on WordPress'>How to Set a Home Page and Blog Page on WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/wordpress-vs-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

