which framework would you advise to start working in ajax?
jquery?
prototype? other framworks?
thanks
Why ask javascript questions in a PHP newsgroup? Try comp.lang.javascript.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================
Have you tried Google?
As Jerry indicates, comp.lang.javascript is a better place to ask.
Before posting, however, you should consider reading the newsgroup's
FAQ:
<http://www.jibbering.com/faq/#ajaxRef>
--
Curtis Dyer
<?$x='<?$x=%c%s%c;printf($x,39,$x,39);?>';printf($x,39,$x,39);?>
While that's nominally the correct group, they'll invariably tell him
that all frameworks and libraries suck, that their authors are all
morons, and that all users of said libraries are escaped mental
patients. They're an odd log in CLJS. There's probably a better
javascript group to try.
Well the obvious php based answer to this is xajax
http://xajaxproject.org/
This lets you develop php centric ajax type applications as opposed to
javascript centric.
No.
> Oh - and I don't use any framework at all. By the time you've discovered
> how one works, you can write your own.
Well you could say that about most things, including php's plethora
of array functions.
Maybe they're right.
And if there is a better javascript newsgroup, I haven't found it. Most
of the guys there are pretty knowledgeable, even if you have to put up
with a couple of trolls.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================
You'll find lots of reasons in an appropriate newsgroup. This is not it.
Off topic, but jQuery is an over-bloated peice of crap.
Ajax can be done quite well with about fifteen lines of well crafted
javascript. No need for any "library".
Further information can be found in the javascript newsgroups;
Ha ha, you know the place :)
I've found that StackOverflow.com is a nice forum to ask JavaScript
questions. There're quite knowledgeable regulars and they don't
invariantly answer "go ask somewhere else" as in most Usenet groups.
It's worth a try-out.
--
-- http://alvaro.es - �lvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programaci�n web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--
> Jerry Stuckle wrote:
>> Sirius Black wrote:
>> > Hello everybody
>> > I'd like to learn ho to use ajax
>> > I havo problem in php and html
>> > I have more problem in javascripts
>>
>> > which framework would you advise to start working in ajax?
>> > jquery?
>> > prototype? other framworks?
>> >
>> > thanks
>>
>> Why ask javascript questions in a PHP newsgroup? Try
>> comp.lang.javascript.
>> [...]
>
> While that's nominally the correct group, they'll invariably tell him
> that all frameworks and libraries suck, that their authors are all
> morons and that all users of said libraries are escaped mental
> patients. They're an odd log in CLJS. There's probably a better
> javascript group to try.
You are either delusional or a troll. Nobody there has ever talked like
that.
In any case, would you rather have people hiding their own cluelessness,
openly lying to you and playing guessing games, so that you can have a warm,
cosy feeling while in fact falling right off the cliff with the other
lemmings in the hype? Or would you prefer sound technical advice that is in
most cases based upon years of software development experience instead?
If the former, go to script library user support forums like
http://forum.jquery.com/; if the latter, go to comp.lang.javascript.
F'up2 PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f806at$ail$1$8300...@news.demon.co.uk>
ok, thank you everybody and sorry for this OT (I thought it was a
related subjet, but you proved me wrong)
thank you anyway
Just looked at the group this morning. The thread at the top of the
list is one discussing why every javascript framework sucks.
> In any case, would you rather have people hiding their own cluelessness,
> openly lying to you and playing guessing games, so that you can have a warm,
> cosy feeling while in fact falling right off the cliff with the other
> lemmings in the hype? Or would you prefer sound technical advice that is in
> most cases based upon years of software development experience instead?
I'd rather have somebody be helpful without being a jerk. The two
aren't mutually exclusive.
You are right. There should be no need to discuss axioms.
Gregor
Even though, 85% of the time, they'd be correct about the frameworks
sucking?
--
When C++ is your hammer, everything looks like a thumb.
-- Steven M. Haflich
>Gordon wrote:
>
>> While that's nominally the correct group, they'll invariably tell him
>> that all frameworks and libraries suck, that their authors are all
>> morons and that all users of said libraries are escaped mental
>> patients. They're an odd log in CLJS. There's probably a better
>> javascript group to try.
>
>You are either delusional or a troll. Nobody there has ever talked like
>that.
It is fascinating that you would assert this, when your signature at the
end of the very same post said:
>Prototype.js was written by people who don't know javascript for people
>who don't know javascript. People who don't know javascript are not
>the best source of advice on designing systems that use javascript.
> -- Richard Cornford, cljs, <f806at$ail$1$8300...@news.demon.co.uk>
QED, in my view.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.
Learn HTML and Javascript. Depending on your ease for learning... it
might take a couple of days.
Ill add my 50 cents... If you get to understand the mechanics of Ajax
you really don't need a framework. But jQuery really makes your life
easier (Or harder when you just start using it).