<?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>Melbourne Web Developer, Website Design &#38; Development &#187; wordpress</title>
	<atom:link href="http://blog.koumei.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.koumei.net</link>
	<description>-(unichar) fn: (unichar)n{ return n ^ 0xFFFF004B == 0? n : [self fn:(n-0x1)]}</description>
	<lastBuildDate>Thu, 02 Jun 2011 02:46:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Webklip Plugin For Wordpress: Goes Multiple-RSS!</title>
		<link>http://blog.koumei.net/2009/03/29/my-webklip-plugin-for-wordpress-goes-multiple-rss/</link>
		<comments>http://blog.koumei.net/2009/03/29/my-webklip-plugin-for-wordpress-goes-multiple-rss/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 16:58:15 +0000</pubDate>
		<dc:creator>Koumei</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech.]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[web klip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.koumei.net/?p=293</guid>
		<description><![CDATA[Today I refactory the source code and add new features to Webklip, it becomes 1.2 and, most encouraging, multiple rss supports!
The improvement includes:

Uses template engine to show widget. No more embedded HTML.
Moves all functions to a util class
Supports up to 5 RSS
Still reads RSS feed dynamically on client-side

The feature version will be released next day [...]]]></description>
			<content:encoded><![CDATA[<p>Today I refactory the source code and add new features to Webklip, it becomes 1.2 and, most encouraging, multiple rss supports!</p>
<p>The improvement includes:</p>
<ul>
<li>Uses template engine to show widget. No more embedded HTML.</li>
<li>Moves all functions to a util class</li>
<li>Supports up to 5 RSS</li>
<li>Still reads RSS feed dynamically on client-side</li>
</ul>
<p>The feature version will be released next day or two, will enhance javascript flexibility. E.g., not compulsorily needs jQuery framework.</p>
<p>You can download the widget on <a title="wp-webKlip.zip" href="/download/wp-webKlip.zip" target="_blank">http://www.koumei.net/download/wp-webKlip.zip</a></p>
<p>Relative article:</p>
<p><a title="Permanent Link to Wordpress Widget: Client-side RSS util, The Web Klip Released!" rel="bookmark" href="http://blog.koumei.net/2009/03/21/wordpress-widget-client-side-rss-util-the-web-klip-released/">Wordpress Widget: Client-side RSS util, The Web Klip Released!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.koumei.net/2009/03/29/my-webklip-plugin-for-wordpress-goes-multiple-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Widget: Client-side RSS util, The Web Klip Released!</title>
		<link>http://blog.koumei.net/2009/03/21/wordpress-widget-client-side-rss-util-the-web-klip-released/</link>
		<comments>http://blog.koumei.net/2009/03/21/wordpress-widget-client-side-rss-util-the-web-klip-released/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:33:14 +0000</pubDate>
		<dc:creator>Koumei</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tech.]]></category>
		<category><![CDATA[RSS util]]></category>
		<category><![CDATA[web klip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.koumei.net/?p=272</guid>
		<description><![CDATA[The original Wordpress (2.7+) provides RSS clip widget from the other website. It looks good but it is server-side script that may occupy the server resource to interpret the RSS. I don&#8217;t like that approach. So I decide to create a client-side script that loads rss from other website or blog.
If you want to try, [...]]]></description>
			<content:encoded><![CDATA[<p>The original Wordpress (2.7+) provides RSS clip widget from the other website. It looks good but it is server-side script that may occupy the server resource to interpret the RSS. I don&#8217;t like that approach. So I decide to create a client-side script that loads rss from other website or blog.</p>
<p>If you want to try, just download the widget on <a title="wp-webKlip.zip" href="http://www.koumei.net/download/wp-webKlip.zip" target="_blank">http://www.koumei.net/download/wp-webKlip.zip</a> , then unzip to wp-content/plug-ins/ folder, and activate the plugin and add widget to you wordpress blog.</p>
<p>Before using this widget, there are some notes you should know:</p>
<ol>
<li><strong>Defects</strong>:<br />
Currently only support ONE RSS excerpt.<br />
Only shows the first RSS item.<br />
<span style="text-decoration: underline;">jQuery should be included on your blog. </span></li>
<li><strong>Usability</strong>:<br />
Site that provide at least 1 item RSS feed could be refered by this widget.</li>
<li><strong>Extension</strong>:<br />
Multiple-RSS and rollover will be available  on next release.</li>
</ol>
<p>The Demo:</p>
<address><img class="alignnone size-full wp-image-274" title="webklip_1" src="/wp-content/uploads/2009/03/webklip_1.jpg" alt="webklip_1" width="586" height="41" /><br />
<em> Picture 1. The plugin will be shown after you copy the unzipped file to your plugin folder</em></address>
<address><img class="alignnone size-full wp-image-275" title="webklip_2" src="/wp-content/uploads/2009/03/webklip_2.jpg" alt="webklip_2" width="298" height="228" /><br />
<em> Picture 2. Add the widget to the &#8220;Widgets&#8221; menu on your administration panel. You can add a RSS feed to this widget</em></address>
<p>You can  find the demo on the right side of my blog.</p>
<p> <img src='http://blog.koumei.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.koumei.net/2009/03/21/wordpress-widget-client-side-rss-util-the-web-klip-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

