QUOTE(Hercco @ Jun 26 2006, 06:56 PM)

Ajax is something that I should be paying more attention to. I know basically how it works but haven't bothered to try actual implementation.
In reality, Ajax is not a big revolution : it's only the combinaison of old technologies such as CSS, JS. The revolution is more on the concept it self, the new mode to take part of these technologies to create user friendly web 2.0 applications. (it's my vision...i don't like the terms ajax or web 2.0 : it's too "hype" for things which exist since 10years)
Ajax is good in 2 ways :
- to accelerate form submissions or make actions without obligation to send a HTTP request to your web server (see XmlHttpRequest object for Ajax).
- to design pretty interfaces : drap&drop, hide part of web pages, create animations with images, text, assist users with contextual information,....
QUOTE
I guess something like this would be a good starting point.
Exactly : Prototype is a good starting point to learn Ajax. You can see also the "Yahoo! User Interface Library" at
http://developer.yahoo.com/yui/index.html or ZK Framework
http://zk1.sourceforge.net/QUOTE
By the way, can you (or someone else) give me a link to a website using this Prototype? Or explain how it actually helps you? What can be done with it?
The Ajax Framework Rico use Prototype. In my society, we use Prototype to create dynamics menus. It's help me because it's a reliable and clean library JS..it's IE and Firefox complient. I need a single file to install prototype : prototype.js. I can do lot of things with minimal code, only by calling a few Prototype functions.
QUOTE
Or would I be better off with going through the W3C school first?
Sorry, I don't understand the question.. I don't speak fluently english

If interested, take look to these others examples / scripts :
http://www.netvibes.com/http://www.sitepoint.com/books/dhtml1/examples/fileman.phphttp://www.dhtmlgoodies.com/ http://dhtmlkitchen.com/scripts/draglib/Dr...rget/index.htmlFor Java Developers,
- Echo2 Framework :
http://www.nextapp.com/platform/echo2/echo/demo/- Google Web Toolkit beta :
http://code.google.com/webtoolkit/
Comment/Reply (w/o sign-up)