<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/prototype-core</id>
  <title type="text">Prototype: Core Google Group</title>
  <subtitle type="text">
  Discussion list for Prototype core development. Usage questions should be asked in the Prototype &amp; script.aculo.us mailing list: http://groups.google.com/group/prototype-scriptaculous/
  </subtitle>
  <link href="/group/prototype-core/feed/atom_v1_0_msgs.xml" rel="self" title="Prototype: Core feed"/>
  <updated>2009-11-21T23:53:49Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Tobie Langel</name>
  <email>tobie.lan...@gmail.com</email>
  </author>
  <updated>2009-11-21T23:53:49Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/7cada54591f60626?show_docid=7cada54591f60626"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>T.J. Crowder</name>
  <email>t...@crowdersoftware.com</email>
  </author>
  <updated>2009-11-21T22:28:43Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/1e24b23e4dfddf11?show_docid=1e24b23e4dfddf11"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>disccomp</name>
  <email>discc...@gmail.com</email>
  </author>
  <updated>2009-11-21T15:05:42Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8cc935c13b6b023e?show_docid=8cc935c13b6b023e"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tobie Langel</name>
  <email>tobie.lan...@gmail.com</email>
  </author>
  <updated>2009-11-21T01:10:24Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/c46393ccd61dd443?show_docid=c46393ccd61dd443"/>
  <title type="text">Re: Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ngan Pham</name>
  <email>nganp...@gmail.com</email>
  </author>
  <updated>2009-11-20T21:01:11Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/afec869046ba5d9c?show_docid=afec869046ba5d9c"/>
  <title type="text">Re: [Prototype-core] Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  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;);
  </summary>
  </entry>
  <entry>
  <author>
  <name>disccomp</name>
  <email>discc...@gmail.com</email>
  </author>
  <updated>2009-11-20T20:47:37Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/b88e41f2e472dae8/8ca70d440786abfb?show_docid=8ca70d440786abfb"/>
  <title type="text">Support full HTML set in (un)escapeHTML</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jean-Philippe Encausse</name>
  <email>jp.encau...@gmail.com</email>
  </author>
  <updated>2009-11-20T08:26:38Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/129f73fec249ad5d?show_docid=129f73fec249ad5d"/>
  <title type="text">Re: Genereic Function Benchmark</title>
  <summary type="html" xml:space="preserve">
  Ok Thanks, I&#39;ll try this
  </summary>
  </entry>
  <entry>
  <author>
  <name>Allen Madsen</name>
  <email>bla...@gmail.com</email>
  </author>
  <updated>2009-11-19T18:02:18Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/925944ca83e6ea67?show_docid=925944ca83e6ea67"/>
  <title type="text">Re: [Prototype-core] Genereic Function Benchmark</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jean-Philippe Encausse</name>
  <email>jp.encau...@gmail.com</email>
  </author>
  <updated>2009-11-19T14:48:20Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/5dc69c5f48b73108?show_docid=5dc69c5f48b73108</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/60ee1a7b6abc508c/5dc69c5f48b73108?show_docid=5dc69c5f48b73108"/>
  <title type="text">Genereic Function Benchmark</title>
  <summary type="html" xml:space="preserve">
  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 ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>T.J. Crowder</name>
  <email>t...@crowdersoftware.com</email>
  </author>
  <updated>2009-11-17T21:56:00Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/99f21ebb80d7f9b2?show_docid=99f21ebb80d7f9b2</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/99f21ebb80d7f9b2?show_docid=99f21ebb80d7f9b2"/>
  <title type="text">Re: Porting the old docs</title>
  <summary type="html" xml:space="preserve">
  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. :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Rumble</name>
  <email>mike.rum...@gmail.com</email>
  </author>
  <updated>2009-11-17T19:24:58Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/f21fe72f683db28e?show_docid=f21fe72f683db28e</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/f21fe72f683db28e?show_docid=f21fe72f683db28e"/>
  <title type="text">Re: Porting the old docs</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>T.J. Crowder</name>
  <email>t...@crowdersoftware.com</email>
  </author>
  <updated>2009-11-16T16:15:10Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/efc407be47ce0836?show_docid=efc407be47ce0836</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/d79fb1a02bcec26d/efc407be47ce0836?show_docid=efc407be47ce0836"/>
  <title type="text">Porting the old docs</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>T.J. Crowder</name>
  <email>t...@crowdersoftware.com</email>
  </author>
  <updated>2009-11-11T14:36:53Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/8219f774dfb12b3c?show_docid=8219f774dfb12b3c</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/8219f774dfb12b3c?show_docid=8219f774dfb12b3c"/>
  <title type="text">Re: On Class#create</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>joneff</name>
  <email>jon...@gmail.com</email>
  </author>
  <updated>2009-11-11T12:29:24Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/9acb12063da838b7?show_docid=9acb12063da838b7</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/9acb12063da838b7?show_docid=9acb12063da838b7"/>
  <title type="text">Re: On Class#create</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>T.J. Crowder</name>
  <email>t...@crowdersoftware.com</email>
  </author>
  <updated>2009-11-11T10:44:51Z</updated>
  <id>http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/e6604073d081f0a6?show_docid=e6604073d081f0a6</id>
  <link href="http://groups.google.com/group/prototype-core/browse_thread/thread/88bf977487e38c64/e6604073d081f0a6?show_docid=e6604073d081f0a6"/>
  <title type="text">Re: On Class#create</title>
  <summary type="html" xml:space="preserve">
  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,
  </summary>
  </entry>
</feed>
