<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Low Pro Google Group</title>
  <link>http://groups.google.co.uk/group/low-pro</link>
  <description>Low Pro is a set of extensions to the Prototype library that make it easier to implement unobtrusive DOM scripting.</description>
  <language>en</language>
  <item>
  <title>Problem binding to Dynamic elements in Greasemonkey</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/3d565f5b7f6f639f</link>
  <description>
  Hey there, &lt;br&gt; &lt;p&gt;I&#39;m writing a script in Greasemonkey that uses jQuery + Livequery + &lt;br&gt; Lowpro. The script is an audioscrobbler script for muxtape.com, and &lt;br&gt; provides a link to allow a user to scrobble a song. &lt;br&gt; &lt;p&gt;So far I&#39;ve managed to get it as far as creating the link on the page, &lt;br&gt; and passing another attach to the link once created. It seems to
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/3d565f5b7f6f639f</guid>
  <author>
	 digitalspaghe...@googlemail.com
	 (Tane Piper)
  </author>
  <pubDate>Sun, 05 May 2008 12:20:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: ReassignafterAjax in jq lowpro</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/ae1d1d192c9ecad8</link>
  <description>
  also im note that the response of the ajax call have an RJS error, but works &lt;br&gt; fine in FF :S &lt;br&gt; .... &lt;br&gt; catch (e) { alert(&#39;RJS error:\n\n&#39; + e.toString()); &lt;br&gt; ..... &lt;br&gt; that could be the problem ? &lt;br&gt; regards &lt;br&gt; On Thu, Apr 24, 2008 at 5:36 PM, Miguel Michelsongs &amp;lt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/ae1d1d192c9ecad8</guid>
  <author>
	 miguelmichel...@gmail.com
	 (Miguel Michelsongs)
  </author>
  <pubDate>Sat, 04 Apr 2008 17:17:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: ReassignafterAjax in jq lowpro</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/a6b679e308cb7c62</link>
  <description>
  Hi, is me again, the solution that Wynn gave works great in Firefox, but im &lt;br&gt; noted that in IE dont work, it only alow me to paginate one time , and since &lt;br&gt; the ajax call is made, the other calls response with errors. &lt;br&gt; the IE console only show an error sintax in line 1 of my called page. &lt;br&gt; anyone had the same problem?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/a6b679e308cb7c62</guid>
  <author>
	 miguelmichel...@gmail.com
	 (Miguel Michelsongs)
  </author>
  <pubDate>Thu, 04 Apr 2008 21:36:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: A jquery low pro walkthrough</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/8d173482c3de7fd0</link>
  <description>
  No problem! I hope someone else finds the article useful. I&#39;d like to &lt;br&gt; write a few more walkthroughs. Let me know if I&#39;m explaining anything &lt;br&gt; incorrectly... &lt;br&gt; &lt;p&gt;I &amp;quot;needed&amp;quot; the event binding for the alonetone relaunch, so I was &lt;br&gt; happy to translate it. &lt;br&gt; &lt;p&gt;Sudara
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/8d173482c3de7fd0</guid>
  <author>
	 markswilli...@gmail.com
	 (Sudara)
  </author>
  <pubDate>Wed, 04 Apr 2008 14:07:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: A jquery low pro walkthrough</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/1ffc06dc690cb7ef</link>
  <description>
  Hi Sudara, &lt;br&gt; Cheers for writing that up...I am going to work on that pull request &lt;br&gt; very soon....just in the middle of launching a big project so Im a &lt;br&gt; little so. It will go in though. &lt;br&gt; Cheers,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/1ffc06dc690cb7ef</guid>
  <author>
	 d...@danwebb.net
	 (Dan Webb)
  </author>
  <pubDate>Wed, 04 Apr 2008 14:01:16 UT
</pubDate>
  </item>
  <item>
  <title>A jquery low pro walkthrough</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/a8d701a3a376d3d3</link>
  <description>
  I wrote a short article demonstrating how/why I use low pro with &lt;br&gt; jquery. &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sudara.modernthings.net/2008/4/23/oh-behave-the-anatomy-of-jquery-and-low-pro-behaviors&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Also, the example used depends on my fork, which adds automagic ajax &lt;br&gt; callback binding. I&#39;m sure someone else could write a better
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/a8d701a3a376d3d3</guid>
  <author>
	 markswilli...@gmail.com
	 (Sudara)
  </author>
  <pubDate>Wed, 04 Apr 2008 13:35:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: ReassignafterAjax in jq lowpro</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/c27290115a02e5a2</link>
  <description>
  thanks :D &lt;br&gt; On Mon, Apr 21, 2008 at 10:52 AM, Wynn Netherland &amp;lt;wynn.netherl...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/c27290115a02e5a2</guid>
  <author>
	 miguelmichel...@gmail.com
	 (Miguel Michelsongs)
  </author>
  <pubDate>Mon, 04 Apr 2008 14:53:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: ReassignafterAjax in jq lowpro</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/271ef62177df07ab</link>
  <description>
  Cheers Wynn, you beat me to it! &lt;br&gt; On Mon, Apr 21, 2008 at 3:52 PM, Wynn Netherland
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/271ef62177df07ab</guid>
  <author>
	 d...@danwebb.net
	 (Dan Webb)
  </author>
  <pubDate>Mon, 04 Apr 2008 14:56:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: ReassignafterAjax in jq lowpro</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/4e7e3b265561a01d</link>
  <description>
  Oops, I think I replied privately. Posting again here for the benefit &lt;br&gt; of the group: &lt;br&gt; &lt;p&gt;Be sure you have livequery referenced in your &amp;lt;HEAD&amp;gt; before lowpro: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://brandonaaron.net/docs/livequery/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Dan&#39;s attach method will look for it and automatically wire up this &lt;br&gt; functionality for you if the script is there.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/4e7e3b265561a01d</guid>
  <author>
	 wynn.netherl...@gmail.com
	 (Wynn Netherland)
  </author>
  <pubDate>Mon, 04 Apr 2008 14:52:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Behaviour classes and LiveQuery</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/44b94532e5d9e712</link>
  <description>
  Right you are. That was my original understanding but when it didn&#39;t &lt;br&gt; work I figured the livequery call was still required. Of course the &lt;br&gt; reason it didn&#39;t work was that I was misspelled one of my XML class &lt;br&gt; names ... Sigh. &lt;br&gt; &lt;p&gt;Ty for prompt response.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/44b94532e5d9e712</guid>
  <author>
	 alan.lar...@gmail.com
	 (Alan)
  </author>
  <pubDate>Mon, 04 Apr 2008 11:56:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Behaviour classes and LiveQuery</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/d9b9653fff5b9b43</link>
  <description>
  If livequery is included it is used automatically. You don&#39;t need to &lt;br&gt; use $().livequery() just the normal $().attach and its all taken care &lt;br&gt; of for you.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/d9b9653fff5b9b43</guid>
  <author>
	 d...@danwebb.net
	 (Dan Webb)
  </author>
  <pubDate>Mon, 04 Apr 2008 11:43:12 UT
</pubDate>
  </item>
  <item>
  <title>Behaviour classes and LiveQuery</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/f1244d7febe7f9ac</link>
  <description>
  Should I be able to attach behaviour classes using LiveQuery? &lt;br&gt; &lt;p&gt;Given &lt;br&gt; &lt;p&gt;Hover = $.klass({ &lt;br&gt; initialize: function(hoverClass) { &lt;br&gt; this.hoverClass = hoverClass; &lt;br&gt; }, &lt;br&gt; onmouseover: function() { &lt;br&gt; this.element.addClass(this.hov erClass); &lt;br&gt; }, &lt;br&gt; onmouseout: function() { &lt;br&gt; this.element.removeClass(this. hoverClass);
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/f1244d7febe7f9ac</guid>
  <author>
	 alan.lar...@gmail.com
	 (Alan)
  </author>
  <pubDate>Mon, 04 Apr 2008 11:40:56 UT
</pubDate>
  </item>
  <item>
  <title>ReassignafterAjax in jq lowpro</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/c92fed801208ad0f</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;im using the JQuery Lowpro, im trying to make an ajax will_paginate &lt;br&gt; links in a rails proyect, i have the following code in application.js &lt;br&gt; : &lt;br&gt; jQuery(function($) { &lt;br&gt; $(&#39;div.pagination a&#39;).attach(Remote.Link, { type: &#39;GET&#39;, dataType: &lt;br&gt; &#39;script&#39; }); &lt;br&gt; }); &lt;br&gt; &lt;p&gt;and in my controller: &lt;br&gt; &lt;p&gt;@artists = Role.artists.users.top_artists (50).paginate :page =&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/c92fed801208ad0f</guid>
  <author>
	 miguelmichel...@gmail.com
	 (michelson)
  </author>
  <pubDate>Mon, 04 Apr 2008 03:11:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Windows Update KB947864 Seems to Foil Some Behaviors</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/34dbecd1152f5851</link>
  <description>
  Prototype 1.6.0.1 (the version shipping in Rails 2.0.2 gem) looks &lt;br&gt; immune too.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/34dbecd1152f5851</guid>
  <author>
	 bill.burc...@gmail.com
	 (Bill Burcham)
  </author>
  <pubDate>Thu, 04 Apr 2008 13:56:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Windows Update KB947864 Seems to Foil Some Behaviors</title>
  <link>http://groups.google.co.uk/group/low-pro/msg/6c1dc87f42e48923</link>
  <description>
  This turned out to have nothing to do with Lowpro and everything to do &lt;br&gt; w/ Prototype 1.6.0_rc0. Some attribute selectors fail in that version &lt;br&gt; of Prototype in the presence of KB947864. &lt;br&gt; &lt;p&gt;This example works fine w/ Prototype 1.6.0.2 but if you run it w/ &lt;br&gt; 1.6.0_rc0 you see no alert (popups): &lt;br&gt; &lt;p&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01//EN&amp;quot; &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.w3.org/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/low-pro/msg/6c1dc87f42e48923</guid>
  <author>
	 bill.burc...@gmail.com
	 (Bill Burcham)
  </author>
  <pubDate>Thu, 04 Apr 2008 13:53:19 UT
</pubDate>
  </item>
  </channel>
</rss>
