[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 D

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

2008-10-08 Thread Jerod Venema
o you need `isNumber` to "work" with objects? What's the usecase > > and why plan type-conversion (before calling isNumber) doesn't satisfy > > you? > > > > > > > > > Cordially, > > > Alex > > > > -- > > kangax &

[Prototype-core] Re: C and PHP style syntax to fill an array with values

2008-07-01 Thread Jerod Venema
; > think it could make a pretty addon.) > > > > > yanick > > > > You've helped very much! This particular function has helped me with > > populating grids more than anything else. It's so much easier to fill > > an array like this than lo

[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 =

[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 lon