-
Prototype/AJAX Learning Question
Hi,
I wish to ask one question that I also want to learn prototype and want to do Ajax programming (I already have enough knowledge of almost all the web related popular scripting and server side languages) but when I see some Ajax example created from prototype on the net and see the source code. It's not identical to traditional javascript, can you please tell me is there any special requirement to be a master of prototype programming. Why it seems me too complicated although i already knew javascript.
Can you please guide me in learning what should I do ?
Jimmy
-
Prototype is a Javascript framework and, as such, it uses certain functions in order to simplify common tasks. The whole point of Prototype is to do the exact same things you could already do in Javascript, but do them more quickly or efficiently (e.g. by writing less code). In order to accomplish that, it provides certain methods and functions layered over traditional Javascript.
This article provides a nice overview of some of these syntax issues:
http://www.devx.com/AJAXRoundup/Article/33174/0
It's not complicated but it will require you to do some additional study.
Lori
Similar Threads
-
By ASP learner in forum ASP.NET
Replies: 5
Last Post: 10-08-2002, 07:17 PM
-
By pramod in forum Architecture and Design
Replies: 0
Last Post: 08-16-2002, 01:28 AM
-
Replies: 2
Last Post: 03-28-2002, 07:14 AM
-
By John in forum Database
Replies: 3
Last Post: 11-21-2000, 01:05 AM
-
By Jason J. in forum Java
Replies: 0
Last Post: 06-28-2000, 09:57 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks