<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Workin' on it. &#187; ajax</title>
	<atom:link href="http://jameshalberg.wordpress.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameshalberg.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 Nov 2011 14:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jameshalberg.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Workin' on it. &#187; ajax</title>
		<link>http://jameshalberg.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jameshalberg.wordpress.com/osd.xml" title="Workin&#039; on it." />
	<atom:link rel='hub' href='http://jameshalberg.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Absolute-ly</title>
		<link>http://jameshalberg.wordpress.com/2007/10/28/absolute-ly/</link>
		<comments>http://jameshalberg.wordpress.com/2007/10/28/absolute-ly/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 05:24:11 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[absolute positioning]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://jameshalberg.wordpress.com/2007/10/28/absolute-ly/</guid>
		<description><![CDATA[Providing cross-browser support (for simple UIs) is much nicer than it used to be but the occasional hiccup can certainly still be expected. In the last few months I&#8217;ve implemented a couple of components that needed to popup &#8220;on top &#8230; <a href="http://jameshalberg.wordpress.com/2007/10/28/absolute-ly/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=82&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Providing cross-browser support (for simple UIs) is much nicer than it used to be but the occasional hiccup can certainly still be expected.</p>
<p><a title="action-bar.png" href="http://jameshalberg.files.wordpress.com/2007/10/action-bar.png"></a></p>
<p style="text-align:center;"><a title="action-bar.png" href="http://jameshalberg.files.wordpress.com/2007/10/action-bar.png"><img src="http://jameshalberg.files.wordpress.com/2007/10/action-bar.png?w=500" alt="action-bar.png" /></a></p>
<p>In the last few months I&#8217;ve implemented a couple of components that needed to popup &#8220;on top of&#8221; what was already displayed.  The only real gotcha seems to be with how IE deals with (or doesn&#8217;t deal with) the mix of absolute positioning, z-index, and how elements are nested.</p>
<p>The trick is basically that IE doesn&#8217;t like your hidden widget (which would be &#8216;position: absolute&#8217;) to be nested inside the element with &#8216;position: relative&#8217;&#8230; it&#8217;s not a huge fan of them being direct neighbors either.  What I&#8217;ve found to do the trick is adding a seemingly unnecessary span into the mix.  By following this pattern:</p>
<p>.<br />
<code>&lt;div style="position: relative; z-index: 1"&gt;Some stuff&lt;/div&gt;</code></p>
<p><code>&lt;span&gt;</code></p>
<p><code>&lt;div id="other_guy" style="background-color: red; position: absolute; z-index: 2; display: none;"&gt;I'm on top&lt;/div&gt;</code></p>
<p><code>&lt;/span&gt;</code></p>
<p><code>&lt;div&gt;Passersby where amazed by the amount of blood.&lt;/div&gt;</code><br />
Of course, all of this (maybe) goes out the window when you&#8217;re not trying to hide the absolutely positioned div in the first place.  There, I&#8217;ve actually had success with the nesting, but who really needs something that looks like that?</p>
<p>It&#8217;s simple compared to some other solutions that I&#8217;ve seen and (at least in my cases) has done the job for Firefox and the last couple of IE versions.</p>
<p><a title="calendar.png" href="http://jameshalberg.files.wordpress.com/2007/10/calendar.png"></a></p>
<p style="text-align:center;"><a title="calendar.png" href="http://jameshalberg.files.wordpress.com/2007/10/calendar.png"><img src="http://jameshalberg.files.wordpress.com/2007/10/calendar.png?w=500" alt="calendar.png" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jameshalberg.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jameshalberg.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jameshalberg.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jameshalberg.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jameshalberg.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jameshalberg.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jameshalberg.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jameshalberg.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jameshalberg.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jameshalberg.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=82&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jameshalberg.wordpress.com/2007/10/28/absolute-ly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jameshalberg</media:title>
		</media:content>

		<media:content url="http://jameshalberg.files.wordpress.com/2007/10/action-bar.png" medium="image">
			<media:title type="html">action-bar.png</media:title>
		</media:content>

		<media:content url="http://jameshalberg.files.wordpress.com/2007/10/calendar.png" medium="image">
			<media:title type="html">calendar.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Case study: Make your site feel more forced w/javascript</title>
		<link>http://jameshalberg.wordpress.com/2006/10/06/case-study-make-your-site-feel-more-forced-wjavascript/</link>
		<comments>http://jameshalberg.wordpress.com/2006/10/06/case-study-make-your-site-feel-more-forced-wjavascript/#comments</comments>
		<pubDate>Sat, 07 Oct 2006 00:25:00 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[evite]]></category>

		<guid isPermaLink="false">http://jameshalberg.wordpress.com/2006/10/06/case-study-make-your-site-feel-more-forced-wjavascript/</guid>
		<description><![CDATA[As an avid evite user I&#8217;m well aware that the site really works well for 95% of the people that need to use it. I&#8217;m also well aware that every regular user I know either dislikes it &#8211; or has &#8230; <a href="http://jameshalberg.wordpress.com/2006/10/06/case-study-make-your-site-feel-more-forced-wjavascript/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=58&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As an avid evite user I&#8217;m well aware that the site really works well for 95% of the people that need to use it.  I&#8217;m also well aware that every regular user I know either dislikes it &#8211; or has no opinion.  While there are _many_ people who really appreciate what it does:  greatly assist in the planning of an event;  a high percentage of those people are known to say things like &#8220;I don&#8217;t like Evite, there just isn&#8217;t a good alternative&#8221;.  An overall &#8220;stationary store&#8221; feel with ads constantly being thrown at you and often confusing navigation leads to an experience that isn&#8217;t &#8220;bad&#8221;&#8230; it&#8217;s just&#8230; not good.</p>
<p>I was quite interested on firing it up this week to see some new looks and organization coming at me.  After going through the process of sending out my weekly evite I get the distinct feeling that the goal was &#8220;take what we have and add ajax&#8221;.  I&#8217;m not completely against this by any means &#8211; single components may often be singled out as great candidates for ajaxification.  But when adding ajax (or any navigation changes) the goal should really be to _improve_ your sites flow &#8211; and I feel like that mark was missed.</p>
<p>Many things were added that seem like good ideas but just kind of don&#8217;t quite go all the way&#8230; breadcrumbing is good &#8211; but keeping an additional button that says &#8220;cancel&#8221; which means &#8220;step backwards in breadcrumbing&#8221; is necessary</p>
<p>Every week I use &#8220;Let guests specify date&#8221; &#8211; a process that allows all the members of my group to vote on what night of the week is best for the majority.  Today, the &#8220;choose your dates&#8221; component popped up with js instead of being on it&#8217;s own re-rendered page.  They did add the capability to say &#8220;next Tuesday&#8221; instead of finding the date which I really appreciate.  but the calendar didn&#8217;t popup (and I don&#8217;t get an error).  and my absolute favorite evite bug is still present: the days are not listed chronologically on the evite &#8211; this is just plain comical.   I type in &#8220;next Monday&#8221; &#8220;next Tuesday&#8221; &#8220;next Wednesday&#8221; &#8211; and they show up for my guests in the order &#8220;next Tuesday&#8221; &#8220;next Monday&#8221; &#8220;next Wednesday&#8221;.   At least now they&#8217;re in english which is easier than numeric dates that are mis-ordered.</p>
<p>The address book pops up in js/ajax &#8211; but it&#8217;s exactly the same as the old one.</p>
<p>I think I can pretty much sum up how I felt about using Evite last week &#8211; and how I still feel after the recent changes by just saying:  It&#8217;s a system that gets the job done &#8211; it&#8217;s really not bad.  It just could be much better.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jameshalberg.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jameshalberg.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jameshalberg.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jameshalberg.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jameshalberg.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jameshalberg.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jameshalberg.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jameshalberg.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jameshalberg.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jameshalberg.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=58&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jameshalberg.wordpress.com/2006/10/06/case-study-make-your-site-feel-more-forced-wjavascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jameshalberg</media:title>
		</media:content>
	</item>
		<item>
		<title>Sex, Drugs, and Rock n&#8217; Roll (and Laszlo on Rails) w/Mike Pence</title>
		<link>http://jameshalberg.wordpress.com/2006/06/25/51/</link>
		<comments>http://jameshalberg.wordpress.com/2006/06/25/51/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 22:06:39 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Laszlo]]></category>
		<category><![CDATA[RailsConf]]></category>

		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/06/25/51/</guid>
		<description><![CDATA[Mike Pence, self-employed (and sometimes self-unemployed) professional web surfer delivered &#8220;Sex, Drugs, and Rock n&#8217; Roll (and Laszlo on Rails)&#8221; this morning at RailsConf. The talk began with the &#8220;Where are we headed?&#8221; question. Users are expecting a much more &#8230; <a href="http://jameshalberg.wordpress.com/2006/06/25/51/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=51&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://mikepence.wordpress.com/">Mike Pence</a>, self-employed (and sometimes self-unemployed) professional web surfer delivered &#8220;Sex, Drugs, and Rock n&#8217; Roll (and Laszlo on Rails)&#8221; this morning at RailsConf.</p>
<p>The talk began with the &#8220;Where are we headed?&#8221; question.  Users are expecting a much more interactive, responsive, and good looking interface than they were even just a few years ago.  Flash (and now alternatively DHTML) based Laszlo provides all the graphics support &#8211; prototype based tools, in a constraint based &#8211; inheritance enabled API, that you need to create your site.</p>
<p>Mike answered the anti-Flash portion of the audience with &#8220;Don&#8217;t hate the player, hate the game&#8221;.  Loosely translated: Don&#8217;t hate Flash because some people abuse it.  It can be a powerful tool and is widely distributed/available throughout the browser-user community.  As I had quickly mentioned earlier, a DHTML engine has <a href="http://feeds.feedburner.com/OpenLaszlo?m=51">recently become available</a> for Laszlo as well.  The demo Mike gave (<a href="http://www.openlaszlo.org/demos#LZpiX">LZ Pics</a>) illustrated a responsive Laszlo app leveraging the DHTML backend.</p>
<p>Much of the talk centered around <a href="http://www.openlaszlo.org/demos">demos</a> available at <a href="http://www.openlaszlo.org/">openlaszlo.com</a>.  Check out <a href="http://www.openlaszlo.org/">that site</a> for plenty of cool demos and illustrations (especially <a href="http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/">Laszlo in 10 Minutes</a>, if you&#8217;re new).</p>
<p>The actual intersection of Laszlo/Rails was not covered in a whole lot of depth, but more info can be found <a href="http://wiki.openlaszlo.org/Laszlo_on_Rails">here</a> and <a href="http://laszloonrails.com">here</a>.</p>
<p>And more on the thought that went into developing this specific talk <a href="http://laszloonrails.com/mediawiki-1.6.5/index.php?title=The_RailsConf_presentation">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jameshalberg.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jameshalberg.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jameshalberg.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jameshalberg.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jameshalberg.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jameshalberg.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jameshalberg.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jameshalberg.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jameshalberg.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jameshalberg.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=51&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jameshalberg.wordpress.com/2006/06/25/51/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jameshalberg</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax On Rails w/Justin Gehtland</title>
		<link>http://jameshalberg.wordpress.com/2006/06/24/ajax-on-rails-wjustin-gehtland/</link>
		<comments>http://jameshalberg.wordpress.com/2006/06/24/ajax-on-rails-wjustin-gehtland/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 00:17:55 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[RailsConf]]></category>
		<category><![CDATA[RJS]]></category>

		<guid isPermaLink="false">https://jameshalberg.wordpress.com/2006/06/24/ajax-on-rails-wjustin-gehtland/</guid>
		<description><![CDATA[Are we still at the point where a talk on ajax must start with the &#34;What is ajax?&#34; question? Well, at least the explanations seem to be getting shorter Justin spent the majority of the presentation showing uncluttered examples of &#8230; <a href="http://jameshalberg.wordpress.com/2006/06/24/ajax-on-rails-wjustin-gehtland/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=49&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Are we still at the point where a talk on ajax must start with the &quot;What is ajax?&quot; question?  Well, at least the explanations seem to be getting shorter <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Justin spent the majority of the presentation showing uncluttered examples of various Rails/Ajax/Prototype capabilities. Auto-complete search, drag-drop, and the like.  These were delivered in a &quot;if you haven&#39;t played with this yet&quot; sort of way but he also managed to keep it quick enough &#8211; and drop in enough &#39;even if you&#39;ve done this before you may not know about this&#39; tidbits to keep the more experienced portion of the audience interested.</p>
<p>There was some talk on <a href="http://www.rubynoob.com/articles/2006/05/13/simple-rails-rjs-tutorial">RJS</a> and he spent some time on the always requested ajax topics&#8230; How do you deal with JavaScript disabled?  What if a user has an old browser?  How do you handle the introduction of new idioms?</p>
<p>The presentation ended with a bang as he demo&#39;d creating an application with the soon to be released <a href="http://streamlined.relevancellc.com/">Streamlined</a>.  Streamlined is an open source framework, developed by <a href="http://relevancellc.com/">Relevance LLC</a>, to bring the simplicity of <a href="http://wiki.rubyonrails.com/rails/pages/ActiveRecord">ActiveRecord</a> to the view layer (coincidentally, this is #2 of the &quot;3 Unsolved Problems&quot; posed in Dave Thomas keynote <a href="http://jameshalberg.wordpress.com/2006/06/24/railsconf-day-1/">yesterday</a>).  This is really slick &#8211; a lot of functionality &#8211; good looking (although they are looking for a designer to contribute some improvements) &#8211; and best of all: _very_ quick and powerful.  I&#39;m definitely looking forward to this being released at <a href="http://conferences.oreillynet.com/os2006/">OSCON</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jameshalberg.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jameshalberg.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jameshalberg.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jameshalberg.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jameshalberg.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jameshalberg.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jameshalberg.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jameshalberg.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jameshalberg.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jameshalberg.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jameshalberg.wordpress.com&amp;blog=160606&amp;post=49&amp;subd=jameshalberg&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jameshalberg.wordpress.com/2006/06/24/ajax-on-rails-wjustin-gehtland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jameshalberg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
