<?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>TidyApps &#187; prototype</title>
	<atom:link href="http://blog.tidyapps.com/category/prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tidyapps.com</link>
	<description>Web applications without the fluff</description>
	<lastBuildDate>Mon, 07 Jun 2010 13:29:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>observe_form values lost in the ether</title>
		<link>http://blog.tidyapps.com/2007/09/observe_form-values-lost-in-the-ether/</link>
		<comments>http://blog.tidyapps.com/2007/09/observe_form-values-lost-in-the-ether/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 15:42:59 +0000</pubDate>
		<dc:creator>Jo Potts</dc:creator>
				<category><![CDATA[prototype]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://blog.tidyapps.com/post/17</guid>
		<description><![CDATA[When using observe_form, there&#8217;s a sneaky nastyness. (Rails 1.2.3)  It&#8217;s a bit inconsistent. Hopefully this will clear it up.
With no &#8216;update&#8217; or &#8216;with&#8217; parameter then the values aren&#8217;t passed:
new Form.Observer('theform', 1, function(element, value) {new Ajax.Request('/controller/action', {asynchronous:true, evalScripts:true})})
Surely this is a bug? It should include &#8216;parameters:value&#8217;.
Using &#8211; :with =&#62; &#8216;values&#8217;
new Form.Observer('theform', 1, function(element, value) {new [...]]]></description>
		<wfw:commentRss>http://blog.tidyapps.com/2007/09/observe_form-values-lost-in-the-ether/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Events missed by the almighty Prototype!</title>
		<link>http://blog.tidyapps.com/2007/09/events-missed-by-the-almighty-prototype/</link>
		<comments>http://blog.tidyapps.com/2007/09/events-missed-by-the-almighty-prototype/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 13:40:57 +0000</pubDate>
		<dc:creator>Jo Potts</dc:creator>
				<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://blog.tidyapps.com/post/15</guid>
		<description><![CDATA[This one&#8217;s worth knowing: http://dev.rubyonrails.org/ticket/7895
The problem I encountered was that EventObserver (Prototype) or observe_field (RJS equivalent) only fire the first time on radio buttons. It would be nice to see if Prototype 1.6.0 will fix this, but alas, I&#8217;ve not got time for such luxuries right now. Anyone else tried?
]]></description>
		<wfw:commentRss>http://blog.tidyapps.com/2007/09/events-missed-by-the-almighty-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.219 seconds -->
