<?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>Lukewarm &#187; plugin</title>
	<atom:link href="http://www.imluke.net/blog/tag/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imluke.net/blog</link>
	<description>Luke&#039;s lukewarm life now gets some {GREEN}.</description>
	<lastBuildDate>Tue, 29 Jun 2010 09:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress related posts</title>
		<link>http://www.imluke.net/blog/125_wordpress-related-posts.html</link>
		<comments>http://www.imluke.net/blog/125_wordpress-related-posts.html#comments</comments>
		<pubDate>Fri, 09 May 2008 15:33:35 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress related posts]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/?p=125</guid>
		<description><![CDATA[I installed a wordpress plugin which is written by a friend: Denis. It returns the related posts by tags. I want to put it in sidebar. So I added a widget function for this plugin. Also the content filters were commented out so that it won&#8217;t borther to filter my post contents everytime since I [...]]]></description>
			<content:encoded><![CDATA[<p>I installed <a title="wordpress related posts plugin" href="http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/">a wordpress plugin</a> which is written by a friend: <a title="Denis's website" href="http://fairyfish.net/">Denis</a>. It returns the related posts by tags.</p>
<p>I want to put it in sidebar. So I added a widget function for this plugin. Also the content filters were commented out so that it won&#8217;t borther to filter my post contents everytime since I don&#8217;t want to display them in post or feeds.</p>
<p>Although it works fine for me now, there are still some things to be improved:</p>
<ol>
<li>If the number of related posts does not reach to display limit, it should have option to fill with random or most commented posts.</li>
<li>The title section really need to be moved out from the main code generate function.</li>
<li>Take count of category. The posts in the same category are related.</li>
<li>Denis submitted v0.6 to SVN trunk! I wander how he released v0.7 via SVN&#8230;</li>
</ol>
<p>I will send Denis my patch tomorrow. Hopefully he will merge it into next release, and, fix the functions I wanted here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/125_wordpress-related-posts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenID enabled</title>
		<link>http://www.imluke.net/blog/96_openid-enabled.html</link>
		<comments>http://www.imluke.net/blog/96_openid-enabled.html#comments</comments>
		<pubDate>Mon, 24 Dec 2007 15:12:17 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/96_openid-enabled.html</guid>
		<description><![CDATA[It was a long time ago when there was a discussion in the wp-hackers list about intergrate OpenID into wordpress. There was suggestion to put it into wordpress core. But there seems to be a final decision from ticket #3616 that it won&#8217;t get into core. That, i think, is partly because of the excellent [...]]]></description>
			<content:encoded><![CDATA[<p>It was a long time ago when there was a discussion in the wp-hackers list about intergrate OpenID into wordpress. There was suggestion to put it into wordpress core. But there seems to be a final decision from <a href="http://trac.wordpress.org/ticket/3613" title="ticket #3616">ticket #3616</a> that it won&#8217;t get into core.</p>
<p>That, i think, is partly because of the excellent plugin <a href="http://sourceforge.net/projects/wpopenid/" title="wp-openid">wp-openid</a>.</p>
<blockquote cite="http://trac.wordpress.org/ticket/3613"><p>Closing as WONTFIX for now. Multiple plugins exist for this functionality. You have also combined the two issues of consuming and serving.</p></blockquote>
<p>I was waiting for the openid support in wp core until I saw this ticket today. So I installed WP-OpenID right away. It&#8217;s a good plugin, though no many option. Support OpenID in commenting is what I wanted for a long time, but I really want to turn off the openid login support &#8211; that adds an user in my blog!</p>
<p>Anyway, friends, you can use your openid url to comment on my articles now.<br />
Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/96_openid-enabled.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multilingual posts updated</title>
		<link>http://www.imluke.net/blog/94_multilingual-posts-updated.html</link>
		<comments>http://www.imluke.net/blog/94_multilingual-posts-updated.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 13:27:34 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[multilingual posts]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.imluke.net/blog/94_multilingual-posts-updated.html</guid>
		<description><![CDATA[Multilingual posts - a plugin adds language tags to your posts pages &#8211; is updated to version 0.2 now. Changes includes: Insert css styles which can place a background image in your post indicating your post language You can define language direction in &#8220;languages.php&#8221;. Once it&#8217;s defined, the direction will be added when you specify [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imluke.net/ideas/mlpost.htm" title="multilingual posts">Multilingual posts </a>- a plugin adds language tags to your posts pages &#8211; is updated to version 0.2 now.</p>
<p>Changes includes:</p>
<ol>
<li>Insert css styles which can place a background image in your post indicating your post language</li>
<li>You can define language direction in &#8220;languages.php&#8221;. Once it&#8217;s defined, the direction will be added when you specify language tag</li>
<li>Changed  readme file for bettery display in  wordpress plugin directory. Also fixed a problem in readme file.</li>
</ol>
<p>Since this plugin is hosted in the offical wordpress plugin site, you can always download the latest verion at <a href="http://wordpress.org/extend/plugins/multilingual-posts/" title="plugin directory">Plugins Directory</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/94_multilingual-posts-updated.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multilingual</title>
		<link>http://www.imluke.net/blog/76_multilingual.html</link>
		<comments>http://www.imluke.net/blog/76_multilingual.html#comments</comments>
		<pubDate>Sun, 27 May 2007 12:19:22 +0000</pubDate>
		<dc:creator>Luke</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.imluke.net/76_multilingual.html</guid>
		<description><![CDATA[I always keep my words, since I am a gentle man , and most importantly, F1 Monaco finished for a long time :-p This post is about a plugin of wordpress, which is the best blogging system of the world. And I have composed a static page for this plugin: http://www.imluke.net/ideas/mlpost.htm. That should be where [...]]]></description>
			<content:encoded><![CDATA[<p>I always keep my words, since I am a gentle man <img src='http://www.imluke.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , and most importantly, F1 Monaco finished for a long time :-p</p>
<p>This post is about a plugin of <a href="http://www.wordpress.org">wordpress</a>, which is the best blogging system of the world. And I have composed a static page for this plugin: <a href="http://www.imluke.net/ideas/mlpost.htm">http://www.imluke.net/ideas/mlpost.htm</a>. That should be where you find the usage/download/install instruction of my plugin.</p>
<p>And in this post, I just want to have a brief explanation of the making of this plugin. If you are still interested, read on please.</p>
<p><span id="more-76"></span></p>
<p>It was 1 year ago when I started this journey: <a href="http://blog.imluke.net/6_a-little-bit-forward.html" title="A little bit forward">A little bit forward</a>. I lurked around to look for a simple and extendable blog system before that. One day I clicked a button on my dreamhost CP occasionally and the blog was there. I tried and found that it&#8217;s good enough for me, and I was happy with the fully customizable theme. After that I made some <a href="http://blog.imluke.net/44_the-plan.html">plans</a> to modify my blog.</p>
<p>After some bad attempts, I managed to write this plugin to add a language meta to a post. From the functionality aspect, it&#8217;s really simple: add a meta to a post. But for me, it&#8217;s my first plugin, thus it&#8217;s complicated. It contains 7 PHP functions, 6 wp action hooks and lots of remarks. It even selects and stores data to database&#8230; What a magic!:-)</p>
<p>Oooooooook, Is it useful? The answer is &#8220;Yes&#8221; for someone. After your post have a language tag, it will have a language attribute (lang=&#8221;XXXX&#8221; xml:lang=&#8221;XXXX&#8221;) in its surrounding HTML tag which is presented to the visitors browser. Although the visitor can&#8217;t see any difference in most of the case, it do helps the browser to present your article properly. &#8230; Check <a href="http://www.w3.org/International/tutorials/language-decl/en/all.html#Slide0030">W3C&#8217;s explanation</a> if you don&#8217;t know what I am talking about.</p>
<p>I want to do more with this language tag in the future. See, filter posts by language, add translation to a post. You can see in the end of this post there is and background tells you it&#8217;s written in English. It is a CSS trick that takes advantage of language attribute.</p>
<pre>div.post[lang="en"] {
	background: url(../../../plugins/Multilingual/images/post-en.gif) bottom right no-repeat;
}
</pre>
<p>What&#8217;s next? For me, I am still waiting for WP&#8217;s approval to get this plugin listed on <a href="http://wordpress.org/extend/plugins/">WordPress official plugin list</a>, although it seems to be failed until now. I will still work on this anyway to get it really useful. For you, my friend, please leave a comment to tell me what you think about this. I need your support to get it forward.</p>
<p>Ooooooooooops! Quite a long article&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imluke.net/blog/76_multilingual.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
