<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Adam C. Hegedus</title>
	<atom:link href="http://www.adamhegedus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamhegedus.com</link>
	<description>web design, programming, networking... but mostly just life</description>
	<lastBuildDate>Wed, 27 Jan 2010 15:51:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on E4X Parsing Tool by David W.</title>
		<link>http://www.adamhegedus.com/2008/09/08/e4x-parsing-tool/comment-page-1/#comment-495</link>
		<dc:creator>David W.</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/?p=72#comment-495</guid>
		<description>Fantastic, many thanks! I knew there had to be something like this out there.</description>
		<content:encoded><![CDATA[<p>Fantastic, many thanks! I knew there had to be something like this out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About me&#8230; by Elizabeth Stepehnson</title>
		<link>http://www.adamhegedus.com/about-me/comment-page-1/#comment-477</link>
		<dc:creator>Elizabeth Stepehnson</dc:creator>
		<pubDate>Tue, 08 Sep 2009 22:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/about-me/#comment-477</guid>
		<description>Time to update the &quot;About Me.&quot;  You live with your lovely wife and daughter&quot;s&quot;</description>
		<content:encoded><![CDATA[<p>Time to update the &#8220;About Me.&#8221;  You live with your lovely wife and daughter&#8221;s&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E4X Parsing Tool by todd</title>
		<link>http://www.adamhegedus.com/2008/09/08/e4x-parsing-tool/comment-page-1/#comment-463</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/?p=72#comment-463</guid>
		<description>(I meant to add, that it does work well, though.)</description>
		<content:encoded><![CDATA[<p>(I meant to add, that it does work well, though.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E4X Parsing Tool by todd</title>
		<link>http://www.adamhegedus.com/2008/09/08/e4x-parsing-tool/comment-page-1/#comment-462</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/?p=72#comment-462</guid>
		<description>would be cool if this just worked in the browser, then I&#039;d not have to install anything.</description>
		<content:encoded><![CDATA[<p>would be cool if this just worked in the browser, then I&#8217;d not have to install anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxed Select Boxes in Rails by Pratik</title>
		<link>http://www.adamhegedus.com/2006/01/19/ajaxed-select-boxes-in-rails/comment-page-1/#comment-453</link>
		<dc:creator>Pratik</dc:creator>
		<pubDate>Sat, 04 Jul 2009 20:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/2006/01/19/ajaxed-select-boxes-in-rails/#comment-453</guid>
		<description>This worked for me if i had only 1 select box to update. It does not work when i have to chain the select boxes. eg) When i select countries, states should get populated and when i select states, cities should get populated.

The AJAX request when selecting the state is not submitted to the server. This is probably because the response for the states does not replace the innerHTML of the page.


                
                    :
                
                
                     &#039;Select country&#039; %&gt;
                
            
            
                
                    :
                
                
                    
                        
                        
                    
                
            
            
                
                    :
                
                
                    
                        
                        
                    
                
            

 0.25,
            :update =&gt; &quot;states_list&quot;,
            :url =&gt; {:controller =&gt; :moduls, :action =&gt; :get_active_states},
            :with =&gt; &quot;&#039;country_id=&#039;+encodeURIComponent(value)&quot;) %&gt;
			
             0.25,
            :update =&gt; &quot;chapters_list&quot;,
            :url =&gt; {:controller =&gt; :moduls, :action =&gt; :get_active_chapters},
            :with =&gt; &quot;&#039;state_id=&#039;+encodeURIComponent(value)&quot;) %&gt;


Any Ideas?
Thanks,
Pratik</description>
		<content:encoded><![CDATA[<p>This worked for me if i had only 1 select box to update. It does not work when i have to chain the select boxes. eg) When i select countries, states should get populated and when i select states, cities should get populated.</p>
<p>The AJAX request when selecting the state is not submitted to the server. This is probably because the response for the states does not replace the innerHTML of the page.</p>
<p>                    :</p>
<p>                     &#8216;Select country&#8217; %></p>
<p>                    :</p>
<p>                    :</p>
<p> 0.25,<br />
            :update => &#8220;states_list&#8221;,<br />
            :url => {:controller => :moduls, :action => :get_active_states},<br />
            :with => &#8220;&#8216;country_id=&#8217;+encodeURIComponent(value)&#8221;) %></p>
<p>             0.25,<br />
            :update => &#8220;chapters_list&#8221;,<br />
            :url => {:controller => :moduls, :action => :get_active_chapters},<br />
            :with => &#8220;&#8217;state_id=&#8217;+encodeURIComponent(value)&#8221;) %></p>
<p>Any Ideas?<br />
Thanks,<br />
Pratik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxed Select Boxes in Rails by James</title>
		<link>http://www.adamhegedus.com/2006/01/19/ajaxed-select-boxes-in-rails/comment-page-1/#comment-448</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 26 Jun 2009 13:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/2006/01/19/ajaxed-select-boxes-in-rails/#comment-448</guid>
		<description>Well written - this helped me plenty!  I was trying to figure out how to do this.  Thanks.</description>
		<content:encoded><![CDATA[<p>Well written &#8211; this helped me plenty!  I was trying to figure out how to do this.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E4X Parsing Tool by Artem B</title>
		<link>http://www.adamhegedus.com/2008/09/08/e4x-parsing-tool/comment-page-1/#comment-447</link>
		<dc:creator>Artem B</dc:creator>
		<pubDate>Sat, 20 Jun 2009 16:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/?p=72#comment-447</guid>
		<description>Hi! Thanks for the app - it is much easier to write E4X expressions with it!</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for the app &#8211; it is much easier to write E4X expressions with it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E4X Parsing Tool by Adam</title>
		<link>http://www.adamhegedus.com/2008/09/08/e4x-parsing-tool/comment-page-1/#comment-441</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/?p=72#comment-441</guid>
		<description>Matt if you install the AIR app, and run it, you&#039;ll see a text box on the top that you can enter the XML you want to parse.  The middle text box is for the E4X statement.  If you type the string in there, the bottom box will display your result.  Hope this helps.</description>
		<content:encoded><![CDATA[<p>Matt if you install the AIR app, and run it, you&#8217;ll see a text box on the top that you can enter the XML you want to parse.  The middle text box is for the E4X statement.  If you type the string in there, the bottom box will display your result.  Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E4X Parsing Tool by matt</title>
		<link>http://www.adamhegedus.com/2008/09/08/e4x-parsing-tool/comment-page-1/#comment-439</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 17 Apr 2009 16:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/?p=72#comment-439</guid>
		<description>How do you use it? Do you have an example. How do you get the root?</description>
		<content:encoded><![CDATA[<p>How do you use it? Do you have an example. How do you get the root?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajaxed Select Boxes in Rails by Katateochi</title>
		<link>http://www.adamhegedus.com/2006/01/19/ajaxed-select-boxes-in-rails/comment-page-1/#comment-420</link>
		<dc:creator>Katateochi</dc:creator>
		<pubDate>Fri, 12 Sep 2008 10:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamhegedus.com/2006/01/19/ajaxed-select-boxes-in-rails/#comment-420</guid>
		<description>nice 1, I&#039;ve tried several techniques to implement dynamic select menus and this is the most sane and easiest to implement. Cheers dude.</description>
		<content:encoded><![CDATA[<p>nice 1, I&#8217;ve tried several techniques to implement dynamic select menus and this is the most sane and easiest to implement. Cheers dude.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
