<?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>Jon Raasch&#039;s Blog &#187; widgets</title>
	<atom:link href="http://jonraasch.com/blog/tag/widgets/feed" rel="self" type="application/rss+xml" />
	<link>http://jonraasch.com/blog</link>
	<description>Web development and design blog from Portland based developer Jon Raasch</description>
	<lastBuildDate>Thu, 13 Oct 2011 15:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel="next" href="http://jonraasch.com/blog/tag/widgets/feed?page=2" />

		<item>
		<title>Huge Performance Improvements In Latest Translate This Button</title>
		<link>http://jonraasch.com/blog/translate-this-button-performance</link>
		<comments>http://jonraasch.com/blog/translate-this-button-performance#comments</comments>
		<pubDate>Thu, 21 Oct 2010 17:07:51 +0000</pubDate>
		<dc:creator>Jon Raasch</dc:creator>
				<category><![CDATA[performance]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://jonraasch.com/blog/?p=1238</guid>
		<description><![CDATA[<a href="http://jonraasch.com/blog/translate-this-button-performance" title="Huge Performance Improvements In Latest Translate This Button"><div class="rightImg"><img src="http://jonraasch.com/blog/wp-content/uploads/2010/10/translate-this-button-tilted.jpg" width="280" height="279" alt="Huge Performance Improvements In Latest Translate This Button" /></div></a>A few days ago I released a new version of the Translate This Button, a free JavaScript translation widget. Of the sites I tested, the translation operation now runs an average of 70% faster. This performance increase adds to several layers of speed improvements made in previous versions. Additionally, this release includes other enhancements, such [...]]]></description>
		<wfw:commentRss>http://jonraasch.com/blog/translate-this-button-performance/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TranslateThis &#8211; A Javascript Translation Widget for Noobs and Nerds Alike</title>
		<link>http://jonraasch.com/blog/javascript-translation-widget</link>
		<comments>http://jonraasch.com/blog/javascript-translation-widget#comments</comments>
		<pubDate>Tue, 08 Dec 2009 23:16:38 +0000</pubDate>
		<dc:creator>Jon Raasch</dc:creator>
				<category><![CDATA[front-end]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://jonraasch.com/blog/?p=411</guid>
		<description><![CDATA[<a href="http://translateth.is/" target="_blank">TranslateThis</a> is a new Javascript widget that provides 52 languages of translation by leveraging the Google Language API.

Installing TranslateThis couldn't be easier&#8212;simply copy and paste the widget code anywhere on your website, you don't have to upload any files or change any settings.

Besides being easy to use, TranslateThis also provides many attractive features for developers.  First off, requests to the Language API run in Javascript, so the translation is pretty fast.  Additionally, the script is lightweight, weighing in at just over 11kb with another 7kb of imagery.   And since it doesn't depend on any Javascript library, TranslateThis can be implemented on any website without additional overhead.  Finally, TranslateThis has been tested in all modern browsers and its user interface is designed to be straightforward and seamless.

<a href="http://translateth.is/" target="_blank">Get your own TranslateThis Widget</a>

<a href="http://translateth.is/docs" target="_blank">Read the TranslateThis Documentation</a>

<h2>
What can you customize in TranslateThis?
</h2>]]></description>
		<wfw:commentRss>http://jonraasch.com/blog/javascript-translation-widget/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QuickFlip jQuery Plugin</title>
		<link>http://jonraasch.com/blog/quickflip-jquery-plugin</link>
		<comments>http://jonraasch.com/blog/quickflip-jquery-plugin#comments</comments>
		<pubDate>Mon, 20 Oct 2008 15:50:53 +0000</pubDate>
		<dc:creator>Jon Raasch</dc:creator>
				<category><![CDATA[front-end]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://jonraasch.com/blog/quickflip-jquery-plugin</guid>
		<description><![CDATA[QuickFlip is a <a href="http://plugins.jquery.com/">jQuery plugin</a> I wrote that uses a CSS trick to cause a div, paragraph or any other piece of HTML markup to flip like a card. With a result similar to the UI animation on the iPhone, this jQuery plugin is easily integrated into your webpage to make any portion appear to flip and show its back.  

When a flip occurs, the front panel is split in half with Javascript. The right and left halves slide into one another, and afterwards the opposite occurs with the back panel. While it‚Äôs not as smooth as some Flash animation, it all happens so quickly that it really looks like the panel is flipping over <span class="more-link"><a href="http://jonraasch.com/blog/quickflip-jquery-plugin#more-30" title="Continue reading this entry" rel="nofollow">(more...)</a></span>]]></description>
		<wfw:commentRss>http://jonraasch.com/blog/quickflip-jquery-plugin/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Dashalytics: Google Analytics for Mac OSX</title>
		<link>http://jonraasch.com/blog/dashalytics-google-analytics-obsession-for-mac-osx</link>
		<comments>http://jonraasch.com/blog/dashalytics-google-analytics-obsession-for-mac-osx#comments</comments>
		<pubDate>Mon, 07 Apr 2008 17:08:02 +0000</pubDate>
		<dc:creator>Jon Raasch</dc:creator>
				<category><![CDATA[general web]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[mac OSX]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://jonraasch.com/blog/dashalytics-google-analytics-obsession-for-mac-osx</guid>
		<description><![CDATA[If you&#8217;re anything like me you open up Google Analytics with your morning coffee, check your email, then reload Analytics, just in case the cache has refreshed. There&#8217;s a new version of an OSX dashboard widget, Dashalytics, that will revolutionize the amount of time you can spend obsessing over minute statistics. Dashalytics puts Google Analytics [...]]]></description>
		<wfw:commentRss>http://jonraasch.com/blog/dashalytics-google-analytics-obsession-for-mac-osx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
