<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Patrick Chia</title>
	<atom:link href="http://patrick.bloggles.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrick.bloggles.info</link>
	<description>Cleaning Executive Officer (1976-2009)</description>
	<lastBuildDate>Wed, 01 Jul 2009 16:42:27 +0000</lastBuildDate>
	<generator>http://blogates.com/?v=2.8.1-beta2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
   <image>
    <title>Blogates</title>
    <url>http://home.bloggles.info/wp-admin/images/wordpress-logo.png</url>
    <link>http://blogates.com/</link>
   </image>
		<item>
		<title>WPMU:Cookie for Signup</title>
		<link>http://patrick.bloggles.info/2009/07/02/wpmucookie-for-signup/</link>
		<comments>http://patrick.bloggles.info/2009/07/02/wpmucookie-for-signup/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:27:38 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=196</guid>
		<description><![CDATA[If you are using the Cookie for comment from Donncha and WordpressMU. Here are some tips for you. You may add a function to your blog signup. Just copy the code and paste into the plugin&#8217;s file.


function cfc_check_signup($result) {
$cfc_key = get_cfc_key();
if( !$cfc_key )
return $result;

if( !isset( $_COOKIE[ $cfc_key ] ) ) {
die( 'Sorry, you are not [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using the <a href="http://wordpress.org/extend/plugins/cookies-for-comments/">Cookie for comment</a> from Donncha and WordpressMU. Here are some tips for you. You may add a function to your blog signup. Just copy the code and paste into the plugin&#8217;s file.</p>
<pre name="code" class="php">

function cfc_check_signup($result) {
$cfc_key = get_cfc_key();
if( !$cfc_key )
return $result;

if( !isset( $_COOKIE[ $cfc_key ] ) ) {
die( 'Sorry, you are not allowed to signup.' );
}
return $result;
}
add_filter( 'wpmu_validate_blog_signup', 'cfc_check_signup' );
add_filter( 'wpmu_validate_user_signup', 'cfc_check_signup' );
</pre>
<p><map name='google_ad_map_196_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/196?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_196_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=196&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F07%2F02%2Fwpmucookie-for-signup%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/07/02/wpmucookie-for-signup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=196&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F07%2F02%2Fwpmucookie-for-signup%2F" />
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=196&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F07%2F02%2Fwpmucookie-for-signup%2F" medium="image" />
	</item>
		<item>
		<title>Wordpress hoPE Theme 2.5</title>
		<link>http://patrick.bloggles.info/2009/06/14/wordpress-hope-theme-25/</link>
		<comments>http://patrick.bloggles.info/2009/06/14/wordpress-hope-theme-25/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 06:25:58 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Theme Extras]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[hoPE]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=184</guid>
		<description><![CDATA[It&#8217;s always amend to improved. Thanks for the people that love the theme and leave the comments. Especially appreciated and thanks to Hendrik fixed the JS code. Now I used CSS gradient instead of js gradient( but forget the IE   ). These may improved the site loading and speed. Another setting like number [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always amend to improved. Thanks for the people that love the theme and leave the comments. Especially appreciated and thanks to <strong>Hendrik</strong> fixed the JS code. Now I used CSS gradient instead of js gradient( but forget the IE <img src='http://patrick.bloggles.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). These may improved the site loading and speed. Another setting like number of gallery photo was ready to use, maximum number is 100.  The photo link preset default to open in new window. Threaded comments and calendar widgets&#8217; style fixed, Enjoy the hoPE!</p>
<div id="attachment_185" class="wp-caption alignnone" style="width: 310px"><a href="http://patrick.bloggles.info/files/2009/06/hope-setting.jpg"><img class="size-medium wp-image-185" src="http://patrick.bloggles.info/files/2009/06/hope-setting-300x196.jpg" alt="hoPE Theme Setting Screenshot" width="300" height="196" /></a><p class="wp-caption-text">hoPE Theme Setting Screenshot</p></div>
<p>1. <a href="http://flickr.com/">flickr</a> or <a href="http://picasaweb.google.com/">Picasa Web Album</a> Photo Gallery<br />
2. Options to number of photo<br />
3. Threaded comments, Widgets Support<br />
4. Twitter link ready<br />
5. Custom header image<br />
6. Support Wordpress and Wordpress MU 2.7+</p>
<p>Download the latest version: <a href="http://mycamcorder.googlepages.com/hope2.5.zip">hoPE Theme 2.5</a> or find it on <a href="http://wordpress.org/extend/themes/hope">Wordpress Theme Directory</a></p>
<p><map name='google_ad_map_184_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/184?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_184_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=184&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F14%2Fwordpress-hope-theme-25%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/06/14/wordpress-hope-theme-25/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/06/hope-setting-150x150.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/06/hope-setting.jpg" medium="image">
			<media:title type="html">hope-setting</media:title>
			<media:description type="html">hoPE Theme Setting Screenshot</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/06/hope-setting-150x150.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=184&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F14%2Fwordpress-hope-theme-25%2F" medium="image" />
	</item>
		<item>
		<title>Updated: Wordpress HoPE Theme</title>
		<link>http://patrick.bloggles.info/2009/06/08/updated-wordpress-hope-theme/</link>
		<comments>http://patrick.bloggles.info/2009/06/08/updated-wordpress-hope-theme/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 18:33:02 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[hoPE]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=179</guid>
		<description><![CDATA[This is version that fixed the problem from you. I added threat comment, fixed JS loading.  The gallery can display more than 10, maybe I will add option to allow user to set the number of photo.
Download here:  Wordpress HoPE Theme



]]></description>
			<content:encoded><![CDATA[<p>This is version that fixed the problem from you. I added threat comment, fixed JS loading.  The gallery can display more than 10, maybe I will add option to allow user to set the number of photo.</p>
<p>Download here:  <a href="http://mycamcorder.googlepages.com/hope2.0.zip">Wordpress HoPE Theme</a></p>
<p><map name='google_ad_map_179_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/179?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_179_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=179&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F08%2Fupdated-wordpress-hope-theme%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/06/08/updated-wordpress-hope-theme/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:thumbnail url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=179&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F08%2Fupdated-wordpress-hope-theme%2F" />
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=179&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F08%2Fupdated-wordpress-hope-theme%2F" medium="image" />
	</item>
		<item>
		<title>Updated: WPMU Admin Languages</title>
		<link>http://patrick.bloggles.info/2009/06/06/updated-wpmu-admin-languages/</link>
		<comments>http://patrick.bloggles.info/2009/06/06/updated-wpmu-admin-languages/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 13:05:40 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Languages]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Wordpress Locale]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=173</guid>
		<description><![CDATA[Previous version the option is per blog not per user, so is appear problem if user without blog. I changed option to per user,  now the option is per user. Thank you for your feedback.
Download here: wpmu-admin-languages1.5.zip



]]></description>
			<content:encoded><![CDATA[<p>Previous version the option is per blog not per user, so is appear problem if user without blog. I changed option to per user,  now the option is per user. Thank you for your feedback.</p>
<p>Download here: <a class="tr_pseudo-link" title="Click to view this file" href="http://mycamcorder.googlepages.com/wpmu-admin-languages1.5.zip" target="_blank">wpmu-admin-languages1.5.zip</a></p>
<p><map name='google_ad_map_173_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/173?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_173_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=173&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F06%2Fupdated-wpmu-admin-languages%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/06/06/updated-wpmu-admin-languages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=173&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F06%2Fupdated-wpmu-admin-languages%2F" />
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=173&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F06%2Fupdated-wpmu-admin-languages%2F" medium="image" />
	</item>
		<item>
		<title>Wordpress hoPE Theme</title>
		<link>http://patrick.bloggles.info/2009/06/03/wordpress-hope-theme/</link>
		<comments>http://patrick.bloggles.info/2009/06/03/wordpress-hope-theme/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:23:16 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[hoPE]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[WPMU Theme]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=167</guid>
		<description><![CDATA[Do you like  flickr? I have a designed a theme that allow you to include your flickr photo gallery into your blog. Just copy the photo feed into the theme setting. Let your reader share your flickr photo every time you uploaded new photo. You also may customize your header image with your favourite photo [...]]]></description>
			<content:encoded><![CDATA[<p>Do you like  <a href="http://flickr.com/">flickr</a>? I have a designed a theme that allow you to include your flickr photo gallery into your blog. Just copy the photo feed into the theme setting. Let your reader share your flickr photo every time you uploaded new photo. You also may customize your header image with your favourite photo or images. Enjoy my hoPE series theme. <img src='http://patrick.bloggles.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="attachment_169" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-169" src="http://patrick.bloggles.info/files/2009/06/hope.jpg" alt="Wordpress HoPE Theme Screenshot" width="400" height="302" /><p class="wp-caption-text">Wordpress HoPE Theme Screenshot</p></div>
<p>Download here: <a title="Wordpress flickr gallery theme" href="http://mycamcorder.googlepages.com/hoPE.zip">Wordpress hoPE Theme </a></p>
<p>Compatible Wordpress 2.7 and WordpressMU</p>
<p><map name='google_ad_map_167_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/167?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_167_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=167&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F03%2Fwordpress-hope-theme%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/06/03/wordpress-hope-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/06/hope-150x150.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/06/hope.jpg" medium="image">
			<media:title type="html">hope</media:title>
			<media:description type="html">Wordpress HoPE Theme Screenshot</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/06/hope-150x150.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=167&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F06%2F03%2Fwordpress-hope-theme%2F" medium="image" />
	</item>
		<item>
		<title>WPMU: Admin Language Plugin</title>
		<link>http://patrick.bloggles.info/2009/05/17/wpmu-admin-language-plugin/</link>
		<comments>http://patrick.bloggles.info/2009/05/17/wpmu-admin-language-plugin/#comments</comments>
		<pubDate>Sun, 17 May 2009 07:11:33 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Languages]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=159</guid>
		<description><![CDATA[Wordpress MU allowed blogger to set up blog&#8217;s language but it&#8217;s also change the language of Admin Panel. I make a simple plugin that allowed user to set up different laguange in Admin Panel and blog interface.
You have no need to install extra language pack, the plugin will use the wordpressMU existing language files.  User [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress MU allowed blogger to set up blog&#8217;s language but it&#8217;s also change the language of Admin Panel. I make a simple plugin that allowed user to set up different laguange in Admin Panel and blog interface.</p>
<div id="attachment_160" class="wp-caption alignnone" style="width: 549px"><a href="http://patrick.bloggles.info/files/2009/05/admin-lang.jpg"><img class="size-full wp-image-160" src="http://patrick.bloggles.info/files/2009/05/admin-lang.jpg" alt="Admin backend language selection" width="539" height="184" /></a><p class="wp-caption-text">Admin backend language selection</p></div>
<p>You have no need to install extra language pack, the plugin will use the wordpressMU existing language files.  User just set up the language at Profile page. Just install the plugin file in MU plugins folder and setup in your profile&#8217;s page.</p>
<p>Download Plugins here: <a href="http://patrick.bloggles.info/files/2009/05/wpmu-admin-languages.zip">WPMU-Admin-Languages</a> (Please feel free to click the Donate button to give a coffee to me <img src='http://patrick.bloggles.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p><map name='google_ad_map_159_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/159?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_159_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=159&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F05%2F17%2Fwpmu-admin-language-plugin%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/05/17/wpmu-admin-language-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/05/admin-lang-150x150.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/05/admin-lang.jpg" medium="image">
			<media:title type="html">admin-lang</media:title>
			<media:description type="html">Admin backend language selection</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/05/admin-lang-150x150.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=159&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F05%2F17%2Fwpmu-admin-language-plugin%2F" medium="image" />
	</item>
		<item>
		<title>WPMU: Show user blog on the right now</title>
		<link>http://patrick.bloggles.info/2009/05/02/wpmu-show-user-blog-on-the-right-now/</link>
		<comments>http://patrick.bloggles.info/2009/05/02/wpmu-show-user-blog-on-the-right-now/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:55:42 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Blogates]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Widgets]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=149</guid>
		<description><![CDATA[Just wrote a simple plugin for wordpress MU. This plugin is only for wordpress MU 2.7. It&#8217;s showing user&#8217;s blog on the right now with dashboard and settings link.
Download the dashboard-myblog.
Unzip the file and upload into MU Plugins folder. No activation need and option! It&#8217;s tested with WordpressMU 2.7 and above.



]]></description>
			<content:encoded><![CDATA[<p>Just wrote a simple plugin for <strong>wordpress MU</strong>. This plugin is only for wordpress MU 2.7. It&#8217;s showing user&#8217;s blog on the right now with dashboard and settings link.</p>
<div id="attachment_150" class="wp-caption alignnone" style="width: 434px"><img class="size-full wp-image-150" src="http://patrick.bloggles.info/files/2009/05/myblog-widgets.jpg" alt="Show all blog for current user" width="424" height="228" /><p class="wp-caption-text">Show all blog for current user</p></div>
<p>Download the <a href="http://patrick.bloggles.info/files/2009/05/dashboard-myblog.zip">dashboard-myblog</a>.<br />
Unzip the file and upload into MU Plugins folder. No activation need and option! It&#8217;s tested with WordpressMU 2.7 and above.</p>
<p><map name='google_ad_map_149_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/149?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_149_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=149&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F05%2F02%2Fwpmu-show-user-blog-on-the-right-now%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/05/02/wpmu-show-user-blog-on-the-right-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/05/myblog-widgets-150x150.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/05/myblog-widgets.jpg" medium="image">
			<media:title type="html">myblog-widgets</media:title>
			<media:description type="html">Show all blog for current user</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/05/myblog-widgets-150x150.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=149&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F05%2F02%2Fwpmu-show-user-blog-on-the-right-now%2F" medium="image" />
	</item>
		<item>
		<title>Multiple Twitter Widgets</title>
		<link>http://patrick.bloggles.info/2009/04/12/multiple-twitter-widgets/</link>
		<comments>http://patrick.bloggles.info/2009/04/12/multiple-twitter-widgets/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 14:19:04 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Widgets]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter Widgets]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[WPMU Plugin]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=138</guid>
		<description><![CDATA[Do you like using Twitter? I think you may find many twitter plugin for your wordpress. Please try my new wordpress widgets for your wordpress blog. The widgets allows for multiple twitter widgets to be displayed. You may display a lot of your friends twitter updates on your blog.
Download Wigest: Multiple Twitter Widgets
Compatible up to: [...]]]></description>
			<content:encoded><![CDATA[<p>Do you like using <a href="http://twitter.com/">Twitter</a>? I think you may find many twitter plugin for your wordpress. Please try my new wordpress widgets for your wordpress blog. The widgets allows for multiple twitter widgets to be displayed. You may display a lot of your friends twitter updates on your blog.</p>
<div id="attachment_139" class="wp-caption alignnone" style="width: 310px"><a href="http://patrick.bloggles.info/files/2009/04/twitter-widgets.jpg"><img class="size-medium wp-image-139" src="http://patrick.bloggles.info/files/2009/04/twitter-widgets-300x190.jpg" alt="Multiple Twitter Widgets" width="300" height="190" /></a><p class="wp-caption-text">Multiple Twitter Widgets</p></div>
<p>Download Wigest: <a title="Wordpress Widgets" href="http://mycamcorder.googlepages.com/twitter_widgets_1.0.zip">Multiple Twitter Widgets</a><br />
Compatible up to: Wordpress 2.7 and Wordpress MU 2.7</p>
<p><map name='google_ad_map_138_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/138?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_138_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=138&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F04%2F12%2Fmultiple-twitter-widgets%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/04/12/multiple-twitter-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/04/twitter-widgets-150x150.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/04/twitter-widgets.jpg" medium="image">
			<media:title type="html">twitter-widgets</media:title>
			<media:description type="html">Multiple Twitter Widgets</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/04/twitter-widgets-150x150.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=138&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F04%2F12%2Fmultiple-twitter-widgets%2F" medium="image" />
	</item>
		<item>
		<title>Pierre Dave</title>
		<link>http://patrick.bloggles.info/2009/03/29/pierre-dave/</link>
		<comments>http://patrick.bloggles.info/2009/03/29/pierre-dave/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 14:19:14 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[My Essays]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=133</guid>
		<description><![CDATA[Welcome new born baby Pierre Dave at 27th March 2009 at 5.06pm. You are so cute and handsome like your dad.



]]></description>
			<content:encoded><![CDATA[<p>Welcome new born baby <strong>Pierre Dave</strong> at 27th March 2009 at 5.06pm. You are so cute and handsome like your dad.</p>
<div id="attachment_134" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-134" src="http://patrick.bloggles.info/files/2009/03/pierre_dave-300x225.jpg" alt="Pierre Dave" width="300" height="225" /><p class="wp-caption-text">Pierre Dave</p></div>
<p><map name='google_ad_map_133_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/133?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_133_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=133&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F03%2F29%2Fpierre-dave%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/03/29/pierre-dave/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/03/pierre_dave-150x150.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/03/pierre_dave.jpg" medium="image">
			<media:title type="html">pierre_dave</media:title>
			<media:description type="html">Pierre Dave</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/03/pierre_dave-150x150.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=133&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F03%2F29%2Fpierre-dave%2F" medium="image" />
	</item>
		<item>
		<title>Avatar in admin panel</title>
		<link>http://patrick.bloggles.info/2009/03/29/avatar-in-admin-panel/</link>
		<comments>http://patrick.bloggles.info/2009/03/29/avatar-in-admin-panel/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 10:03:48 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://patrick.bloggles.info/?p=130</guid>
		<description><![CDATA[Let us make your wordpress more personalised as your own. Use your avatar as your logo at wordpress admin panel.
I just done this plugin for Blogates.com. In Blogates you may personalised your blog favicon and admin logo used your gravatar.



]]></description>
			<content:encoded><![CDATA[<p>Let us make your wordpress more personalised as your own. Use your avatar as your logo at wordpress admin panel.</p>
<div id="attachment_131" class="wp-caption alignnone" style="width: 303px"><img class="size-medium wp-image-131" src="http://patrick.bloggles.info/files/2009/03/admin_avatar.jpg" alt="Your face in Wordpress Admin Panel" width="293" height="48" /><p class="wp-caption-text">Your face in Wordpress Admin Panel</p></div>
<p>I just done this plugin for Blogates.com. In Blogates you may personalised your blog favicon and admin logo used your gravatar.</p>
<p><map name='google_ad_map_130_22baf2f57da3373c'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/130?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_130_22baf2f57da3373c' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=130&amp;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F03%2F29%2Favatar-in-admin-panel%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://patrick.bloggles.info/2009/03/29/avatar-in-admin-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://patrick.bloggles.info/files/2009/03/admin_avatar-150x48.jpg" />
		<media:content url="http://patrick.bloggles.info/files/2009/03/admin_avatar.jpg" medium="image">
			<media:title type="html">admin_avatar</media:title>
			<media:description type="html">Your face in Wordpress Admin Panel</media:description>
			<media:thumbnail url="http://patrick.bloggles.info/files/2009/03/admin_avatar-150x48.jpg" />
		</media:content>
		<media:content url="http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=130&#38;url= http%3A%2F%2Fpatrick.bloggles.info%2F2009%2F03%2F29%2Favatar-in-admin-panel%2F" medium="image" />
	</item>
	</channel>
</rss>
