After weeks of failure, I am completely lost as to how I can covert my site to be ajax based. The main purpose is that I have a bar at the bottom that plays music and I would like it to play as the pages change. Please help me figure this out!
The Ajax area includes:
- Google AdSense and Adbrite ads (although I can go without these in Ajax area)
- Several jQuery plugins and javascript functions (NEED these to work in Ajax area)
- Normal links so that non javascript users can still browse + for SEO purposes (so links need to look like "/Link/Page/1/"
- ALL content is grabbed used php switch statements and $_GET
What I've Tried:
- jQuery History Plugin
- Asual Address Plugin
- http://www.malbecmedia.com/blog/development/coding-a-ajax-site-that-degrades-gracefully-with-jquery/
- jQuery ajax calls (jQuery.ajax)
That's the majority of the situation, minus some small details, I am definitely not going to use frames and would really like to figure something out. Also note that the ajax area contain links that change the music, so everything needs to correspond together.