Displaying 6 results from an estimated 6 matches for "dustindiaz".
2006 Jun 15
3
RE: Yahoo!-like Event object emulation/abstractionin Prototype?
Event.observe(myelement, ''click'', myfunc.bindAsEventListener());
That might fix your wagon.
Greg
> -----Original Message-----
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-
> bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Sam Rowe
> Sent: Thursday, June 15, 2006 11:24 AM
> To:
2006 Mar 30
1
Yahoo! User Interface Library on Rails???
Has anyone tried out the Yahoo! User Interface Library (js) with Rails?
How does it compare with prototype & scriptaculous?
--
Posted via http://www.ruby-forum.com/.
2006 May 19
0
The challenge is on!
http://www.dustindiaz.com/yui-tetris/
Don't bother trying to make Tetris, go one up and do Asteroids or
Space Invaders or something :)
--
Andrew
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.o...
2008 Jan 21
1
JavaScript book recommendations
...ly touches on advanced topics.
I particularly recommend the chapter on metaprogramming by Dan Webb.
Dan wrote Low Pro, an unobtrusive JS plugin for Rails, and refers to it
in the chapter.
Ross Harmes, Dustin Diaz
Pro JavaScript Design Patterns
Apress 2008
http://jsdesignpatterns.com/
http://www.dustindiaz.com/pro-javascript-design-patterns/
This is an intermediate book for people who have the basics of JS under
their belt. To me, the value of this book lies in the first part,
Object-Oriented JavaScript, that is a guide to well-written
object-oriented JS using state of the art programming idioms....
2006 Jun 15
10
RE: Yahoo!-like Event object emulation/abstractioninPrototype?
...ifference. FF still works, IE still
> does not. I''m not branching for window.event in my callback/listener.
>
> I''m asking about a level of abstraction/emulation like is described
> in the section titled "It''s Tight because..."
>
> http://www.dustindiaz.com/yahoo-event-utility/
>
> Any chance of getting that in Prototype?
>
> #
> # Greg
> #
> # > -----Original Message-----
> # > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> # [mailto:rails-spinoffs-
> # > bounces-1W37MKcQC...
2006 Jan 11
9
Prototype & Cookies
Has anyone written any "cookie" class using prototype?
Basically, what I am looking for is if there is an easy way to store mutiple cookies in a single cookie using hash or something - easy writing and retrieval (updating the cookie value).
For eg -
If I had 25 cookies for my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain).