[Proto-Scripty] Debugging help / suggestions

2008-12-22 Thread pedz
do I debug a browser crash? Thank you, pedz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com

[Proto-Scripty] Last Weekends Adventure

2009-06-22 Thread pedz
work that I can look at and build from? Is there any interest by any of the readers to help out? Thank you, pedz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group

[Proto-Scripty] proxy objects

2009-10-03 Thread pedz
In ActiveRecord, a has many method for a class is what they call a proxy object. It sits there and does nothing until an access like book.authors[0].first_name causes a database search for authors of the book. Once the query has completed, further uses do not cause a db query (generally). Has

[Proto-Scripty] Re: prototype in web worker

2010-05-31 Thread pedz
If anyone else is interested, my changes are here: git://github.com/pedz/prototype.git It includes Class, Object, Enumerable, Hash, and Array. There are probably other items that can be added but that is all I need right now. My JSpec tests are passing with this new file. I called

[Proto-Scripty] Template + element.update question

2010-07-21 Thread pedz
I have a list of columns. Each column has a Template. The Templates contain td#{stuff}/td I create one long string doing something like: str = ; $A(columns).each( str = str + template.evaluate(obj); ) Then I do: row.update(str); If I do it this way, the td's disappear. I print

[Proto-Scripty] new style pop up window

2011-06-12 Thread pedz
The new window effect that Facebook has when you click on a photograph is what I am referring to. I have not tried but I assume I can figure out how to do that but I was wondering if prototype or scriptaculous already has such a creature. Thanks, pedz -- You received this message because

Re: [Proto-Scripty] new style pop up window

2011-06-12 Thread pedz
Yea. I think it is a little more complicated isn't it? It looks to me like it uses the z-index to be above the normal content. As I said, it doesn't look super hard. Just curious if it had been done before. -- You received this message because you are subscribed to the Google Groups

[Proto-Scripty] Disappointment in Element.Layout

2011-07-04 Thread pedz
I need to admit that I've been frustrated with HTML and CSS box model from the very moment I met it. Why they did not simply implement Knuth's box model he uses for TeX has always puzzled me. It may be that my exposure to TeX gave me a (unique) way of thinking about layout because I don't see

[Proto-Scripty] History and onpopstate

2011-07-09 Thread pedz
My first attempt to use HTML 5's onPopState isn't working. I did: $$('body')[0].on('popstate', Raptor.makeWrapper(function(event) { console.log('popped'); })); I've tried a few different capitalizations but, so far, it isn't logging the 'popped' message. Any suggestions on how to

[Proto-Scripty] Re: History and onpopstate

2011-07-09 Thread pedz
This isn't using prototype but works: window.onpopstate = function (even) { ... }; new Event.Handler(element, ...) requires element be an element. window doesn't work. Not a big deal. I'm using Firefox 5. I don't know (yet) how portable the above is going to be. -- You received this

[Proto-Scripty] Re: Best way to show / hide a menu

2011-07-18 Thread pedz
That helped me! One question: Would this apply to hover as well? (i've let to own a smart phone.) i.e. stay away from hover? -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit

[Proto-Scripty] Thank you...

2012-06-03 Thread pedz
complex web sites using them (with Rails 2.3). I wish you all the very best. really. Take care and good luck pedz -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit https://groups.google.com/d/msg