redarrow Posted September 28, 2009 Share Posted September 28, 2009 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! Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/ Share on other sites More sharing options...
Maq Posted September 28, 2009 Share Posted September 28, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-926419 Share on other sites More sharing options...
zq29 Posted September 28, 2009 Share Posted September 28, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-926439 Share on other sites More sharing options...
Daniel0 Posted September 28, 2009 Share Posted September 28, 2009 jQuery++ I also like the fact that it has a lot of plugins adding additional features. Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-926449 Share on other sites More sharing options...
seventheyejosh Posted September 28, 2009 Share Posted September 28, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-926460 Share on other sites More sharing options...
redarrow Posted September 28, 2009 Author Share Posted September 28, 2009 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) Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-926483 Share on other sites More sharing options...
seventheyejosh Posted September 28, 2009 Share Posted September 28, 2009 you,never no future browser's, might not have no JavaScript, never say never.((getting picky lol) I think it is safe to say that they will NEVER not have javascript. Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-926491 Share on other sites More sharing options...
jon23d Posted October 1, 2009 Share Posted October 1, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-928270 Share on other sites More sharing options...
redarrow Posted October 1, 2009 Author Share Posted October 1, 2009 jon23d that beautiful JavaScript framework cheers mate, love the help layout... Quote Link to comment https://forums.phpfreaks.com/topic/175808-solved-please-advise-me-on-a-easy-to-use-ajax-framework-cheers/#findComment-928281 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.