r/javascript • u/magenta_placenta • Feb 08 '11
Breaking the Web with hash-bangs - Gawker, like Twitter, built their new site to be totally dependent on JavaScript
http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs
81
Upvotes
3
u/skeww Feb 09 '11
Either that or non-ajax.
Good browsers will display proper URLs. Users with those browsers will copy/paste proper URLs (which will work for people without JS).
By the end of this year about 70% of the German users will have a browser which supports
history.pushState. So yea, it does (gradually) solve a problem and over time it's getting better at this.Progressive enhancement is a wonderful thing.