Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Learn AJAX or jquery?

  • 18-05-2009 2:27am
    #1
    Registered Users, Registered Users 2 Posts: 2,236 ✭✭✭


    Hi All,

    Finished exams soon enough and I'll have the summer to learn a few more skills.

    So far I have a firm understanding of HTML,CSS,PHP and MySQL. I also understand a bit of javascript, syntax etc but I have trouble integrating it with pages using the DOM.

    I'm wondering what I should learn next. AJAX or jQuery? I can see an instant need for AJAX as I would consider myself more of a developer than a designer.

    Do I need to be pretty hot at javascript for both or what?

    What do you guys think??

    Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 3,428 ✭✭✭randombar


    I well I reckon I'm pretty much in the same boat as yourself and I reckon you could easily do both, to get the basics of AJAX you only need a couple of javascript commands. Basically all ajax is is some straight forward JS code taking data from a page and sending it to a php script and doing something with the data that's returned.

    I think you can do a lot of Ajax now with JQuery so in the long run JQuery would be a better option in my opinion!


  • Registered Users, Registered Users 2 Posts: 714 ✭✭✭Smyth


    Read up on Ajax
    Learn Jquery


  • Registered Users, Registered Users 2 Posts: 19,608 ✭✭✭✭sceptre


    Learn better javascript and you're pretty much there on both (even though technically you don't need javascript to use ajax as you can use vbscript instead if you like).


  • Registered Users, Registered Users 2 Posts: 2,236 ✭✭✭techguy


    Cool,

    So it's basically javascript then.. and the others will follow.

    I can't wait to look into them after the exams..should keep me busy for a while.

    Thanks..


Advertisement