How do I use www.domain.org/#!/topic/item style URLs and what are they called?
On many sites I see URLs like www.domain.org/#!/topic/item in my address bar. For example the new twitter changes the URL into that. I know what the hash does when you use targets in HTML: www.domain.org/page.html#topic3 moves the browser viewport to the anchor <a name="topic3"> . Also I think that this URL scheme solves the problem of having always the right URL in the address bar on a page with dynamical loaded content. But how… …do I handle those URLs on the server side? (mod_rewrite, javascript?) …is the technique called? Thanks for your help! The reason why Twitter and some popular sites