<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jen Wendling</title>
	<link>http://jenwendling.com</link>
	<description>"... it's me ..."</description>
	<lastBuildDate>Tue, 05 Jul 2011 21:24:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Sencha Touch Resource Routing</title>
		<description><![CDATA[{EAV_BLOG_VER:c29f605782f81784} In MVC architecture, one of the great perks of routing is once you create the resourceful route, you usually don&#8217;t have to think about it again. Set up your actions and views, and you&#8217;re ready to go. Sencha Touch &#8230; <a href="http://jenwendling.com/sencha-touch-resource-routing/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://jenwendling.com/adding-callbacks-to-your-sencha-touch-controllers/' rel='bookmark' title='Adding Callbacks to your Sencha Touch Controllers'>Adding Callbacks to your Sencha Touch Controllers</a> <small>Short and sweet. I needed a callback in several of...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/sencha-touch-resource-routing/</link>
			</item>
	<item>
		<title>Adding Callbacks to your Sencha Touch Controllers</title>
		<description><![CDATA[Short and sweet. I needed a callback in several of my controllers to validate that a user is logged in, and if not redirect them back to the login screen. My file structure for this project looks a lot like &#8230; <a href="http://jenwendling.com/adding-callbacks-to-your-sencha-touch-controllers/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/adding-callbacks-to-your-sencha-touch-controllers/</link>
			</item>
	<item>
		<title>Mine&#8217;s Bigger Than Yours</title>
		<description><![CDATA[First, let me preface by saying, I am not a &#8220;fangirl&#8221; of anything. I own 2 Macs, an AppleTV, an iPod, an iPad, and lots of other random techie gadgets that didn&#8217;t come from the brilliant minds in Cupertino. I &#8230; <a href="http://jenwendling.com/mines-bigger-than-yours/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/mines-bigger-than-yours/</link>
			</item>
	<item>
		<title>Test your mailers in Rails 3</title>
		<description><![CDATA[I don&#8217;t blog very often but I felt this was worth posting, since it left me scratching my head for a few minutes&#8230; Trying to test new mailers in Rails 3 (v 3.0.3 to be exact) with no real documentation &#8230; <a href="http://jenwendling.com/test-your-mailers-in-rails-3/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/test-your-mailers-in-rails-3/</link>
			</item>
	<item>
		<title>Who needs a codesitter?</title>
		<description><![CDATA[Not this chick. Sorry Rails, I love you and all, but you have now taken a governmental stance by trying to regulate the output of my HTML and for that, I must say: &#8220;Quit it!!&#8221;. If you haven&#8217;t caught up &#8230; <a href="http://jenwendling.com/who-needs-a-codesitter/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/who-needs-a-codesitter/</link>
			</item>
	<item>
		<title>The video upload marks the spot.</title>
		<description><![CDATA[It&#8217;s about time I write on this thing since it has been months since my last post. I was sifting through some old code I&#8217;d written last year and I tell you what, sometimes I&#8217;m actually shocked at the things &#8230; <a href="http://jenwendling.com/the-video-upload-marks-the-spot/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/the-video-upload-marks-the-spot/</link>
			</item>
	<item>
		<title>Updating Multiple DOM Elements (Unobtrusively) with AJAX in Rails</title>
		<description><![CDATA[Okay, so you&#8217;re like me and you have a complex app that requires AJAX calls to update numerous areas on the page with content from partials. For instance, a date range changes, gets submitted, and that updates a calendar, the &#8230; <a href="http://jenwendling.com/updating-multiple-dom-elements-unobtrusively-with-ajax-in-rails/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/updating-multiple-dom-elements-unobtrusively-with-ajax-in-rails/</link>
			</item>
	<item>
		<title>Fluid Icons</title>
		<description><![CDATA[Rock out. I&#8217;m uploading several high-res Fluid icons for your pleasure. Click Here to Download (.zip) Credits to: Facebook: http://cootelibeau.files.wordpress.com Github: http://github.com/blog/47-new-fluid-icon Mint and Pivotal: http://sneaky.me/2008/11/fluid-app-icons-for-mint-and-pivotal-tracker/ Campfire: http://www.flickr.com/photos/indiekid/2555128022/ Gmail: http://iconexpo.com/ No related posts. Related posts brought to you by Yet &#8230; <a href="http://jenwendling.com/fluid-icons/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/fluid-icons/</link>
			</item>
	<item>
		<title>Rails Collection Blocks</title>
		<description><![CDATA[My great friend and mentor Jake Dempsey is always preaching about code readability and keeping logic out of views, etc, and therefore he&#8217;s always writing nice little helpers to do some of the magic &#8212; for instance, collection_content_for(collection) which will &#8230; <a href="http://jenwendling.com/rails-collection-blocks/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/rails-collection-blocks/</link>
			</item>
	<item>
		<title>When you get really bored, and want to find a problem for this solution:</title>
		<description><![CDATA[Getting the intersection and lowest values of a hash. def hash_intersect_min(*hashes) hashes.inject(hashes.pop.dup) { &#124;i,h&#124; i.delete_if { &#124;k,v&#124; hv=h[k]; next true unless hv; i[k]=hv if hv&#60;v; false }; i } end So the following: hash_intersect_min({:a =&#62; 1, :d =&#62; 2, :k &#8230; <a href="http://jenwendling.com/when-you-get-really-bored-and-want-to-find-a-problem-for-this-solution/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://jenwendling.com/when-you-get-really-bored-and-want-to-find-a-problem-for-this-solution/</link>
			</item>
</channel>
</rss>

