Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Bowden: Text in HTML is the way to go here; you cover accessibility issues and SEO bots, while simultaneously also being usable on the maximum number of devices possible. HTML and CSS are forgiving in the sense that you can make mistakes in them, and something will still be rendered to the user. Browsers are built with backwards compatibility, so combining them all grants you the extended coverage. Meaning that basic sites will work on nearly any phone. Any computer. Any browser.

So many modern javascript heavy websites that are pain to build, pain to index, pain to maintain, pain to download and consume, painful to support older devices. We got here because it was trendy...and now we've come to a full circle.



From a pragmatic perspective: adding a level of interactivity via JavaScript requires a lot of work and/or $$$. Text content Just Works.


And think of disabled people who use screen readers and similarly limited interfaces. A simple text-based website works so much better with these tools than a JS and AJAX abomination.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: