Jump to content

[SOLVED] Please advise me on a easy to use ajax framework cheers.


Recommended Posts

Advance thank you.

 

 

Can you all please post relevant links to,a easy framework to use ajax.

 

i have been currently reading 3 books, on the ajax/JavaScript Lagrange, and far as i am concern, it a insecure language and crap.

 

but because off trends, and clients like the desktop fill, i need a easy to use framework to implement ajax .

 

thank you.

 

Burning the books cheers.........

 

((Even the ajax for dummies, suggest a framework, because to many people find it hard, to remember the spelling of the functions!))

 

saying that all my ajax books suggest using a ajax framework..

 

i want one that a phpfreaks member use, on a project basis and find easy to use in real life!

I recommend jQuery.  It's powerful, easy to use, and one of the more popular frameworks.  The documentation isn't too verbose, but you can usually find what you're looking for somewhere on the web.

Advanced "you're welcome".

 

As far as I'm concerned, AJAX isn't a language and JavaScript is neither insecure or crap. Security is generally down the implementation of the language. I also don't understand how you think that it is difficult to remember the spelling of the "functions" when PHP is know for it's inconsistency in function naming and parameter ordering.

 

Ideally, you should learn the core language and theory behind the AJAX technique, but in answer to your question - I use jQuery.

Yea, jquery is the best. I'd agree with SemiApocalyptic that learning base JS then a framework is the best way to go. Learning about document.getElementById(''). value , .style , etc etc is great to know, then when you do $(#ok).load or something, you know what is really going on, and you can better manipulate it to suit your purposes. Also, what do you mean by the spelling of the functions? I'm assuming you mean the internal functions (?) such as if() switch() etc? Or maybe document.Blah ? I really don't think that is a good excuse to not learn a language. Sure you may have to google it a couple times, but after you type it out for a while, it'll be embeded in your brain. It just comes down to how much time you want to devote to it.

 

EDIT: internal functions (?) -> internal (?) functions

Sorry if my approach to get feedback offended anybody, i just hate JavaScript , done it years ago and hated it then, but unfortunately got to use it....

 

cheers.

 

solved......

 

can not argue or debate about JavaScript/ajax because i don't no enough.

 

but when it comes to php, i don't want to cross match in my head php with JavaScript, that why i want to use a framework for JavaScript, so i don't need to remember nearly nothing just use it...

 

 

Dont want to devote much time with JavaScript at all.

 

you,never no future browser's, might not have no JavaScript, never say never.((getting picky lol)

 

 

 

I'd like to put my vote in for prototype (www.prototypejs.org), I've used it for quite a while and really, really like it.  I have built some extraordinarily complex interfaces using it, and have found its simplicity to be unique.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.