<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>MochiKit Google Group</title>
  <link>http://groups.google.com/group/mochikit</link>
  <description>Discussions related to development of and with the MochiKit JavaScript library</description>
  <language>en</language>
  <item>
  <title>Google Closure includes MochiKit</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/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/group/mochikit/browse_frm/thread/c4b55a246c4649a2</guid>
  <author>
  giulio.ces...@gmail.com
  (Giulio Cesare Solaroli)
  </author>
  <pubDate>Sat, 11 Jul 2009 16:57:52 UT
</pubDate>
  </item>
  <item>
  <title>Firefox 3.5 and XmlHttpRequest</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/518687e9cc5e53e3/adb725df118785cf?show_docid=adb725df118785cf</link>
  <description>
  I&#39;m noticing a problem using a deferred with firefox 3.5. &lt;br&gt; &lt;p&gt;I have a bit of javascript at the bottom of the html to synthesize a &lt;br&gt; domload event (but I have also reproduced this behaviour with a plain &lt;br&gt; window.onload event) and fire off an AJAX request : &lt;br&gt; &lt;p&gt; .... &lt;br&gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;signal( window, &#39;onDOMload&#39;);&amp;lt;/
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/518687e9cc5e53e3</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan)
  </author>
  <pubDate>Wed, 08 Jul 2009 14:59:17 UT
</pubDate>
  </item>
  <item>
  <title>Ajax post request, not finding correct url - 404</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/2471f09150cb16bf/0ff016e3e109c364?show_docid=0ff016e3e109c364</link>
  <description>
  I&#39;m in the process of putting my site into production state on Apache &lt;br&gt; 2.2.11 with mod_wsgi 2.5 (using TG1.1). The Ajax request works fine &lt;br&gt; in the development server, but it doesn&#39;t for Apache. Keeps looking &lt;br&gt; to the document root &#39;/var/www/html&#39; for the server-side script &#39;/ &lt;br&gt; login_json&#39; as seen in Apache the error_log.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/2471f09150cb16bf</guid>
  <author>
  adamj...@gmail.com
  (Adam Yee)
  </author>
  <pubDate>Thu, 02 Jul 2009 19:13:58 UT
</pubDate>
  </item>
  <item>
  <title>bind() / memory leak?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/fa39fb451606dd28/30a6145482c74c47?show_docid=30a6145482c74c47</link>
  <description>
  I&#39;ve built a rather complicated web app that makes heavy use of &lt;br&gt; MochiKit.Base.bind() and partial(). There are no page refreshes in the &lt;br&gt; app and the majority of the page content between areas of the UI is &lt;br&gt; dynamically created / removed via DOM methods. A user might spend &lt;br&gt; considerable time inside the app and it leaks memory like I&#39;ve never
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/fa39fb451606dd28</guid>
  <author>
  kevins...@gmail.com
  (Kevin Kaiser)
  </author>
  <pubDate>Fri, 19 Jun 2009 15:34:14 UT
</pubDate>
  </item>
  <item>
  <title>Async help, loadJSONdoc and evalJSONrequest</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/cd9c80bc5694d8ba/5fe3c6db10e93122?show_docid=5fe3c6db10e93122</link>
  <description>
  Hi all, I&#39;m a newbie to MochiKit and JS, so bare with me if there are &lt;br&gt; syntax errors or design flaws. &lt;br&gt; &lt;p&gt;I&#39;m trying to achieve simple AJAX functionality (using JSON) by &lt;br&gt; submitting a single form input and displaying the input asynchronously &lt;br&gt; with .innerHTML. &lt;br&gt; &lt;p&gt;My code (testpage.html and controllers.py):
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/cd9c80bc5694d8ba</guid>
  <author>
  adamj...@gmail.com
  (Adam Yee)
  </author>
  <pubDate>Wed, 17 Jun 2009 21:48:40 UT
