Re: [Proto-Scripty] Re: how to get started

2010-06-03 Thread ankit jain
Thanks Lemmi for sharing the information, now i'll try to explore myself.

Thanks  regards
Ankit Jain

On Thu, Jun 3, 2010 at 6:23 AM, Lemmi l...@vipixel.de wrote:

 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 biggest advantage of
 Prototype for nearly every JavaScript developer (http://
 www.prototypejs.org/learn/extensions).
 While you try to get a special element on your page, you often have to
 deal with IDs of the elements or boring tag names. Extending the dom
 means a great way to talk to your elements on your page. More
 details you'll find in the linked section.

 But, as I sad: The API is great way to take look into the full
 complexity of the Framework. Here you find for example tricky and nice
 functions extending the normal String object of JavaScript. E.g.
 escaping HTML tags in a string (http://api.prototypejs.org/language/
 string/prototype/escapehtml/http://api.prototypejs.org/language/%0Astring/prototype/escapehtml/).
 While I write my JavaScript programs, I
 often take look into the API to find a easier solution to many
 different problems.

 On 2 Jun., 09:37, ankit.it09 ankit.i...@gmail.com wrote:
  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 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 this, can anyone help from where i get started, any
kind of help is much appreciated.
 
Thanks  Regards:
Ankit Jain

 --
 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-scriptacul...@googlegroups.com.
 To unsubscribe from this group, send email to
 prototype-scriptaculous+unsubscr...@googlegroups.comprototype-scriptaculous%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/prototype-scriptaculous?hl=en.



-- 
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-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[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 this, can anyone help from where i get started, any
 kind of help is much appreciated.

 Thanks  Regards:
 Ankit Jain

-- 
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-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[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 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 this, can anyone help from where i get started, any
  kind of help is much appreciated.

  Thanks  Regards:
  Ankit Jain

-- 
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-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[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 biggest advantage of
Prototype for nearly every JavaScript developer (http://
www.prototypejs.org/learn/extensions).
While you try to get a special element on your page, you often have to
deal with IDs of the elements or boring tag names. Extending the dom
means a great way to talk to your elements on your page. More
details you'll find in the linked section.

But, as I sad: The API is great way to take look into the full
complexity of the Framework. Here you find for example tricky and nice
functions extending the normal String object of JavaScript. E.g.
escaping HTML tags in a string (http://api.prototypejs.org/language/
string/prototype/escapehtml/). While I write my JavaScript programs, I
often take look into the API to find a easier solution to many
different problems.

On 2 Jun., 09:37, ankit.it09 ankit.i...@gmail.com wrote:
 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 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 this, can anyone help from where i get started, any
   kind of help is much appreciated.

   Thanks  Regards:
   Ankit Jain

-- 
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-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.