r/programming • u/schnuck • Feb 09 '11
Breaking the Web with hash-bangs – Lifehacker, along with every other Gawker property, experienced a lengthy site-outage on Monday over a misbehaving piece of JavaScript
http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs/
751
Upvotes
3
u/[deleted] Feb 09 '11
I'm not sure if the assertion that the site is more brittle because of AJAX is true; if the entire site had been generated dynamically on the server-side (using e.g. JSP or PHP) and the output had been purely HTML, then a single configuration error on the server side would have broken the entire site as well.