[Proto-Scripty] Re: drag and drop on the iphone

2010-06-02 Thread Lemmi
Great list, thanks for that! Seems to be more exhaustive then other lists I've seen so far. On 1 Jun., 19:06, Eric lefauv...@gmail.com wrote: Hi, iPhone and friends use dedicated event like touchstart, touchend, touchmove and touchcancel (those 4 ones seems to do what you're looking for and

[Proto-Scripty] Re: how to get started

2010-06-02 Thread Lemmi
This depends on your skill with JavaScript. What do you know about it? Especially the API of Prototype (http://api.prototypejs.org/) is a great and easy way to find functionality, which can simplify your life. On 1 Jun., 07:35, ankit.it09 ankit.i...@gmail.com wrote: Hi All, I am newbie to

[Proto-Scripty] Re: how to get started

2010-06-02 Thread ankit.it09
Thanks for your reply , i know little bit of javascript now i like to work on this framework, that's why i asked from where i get started How can i make this prototype helpful for me makes my work more simpler. Thanks Regards: Ankit Jain On Jun 2, 11:12 am, Lemmi l...@vipixel.de wrote: This

[Proto-Scripty] Re: how to get started

2010-06-02 Thread Lemmi
The basis using a framework is a good skill in the build-in functions of JavaScript. Never the less, you can use the Tips and Tutorials Page of Prototype to see a few first steps of working with the framework (http://www.prototypejs.org/learn). The great extending of the dom, I think, is the

[Proto-Scripty] prototype(js) docs

2010-06-02 Thread davidenke
Yeah, http://api.prototypejs.org/ will give you a good documentation about it. In my opinion the old interface (http://www.prototypejs.org/api) is much better and more cheerful. But a documentation of the native objects and their methods is also very helpful, see