<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Prototype &amp; script.aculo.us Google Group</title>
  <link>http://groups.google.com/group/prototype-scriptaculous</link>
  <description>The place for users of Prototype (http://www.prototypejs.org) and Scriptaculous (http://script.aculo.us/) to help one another.</description>
  <language>en</language>
  <item>
  <title>Re: Attempting to extend a prototype method</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/e8057c55af5c0b8d/7c4bef263b870f2e?show_docid=7c4bef263b870f2e</link>
  <description>
  Hi Hippyjim Starbrook, &lt;br&gt; &lt;p&gt;this is not the way you should do. It&#39;s better to use a wrapper to t &lt;br&gt; (he native function. First because you did not modify the standard &lt;br&gt; behaviour of prototype, and also because you still have the capability &lt;br&gt; to call the original function. &lt;br&gt; Have a look to the wrap() function at
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/e8057c55af5c0b8d/7c4bef263b870f2e?show_docid=7c4bef263b870f2e</guid>
  <author>
  david.brill...@gmail.com
  (david)
  </author>
  <pubDate>Thu, 26 Nov 2009 20:45:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] How to use event delegation for mouseenter/mouseleave events?</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/0705ac99bafe7370/0e97a64cef8f744a?show_docid=0e97a64cef8f744a</link>
  <description>
  For global handlers, we use NWEvents and NWMatcher (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://javascript.nwbox.com/NWEvents/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ). For the actual behavior implementation, we still use Prototype &lt;br&gt; +Scripty. Amazing combo, really... &lt;br&gt; &lt;p&gt;Best regards &lt;br&gt; &lt;p&gt;Peter De Berdt
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/0705ac99bafe7370/0e97a64cef8f744a?show_docid=0e97a64cef8f744a</guid>
  <author>
  peter.de.be...@pandora.be
  (Peter De Berdt)
  </author>
  <pubDate>Thu, 26 Nov 2009 11:06:39 UT
</pubDate>
  </item>
  <item>
  <title>Re: prototype 1.6.1, IE6: Object doesn&#39;t support this property or method, typeof Element=unknown</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/11686fa16038b497/02c54d23e32fec89?show_docid=02c54d23e32fec89</link>
  <description>
  &amp;quot;Element&amp;quot; is the Element-object from the prototype library. The &lt;br&gt; library has been included and other objects like Ajax are present.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/11686fa16038b497/02c54d23e32fec89?show_docid=02c54d23e32fec89</guid>
  <author>
  carsten.hae...@straightec.de
  (Carsten)
  </author>
  <pubDate>Thu, 26 Nov 2009 10:52:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: prototype 1.6.1, IE6: Object doesn&#39;t support this property or method, typeof Element=unknown</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/11686fa16038b497/00b1e559de22abf8?show_docid=00b1e559de22abf8</link>
  <description>
  &amp;quot;Element&amp;quot; is the Element-object from the prototype library. The &lt;br&gt; library has been included and other objects like Ajax are present.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/11686fa16038b497/00b1e559de22abf8?show_docid=00b1e559de22abf8</guid>
  <author>
  carsten.hae...@straightec.de
  (Carsten)
  </author>
  <pubDate>Thu, 26 Nov 2009 10:52:11 UT
</pubDate>
  </item>
  <item>
  <title>How to use event delegation for mouseenter/mouseleave events?</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/0705ac99bafe7370/25d57bbd830058fc?show_docid=25d57bbd830058fc</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;anyone had any luck with using event delegation for mouseenter and &lt;br&gt; mouseleave events? I&#39;m constantly adding and removing elements from &lt;br&gt; the page, so it would be much better and easier than keeping track of &lt;br&gt; all handlers manually. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Szymon
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/0705ac99bafe7370/25d57bbd830058fc?show_docid=25d57bbd830058fc</guid>
  <author>
  szi...@gmail.com
  (szimek)
  </author>
  <pubDate>Thu, 26 Nov 2009 10:48:57 UT
</pubDate>
  </item>
  <item>
  <title>Attempting to extend a prototype method</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/e8057c55af5c0b8d/e6bc603351c56f8d?show_docid=e6bc603351c56f8d</link>
  <description>
  Hi All &lt;br&gt; &lt;p&gt;I&#39;m attempting to extend the Form.Element.disable() method, so that it &lt;br&gt; adds a &amp;quot;disabled&amp;quot; class to any element is disables. &lt;br&gt; &lt;p&gt;I&#39;m attempting to replace the existing prototype function with one of &lt;br&gt; my own, using the following code in a javascript file loaded after &lt;br&gt; prototype.js: &lt;br&gt; &lt;p&gt;Form.Element.Methods.disable = function(element) {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/e8057c55af5c0b8d/e6bc603351c56f8d?show_docid=e6bc603351c56f8d</guid>
  <author>
  hippyjim.starbr...@gmail.com
  (Hippyjim Starbrook)
  </author>
  <pubDate>Wed, 25 Nov 2009 21:30:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: element.attachEvent is not a function error in Prototype with Low Pro</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/b14622d2f5746159/a7260f7240912713?show_docid=a7260f7240912713</link>
  <description>
  Hi david, &lt;br&gt; &lt;p&gt;downloading github version of low pro did help :) &lt;br&gt; &lt;p&gt;thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/b14622d2f5746159/a7260f7240912713?show_docid=a7260f7240912713</guid>
  <author>
  darthd...@gmail.com
  (darth)
  </author>
  <pubDate>Wed, 25 Nov 2009 10:43:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Safari complains of &quot;unsafe&quot; X-JSON</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/ccbd39c67ff90241/1123c6fc76a0b5cf?show_docid=1123c6fc76a0b5cf</link>
  <description>
  Ouch ! &lt;br&gt; &lt;p&gt;Alex Mcauley &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.thevacancymarket.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ----- Original Message ----- &lt;br&gt; To: &amp;lt;prototype-scriptaculous@googl egroups.com&amp;gt; &lt;br&gt; Sent: Wednesday, November 25, 2009 12:02 AM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/ccbd39c67ff90241/1123c6fc76a0b5cf?show_docid=1123c6fc76a0b5cf</guid>
  <author>
  webmas...@thecarmarketplace.com
  (Alex McAuley)
  </author>
  <pubDate>Wed, 25 Nov 2009 07:15:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Accessing link_to_remote in controller with .find(params[])</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/fba52c49601c8acb/62071b53614a8015?show_docid=62071b53614a8015</link>
  <description>
  Blue Hand Talking, &lt;br&gt; &lt;p&gt;Walter very courteously explained that this list is dedicated to &lt;br&gt; Prototype the JavaScript framework and not to its Rails helper (which &lt;br&gt; very few people here—if any—are familiar with). &lt;br&gt; &lt;p&gt;May I please ask you to keep the same level of courtesy in your &lt;br&gt; responses? &lt;br&gt; &lt;p&gt;Thanks in advance,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/fba52c49601c8acb/62071b53614a8015?show_docid=62071b53614a8015</guid>
  <author>
  tobie.lan...@gmail.com
  (Tobie Langel)
  </author>
  <pubDate>Wed, 25 Nov 2009 03:00:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Safari complains of &quot;unsafe&quot; X-JSON</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/ccbd39c67ff90241/86e30f8006ae60b7?show_docid=86e30f8006ae60b7</link>
  <description>
  Google is my friend. Naturally, the next result I hit upon told me &lt;br&gt; that there might be a mismatch between the URL requested by the form&#39;s &lt;br&gt; Action and the rest of the page. Sure enough, I had used PHP&#39;s &lt;br&gt; $_SERVER[&#39;SERVER_NAME&#39;] to construct the URL, and it wasn&#39;t the same &lt;br&gt; as the request (missing the WWW part) so this error cropped up. I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/ccbd39c67ff90241/86e30f8006ae60b7?show_docid=86e30f8006ae60b7</guid>
  <author>
  wa...@wdstudio.com
  (Walter Lee Davis)
  </author>
  <pubDate>Wed, 25 Nov 2009 00:02:26 UT
