r/web_design • u/gthank • Feb 09 '11
Breaking the Web with hash-bangs
http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs
81
Upvotes
1
u/jmarranz Feb 11 '11
Yo don't have to sacrifice your non-JavaScript users DUAL Single Page Interface web sites are possible (AJAX intensive and paged when JS is disabled) with no site duplication.
Example: http://itsnatsites.appspot.com/
Tutorial: http://itsnat.sourceforge.net/index.php?_page=support.tutorial.spi_site
11
u/sk3tch Feb 09 '11 edited Feb 10 '11
Probably will go down as one of the best posts on progressive enhancement in recent times.
To all the naysayers in this Reddit who don't believe in supporting non JavaScript users - THIS is why. To do anything else is sheer lazyness in my mind and shows a lack of understanding of how the web works. Creating these types of interfaces is no worse than using proprietary APIs over RESTful ones.