My first Ajax app
I want to get my feet wet with some Ajax programming. Should I start by using XMLHttpRequest directly? Or, which framework should I use, Prototype, jQuery, GWT, or something else? Wikipedia has a comparison of frameworks, but I thought I'd ask here first.
no subject
no subject
no subject
no subject
More seriously, that seems fair to me. It's probably still worth glancing at the XMLHttpRequest techniques so you know what's actually going on inside Prototype.
no subject
no subject
I don't really have a comment on whether starting in prototype/whatever is better than starting out with raw XMLHttpRequest. I started out with this hunk of crap called xajax, and then switched my codebase over to prototype. I ended up debugging down to the level where the framework talked to the request object in both cases.
I do not know if I would have "learned faster" or whatever starting out at the lower level. Compared to 680x0 assembly it's all pretty high level, so I feel like I win anyway.
It is inexpensive to perform easy experiments with a few different frameworks.
no subject
no subject
no subject
no subject