</pubDate>
  </item>
  <item>
  <title>MochiKit.Signal.signal() not reentrant (locking might break when event handler signals events) (#346)</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/78e9fc5a34aaaaa9/8a10ffb37b26c583?show_docid=8a10ffb37b26c583</link>
  <description>
  User-Agent: Unison/1.8.1 &lt;br&gt; Hi, &lt;br&gt; a few days ago I posted an issue: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://trac.mochikit.com/ticket/346&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Since I cannot comment directly there, I&#39;ll do that here. &lt;br&gt; As explained, the issue can be resolved with a semaphore/count. How do &lt;br&gt; I get the fix into SVN? Would it be possible to get checkin access? &lt;br&gt; Currently I&#39;m monkey patchting following function for 1.4.2:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/78e9fc5a34aaaaa9</guid>
  <author>
  c...@gocept.com
  (Christian Zagrodnick)
  </author>
  <pubDate>Sat, 30 May 2009 09:30:14 UT
</pubDate>
  </item>
  <item>
  <title>Widgets in mochikit-patches</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/ba8b1b133d9bc61f/7368c9c926dccd46?show_docid=7368c9c926dccd46</link>
  <description>
  Hi, &lt;br&gt; I&#39;ve been desperately needing some standard widgets on top of mochikit, and &lt;br&gt; I found the widgets under mochikit-patches just recently. I&#39;m wondering what &lt;br&gt; their current status is, if many people use them, and what most people do &lt;br&gt; for widgets (e.g. using jQuery over mochikit). &lt;br&gt; David
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/ba8b1b133d9bc61f</guid>
  <author>
  davidbarne...@gmail.com
  (David Barnett)
  </author>
  <pubDate>Sun, 24 May 2009 05:41:31 UT
</pubDate>
  </item>
  <item>
  <title>Mapi function</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/4baaed9e19f70066/569ae10483bd8c06?show_docid=569ae10483bd8c06</link>
  <description>
  Hi there, how about adding a mapi function to Mochikit.Iter which &lt;br&gt; passes the index of the item being processed to the specified &lt;br&gt; function? It would be really handy, for instance for specifying &lt;br&gt; altenate rows on a table. &lt;br&gt; Rupert
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/4baaed9e19f70066</guid>
  <author>
  rupert.ba...@gmail.com
  (Rupert Bates)
  </author>
  <pubDate>Tue, 19 May 2009 09:19:37 UT
</pubDate>
  </item>
  <item>
  <title>[mochikit] MochiKit.DragAndDrop - revert</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/32d59b6953a78ba1/eb2a211578fc0b43?show_docid=eb2a211578fc0b43</link>
  <description>
  Hi all, &lt;br&gt; i have problems using the MochiKit.DragAndDrop interface. &lt;br&gt; I would like to drag and drop an element on a certain area. &lt;br&gt; When the element is droped outside this area it should revert &lt;br&gt; to the origin, inside it should stay there. &lt;br&gt; When i set &lt;br&gt; &#39;revert&#39; : true &lt;br&gt; as on option to the draggable, jumping back to the origin works.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/32d59b6953a78ba1</guid>
  <author>
  h...@hzlabs.de
  (Helmut)
  </author>
  <pubDate>Thu, 07 May 2009 08:11:03 UT
</pubDate>
  </item>
  <item>
  <title>dynamic PDF generation (not Mochi-related but thought you might find it interesting)</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/159d505072873524/467b3105353c94ad?show_docid=467b3105353c94ad</link>
  <description>
  Forgive me for the shameless promotion but I&#39;m posting because I think &lt;br&gt; you guys might find this useful. &lt;br&gt; &lt;p&gt;I&#39;d like to spread the word to the development community about a new &lt;br&gt; website that we&#39;ve launched called Online PDF Printer &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.onlinepdfprinter.com&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; &lt;p&gt;It&#39;s a service that lets developers integrate dynamic PDF creation and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/159d505072873524</guid>
  <author>
  kevins...@gmail.com
  (Kevin Kaiser)
  </author>
  <pubDate>Tue, 05 May 2009 18:57:08 UT
</pubDate>
  </item>
  <item>
  <title>Signal &amp; a proposed disconnect signature</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/7a002f109bbf19b3/2e8340bece28d415?show_docid=2e8340bece28d415</link>
  <description>
  I&#39;ve previously been surprised by the function signature of &lt;br&gt; Signal.disconnect ; that it takes an ident, i.e. the return value from &lt;br&gt; Signal.connect. Usually you&#39;d have to store the ident somewhere and &lt;br&gt; retrieve it later when you want to disconnect; this isn&#39;t always &lt;br&gt; convenient. &lt;br&gt; &lt;p&gt;Is the Signal api is missing a version of disconnect which takes the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/7a002f109bbf19b3</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan)
  </author>
  <pubDate>Tue, 05 May 2009 12:43:26 UT
</pubDate>
  </item>
  <item>
  <title>MochiKit + Google Gadgets + IE6/7?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/8dc2dca39609d052/20cd38523dd86271?show_docid=20cd38523dd86271</link>
  <description>
  I&#39;m having trouble using MochiKit with a Gadget I&#39;m writing for the &lt;br&gt; iGoogle interface. Specifically, even the inclusion of the &lt;br&gt; MochiKit.js file (via a SCRIPT tag) seems to break otherwise- &lt;br&gt; functional Gadgets in IE6 or (more seriously) IE7. (Other browsers &lt;br&gt; seem fine.) &lt;br&gt; &lt;p&gt;Here&#39;s what I&#39;m seeing:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/8dc2dca39609d052</guid>
  <author>
  mhey...@fairoakslabs.com
  (MXH)
  </author>
  <pubDate>Tue, 28 Apr 2009 23:32:25 UT
</pubDate>
  </item>
  <item>
  <title>Question about Color.fromString</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/9f394918bcb782d4/d433d01fb9b290e8?show_docid=d433d01fb9b290e8</link>
  <description>
  I can&#39;t get a null result from the fromString method. No matter what &lt;br&gt; I put in, it&#39;s never null. Generally, what I&#39;m expecting it to do is &lt;br&gt; if I pass in a value that&#39;s not hex, not hsl, not rgb, that it should &lt;br&gt; drop through to the namedColor check and when it doesn&#39;t find the &lt;br&gt; named color, it should return null. But this just never seems to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/9f394918bcb782d4</guid>
  <author>
  el.za...@gmail.com
  (Zak)
  </author>
  <pubDate>Sun, 19 Apr 2009 14:04:05 UT
</pubDate>
  </item>
  <item>
  <title>[patch] formContents returning a dict</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/77945c6f98e7a5f3/bcd41bf66b5bf917?show_docid=bcd41bf66b5bf917</link>
  <description>
  Here is a patch that converts the output of DOM.formContents to a dictionary. &lt;br&gt; This has been raised as a difficulty before [1] and has bitten me a &lt;br&gt; few times when trying to edit the return value of formContents before &lt;br&gt; converting it to a query string. &lt;br&gt; In this patch, the previous format of: &lt;br&gt; [[&#39;name1&#39;, &#39;name2&#39;, &#39;name2&#39;], [&#39;value1&#39;, &#39;value2&#39;, &#39;value3&#39;]]
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/77945c6f98e7a5f3</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan Murray)
  </author>
  <pubDate>Fri, 17 Apr 2009 19:13:06 UT
</pubDate>
  </item>
  <item>
  <title>doSimpleXMLHttpRequest, IE and non ascii characters</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/daf1c20a5d8b308b/c3c69e55e96e6f05?show_docid=c3c69e55e96e6f05</link>
  <description>
  Hi! &lt;br&gt; I am using MochiKit 1.4 and have a simple usage of &lt;br&gt; doSimpleXMLHttpRequest: &lt;br&gt; var handleServerFeedback = function(result) &lt;br&gt; { &lt;br&gt; log(d_querystring); &lt;br&gt; } &lt;br&gt; var handleServerError = function() &lt;br&gt; { &lt;br&gt; log(&amp;quot;error&amp;quot;); &lt;br&gt; } &lt;br&gt; returnedServerValue = new doSimpleXMLHttpRequest(&amp;quot;/
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/daf1c20a5d8b308b</guid>
  <author>
  ml...@japina.eu
  (Boštjan Jerko)
  </author>
  <pubDate>Thu, 16 Apr 2009 19:30:39 UT
</pubDate>
  </item>
  <item>
  <title>why use MochiKit.Base.update to create the mochikit object hierarchy?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/7f8f2d09a830aedc/d8ca8e33f8b98c57?show_docid=d8ca8e33f8b98c57</link>
  <description>
  When looking at the source code for MochiKit I found that the object &lt;br&gt; hierarchy is created with calls to update. e.g.: &lt;br&gt; MochiKit.Base.update(MochiKit. Dom,{...}); &lt;br&gt; &lt;p&gt;I am eager to learn about the rationale for doing this so that I may &lt;br&gt; enhance my understanding of javascript. &lt;br&gt; &lt;p&gt;What is the advantage of using this technique over an assignment such
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/7f8f2d09a830aedc</guid>
  <author>
  zin...@gmail.com
  (Freek Zindel)
  </author>
  <pubDate>Sun, 29 Mar 2009 13:26:54 UT
</pubDate>
  </item>
  <item>
  <title>Remove MochiKit.Color dependenices</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/c9b8c5b77f22a946/81bb9972f7df5e9f?show_docid=81bb9972f7df5e9f</link>
  <description>
  Hi I have been using MochiKit for some large projects as I have found &lt;br&gt; it to be the most well design library, however I come up with some &lt;br&gt; objections. MochiKit.Color depends on MochiKit.Style! I will be using &lt;br&gt; Canvas in many of my applications and I do not want them to have to &lt;br&gt; load MochiKit.Style and MochiKit.DOM. I might not even want to use
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/c9b8c5b77f22a946</guid>
  <author>
  jhun...@yahoo.com
  (jhuni)
  </author>
  <pubDate>Fri, 20 Mar 2009 21:28:35 UT
</pubDate>
  </item>
  <item>
  <title>[mochikit] Drag and Drop Memory Issue</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/f1adf19fc9aea873/61298e77e29e74cd?show_docid=61298e77e29e74cd</link>
  <description>
  Hi, &lt;br&gt; I&#39;m having an issue with Drag and Drop memory / cpu consumption which may be &lt;br&gt; a result of the way I refresh my DOM elements. Hopefully someone has done &lt;br&gt; the following before and knows where I&#39;m going wrong. What I do is send my &lt;br&gt; javascript a set of html to inject (from my servlet), which includes divs of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/f1adf19fc9aea873</guid>
  <author>
  scintil...@hotmail.com
  (scintillus)
  </author>
  <pubDate>Mon, 16 Mar 2009 23:53:30 UT
</pubDate>
  </item>
  <item>
  <title>Drag&amp;drop + visibility corner case</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/e18882fb7624d68c/63934f44c827ccfb?show_docid=63934f44c827ccfb</link>
  <description>
  Heya, &lt;br&gt; &lt;p&gt;I just did a small writeup in my blog ( &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.algorithm.co.il/blogs/index.php/programming/mochikit-dragdrop-corner-case/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; ) about a corner case I encountered while using Mochikit. &lt;br&gt; The corner case happened when a dragged element with a snap function &lt;br&gt; parameter loses visibility. When that happens, the coordinates the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/e18882fb7624d68c</guid>
  <author>
  lorgan...@gmail.com
  (Imri Goldberg)
  </author>
  <pubDate>Fri, 27 Feb 2009 14:35:01 UT
</pubDate>
  </item>
  <item>
  <title>Question about SimpleTest</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/8352dfc12639e2f4/52a4f69d78b02af3?show_docid=52a4f69d78b02af3</link>
  <description>
  Hello, &lt;br&gt; I have a question about SimpleTest, and I dare to post it here as &lt;br&gt; MochiKit is the only tool that I know of using it. &lt;br&gt; We are using SimpleTest for testing our own project, but we have now &lt;br&gt; grown a little bit too much in order to keep stuff under control. &lt;br&gt; In order to keep everything in order, I would love to be able to call
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/8352dfc12639e2f4</guid>
  <author>
  giulio.ces...@gmail.com
  (Giulio Cesare Solaroli)
  </author>
  <pubDate>Wed, 25 Feb 2009 09:01:55 UT
</pubDate>
  </item>
  <item>
  <title>create IMG in position</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/a5426720cca33772/597ff1a2c3f0144b?show_docid=597ff1a2c3f0144b</link>
  <description>
  hi, &lt;br&gt; &lt;p&gt;(sorry, my english children´s, i´m from Brazil) &lt;br&gt; &lt;p&gt;i´m study MochiKit and try the following code. &lt;br&gt; &lt;p&gt;create an image &lt;br&gt; set position &lt;br&gt; appendchild &lt;br&gt; &lt;p&gt;img = IMG({&#39;src&#39;: &#39;path&#39;}, null) &lt;br&gt; setElementPosition(img, getElementPosition(domEle)) &lt;br&gt; appendChildNodes(currentDocume nt().body, img) &lt;br&gt; &lt;p&gt;i´m trying put an image in position of the a other element put this don
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/a5426720cca33772</guid>
  <author>
  davi...@yahoo.com.br
  (David Ximenes)
  </author>
  <pubDate>Tue, 24 Feb 2009 03:16:11 UT
</pubDate>
  </item>
  <item>
  <title>Novice question about debugging deferreds</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/476fbc722ebdea0e/b5880b27b33c7ecb?show_docid=b5880b27b33c7ecb</link>
  <description>
  I&#39;m a pretty novice Javascript programmer, using MochiKit for an AJAX- &lt;br&gt; based client. I have been having a lot of trouble debugging (I use &lt;br&gt; Firebug) and I think I am starting to understand why. As far as I can &lt;br&gt; tell, there&#39;s a try...catch wrapped around the firing of my Deferred &lt;br&gt; callbacks. Unfortunately, this means that when I get something like a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/476fbc722ebdea0e</guid>
  <author>
  rpgold...@gmail.com
  (Robert Goldman)
  </author>
  <pubDate>Fri, 13 Feb 2009 14:20:45 UT
</pubDate>
  </item>
  <item>
  <title>is it possible to determine the source of an iframe when it changes?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/a18c858aa9b27a63/cf53c46523260b6c?show_docid=cf53c46523260b6c</link>
  <description>
  I have experimented with various methods of determining the href for &lt;br&gt; an iframe when it loads new content but to no avail. I can connect an &lt;br&gt; event listener that fires when the source changes but the source is &lt;br&gt; loaded from a different domain and security restrictions make it &lt;br&gt; impossible to use standard DOM methods to get at the contentDocument.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/a18c858aa9b27a63</guid>
  <author>
  rco...@gmail.com
  (rcoe67)
  </author>
  <pubDate>Wed, 11 Feb 2009 16:32:46 UT
</pubDate>
  </item>
  <item>
  <title>Defered.setFinal</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/a9556031b764cfa9/11f16a67e5aed029?show_docid=11f16a67e5aed029</link>
  <description>
  Hi Per, &lt;br&gt; I have just started again improving the MochiKit Extensions. While &lt;br&gt; creating tests for the Ajax module, I found one problem (not bug, but &lt;br&gt; specific to the feature I&#39;m trying to implement). I registered a &lt;br&gt; callback which should be fired at the end of all registered callbacks. &lt;br&gt; I achieved by modifying Async.js with a new method `setFinal` (not
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/a9556031b764cfa9</guid>
  <author>
  mendapara.a...@gmail.com
  (Amit Mendapara)
  </author>
  <pubDate>Tue, 10 Feb 2009 13:30:36 UT
</pubDate>
  </item>
  <item>
  <title>event on div</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/f77d661d3caa2d37/0c5b3c0f7fdbb279?show_docid=0c5b3c0f7fdbb279</link>
  <description>
  Hello! &lt;br&gt; I&#39;d like to link a function (to scroll the data) to a div I have. &lt;br&gt; The page is made out of two divs: &lt;br&gt; &amp;lt;div class=&amp;quot;left&amp;quot;&amp;gt; &lt;br&gt; ..... &lt;br&gt; &amp;lt;/div&amp;gt; &lt;br&gt; &amp;lt;div class=&amp;quot;right&amp;quot;&amp;gt; &lt;br&gt; ..... &lt;br&gt; &amp;lt;/div&amp;gt; &lt;br&gt; Now I&#39;d like to link a script to div with class=&amp;quot;left&amp;quot; and do &lt;br&gt; scrolling only in that div. &lt;br&gt; Scrolling is already solved using MochiKit.Visual.ScrollTo, but I
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/f77d661d3caa2d37</guid>
  <author>
  ml...@japina.eu
  (Boštjan Jerko)
  </author>
  <pubDate>Thu, 29 Jan 2009 21:23:09 UT
</pubDate>
  </item>
  <item>
  <title>getElementById</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/e71484b66656f137/cbe0f0818a504edc?show_docid=cbe0f0818a504edc</link>
  <description>
  Hello! &lt;br&gt; I have an HTML page from which I&#39;d like to read username data and url &lt;br&gt; to my javascript, for example: &lt;br&gt; ... &lt;br&gt; &amp;lt;form name=&amp;quot;podatki&amp;gt; &lt;br&gt; &amp;lt;input name=&amp;quot;uname&amp;quot; id=&amp;quot;uname&amp;quot; value=&amp;quot;user1&amp;quot; type=&amp;quot;hidden&amp;quot;&amp;gt;&amp;lt;/input&amp;gt; &lt;br&gt; &amp;lt;input url=&amp;quot;url&amp;quot; id=&amp;quot;url&amp;quot; value=&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.mochikit.com&quot;&gt;[link]&lt;/a&gt;&amp;quot; &lt;br&gt; type=&amp;quot;hidden&amp;quot;&amp;gt;&amp;lt;/input&amp;gt; &lt;br&gt; &amp;lt;/form&amp;gt; &lt;br&gt; &amp;lt;a href=&amp;quot;#&amp;quot; onClick=&amp;quot;jscript()&amp;quot;&amp;gt;link&amp;lt;/a&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/e71484b66656f137</guid>
  <author>
  ml...@japina.eu
  (Boštjan Jerko)
  </author>
  <pubDate>Sun, 25 Jan 2009 13:27:17 UT
</pubDate>
  </item>
  <item>
  <title>Google Maps Javascript Error</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/071e530c5966e31c/a3a04f9bfd2cabee?show_docid=a3a04f9bfd2cabee</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I type in an address from Google Maps and when the map appeared, I cut &lt;br&gt; and pasted the below &lt;br&gt; link into my site. When a user goes to the below link, though the map &lt;br&gt; comes up as planned, &lt;br&gt; a javascript error notice error appears at the bottom anyway. Though I &lt;br&gt; shouldn&#39;t care since the page works as predicted, this doesn&#39;t look
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/071e530c5966e31c</guid>
  <author>
  davestuart_2...@yahoo.com
  (davestuart_2000@yahoo.com)
  </author>
  <pubDate>Fri, 23 Jan 2009 00:48:14 UT
</pubDate>
  </item>
  <item>
  <title>Server side Javascript logging</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/fa04ae473af996d4/8f287aa2516f1d6c?show_docid=8f287aa2516f1d6c</link>
  <description>
  Hi MochiKit people, &lt;br&gt; &lt;p&gt;I am a happy MochiKit and Javascript amateur using MochiKit for my &lt;br&gt; personal marine weather forecast site: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.worldwildweather.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;(I am still struggling with a few Javascript issues so please do not &lt;br&gt; kill me if it does not work) &lt;br&gt; &lt;p&gt;During the real world testing of my web site my users have encountered
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/fa04ae473af996d4</guid>
  <author>
  jesper.webm...@gmail.com
  (Jesper)
  </author>
  <pubDate>Tue, 13 Jan 2009 13:43:55 UT
</pubDate>
  </item>
  <item>
  <title>Ten reasons why couchdb is better than (off topic)</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/42f0eebb9f1c8434/aac6c45e9211aca0?show_docid=aac6c45e9211aca0</link>
  <description>
  Ten reasons why couchdb is better than (off topic) &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pylab.blogspot.com/2009/01/ten-reasons-why-couchdb-is-better-than.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Guys I wrote up a small list of reasons why i think couchdb is way &lt;br&gt; bettter than mysql. Do let me know what you think &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Gpirate the top torrent search engine
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/42f0eebb9f1c8434</guid>
  <author>
  mobiledream...@gmail.com
  (mobil)
  </author>
  <pubDate>Sat, 03 Jan 2009 21:08:43 UT
</pubDate>
  </item>
  <item>
  <title>Curry and uncurry</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/27ba097813999298/961ea815af1a4d08?show_docid=961ea815af1a4d08</link>
  <description>
  One thing I think could be useful is to port Haskell&#39;s curry and &lt;br&gt; uncurry. This is basically a convenience method for (un)wrapping an &lt;br&gt; .apply on a function object: &lt;br&gt; function curry(f) { &lt;br&gt; return function () { &lt;br&gt; // first convert arguments to a regular array &lt;br&gt; var args = Array.prototype.slice.call(arg uments);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/27ba097813999298</guid>
  <author>
  arna...@gmail.com
  (Arnar Birgisson)
  </author>
  <pubDate>Wed, 17 Dec 2008 16:22:53 UT
</pubDate>
  </item>
  <item>
  <title>Introducing the MochiKit.Text module</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/b7c57d1e68322741/93140aa19d0039c9?show_docid=93140aa19d0039c9</link>
  <description>
  Hi everyone, &lt;br&gt; I&#39;ve just finished committing one of my planned additions to MochiKit &lt;br&gt; 1.5 -- a new MochiKit.Text module: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.mochikit.com/doc/html/MochiKit/Text.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It basically provides some of the text formatting stuff discussed here &lt;br&gt; on the list previously. With some random string utility functions
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/b7c57d1e68322741</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Wed, 17 Dec 2008 12:23:57 UT
</pubDate>
  </item>
  <item>
  <title>New implementations of MochiKit.Format.truncToFixed and roundToFixed</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/0299b46b59cc2904/0bee2b97f29a3bc6?show_docid=0bee2b97f29a3bc6</link>
  <description>
  Due to a new set of weird rounding errors in JavaScript floating-point &lt;br&gt; numbers, I opted to fully replace the MochiKit.Format.truncToFixed and &lt;br&gt; roundToFixed functions with new implementations. This basically &lt;br&gt; affects all of the other MochiKit.Format functions as well. The new &lt;br&gt; code pass all the tests in Firefox and IE, but &amp;quot;here be dragons&amp;quot;...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/0299b46b59cc2904</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Mon, 15 Dec 2008 13:36:11 UT
</pubDate>
  </item>
  <item>
  <title>connectEach shortcut</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/96668c056b6d9ff8/a859f64c3f3d8504?show_docid=a859f64c3f3d8504</link>
  <description>
  I often use the following utility function: &lt;br&gt; &lt;p&gt; function connectEach(iterable, signal, dest, func){ &lt;br&gt; forEach(iterable, function(el){ &lt;br&gt; connect(el, signal, dest, func); &lt;br&gt; }); &lt;br&gt; } &lt;br&gt; &lt;p&gt;It might be used as follows: &lt;br&gt; &lt;p&gt; connectEach($$(&#39;#my-ul li&#39;), &#39;onclick&#39;, function(e){ &lt;br&gt; // do sumn&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/96668c056b6d9ff8</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan)
  </author>
  <pubDate>Fri, 12 Dec 2008 16:45:42 UT
</pubDate>
  </item>
  <item>
  <title>Weird bug in MochiKit.Style.getElementPosition</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/6294e00efc43c6ef/7b74aa934bfa53ed?show_docid=7b74aa934bfa53ed</link>
  <description>
  Hi, &lt;br&gt; I ran across a weird bug in MochiKit.Style.getElementPosit ion causing &lt;br&gt; FF to throw evil C++ exceptions into the console: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.mochikit.com/ticket/332&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Debugging the MochiKit code I ended up looking at the following piece &lt;br&gt; of black magic: &lt;br&gt; getElementPosition: function (elem, /* optional */relativeTo) {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/6294e00efc43c6ef</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Fri, 12 Dec 2008 15:08:42 UT
</pubDate>
  </item>
  <item>
  <title>setNodeAttribute Not working with Google Chrome</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/8c478875216692d8/e9f6a10b6e4ef7cc?show_docid=e9f6a10b6e4ef7cc</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;The following code doest work with Google Chrome but is OK with &lt;br&gt; firefox and IE7 &lt;br&gt; &lt;p&gt;	node = getElement(&#39;[AN3_PRE_ALARM_ACT ION]&#39;); &lt;br&gt; setNodeAttribute(node.options[ getActionAsIndex(d.an3 &lt;br&gt; [7])],&#39;selected&#39;,&#39;selected&#39;); &lt;br&gt; &lt;p&gt;Any thoughts? &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; Nick
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/8c478875216692d8</guid>
  <author>
  n.karako...@googlemail.com
  (N.Karakotas@googlemail.com)
  </author>
  <pubDate>Sun, 07 Dec 2008 19:49:13 UT
</pubDate>
  </item>
  <item>
  <title>forEach &amp; scope gotcha</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/821db7c108a9373c/0cfdf6848d7f8e68?show_docid=0cfdf6848d7f8e68</link>
  <description>
  I commonly use forEach within another function, like the following &lt;br&gt; example: &lt;br&gt; &lt;p&gt; connect(el, &#39;onclick&#39;, function(e){ &lt;br&gt; var my_var = getNodeAttribute(e.src(), &#39;someattr&#39;); &lt;br&gt; forEach(getElementsByTagAndCla ssName(&#39;div&#39;, &#39;some_class&#39;), &lt;br&gt; function(mydiv){ &lt;br&gt; if(getNodeAttribute(mydiv, &#39;someattr&#39;) == my_var){
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/821db7c108a9373c</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan)
  </author>
  <pubDate>Wed, 03 Dec 2008 15:18:50 UT
</pubDate>
  </item>
  <item>
  <title>Selector.findChildElements patch</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/3f891ad79be515e6/3b57f15344461d3e?show_docid=3b57f15344461d3e</link>
  <description>
  Below is a patch for findChildElements to make it look up the element &lt;br&gt; if it is passed by id rather than DOM reference: &lt;br&gt; &lt;p&gt;Index: Selector.js &lt;br&gt; ============================== ============================== ======= &lt;br&gt; --- Selector.js	(revision 1488) &lt;br&gt; +++ Selector.js	(working copy) &lt;br&gt; @@ -341,6 +341,7 @@ &lt;br&gt; &lt;p&gt; /** @id MochiKit.Selector.findChildEle ments */
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/3f891ad79be515e6</guid>
  <author>
  eoghanomur...@gmail.com
  (Eoghan)
  </author>
  <pubDate>Mon, 01 Dec 2008 13:52:58 UT
</pubDate>
  </item>
  <item>
  <title>MochiKit compatibility with other libraries</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/d38ec1e000c84763/1340b663bd9f337e?show_docid=1340b663bd9f337e</link>
  <description>
  Just completed the removal of built-in JSAN and Dojo toolkit support &lt;br&gt; (r1482), which was next in the series of minor 1.5 changes. Also made &lt;br&gt; some changes to the module headers to shave of a few kb of loading &lt;br&gt; time (r1483). Next up will be the function exports. &lt;br&gt; A new wiki page attempts to document how to use MochiKit with other
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/d38ec1e000c84763</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Sun, 30 Nov 2008 17:08:56 UT
</pubDate>
  </item>
  <item>
  <title>MochiKit 1.4.2 released</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/cdcd8135de6191f1/9a59c80d5854fec3?show_docid=9a59c80d5854fec3</link>
  <description>
  MochiKit 1.4.2 has now been released and is available on the web site: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mochikit.com/download.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.mochikit.com/mochikit/tags/MochiKit-1.4.2/packed/MochiKit/customize.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; This version contains the correction of a few issues found since the &lt;br&gt; last release: &lt;br&gt; * More fixes in MochiKit.Style.getElementDimen sions for IE and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/cdcd8135de6191f1</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Thu, 27 Nov 2008 21:00:58 UT
</pubDate>
  </item>
  <item>
  <title>Drag &amp; Drop Issues - On Drop item flies in from off screen.</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/95a6e26612c81703/089964d3877cd40c?show_docid=089964d3877cd40c</link>
  <description>
  I have an issue with my drag and drop script and I can&#39;t seem to &lt;br&gt; figure out what&#39;s going on. The code below is complete enough to show &lt;br&gt; the problem. The issue is that when I drop an item onto a dropable &lt;br&gt; element, the item comes flying from off the page to eventually land on &lt;br&gt; the dropable element. I&#39;ve been over the docs and googled the problem
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/95a6e26612c81703</guid>
  <author>
  drew.mir...@gmail.com
  (mirage)
  </author>
  <pubDate>Thu, 27 Nov 2008 19:28:43 UT
</pubDate>
  </item>
  <item>
  <title>How to set log level of default logger?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/baeff16611509760/ff763abcc8c7a6ef?show_docid=ff763abcc8c7a6ef</link>
  <description>
  Another basic question, but maybe you could also understand it as a &lt;br&gt; &amp;quot;documentation bug&amp;quot;: I have a hard time to understand how to set the &lt;br&gt; log level of the default logger? &lt;br&gt; &lt;p&gt;How can I access the &amp;quot;default logger&amp;quot;? And actually how are &lt;br&gt; &amp;quot;listeners&amp;quot; and the LoggingPane related - is a LoggingPane a listener?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/baeff16611509760</guid>
  <author>
  goog...@blinker.net
  (Bjoern)
  </author>
  <pubDate>Thu, 27 Nov 2008 15:36:11 UT
</pubDate>
  </item>
  <item>
  <title>absolute positioning?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/2fc5bdc2e1fe82c4/eea0ee0ef9455120?show_docid=eea0ee0ef9455120</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;just wondering if it is intentional that setElementPosition and &lt;br&gt; makePositioned work with position:relative only? I just had the case &lt;br&gt; where I needed position:absolute. Helped myself with simply setting &lt;br&gt; the styles directly, but having a dedicated method would feel better &lt;br&gt; (knowing that it will work across browsers).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/2fc5bdc2e1fe82c4</guid>
  <author>
  goog...@blinker.net
  (Bjoern)
  </author>
  <pubDate>Wed, 26 Nov 2008 14:30:03 UT
</pubDate>
  </item>
  <item>
  <title>slideDown is not working properly, after double click</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/9b17bf720e9f4444/75d1154eea99ba3f?show_docid=75d1154eea99ba3f</link>
  <description>
  Hi All, &lt;br&gt; Sorry for my noviceness. &lt;br&gt; I have used slideDown and slideUp in my application. It is working &lt;br&gt; fine in single clicking. If I double click during slideDown/slideUp, &lt;br&gt; after that it is showing problem. I am using Mozilla Firefox 3 Beta 5. &lt;br&gt; Needing your help. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; Ranjan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/9b17bf720e9f4444</guid>
  <author>
  ranjan.n...@gmail.com
  (Ranjan)
  </author>
  <pubDate>Wed, 26 Nov 2008 11:02:09 UT
</pubDate>
  </item>
  <item>
  <title>Problems with appendChildNodes?</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/f2782b319490f079/1260b48bbc63355b?show_docid=1260b48bbc63355b</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am new to MochiKit and couldn&#39;t get appendChildNodes to work &lt;br&gt; properly. As an example, I tried &lt;br&gt; &lt;p&gt;appendChildNodes($(&amp;quot;idOfADiv&amp;quot;) , SPAN({})); &lt;br&gt; &lt;p&gt;but on the website this shows up as [object HTMLSpanElement] (same &lt;br&gt; with images, created with IMG), so it doesn&#39;t look as if a span dom &lt;br&gt; object is being inserted.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/f2782b319490f079</guid>
  <author>
  goog...@blinker.net
  (Bjoern)
  </author>
  <pubDate>Tue, 25 Nov 2008 22:24:10 UT
</pubDate>
  </item>
  <item>
  <title>Removal of Dojo and JSAN support</title>
  <link>http://groups.google.com/group/mochikit/browse_frm/thread/1d1a1c8cec8a75da/cdee785f55a2e258?show_docid=cdee785f55a2e258</link>
  <description>
  Just wondering -- is there anyone out there using MochiKit as a JSAN &lt;br&gt; or Dojo package? Bob and I recently discussed removing the support &lt;br&gt; code from MochiKit, since it seems kind of out-dated. Also, the Dojo &lt;br&gt; support has been pretty broken before without anybody noticing for a &lt;br&gt; long time. &lt;br&gt; Any protests? Otherwise I&#39;ll just go ahead and clean it up in 1.5.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/mochikit/browse_frm/thread/1d1a1c8cec8a75da</guid>
  <author>
  cederb...@gmail.com
  (Per Cederberg)
  </author>
  <pubDate>Tue, 18 Nov 2008 21:56:34 UT
</pubDate>
  </item>
  </channel>
</rss>
