<?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>More Than Scratch The Surface &#187; localcurrency</title>
	<atom:link href="http://www.scratch99.com/tag/localcurrency/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scratch99.com</link>
	<description>A Journey In Web Development</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:52:14 +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 2.7 And My WordPress Plugins</title>
		<link>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</link>
		<comments>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:09:59 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[KeywordLuv]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/.I&#8217;ve been using WordPress 2.7 for a while now and have comprehensively tested my WordPress plugins on it. In this post, I release the results of my testing: Four plugins work fine (albeit with a non version specific bug found in one of them). One [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/">http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</a>.<br /><p>I&#8217;ve been using WordPress 2.7 for a while now and have comprehensively tested <a title="My WordPress plugins page" href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/" target="_blank">my WordPress plugins</a> on it. In this post, I release the results of my testing: Four plugins work fine (albeit with a non version specific bug found in one of them). One plugin seems to have problems with WordPress 2.7.</p>
<h2>Plugins That Work With WordPress 2.7</h2>
<p>The following WordPress plugins appear to work fine with WordPress 2.7:</p>
<ul>
<li><a href="http://www.scratch99.com/wordpress-plugin-dualfeeds/">DualFeeds</a> </li>
<li><a href="http://www.scratch99.com/wordpress-plugin-feedentryheader/">FeedEntryHeader</a> </li>
<li><a href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/">LocalCurrency</a> </li>
<li><a href="http://www.scratch99.com/wordpress-plugin-keywordluv/">KeywordLuv</a> </li>
</ul>
<p>However, during testing I discovered a bug with <strong>LocalCurrency</strong>, which I&#8217;ll explain in more detail below. This bug is not specific to WordPress 2.7 and has always existed in the plugin. If you haven&#8217;t noticed it yet, you&#8217;re unlikely to.</p>
<h2>Plugin Which Has Problems With WordPress 2.7</h2>
<p>Unfortunately, the <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/">IFrameWidgets</a> plugin has a problem, which appears to be related to WordPress 2.7. In fact, I suspect that this problem has existed since WordPress 2.5, but only occurs on certain browsers. </p>
<p>The problem is that widgets running in the IFrame widget do not appear. This seems to be related to the JavaScript no longer being able to find the height of the IFrame (the plugin hides the IFrame until it&#8217;s fully loaded, then automatically resizes it based on it&#8217;s contents).</p>
<p>I&#8217;m not certain of all scenarios when it will occur, but I&#8217;ve managed to make it happen with the BlogCatalog widget using Firefox 2.0.0.20. For me, there&#8217;s no problem in Firefox 3, Google Chrome and IE6.</p>
<p>Kirk M from <a href="http://just-thinkin.net">Just Thinkin&#8217;</a>, who reported the problem, seems to be having a more serious problem with the Google Friend Connect Members widget: he gets the problem with Firefox 3.0.5, Shiretoko builds, Chrome and IE 7.0. </p>
<p>It may be that there are two problems: a general problem which only occurs with FireFox 2 and a more specific problem with the Google Friend Connect Members widget.</p>
<p>I suspect the general problem occurs because the way widgets work changed back in WordPress 2.5: IFrameWidgets uses the number of the widget in the plugin logic. Prior to WordPress 2.5, you were only allow a maximum of 9 widgets, so the plugin was using the numbers 1 to 9. In versions after 2.5, there is no maximum number of widgets and the plugin is using numbers such as 320138091. It may be that FireFox 2 can&#8217;t handle numbers this large?</p>
<p>I am continuing investigations and hope to identify a fix soon. You can follow this issue in the <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/#comment-4806" target="_blank">comments</a> on the IFrameWidgets page and I&#8217;ll announce the fix in a post &#8211; so <a href="http://www.scratch99.com/feed/">subscribe to my feed</a> if you want to know when it&#8217;s released.</p>
<h2>LocalCurrency Bug</h2>
<p>As mentioned above, <a href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/">LocalCurrency</a> has a bug which has always existed within the plugin. The plugin works fine within a single post or page, but doesn&#8217;t always work on pages with multiple posts (ie the home page or category pages). </p>
<p>The plugin has been designed to work on pages with multiple posts, but it doesn&#8217;t always load the JavaScript that allows it to make the call to Yahoo! Finance. To optimise performance, the JavaScript is only loaded when the plugin finds the &lt;&#8211;LCSTART&#8211;&gt; tag in the post. </p>
<p>This is fine for single posts / pages. It&#8217;s also fine for pages with multiple posts IF the tag is in the first post on the page. However, if the fist post doesn&#8217;t have any currency to be converted (ie no &lt;&#8211;LCSTART&#8211;&gt; tag), then the JavaScript isn&#8217;t loaded.</p>
<p>I&#8217;ll be fixing this problem sometime in the near future. I&#8217;ll probably add an option to allow the blog owner to decide whether they want to convert currency on multiple post pages. If chosen, the plugin will load the JavaScript without checking the posts for the tag, circumventing the problem.</p>
<h2>Final Thoughts</h2>
<p>Anytime there is a WordPress upgrade, there is a chance that one of my plugins will break. This means I have to do extensive testing with each WordPress release. This takes a lot of time, but fortunately, there are normally no problems to fix.</p>
<p>For the WordPress 2.7 release, I did find a couple of problems &#8211; but I&#8217;ll get them fixed as soon as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Notice: WordPress Plugin Category Feeds To Be Removed</title>
		<link>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</link>
		<comments>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 03:55:55 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[KeywordLuv]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/.It&#8217;s been a while since I last posted, because I&#8217;ve been tied up with some other projects. My focus is now returning to this blog, but before I get into anything of substance, there&#8217;s some housekeeping I need to take care of. If you subscribe [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/">http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</a>.<br /><p>It&#8217;s been a while since I last posted, because I&#8217;ve been tied up with some other projects. My focus is now returning to this blog, but before I get into anything of substance, there&#8217;s some housekeeping I need to take care of.</p>
<p>If you subscribe to the feed of one of my WordPress plugin categories, please be warned that <strong>these feeds will be removed in 7 days time</strong>. The feeds in question are the following:</p>
<p><small></p>
<ul>
<li>http://www.scratch99.com/category/my-wordpress-plugins/dualfeeds/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/iframewidgets/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/feedentryheader/feed</li>
<li>http://www.jobsinchina.com/category/resourcesx/localcurrency/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/keywordluv/feed</li>
</ul>
<p></small></p>
<p>If you want news about my <a href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/">WordPress plugins</a>, <strong>please subscribe to the following feed</strong>:</p>
<p><a href="http://www.scratch99.com/category/my-wordpress-plugins/feed/">http://www.scratch99.com/category/my-wordpress-plugins/feed</a></p>
<p><strong>This feed will contain news and tips relating to ALL my WordPress plugins</strong>.</p>
<p>Alternatively, you can subscribe to the feed relating to the tag (rather than category) for each plugin. These will <strong>probably</strong> have all the news relating to each plugin, but may also contain other posts that mention the plugin in passing. These feeds are as follows:</p>
<ul>
<li><a href="http://www.scratch99.com/tag/dualfeeds/feed">DualFeeds Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/iframewidgets/feed">IFrameWidgets Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/feedentryheader/feed">FeedEntryHeader Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/localcurrency/feed">LocalCurrency Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/keywordluv/feed">KeywordLuv Tag Feed</a></li>
</ul>
<p>I&#8217;ve taken this move for two reasons:</p>
<ol>
<li>I&#8217;m consolidating my categories, because I have too many of them. This will merge 5 categories into one general category for my WordPress plugins.</li>
<li>I normally stick to one category per post, but I often have news relating to more than one plugin. This will allow such news to reach everyone who needs it.</li>
</ol>
<p>I regret any inconvenience this may cause, but hopefully it will result in a better site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New WordPress Plugin &#8211; LocalCurrency</title>
		<link>http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/</link>
		<comments>http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 12:20:51 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/.I&#8217;ve been pretty quiet for the last couple of weeks, mainly due to offline endeavours. However, I did find time to finish off a new WordPress plugin called LocalCurrency, that allows you to show currency values to your readers in their local currency. For example: [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/">http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/</a>.<br /><p>I&#8217;ve been pretty quiet for the last couple of weeks, mainly due to offline endeavours. However, I did find time to finish off a new <strong>WordPress plugin </strong>called <a title="The LocalCurrency plugin for WordPress detects the visitor&#39;s country (by IP address) and shows them currency values in their local currency (with exchange rates from Yahoo! Finance)" href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/" target="_blank"><strong>LocalCurrency</strong></a>, that allows you to show currency values to your readers <strong>in their local currency</strong>.</p>
<p>For example: If a post contains <em>10 yuan</em>, a user from Australia will see <em>10 yuan (AUD$1.53)</em>, while a US user will see <em>10 yuan (USD$1.39)</em>.</p>
<h2>How LocalCurrency Works</h2>
<p><strong>LocalCurrency</strong> determines the reader&#8217;s country (via IP address), gets the current exchange rate from <strong>Yahoo! Finance</strong>, then calculates the equivalent value in the readers currency for any values in the post. It then updates the post so the reader can see their currency, in brackets after the original value.</p>
<p>All of this is done using &#8216;AJAX&#8217; techniques so that page load times aren&#8217;t affected. Readers can change their currency via a selection box if they desire.</p>
<h2>Where Do I Get LocalCurrency?</h2>
<p>See the <a title="The LocalCurrency plugin for WordPress shows users currency values in their local currency" href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/" target="_blank"><strong>LocalCurrency plugin home page</strong></a> for more information about LocalCurrency, a live example, and to download the plugin.</p>
<h2>Why Is It On JobsInChina?</h2>
<p>There is one big difference about this plugin, compared to my other plugins. <strong>LocalCurrency</strong> is a <strong>JobsInChina</strong> production. That means I&#8217;m hosting&#160; it on the JobsInChina.com website. There are several reasons for this:</p>
<ol>
<li>It was written for use on the <strong>JobsInChina</strong> blog </li>
<li>It&#8217;s running on that blog, not this one </li>
<li>It is more likely to appeal to a higher percentage of visitors to that blog (as many will start their own blog when <strong><a title="Living and Working in China" href="http://www.jobsinchina.com/" target="_blank">living in China</a></strong>). </li>
<li>Honestly, the backlinks will help <strong>JobsInChina</strong>. I&#8217;ll write more on this in the coming weeks, but a plugin is great at generating backlinks.</li>
</ol>
<p>This was a hard decision. This is my <strong>WordPress plugin</strong> site, so it could be argued that all my plugins belong here. Point three swayed the argument. <strong>JobsInChina</strong> is supposed to provide resources to people wanting to live in China. That includes bloggers!</p>
<p>It&#8217;s not all about point four. In fact, I&#8217;m sure there are SEO experts out there who&#8217;d say that it&#8217;d be better to keep the two sites separate and tightly focused. Of course it is possible for a site to be an authority on more than one topic. This blog has some authority for China &#8211; it ranks at position 20 for <a href="http://www.scratch99.com/2007/10/first-break-from-blogging-and-chinese-hospitality/" target="_blank"><strong>Chinese Hospitality</strong></a> (it used to be on page one, but it&#8217;s slipping).</p>
<p>Anyway, I may come to regret the decision, but it&#8217;s been made now. I&#8217;ll provide any feedback on the SEO impact if it becomes obvious.</p>
<h2>Final Thoughts</h2>
<p>This was one of the more complicated plugins I&#8217;ve written, as it involved JavaScript and &#8216;AJAX&#8217;, but it&#8217;s been very satisfying to complete. I&#8217;m not expecting it to be a mainstream plugin, but it is handy for people living abroad who often talk about what they&#8217;ve spent recently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/02/new-wordpress-plugin-localcurrency/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching 2/9 queries in 0.005 seconds using disk
Object Caching 564/575 objects using disk

Served from: www.scratch99.com @ 2010-09-02 21:47:05 -->