<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.9.2" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>decodeURI</title>
	<link>http://www.decodeuri.com</link>
	<description>blog of Luciano Germán Panaro</description>
	<lastBuildDate>Sat, 16 Jan 2010 03:39:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/decodeuri" /><feedburner:info uri="decodeuri" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>FX Queues plugin and jQuery 1.4</title>
		<description><![CDATA[So jQuery1.4 has been finally released and, though I haven&#8217;t been able to test the FX Queues plugin yet with it, I already got some feedback mentioning it&#8217;s not working.
During the next couple of days I will be releasing a new version compatible with jQuery 1.4 &#8211; It will be a good way to get [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/MsUrRnLz8ks/</link>
			<feedburner:origLink>http://www.decodeuri.com/2010/01/15/fx-queues-plugin-and-jquery-1-4/</feedburner:origLink></item>
	<item>
		<title>Quick tip: Running Clearance features</title>
		<description><![CDATA[If you are working with Clearance and want to have its features (script/generate clearance_features), be sure to have a layout that prints flash messages (notice, error, success and failure), as these are used in some scenarios.
Nothing crazy, but hopefully I&#8217;m saving you a headache  .
]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/sCe_x4e6Td4/</link>
			<feedburner:origLink>http://www.decodeuri.com/2009/03/10/quick-tip-running-clearance-features/</feedburner:origLink></item>
	<item>
		<title>FxQueues update: now compatible with jQuery 1.3.1</title>
		<description><![CDATA[For all FxQueues plugin users, I just pushed a new version (2.0.3) that is only compatible with jQuery 1.3.x, since many tests and the main example under 2.0.2 weren&#8217;t working with jQuery&#8217;s latest version.
So if you are using jQuery 1.3.1, you should be using FxQueues 2.0.3, otherwise you can stick to 2.0.2, as only internal [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/Bf5HT7E11F4/</link>
			<feedburner:origLink>http://www.decodeuri.com/2009/02/15/fxqueues-update-now-compatible-with-jquery-1-3-1/</feedburner:origLink></item>
	<item>
		<title>jQuery Object Cache Update</title>
		<description><![CDATA[After discussing with Andrew Luetgers some improvements that could be done to the Object Cache plugin, I updated the plugin to a new version.
The new improvement is that now you can store a selection automatically:

// Will store in cache $(&#34;#sidebarNav&#34;) with #sidebarNav key
$$&#40;&#34;#sidebarNav&#34;&#41;;

This will let you avoid doing $(&#8220;#menu&#8221;).cache(&#8220;menu&#8221;), which is a bit redundant. Now [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/vzz6GqXRAXw/</link>
			<feedburner:origLink>http://www.decodeuri.com/2009/01/11/jquery-object-cache-update/</feedburner:origLink></item>
	<item>
		<title>Update: Creating a news carousel with jQuery, now with time based switching</title>
		<description><![CDATA[This is just a simple and quick update on the Creating a news carousel with jQuery post.
After reading this comment, and going through the code, I decided to implement the time-based switching functionality and also clean up the code a little bit (check it out here).
The additions made (along with some code cleaning) were:

Append a [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/ui41QptIITw/</link>
			<feedburner:origLink>http://www.decodeuri.com/2009/01/11/update-creating-a-news-carousel-with-jquery-now-with-time-based-switching/</feedburner:origLink></item>
	<item>
		<title>New jQuery plugin: Object Cache</title>
		<description><![CDATA[Inspired by Benjamin Sterling&#8217;s &#8220;Better jQuery Code&#8221; article I decided to develop a simple plugin to make his first point (Caching) easier&#8230; nothing fancy, just a few methods, but you will hopefully find it useful. 
Its objective is to let you store a jQuery object with a simple key in a global cache,
so that you [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/lOkGmHL2sYY/</link>
			<feedburner:origLink>http://www.decodeuri.com/2008/11/20/new-jquery-plugin-object-cache/</feedburner:origLink></item>
	<item>
		<title>Creating a Rack Middleware for Minifying Your Javascript files</title>
		<description><![CDATA[If you are in the Ruby world you have probably heard of Rack. If you haven&#8217;t, and you are a Pythonista, then you only need to know that Rack is a sort of &#8220;WSGI for Ruby&#8221;. And in case you don&#8217;t know what Rack or WSGI are, then here&#8217;s a brief description: 
&#8220;Rack provides a [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/wBaeCWrHFAs/</link>
			<feedburner:origLink>http://www.decodeuri.com/2008/10/15/creating-a-rack-middleware-for-minifying-your-javascript-files/</feedburner:origLink></item>
	<item>
		<title>Creating a news carousel with jQuery</title>
		<description><![CDATA[Last week I had to do a news carousel for a project I&#8217;m developing. It had been a while since I had the chance to do something interesting with jQuery, so I wanted to share the experience of how easily you can build similar widgets for your site.
So first let&#8217;s take a look at what [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/u9jgsVNOTrw/</link>
			<feedburner:origLink>http://www.decodeuri.com/2008/10/05/creating-a-news-carousel-with-jquery/</feedburner:origLink></item>
	<item>
		<title>RSpec Link Fest!</title>
		<description><![CDATA[Now that I am developing a few new ruby and ror projects I wanted to begin with BDD and RSpec. There are lots of content all around the web so here&#8217;s a quick list of a few links that you might find useful if you are in your baby steps with RSpec (as I am [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/Hb_qq7-w9vQ/</link>
			<feedburner:origLink>http://www.decodeuri.com/2008/10/02/rspec-link-fest/</feedburner:origLink></item>
	<item>
		<title>New skin, new (old) plugin</title>
		<description><![CDATA[
When I launched this blog a few months ago I promised myself I would post at least weekly. Well, it is pretty obvious that I haven’t. Even more, I was just able to do a few posts commenting on some news I found interesting.
So the inmediate question that comes up is simply “why?” . Well, [...]]]></description>
		<link>http://feedproxy.google.com/~r/decodeuri/~3/88COMbcZx8c/</link>
			<feedburner:origLink>http://www.decodeuri.com/2008/03/13/new-skin-new-old-plugin/</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.561 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-10 15:44:15 -->
