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

Crash course in Javascript, PHP and jQurey

  • 05-08-2011 10:48am
    #1
    Registered Users, Registered Users 2 Posts: 10,245 ✭✭✭✭


    I want to spend the next few weeks introducing myself to the above languages. I'm looking for a site (or sites) that offer good beginners introduction to them.

    W3C seems good. But perhaps there are better tutorial sites out there. If it's money well spent I certainly don't mind paying (lydia.com etc).


Comments

  • Registered Users, Registered Users 2 Posts: 912 ✭✭✭chakotha


    That's a lot to learn in a few weeks!

    For jQuery I'd say jQuery: Novice To Ninja is very good and covers lots of cool effects but it assumes basic knowledge of JavaScript and intermediate HTML/CSS. You can get a PDF version if you are in a hurry.

    It doesn't cover the server-side handling of Ajax requests so work through a few online tutorials in PHP/Ajax and MySQL.


  • Registered Users, Registered Users 2 Posts: 10,245 ✭✭✭✭Fanny Cradock


    Yeah, perhaps I'm aiming a little high there. :pac:

    I'd be happy to get a handle of the basic concepts in that time.


  • Posts: 0 [Deleted User]


    W3Cschools will get you going with PHP and javascript. As jQuery is a javascript framework, maybe wait until you understand the basic javascript syntax, how it can manipulate the DOM, AJAX techniques etc before tacking jQuery.

    http://oreilly.com/catalog/9780596805531 is a decent javascript book. O'Reilly also do some great PHP books, and Packt can be relied on for up to date jQuery books.


  • Registered Users, Registered Users 2 Posts: 10,245 ✭✭✭✭Fanny Cradock


    Good advice there. I actually have this O'Reilly book but I've found getting past page 10 difficult. I guess it never engaged me.


  • Registered Users, Registered Users 2 Posts: 17 donbon


    Here's some great free resources for beginners. These 2 series are both by Jeffery Way the editor of Nettuts, He's very good at explaining the fundamental concepts for beginners and focuses on writing out usable code examples from the get-go. I find this method more accessible and practical than a more theoretical approach to begin with.

    http://net.tutsplus.com/articles/web-roundups/jquery-for-absolute-beginners-video-series/

    http://blog.themeforest.net/screencasts/diving-into-php-video-series/


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 9,383 ✭✭✭S.M.B.


    Sitepoints Javascript course is just $9.99 on learnable (their separate e-learning site that didn't really kick off)

    The PHP/MySQL one is $25 which seems steep enough.

    https://learnable.com/courses/javascript-programming-for-the-web-40


  • Registered Users, Registered Users 2 Posts: 10,245 ✭✭✭✭Fanny Cradock


    Very helpful. Thanks guys.


Advertisement