tags:

views:

46

answers:

1

Hi There,

I am currently trying to full appreciate how and when to use hash tags in urls when building an ajax powered website. There seems to be a distinct lack of reading material on the web regarding this technique and as such I don't feel like I've got a good handle on it.

Could someone explain in the simplest terms how the hash tag can be used in urls to enable things like loading pages via ajax.

Thanks

A: 

You might want to take a look at Google's Making AJAX Applications Crawlable website.

karim79
hmmmm, I suppose that deals with the specific details of making ajax pages crawlable. Im more interested in the mechanism by which hash tags can be used for ajax bookmarking and best practice for how and what to do to achieve it. ie - using window.location.hash etc
Sergio