[Prototype-core] Re: Prototype in 10 steps... what are they?

2008-11-18 Thread Jerod Venema
I like TJs list. However, I'd move binding up in priority. Despite it being a more advanced use of javascript, it's vital to understanding the items listed as 3 and 4 (events and AJAX [callbacks]). -Jerod Venema On Tue, Nov 18, 2008 at 8:57 PM, Andrew Dupont [EMAIL PROTECTED]wrote: On Nov

[Prototype-core] Re: Bug : Object.isNumber() and Hash.toQueryString()

2008-10-08 Thread Jerod Venema
isNumber) doesn't satisfy you? Cordially, Alex -- kangax -- Jerod Venema Senior Software Engineer Nth Penguin, LLC http://www.nthpenguin.com (919) 368-5105 --- WebWidgetry.com / MashupStudio.com Future Home of the World's First Complete Web Platform

[Prototype-core] Re: Indiscriminate use of breaking into words function $w()

2007-09-04 Thread Jerod Venema
On 9/3/07, Tobie Langel [EMAIL PROTECTED] wrote: FYI, some rough benchmarking in Safari using the benchmarking function of unit tests: benchmark(function(){ var colors = $('blue red green violet'); }, 1) benchmark(function(){ var colors = ['blue',

[Prototype-core] Re: Question/Suggestion

2007-05-04 Thread Jerod Venema
Greetings! Nice bit of code there! You may want to check out this: http://www.ivy.fr/js/extend/index.html if you're going down that road anyway... -Jerod On 5/4/07, Tomasz R. [EMAIL PROTECTED] wrote: Hi, I've recently started using prototype.js, but I've been doing AJAX for long time