<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Prototype: Core Google Group</title>
  <link>http://groups.google.com/group/prototype-core</link>
  <description>Discussion list for Prototype core development. Usage questions should be asked in the Prototype &amp;amp; script.aculo.us mailing list: http://groups.google.com/group/prototype-scriptaculous/</description>
  <language>en</language>
  <item>
  <title>Re: [Prototype-core] Re: Class#create and throw new Error()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/9692a37e92409b43/ea381050732251ca?show_docid=ea381050732251ca</link>
  <description>
  Oops, my bad. &lt;br&gt; &lt;p&gt;Ilya Furman
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/9692a37e92409b43/ea381050732251ca?show_docid=ea381050732251ca</guid>
  <author>
  smashl...@gmail.com
  (Ilya Furman)
  </author>
  <pubDate>Sun, 08 Nov 2009 00:40:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Element#insert taking multiple contents</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/bdd791d356fa3aef?show_docid=bdd791d356fa3aef</link>
  <description>
  Agreed. Have often thought that this would be a useful addition. &lt;br&gt; &lt;p&gt;Element.insert(part1, part2, part3) &lt;br&gt; &lt;p&gt;and &lt;br&gt; &lt;p&gt;Element.insert({ &lt;br&gt; top : [part1, part2, part3] &lt;br&gt; ); &lt;br&gt; &lt;p&gt;should both be able to be implemented without too much hassle and &lt;br&gt; would provide some really valuable functionality - let&#39;s make it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/bdd791d356fa3aef?show_docid=bdd791d356fa3aef</guid>
  <author>
  mike.rum...@gmail.com
  (Mike Rumble)
  </author>
  <pubDate>Sat, 07 Nov 2009 23:22:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Class#create and throw new Error()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/9692a37e92409b43/c93ba3be953fbc89?show_docid=c93ba3be953fbc89</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;The initializer is called &amp;quot;initialize&amp;quot;, not &amp;quot;initialization&amp;quot; (see the &lt;br&gt; docs[1]). Your code throwing the exception isn&#39;t being called, hence &lt;br&gt; the exception not being thrown. If you use the correct name, the &lt;br&gt; exception is thrown and correctly propagates out to the code creating &lt;br&gt; the object.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/9692a37e92409b43/c93ba3be953fbc89?show_docid=c93ba3be953fbc89</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Sat, 07 Nov 2009 14:44:23 UT
</pubDate>
  </item>
  <item>
  <title>Class#create and throw new Error()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/9692a37e92409b43/1479ef3cbed02632?show_docid=1479ef3cbed02632</link>
  <description>
  Hello! &lt;br&gt; &lt;p&gt;I&#39;m wondering, why class instance is being created while &lt;br&gt; initialization method throws an error? &lt;br&gt; &lt;p&gt;var C = Class.create({ &lt;br&gt; initialization : function() { &lt;br&gt; throw new Error(&#39;Hey, you can\&#39;t have any instances of this &lt;br&gt; class!&#39;) &lt;br&gt; }, &lt;br&gt; foo : &#39;foofoo&#39; , &lt;br&gt; bar : function() { &lt;br&gt; alert(this.foo)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/9692a37e92409b43/1479ef3cbed02632?show_docid=1479ef3cbed02632</guid>
  <author>
  smashl...@gmail.com
  (Ilya Furman)
  </author>
  <pubDate>Fri, 06 Nov 2009 16:23:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Element#insert taking multiple contents</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/3ef4dea51121fd62?show_docid=3ef4dea51121fd62</link>
  <description>
  Probably easier to implement using an Array: &lt;br&gt; &lt;p&gt;container.insert({ &lt;br&gt; top: [part1, part2, part3], &lt;br&gt; bottom: [part4, part5], &lt;br&gt; after: &amp;quot;&amp;lt;p&amp;gt;Hello World&amp;lt;/p&amp;gt;&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/3ef4dea51121fd62?show_docid=3ef4dea51121fd62</guid>
  <author>
  johanm...@gmail.com
  (Deadelus)
  </author>
  <pubDate>Fri, 06 Nov 2009 07:54:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Multiple eventName&#39;s for Event observe?</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/d70d4c77191094e8/cad7c55e4f84ab63?show_docid=cad7c55e4f84ab63</link>
  <description>
  I have to agree with Allen on this one. The mentioned usage would work &lt;br&gt; perfectly for me.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/d70d4c77191094e8/cad7c55e4f84ab63?show_docid=cad7c55e4f84ab63</guid>
  <author>
  johanm...@gmail.com
  (Deadelus)
  </author>
  <pubDate>Wed, 04 Nov 2009 09:10:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Element#insert taking multiple contents</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/5d5bb65bb05f423d?show_docid=5d5bb65bb05f423d</link>
  <description>
  I had made a list of useful Element#insert goodies here - &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gist.github.com/164751&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; There was a ticket for this &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://prototype.lighthouseapp.com/projects/8886/tickets/752-elementinsert-to-accept-array-as-insertions-option#ticket-752-4&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; but as far I understand major changes to Element.insert are planed for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/5d5bb65bb05f423d?show_docid=5d5bb65bb05f423d</guid>
  <author>
  rstan...@gmail.com
  (Радослав Станков)
  </author>
  <pubDate>Fri, 06 Nov 2009 13:05:53 UT
</pubDate>
  </item>
  <item>
  <title>Element#insert taking multiple contents</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/9103bec89e6b86e2?show_docid=9103bec89e6b86e2</link>
  <description>
  Would it be reasonable to implement it so that Element.insert takes as many &lt;br&gt; content as you pass it? This will exclude insertion points of course... &lt;br&gt; container.insert(part1); &lt;br&gt; container.insert(part2); &lt;br&gt; container.insert(part3); &lt;br&gt; would be: &lt;br&gt; container.insert(part1, part2, part3); &lt;br&gt; Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/baf412676ac96ed1/9103bec89e6b86e2?show_docid=9103bec89e6b86e2</guid>
  <author>
  nganp...@gmail.com
  (Ngan Pham)
  </author>
  <pubDate>Thu, 05 Nov 2009 20:53:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Re: Element.classNames()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/3dea6483fa9093d1?show_docid=3dea6483fa9093d1</link>
  <description>
  2009/11/3 Andrew Dupont &amp;lt;goo...@andrewdupont.net&amp;gt;: &lt;br&gt; OMG! My excuse is I&#39;m 42 years old and going bald. Enough to give &lt;br&gt; anyone brain farts!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/3dea6483fa9093d1?show_docid=3dea6483fa9093d1</guid>
  <author>
  rquadl...@googlemail.com
  (Richard Quadling)
  </author>
  <pubDate>Tue, 03 Nov 2009 22:04:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Re: Element.classNames()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/8a58c9c9a1cb6a23?show_docid=8a58c9c9a1cb6a23</link>
  <description>
  Nope — that&#39;s the notation for returning an array of strings. &lt;br&gt; I second this request. &lt;br&gt; Cheers, &lt;br&gt; Andrew
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/8a58c9c9a1cb6a23?show_docid=8a58c9c9a1cb6a23</guid>
  <author>
  goo...@andrewdupont.net
  (Andrew Dupont)
  </author>
  <pubDate>Tue, 03 Nov 2009 18:07:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Element.classNames()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/89f5f73085e0d555?show_docid=89f5f73085e0d555</link>
  <description>
  2009/11/2 Sedul &amp;lt;sedul...@gmail.com&amp;gt;: &lt;br&gt; &lt;p&gt;According to [1], you will get a string back, not an array of strings. &lt;br&gt; &lt;p&gt;Can you supply an example page? &lt;br&gt; &lt;p&gt;Richard. &lt;br&gt; &lt;p&gt;[1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://api.prototypejs.org/dom/element.html#classnames-class_method&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;-- &lt;br&gt; ----- &lt;br&gt; Richard Quadling &lt;br&gt; &amp;quot;Standing on the shoulders of some very clever giants!&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/89f5f73085e0d555?show_docid=89f5f73085e0d555</guid>
  <author>
  rquadl...@googlemail.com
  (Richard Quadling)
  </author>
  <pubDate>Tue, 03 Nov 2009 09:54:48 UT
</pubDate>
  </item>
  <item>
  <title>Element.Layout class coming in 1.7. Need feedback!</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/f2de6e21dfc9257a/3c433e75ea39b6bb?show_docid=3c433e75ea39b6bb</link>
  <description>
  Yes, the Element.Layout class is imminent. In fact, it&#39;s already here. &lt;br&gt; Take a look: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/sstephenson/prototype/blob/layout/src/dom/layout.js&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I&#39;ve posted layout code before; this is the same code with a couple &lt;br&gt; more refinement passes. You can read the included PDoc comments to get
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/f2de6e21dfc9257a/3c433e75ea39b6bb?show_docid=3c433e75ea39b6bb</guid>
  <author>
  goo...@andrewdupont.net
  (Andrew Dupont)
  </author>
  <pubDate>Tue, 03 Nov 2009 06:12:05 UT
</pubDate>
  </item>
  <item>
  <title>Element.classNames()</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/62c7106dbad1e9b7?show_docid=62c7106dbad1e9b7</link>
  <description>
  I am using Prototype 1.60 and when I call classNames() on an element, &lt;br&gt; it returns me the element and not an array of Strings?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/28b9ea0b6c392ce6/62c7106dbad1e9b7?show_docid=62c7106dbad1e9b7</guid>
  <author>
  sedul...@gmail.com
  (Sedul)
  </author>
  <pubDate>Mon, 02 Nov 2009 18:38:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: innerText vs textContent</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/8ef26e7cedb43afc/47033b4bc8dc4c74?show_docid=47033b4bc8dc4c74</link>
  <description>
  That&#39;s actually one big can of worms. Here&#39;s a full explanation, if &lt;br&gt; you&#39;re interested — &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/1359469/innertext-works-in-ie-but-not-in-firefox/1359822#1359822&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Most robust solution is actually not `textContent` and not &lt;br&gt; `innerText`, but recursive iteration of children (text) nodes. However
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/8ef26e7cedb43afc/47033b4bc8dc4c74?show_docid=47033b4bc8dc4c74</guid>
  <author>
  kan...@gmail.com
  (kangax)
  </author>
  <pubDate>Fri, 23 Oct 2009 23:14:14 UT
</pubDate>
  </item>
  <item>
  <title>innerText vs textContent</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/8ef26e7cedb43afc/c2465e1af283e490?show_docid=c2465e1af283e490</link>
  <description>
  Hey guys, &lt;br&gt; Unless I&#39;m mistaken, there seems to be cross browser incompatibility issue &lt;br&gt; with innerText and textContent. innerText is IE (and everyone else I &lt;br&gt; believe), and textContent is Firefox (only, i believe). In anycase, &lt;br&gt; wouldn&#39;t it make sense for Prototype to smooth this out? &lt;br&gt; Element.getText() perhaps?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/8ef26e7cedb43afc/c2465e1af283e490?show_docid=c2465e1af283e490</guid>
  <author>
  nganp...@gmail.com
  (Ngan Pham)
  </author>
  <pubDate>Fri, 23 Oct 2009 21:15:58 UT
</pubDate>
  </item>
  </channel>
</rss>