</pubDate>
  </item>
  <item>
  <title>Safari complains of &quot;unsafe&quot; X-JSON</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/ccbd39c67ff90241/769221092ea44724?show_docid=769221092ea44724</link>
  <description>
  I have a form with an Ajax request() to update the form with survey &lt;br&gt; results. It works great in Firefox, but when I submit it from Safari &lt;br&gt; 4.latest on Mac OS X, I get nothing at all in the browser for results, &lt;br&gt; and the console says &amp;quot;Refused to get unsafe header &amp;quot;X-JSON&amp;quot;. I&#39;ve &lt;br&gt; tested this on two different Macs.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/ccbd39c67ff90241/769221092ea44724?show_docid=769221092ea44724</guid>
  <author>
  wa...@wdstudio.com
  (Walter Lee Davis)
  </author>
  <pubDate>Tue, 24 Nov 2009 23:31:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Sychronize many asynchronous Ajax.Request</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/4f1ff816bbbe24dd/1e9a2a54e00e80ba?show_docid=1e9a2a54e00e80ba</link>
  <description>
  I&#39;d recommend taking a look at my Ajax Service Queue approach, such &lt;br&gt; that all requests go through the service object, and in the subclass &lt;br&gt; for the queue&#39;s case won&#39;t send the next request until its predecessor &lt;br&gt; has returned. It needs to be updated for 1.6 but the idea is on the &lt;br&gt; wall for you to look at...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/4f1ff816bbbe24dd/1e9a2a54e00e80ba?show_docid=1e9a2a54e00e80ba</guid>
  <author>
  mattfoste...@gmail.com
  (Matt Foster)
  </author>
  <pubDate>Tue, 24 Nov 2009 21:59:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: Accessing link_to_remote in controller with .find(params[])</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/fba52c49601c8acb/4d9b3d8742d2ea7d?show_docid=4d9b3d8742d2ea7d</link>
  <description>
  Just to be clear, link_to_remote is part of the Rails *helper* for &lt;br&gt; prototype. Prototype.js is an extraction from Rails, but it stands &lt;br&gt; alone, and this list is devoted to prototype as a stand-aline JS &lt;br&gt; library, not to the Rails helper. &lt;br&gt; &lt;p&gt;Your question might be answerable in this list if you pastie the code
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/fba52c49601c8acb/4d9b3d8742d2ea7d?show_docid=4d9b3d8742d2ea7d</guid>
  <author>
  wa...@wdstudio.com
  (Walter Lee Davis)
  </author>
  <pubDate>Tue, 24 Nov 2009 16:47:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: Sychronize many asynchronous Ajax.Request</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/4f1ff816bbbe24dd/d20c9318963e052d?show_docid=d20c9318963e052d</link>
  <description>
  Yes... &lt;br&gt; &lt;p&gt;Objects and thier properties are built and stored in memory (how else would &lt;br&gt; they get built) - the CPU does the calculations and outputs the opcode to &lt;br&gt; the browser (which reads from memory) what it needs to do with the object &lt;br&gt; (In very simple terms)... So it stands to reason that if you dont remove the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/4f1ff816bbbe24dd/d20c9318963e052d?show_docid=d20c9318963e052d</guid>
  <author>
  webmas...@thecarmarketplace.com
  (Alex McAuley)
  </author>
  <pubDate>Tue, 24 Nov 2009 13:30:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Accessing link_to_remote in controller with .find(params[])</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/fba52c49601c8acb/a8fad51b4f8e4103?show_docid=a8fad51b4f8e4103</link>
  <description>
  This is a Prototype/Scriptaculous group, and you are asking about &lt;br&gt; something a server-side language (Ruby I guess?) which I don&#39;t know &lt;br&gt; anything about. &lt;br&gt; &lt;p&gt;But what you pass in the &#39;parameters&#39; comes in as the &amp;quot;search&amp;quot; part of &lt;br&gt; the URL (i.e. the bit after the ?). That is available to your server
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/fba52c49601c8acb/a8fad51b4f8e4103?show_docid=a8fad51b4f8e4103</guid>
  <author>
  colin.f...@pace.com
  (ColinFine)
  </author>
  <pubDate>Tue, 24 Nov 2009 12:51:05 UT
</pubDate>
  </item>
  </channel>
</rss>
