Results 1 to 4 of 4

Thread: How to get started with AJAX?

  1. #1
    Join Date
    Jul 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to get started with AJAX?

    Hi all,
    I am planning to create an archive for a blog using ajax, so the results can instantaneously be filtered by date, tag, etc.
    The only problem is that I have no javascript knowledge whatsoever , so where do I get started???
    Thanks already, dl33

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Well, extending a blog with an ajax archive will require more than just JavaScript, but PHP/ mysql (or whatever language your blog is written in) as well. From your post it seems you're new to coding in general. Ajax really is just a bridge between JavaScript and your server side script, but you need to be familar with both sides of the bridge first.

    Anyhow, there are a lot of Ajax tutorials online. For beginners, I like this one.

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    ddadmin is right but I think he meant to say here:

    but PHP/ mysql (or whatever language your blog is written in) may and probably need to be used as well
    One thing about AJAX though, there is generally nothing 'instantaneous' about it. Its use almost always involves a perceptible lag time while the server retrieves the data and serves it, and while the browser caches it and parses it for display.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    jscheuer is right but I think he meant to say here:
    but PHP/ mysql (or whatever language your blog is written in) may and probably will need to be used as well
    Couldn't resist, sorry
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •