Jump to content

Dynamic AJAX loading of web contents (newbie question)


hanashite

Recommended Posts

Are there any good resources out there for beginners on how to incorporate AJAX into a website?

I want the text/image contents of my site to dynamically load into the pages without reloading the whole page (including the header, footer, navigation bar etc.), but unfortunately I'm no programmer. So I was hoping for soem "ready-to-use" cut/paste solution out there :)

Thanks

Link to comment
Share on other sites

  • 3 months later...

there are many ways to tackle this, you could use PHP includes to add the headers footer, etc or javascript and jquery. Unfortunately I don't know of any ready to cut and paste solution because you'll have to play with the code anyway in order to make it work for your particular application.

 

If you're interested you can check this:

 

https://developer.mozilla.org/en/Ajax

 

http://www.xul.fr/en-xml-ajax.html

 

http://code.google.com/edu/ajax/tutorials/ajax-tutorial.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...