<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>MochiKit Google Group</title>
  <link>http://groups.google.com.br/group/mochikit</link>
  <description>Discussions related to development of and with the MochiKit JavaScript library</description>
  <language>en</language>
  <item>
  <title>Future plans/timeline for Mochikit?</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/322950dba3310e35/4a96c55019cf4b75?show_docid=4a96c55019cf4b75</link>
  <description>
  I only recently discovered that, as opposed to what the website itself &lt;br&gt; let believe (release feed, official blog, and even Bob&#39;s blog), &lt;br&gt; MochiKit was not unmaintained since November 2008, and that there was &lt;br&gt; in fact quite a bit of activity on 1.4.3 and 1.5 branches, and even a &lt;br&gt; sizzle/selectors branch. &lt;br&gt; So my question is, is there any timeline for the 1.4.3 release, and
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/322950dba3310e35</guid>
  <author>
  maskl...@gmail.com
  (Masklinn)
  </author>
  <pubDate>Thu, 11 mar 2010 09:18:37 UT
</pubDate>
  </item>
  <item>
  <title>Patch for ticket #329</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/81bb1f1b902f5c05/e1af0e4d252197ff?show_docid=e1af0e4d252197ff</link>
  <description>
  MochiKit.Base.serializeJSON fails for objects with a &#39;length&#39; property &lt;br&gt; This method used an &#39;is array like&#39;-like check, instead of a strict &#39;is &lt;br&gt; array&#39; check. The provided patch replaces the if-statement with the isArray &lt;br&gt; checks as implemented in Prototype.js and jQuery. This does not break &lt;br&gt; existing functionality, but prevents the errors for objects with a lenght
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/81bb1f1b902f5c05</guid>
  <author>
  niek.kouwenb...@gmail.com
  (Niek Kouwenberg)
  </author>
  <pubDate>Mon, 22 fev 2010 13:00:42 UT
</pubDate>
  </item>
  <item>
  <title>Providing patch for ticket #361</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/5258e53b9e6dca6a/32ddebf710d70e9c?show_docid=32ddebf710d70e9c</link>
  <description>
  Hi, &lt;br&gt; I&#39;ve just created a ticket for which I have a patch. Since editing and &lt;br&gt; replying to tickets seems to be disabled since 2008, I have no way of &lt;br&gt; attaching this patch. &lt;br&gt; Since I&#39;ve been using MochiKit quite some time now in several &lt;br&gt; projects, I am keen on helping a little with development (which seems &lt;br&gt; rather slow). Not being able to provide patches or comment to tickets
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/5258e53b9e6dca6a</guid>
  <author>
  niek.kouwenb...@gmail.com
  (niek.kouwenberg@gmail.com)
  </author>
  <pubDate>Thu, 18 fev 2010 11:18:51 UT
</pubDate>
  </item>
  <item>
  <title>Async issue in FF</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/a118584bab4989ae/a400533e50578f3c?show_docid=a400533e50578f3c</link>
  <description>
  Hi, &lt;br&gt; I&#39;m having some problems with the mochikit.async code in FF (only &lt;br&gt; tested in 3.6), whereas it works as expected in IE6/7 and Chrome. &lt;br&gt; I do something akin to: &lt;br&gt; function doIt() { &lt;br&gt; ... &lt;br&gt; var myresult = doSimpleXMLHttpRequest( url, { foo : bar } ); &lt;br&gt; myresult.addCallback( function(result) { &lt;br&gt; alert(&amp;quot;test&amp;quot;);
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/a118584bab4989ae</guid>
  <author>
  leonco...@gmail.com
  (LeonCowle)
  </author>
  <pubDate>Wed, 17 fev 2010 12:03:05 UT
</pubDate>
  </item>
  <item>
  <title>Packing on the function level</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/0bb32dc9cd1da83a/628e5e02107444ce?show_docid=628e5e02107444ce</link>
  <description>
  Has anyone made an attempt to pack up MochiKit omitting functions that &lt;br&gt; are not used? &lt;br&gt; e.g. include DateTime.toISODate but not DateTime.toPaddedAmericanDate &lt;br&gt; if the latter doesn&#39;t happen to be called in a given file. &lt;br&gt; I realise this would be non trivial to do automatically..
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/0bb32dc9cd1da83a</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan)
  </author>
  <pubDate>Tue, 09 fev 2010 17:25:57 UT
</pubDate>
  </item>
  <item>
  <title>connect to keyboard events not working in FireFox?</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/b91e897dfa3c7663/15e4c8b6419c94a0?show_docid=15e4c8b6419c94a0</link>
  <description>
  Hi, &lt;br&gt; The following works for me in IE, Chrome and Safari, but fails in &lt;br&gt; FireFox 3.6 (running on Vistax64). The &#39;key down&#39; event just doesn&#39;t &lt;br&gt; seem to get received: &lt;br&gt; ============================= &lt;br&gt; &amp;lt;html&amp;gt; &lt;br&gt; &amp;lt;head&amp;gt; &lt;br&gt; &amp;lt;script type=&#39;text/javascript&#39; src=&#39;MochiKit.js&#39;&amp;gt;&amp;lt;/script&amp;gt; &lt;br&gt; &amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/b91e897dfa3c7663</guid>
  <author>
  ssade...@gmail.com
  (SimonS)
  </author>
  <pubDate>Fri, 05 fev 2010 07:34:32 UT
</pubDate>
  </item>
  <item>
  <title>Congratulations</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/05088527de280711/94ed66fa5c5bcc7d?show_docid=94ed66fa5c5bcc7d</link>
  <description>
  Congratulations to Bob and his team, again. Simply awesome. &lt;br&gt; Regards, &lt;br&gt; David
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/05088527de280711</guid>
  <author>
  davidja...@gmail.com
  (David Janes)
  </author>
  <pubDate>Tue, 12 jan 2010 12:09:54 UT
</pubDate>
  </item>
  <item>
  <title>MochiKit.Animator and sizzle branch</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/da5b1795366648e7/87d4ca1368185e30?show_docid=87d4ca1368185e30</link>
  <description>
  I was updating one of my projects which uses MochiKit and I thought to &lt;br&gt; look what&#39;s new in MochiKit development. My project doesn&#39;t use &lt;br&gt; visual effects, but I thought with the next version I might do some &lt;br&gt; effects. I found that Karl Guertin&#39;s Animator pages weren&#39;t up. &lt;br&gt; From emailing him, I learned that he&#39;s done some upgrades to his site
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/da5b1795366648e7</guid>
  <author>
  chris.leemes...@gmail.com
  (Chris Lee-Messer)
  </author>
  <pubDate>Wed, 06 jan 2010 05:11:13 UT
</pubDate>
  </item>
  <item>
  <title>JSON.parse &amp; MochiKit.Base.evalJSON</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/0d11631d81149c7e/4e9ca757ef140cdb?show_docid=4e9ca757ef140cdb</link>
  <description>
  I just tried to modify MochiKit.Base.evalJSON() to use the new &lt;br&gt; JSON.parse() function when available. This would give us the following &lt;br&gt; advantages: &lt;br&gt; &lt;p&gt;1. Speed (but, well... eval() is probably fast enough already) &lt;br&gt; 2. Security &lt;br&gt; &lt;p&gt;Unfortunately we would also get a nasty regression issue due to the &lt;br&gt; stricter syntax enforcement in JSON.parse() vs. eval(). It seems that
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/0d11631d81149c7e</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Sat, 28 nov 2009 22:18:38 UT
</pubDate>
  </item>
  <item>
  <title>Google Closure includes MochiKit</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/532e95132a4eeb29/54819868073de636?show_docid=54819868073de636</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Google recently announced their core javascript library - Closure. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/closure/library/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;When browsing the code I noticed it uses parts of MochiKit: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/dom/dom.js&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/closure-library/source/browse/#svn/trunk/third_party/closure/goog/mochikit/async&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/532e95132a4eeb29</guid>
  <author>
  fblomqv...@gmail.com
  (Fredrik)
  </author>
  <pubDate>Thu, 05 nov 2009 23:54:32 UT
