<?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>why does javascript lie?</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/791007db9c8ce587/faf269b074b6f589?show_docid=faf269b074b6f589</link>
  <description>
  Ok, this is really annoying me... When you make changes to form &lt;br&gt; elements, and refresh the page, they don&#39;t go back to their defaults &lt;br&gt; regardless of what the html says &amp;quot;selected&amp;quot; is... My plan was to have &lt;br&gt; prototype set my form elements to their selected value when the page &lt;br&gt; loads, however when I implemented this, it did not work... I could
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/791007db9c8ce587/faf269b074b6f589?show_docid=faf269b074b6f589</guid>
  <author>
  patrick99...@gmail.com
  (patrick)
  </author>
  <pubDate>Wed, 11 Nov 2009 03:47:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Prototype Unit Testing Framworks</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/d815bc38d7bd88e5/10b94a8c70fa0807?show_docid=10b94a8c70fa0807</link>
  <description>
  Thanks for that Joe, &lt;br&gt; &lt;p&gt;Not sure what was happening with JsUnit, as every time I created tests &lt;br&gt; and then included prototype.js, all the previously successful tests &lt;br&gt; that were passing, and were not prototype dependant failed. &lt;br&gt; &lt;p&gt;Anyway think I will take your suggestion and try out the YUI framework &lt;br&gt; and see how it goes.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/d815bc38d7bd88e5/10b94a8c70fa0807?show_docid=10b94a8c70fa0807</guid>
  <author>
  d...@spidertracks.co.nz
  (daff)
  </author>
  <pubDate>Tue, 10 Nov 2009 23:55:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Prototype Unit Testing Framworks</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/d815bc38d7bd88e5/9e91e4209c47d2d7?show_docid=9e91e4209c47d2d7</link>
  <description>
  We use JsUnit with prototype successfully. Could you post any &lt;br&gt; additional info about the errors you are getting? What version of &lt;br&gt; prototype/jsunit/browser are you using? I will say that JsUnit seems &lt;br&gt; to be basically on life support so you might want to look in to &lt;br&gt; something else. I&#39;ve recently been looking in to the YUI Test library
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/d815bc38d7bd88e5/9e91e4209c47d2d7?show_docid=9e91e4209c47d2d7</guid>
  <author>
  jjath...@gmail.com
  (Joe Athman)
  </author>
  <pubDate>Tue, 10 Nov 2009 21:34:41 UT
