<?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: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626</link>
  <description>
  Good point (and sorry if the tone of my earlier post came out wrong, &lt;br&gt; that wasn&#39;t my intention). &lt;br&gt; &lt;p&gt;There&#39;s indeed a number of entities which are part of the HTL 4.01 spec &lt;br&gt; [1]. &lt;br&gt; &lt;p&gt;It&#39;s legitimate to want to be able to convert those, notably when &lt;br&gt; dealing with legacy or external content. &lt;br&gt; &lt;p&gt;However, given the sheer size of the code compared its usage (now that
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626</guid>
  <author>
  tobie.lan...@gmail.com
  (Tobie Langel)
  </author>
  <pubDate>Sat, 21 Nov 2009 23:53:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11</link>
  <description>
  Tobie, &lt;br&gt; &lt;p&gt;That&#39;s rather flip, don&#39;t you think? How does character encoding &lt;br&gt; choice solve &amp;amp;quot; or &amp;amp;nbsp;? &lt;br&gt; &lt;p&gt;These entities are valid HTML, regardless of character encoding. There &lt;br&gt; are sometimes very good reasons for using them. It&#39;s fine to say &lt;br&gt; String#unescapeHTML won&#39;t handle these because it&#39;s too big a problem
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Sat, 21 Nov 2009 22:28:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e</link>
  <description>
  Is it possible to manipulate the encoding of a string to convert HTML &lt;br&gt; entities? I&#39;m trying to display the string in the title attribute of &lt;br&gt; an anchor. I&#39;m using PJSON to get rss feeds from google&#39;s feed API, so &lt;br&gt; I have no ability to preprocess the data.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e</guid>
  <author>
  discc...@gmail.com
  (disccomp)
  </author>
  <pubDate>Sat, 21 Nov 2009 15:05:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443</link>
  <description>
  Thanks for your input. &lt;br&gt; &lt;p&gt;A correct character encoding should be all you really need to handle &lt;br&gt; such entities. &lt;br&gt; &lt;p&gt;Best, &lt;br&gt; &lt;p&gt;Tobie
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443</guid>
  <author>
  tobie.lan...@gmail.com
  (Tobie Langel)
  </author>
  <pubDate>Sat, 21 Nov 2009 01:10:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c</link>
  <description>
  I came across this problem myself. I think prototype should provide some &lt;br&gt; type of API for things like this. In all my apps, I have a prototype_ext.js &lt;br&gt; file that make small modifications/enhancements to prototype. It would be &lt;br&gt; nice to be able to do something like this: &lt;br&gt; &lt;p&gt;prototype_ext.js: &lt;br&gt; Prototype.HTMLEntities.add(&#39;&amp;amp;b lah;&#39;, &#39;0x0039&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c</guid>
  <author>
  nganp...@gmail.com
  (Ngan Pham)
  </author>
  <pubDate>Fri, 20 Nov 2009 21:01:11 UT
</pubDate>
  </item>
  <item>
  <title>Support full HTML set in (un)escapeHTML</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb</link>
  <description>
  I was using unescapeHTML when I noticed that it was missing many of &lt;br&gt; the encoded characters in this string I passed it. I went and checked &lt;br&gt; the code, it seems that these functions only deal with about 3 out of &lt;br&gt; hundreds of characters. &amp;amp;quot; &amp;amp;#39; for example. &lt;br&gt; &lt;p&gt;I came across a script which handles the named entities, maybe we can
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb</guid>
  <author>
  discc...@gmail.com
  (disccomp)
  </author>
  <pubDate>Fri, 20 Nov 2009 20:47:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Genereic Function Benchmark</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d</link>
  <description>
  Ok Thanks, I&#39;ll try this
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d</guid>
  <author>
  jp.encau...@gmail.com
  (Jean-Philippe Encausse)
  </author>
  <pubDate>Fri, 20 Nov 2009 08:26:38 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Prototype-core] Genereic Function Benchmark</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67</link>
  <description>
  You could try unittest_js&#39;[1] benchmark function. It&#39;s at the very end &lt;br&gt; of the file. It&#39;ll help with the timing. Other than that, you may like &lt;br&gt; the page speed extension for firebug. &lt;br&gt; &lt;p&gt;[1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/tobie/unittest_js/blob/master/assets/unittest.js&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Allen Madsen &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.allenmadsen.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67</guid>
  <author>
  bla...@gmail.com
  (Allen Madsen)
  </author>
  <pubDate>Thu, 19 Nov 2009 18:02:18 UT
</pubDate>
  </item>
  <item>
  <title>Genereic Function Benchmark</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/5dc69c5f48b73108?show_docid=5dc69c5f48b73108</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m looking for a way to analyse all my javascript code to: &lt;br&gt; - Count function call &lt;br&gt; - Check time spend in each function &lt;br&gt; - Understand bottlenecks &lt;br&gt; &lt;p&gt;=&amp;gt; Is there existing libs to do this ? (Seems firebug do not do that). &lt;br&gt; =&amp;gt; Is there a way to &amp;quot;proxy&amp;quot; Functions.prototype to performs bench on &lt;br&gt; function calls ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/5dc69c5f48b73108?show_docid=5dc69c5f48b73108</guid>
  <author>
  jp.encau...@gmail.com
  (Jean-Philippe Encausse)
  </author>
  <pubDate>Thu, 19 Nov 2009 14:48:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Porting the old docs</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/99f21ebb80d7f9b2?show_docid=99f21ebb80d7f9b2</link>
  <description>
  Cheers Mike! &lt;br&gt; &lt;p&gt;I gave you a shout over on the user&#39;s list; didn&#39;t know you were on &lt;br&gt; this one... &lt;br&gt; &lt;p&gt;-- T.J. :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/99f21ebb80d7f9b2?show_docid=99f21ebb80d7f9b2</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Tue, 17 Nov 2009 21:56:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Porting the old docs</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/f21fe72f683db28e?show_docid=f21fe72f683db28e</link>
  <description>
  I can take some of these over the next week or so. &lt;br&gt; &lt;p&gt;Will make a start promptly. &lt;br&gt; &lt;p&gt;Mike.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/f21fe72f683db28e?show_docid=f21fe72f683db28e</guid>
  <author>
  mike.rum...@gmail.com
  (Mike Rumble)
  </author>
  <pubDate>Tue, 17 Nov 2009 19:24:58 UT
</pubDate>
  </item>
  <item>
  <title>Porting the old docs</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/efc407be47ce0836?show_docid=efc407be47ce0836</link>
  <description>
  Hey folks, &lt;br&gt; &lt;p&gt;I&#39;ve just completely failed to find the time to port all of the old &lt;br&gt; docs, which is (as a whole) a much bigger job than I thought it would &lt;br&gt; be. &lt;br&gt; &lt;p&gt;So there are now a bunch of &amp;quot;merge old docs&amp;quot; tickets[1] in Lighthouse, &lt;br&gt; each of which is just a bite-sized task (and has the mostly-formatted
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/efc407be47ce0836?show_docid=efc407be47ce0836</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Mon, 16 Nov 2009 16:15:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: On Class#create</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/8219f774dfb12b3c?show_docid=8219f774dfb12b3c</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;You can have as many mix-ins as you like, which is why the number of &lt;br&gt; arguments is variable: &lt;br&gt; &lt;p&gt;&amp;quot;...any arguments passed are treated as objects, and their methods are &lt;br&gt; copied over (&amp;quot;mixed in&amp;quot;) as instance methods of the new class. In &lt;br&gt; cases of method name overlap, later arguments take precedence over
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/8219f774dfb12b3c?show_docid=8219f774dfb12b3c</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Wed, 11 Nov 2009 14:36:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: On Class#create</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/9acb12063da838b7?show_docid=9acb12063da838b7</link>
  <description>
  I have indeed noticed that. I quite often use function without named &lt;br&gt; arguments and then populate what I need from the arguments collection. &lt;br&gt; &lt;p&gt;I was wondering why was that so. I mean creating a class does not need &lt;br&gt; infinite number of arguments, now would it? In the longest case &lt;br&gt; scenario it needs class name (prototype creates differently but
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/9acb12063da838b7?show_docid=9acb12063da838b7</guid>
  <author>
  jon...@gmail.com
  (joneff)
  </author>
  <pubDate>Wed, 11 Nov 2009 12:29:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: On Class#create</title>
  <link>http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/e6604073d081f0a6?show_docid=e6604073d081f0a6</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;Class.create does have arguments, details in the docs[1]. The &lt;br&gt; implementation doesn&#39;t use any _named_ arguments, it accesses its &lt;br&gt; arguments via the `arguments` array (on the first line of the &lt;br&gt; function, in fact). &lt;br&gt; &lt;p&gt;[1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://api.prototypejs.org/language/class.html#create-class_method&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;HTH,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/e6604073d081f0a6?show_docid=e6604073d081f0a6</guid>
  <author>
  t...@crowdersoftware.com
  (T.J. Crowder)
  </author>
  <pubDate>Wed, 11 Nov 2009 10:44:51 UT
</pubDate>
  </item>
  </channel>
</rss>