</pubDate>
  </item>
  <item>
  <title>MochiKit.DOM.getElementsByTagAndClassName performance</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/2aa7fb1c1c1ba114/902051bec68aefdc?show_docid=902051bec68aefdc</link>
  <description>
  Hi All, &lt;br&gt; Forgive me, if this is a recurring argument. &lt;br&gt; Today I was looking at Firebug profiler and I realize that &lt;br&gt; getElementsByTagAndClassName takes certain percentages of processing &lt;br&gt; time. And I took a look at the code, and I did a little bit of hand &lt;br&gt; optimization. It doesn&#39;t change any semantics of code, but just
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/2aa7fb1c1c1ba114</guid>
  <author>
  bea...@gmail.com
  (takashi mizohata)
  </author>
  <pubDate>Tue, 03 nov 2009 22:23:09 UT
</pubDate>
  </item>
  <item>
  <title>MochiTAL</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/71508ef7499f1cd9/a34230d7d89af9c2?show_docid=a34230d7d89af9c2</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt; I am new to JavaScript and to Mochikit, but I&#39;ve seen enough of it &lt;br&gt; (Mochikit) to get very much interested about it. I am currently &lt;br&gt; looking into the Ajax Tables example from the Mochikit web site, and I &lt;br&gt; have to confess that I am a little bit confused about the MochiTAL &lt;br&gt; processing. So, I thought I&#39;d drop a line to check if anyone is kind
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/71508ef7499f1cd9</guid>
  <author>
  silas.sant...@orange.fr
  (ss)
  </author>
  <pubDate>Thu, 30 jul 2009 15:55:31 UT
</pubDate>
  </item>
  <item>
  <title>Ticket #352: Adding MochiKit.DateTime.toISOTime arguments to the API</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/a471f0d3a1d64632/b16648e033f0dfee?show_docid=b16648e033f0dfee</link>
  <description>
  In ticket #352 the realISO parameter in the &lt;br&gt; MochiKit.DateTime.toISOTime() function is discussed: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.mochikit.com/ticket/352&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It was introduced by Bob in r377 (some 4 years ago), but never added &lt;br&gt; to the documentation or the official API: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.mochikit.com/changeset/377&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Is it time that we now add it? Or is it just one of those hacks that
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/a471f0d3a1d64632</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Tue, 21 jul 2009 07:41:22 UT
</pubDate>
  </item>
  <item>
  <title>Base.js unescape reassignment and intrusion protection systems</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/0b5210e4f6940161/772f1f02ea86e907?show_docid=772f1f02ea86e907</link>
  <description>
  I have found a problem with MochiKit Base.js and the intrusion &lt;br&gt; protection system at work. The IPS truncates Base.js because it &lt;br&gt; assigns the unescape() function to a variable (in parseQueryString(), &lt;br&gt; line 1225 in version 1.4.2 of Base.js). The IPS response is documented &lt;br&gt; here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.iss.net/security_center/reference/vuln/JavaScript_Unescape_Obfuscation.htm&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/0b5210e4f6940161</guid>
  <author>
  mstras...@gmail.com
  (Michael)
  </author>
  <pubDate>Fri, 17 jul 2009 01:34:17 UT
</pubDate>
  </item>
  <item>
  <title>Error running tests with Opera 10</title>
  <link>http://groups.google.com.br/group/mochikit/browse_thread/thread/c4b55a246c4649a2/3f1108553af4f3c0?show_docid=3f1108553af4f3c0</link>
  <description>
  Hello, &lt;br&gt; I was having some issues running Clipperz test suite with Opera 10. &lt;br&gt; Looking closer at the failed tests, I have find out that Opera 10 is &lt;br&gt; returning a messed up name and description for Exceptions. &lt;br&gt; This problem is triggered also running the default MochiKit tests; in &lt;br&gt; MochiKit.Async test actually.
  </description>
  <guid isPermaLink="true">http://groups.google.com.br/group/mochikit/browse_thread/thread/c4b55a246c4649a2</guid>
  <author>
  giulio.ces...@gmail.com
  (Giulio Cesare Solaroli)
  </author>
  <pubDate>Sat, 11 jul 2009 16:57:52 UT
</pubDate>
  </item>
  </channel>
</rss>