</pubDate>
  </item>
  <item>
  <title>JSON - which chars not accepted?</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/009f80b551136356/cfe05ead3615065e?show_docid=cfe05ead3615065e</link>
  <description>
  I have a question to this prototype function: &lt;br&gt; function isJSON() { &lt;br&gt; var str = this; &lt;br&gt; if (str.blank()) return false; &lt;br&gt; str = this.replace(/\\./g, &#39;@&#39;).replace(/&amp;quot;[^&amp;quot;\\\n\r]*&amp;quot;/g, &#39;&#39;); &lt;br&gt; return (/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str); &lt;br&gt; } &lt;br&gt; If I send a JSON { &#39;str&#39;: &#39;&amp;lt;p&amp;gt;This is a line with \n linefeed&amp;lt;/p&amp;gt;&#39; } I do get
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/009f80b551136356/cfe05ead3615065e?show_docid=cfe05ead3615065e</guid>
  <author>
  mrebenti...@comparat.de
  (Manfred Rebentisch)
  </author>
  <pubDate>Tue, 10 Nov 2009 21:31:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Stupid me cannot make Ajax.Request work</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/9e80dd6990c8709f/41f86c4760c911fa?show_docid=41f86c4760c911fa</link>
  <description>
  Thanks. &lt;br&gt; &lt;p&gt;For anyone else searching for answers to this kind of issue, &amp;quot;same &lt;br&gt; port&amp;quot; means I can&#39;t load my test page via http and then make an &lt;br&gt; Ajax.Request via https (or vice versa). On thinking about it, of &lt;br&gt; course, this makes perfect sense from a security standpoint &lt;br&gt; &lt;p&gt;Pity I was hung up on &amp;quot;it&#39;s the same domain&amp;quot; and so didn&#39;t even think
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/9e80dd6990c8709f/41f86c4760c911fa?show_docid=41f86c4760c911fa</guid>
  <author>
  men...@mentalware.com
  (FourBrane)
  </author>
  <pubDate>Tue, 10 Nov 2009 20:40:31 UT
</pubDate>
  </item>
  <item>
  <title>Prototype Unit Testing Framworks</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/d815bc38d7bd88e5/3b530701aa3f3418?show_docid=3b530701aa3f3418</link>
  <description>
  Hi All, &lt;br&gt; I have been trying to find a Javascript Unit testing framework that &lt;br&gt; works with Prototype. I initially tried JsUnit, but it would appear that &lt;br&gt; there is a namespace conflict with the asserts, because as soon as I &lt;br&gt; include the prototype file, all the previously passing test fail, with &lt;br&gt; errors.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/d815bc38d7bd88e5/3b530701aa3f3418?show_docid=3b530701aa3f3418</guid>
  <author>
  d...@spidertracks.co.nz
  (Daff)
  </author>
  <pubDate>Tue, 10 Nov 2009 19:51:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Does $A(&#39;.classname&#39;).invoke(&#39;setValue&#39;,...) work on checkboxes?</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/9c20089ed8177021/3b7a282a2d049ceb?show_docid=3b7a282a2d049ceb</link>
  <description>
  Hi, &lt;br&gt; I found where is the problem. &lt;br&gt; I assumed, that the Form.Element.setValue method sets the value of an &lt;br&gt; element. &lt;br&gt; In case of checkboxes that is not true. &lt;br&gt; The method changes the state of checked/unchecked instead, and leaves &lt;br&gt; the value attribute unchanged. &lt;br&gt; The example might be found here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://tsalarioth.art.pl/~sw/setValueTest.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/9c20089ed8177021/3b7a282a2d049ceb?show_docid=3b7a282a2d049ceb</guid>
  <author>
  wilkola...@gmail.com
  (Szymon Wilkołazki)
  </author>
  <pubDate>Tue, 10 Nov 2009 17:30:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: PeriodicalExecuter that doesn&#39;t stack</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/b32fb736fa0f562c?show_docid=b32fb736fa0f562c</link>
  <description>
  It makes the call asynchronous (it will only do one thing at a time) .. so if you had a stack of 8 ajax calls it would go through them one by one in synchronous fashion until they are done... &lt;br&gt; &lt;p&gt;If you have other ajax calls going on in the page from different functions - this one would sit in the stack until the interpreter is ready and execute then (AFAIK)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/b32fb736fa0f562c?show_docid=b32fb736fa0f562c</guid>
  <author>
  webmas...@thecarmarketplace.com
  (Alex McAuley)
  </author>
  <pubDate>Tue, 10 Nov 2009 16:42:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: PeriodicalExecuter that doesn&#39;t stack</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/4507193fc8a91c34?show_docid=4507193fc8a91c34</link>
  <description>
  If I turn off async will that only block on that one call or will it &lt;br&gt; block &lt;br&gt; other calls from happening also?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/4507193fc8a91c34?show_docid=4507193fc8a91c34</guid>
  <author>
  willi...@rebelfactions.com
  (William Taylor)
  </author>
  <pubDate>Tue, 10 Nov 2009 16:01:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: PeriodicalExecuter that doesn&#39;t stack</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/9e313280b92bf1b8?show_docid=9e313280b92bf1b8</link>
  <description>
  To stop the stacking just use asynchronous flag and set it to false... &lt;br&gt; &lt;p&gt;Though it does go against the AJAX it will work... &lt;br&gt; &lt;p&gt;Perhaps you can get around the decay/frequency with somehting else &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; From: William Taylor
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/9e313280b92bf1b8?show_docid=9e313280b92bf1b8</guid>
  <author>
  webmas...@thecarmarketplace.com
  (Alex McAuley)
  </author>
  <pubDate>Tue, 10 Nov 2009 15:27:44 UT
</pubDate>
  </item>
  <item>
  <title>Sorting and z-index problem</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a0985808d5d93634/22fec0aeaa493e33?show_docid=22fec0aeaa493e33</link>
  <description>
  I&#39;m using scriptaculous to make page elements resortable through &lt;br&gt; dragging and I&#39;m running into a problem with z-index and the YUI split &lt;br&gt; button. I know it could be difficult to say of the problem is with &lt;br&gt; the YUI code or scriptaculous code but I think it&#39;s scriptaculous code &lt;br&gt; (or my use of it) and the YUI widgets just make the problem visible.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/a0985808d5d93634/22fec0aeaa493e33?show_docid=22fec0aeaa493e33</guid>
  <author>
  dave.lemanow...@gmail.com
  (dl)
  </author>
  <pubDate>Tue, 10 Nov 2009 15:02:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: PeriodicalExecuter that doesn&#39;t stack</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/c1f1e701f7af3643?show_docid=c1f1e701f7af3643</link>
  <description>
  This will call a function and not a url ? &lt;br&gt; new Ajax.PeriodicalUpdater(contain er, url[, options]) &lt;br&gt; stacking: ie multiple request will stack on top of each other whether &lt;br&gt; or not the previous one &lt;br&gt; has completed or not. &lt;br&gt; If this is making a request say every second there is the possibility &lt;br&gt; that the request may not finish in time before the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/c1f1e701f7af3643?show_docid=c1f1e701f7af3643</guid>
  <author>
  willi...@rebelfactions.com
  (William Taylor)
  </author>
  <pubDate>Tue, 10 Nov 2009 14:48:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: PeriodicalExecuter that doesn&#39;t stack</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/3890fe09e3be155e?show_docid=3890fe09e3be155e</link>
  <description>
  You have answered your own question... &lt;br&gt; &lt;p&gt;In your original post you said that you could fix the problem if you could &lt;br&gt; get Periodical to &amp;quot;call a function instead of a url&amp;quot; .. and what i suggested &lt;br&gt; does just that ... &lt;br&gt; &lt;p&gt;I am not sure i understand what you mean by stacking &lt;br&gt; &lt;p&gt;As for frequency: you dont need to worry about it if you are usig periodical
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/3890fe09e3be155e?show_docid=3890fe09e3be155e</guid>
  <author>
  webmas...@thecarmarketplace.com
  (Alex McAuley)
  </author>
  <pubDate>Tue, 10 Nov 2009 14:17:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Proto-Scripty] Re: PeriodicalExecuter that doesn&#39;t stack</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/b7ad9342a16341ab?show_docid=b7ad9342a16341ab</link>
  <description>
  wow I must have been tired when I wrote that. &lt;br&gt; I said PeriodicalExecuter but I really meant Ajax.PeriodicalUpdater &lt;br&gt; &lt;p&gt;So ya is there a way to make Ajax.PeriodicalUpdater not stack and to &lt;br&gt; possibly give it &lt;br&gt; a maximum frequency limit? &lt;br&gt; &lt;p&gt;-William
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/56f96ef0a7895fd6/b7ad9342a16341ab?show_docid=b7ad9342a16341ab</guid>
  <author>
  willi...@rebelfactions.com
  (William Taylor)
  </author>
  <pubDate>Tue, 10 Nov 2009 14:06:11 UT
</pubDate>
  </item>
  <item>
  <title>Does $A(&#39;.classname&#39;).invoke(&#39;setValue&#39;,...) work on checkboxes?</title>
  <link>http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/9c20089ed8177021/758dff2f8181a8ab?show_docid=758dff2f8181a8ab</link>
  <description>
  Hi, &lt;br&gt; I just bumped into a weird bug in my code. &lt;br&gt; The thing is, that I am trying to update value of several checkboxes &lt;br&gt; with a value received in a result of ajax call. &lt;br&gt; Anyway, I have following construction: &lt;br&gt; &amp;lt;input name=&amp;quot;someName&amp;quot; class=&amp;quot;APP_CHANGELOG_LOG_ID&amp;quot; value=&amp;quot;&amp;quot; &lt;br&gt; type=&amp;quot;checkbox&amp;quot;/&amp;gt; &lt;br&gt; The checkboxes are unchecked by default.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/9c20089ed8177021/758dff2f8181a8ab?show_docid=758dff2f8181a8ab</guid>
  <author>
  wilkola...@gmail.com
  (Szymon Wilkołazki)
  </author>
  <pubDate>Tue, 10 Nov 2009 12:54:39 UT
</pubDate>
  </item>
  </channel>
</rss>
