Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good resources on developing a site that supports browsers with and without javascript? [closed]

Tags:

javascript

I'm building a site that needs to work with browsers that support JavaScript and browsers that don't (or that have it disable). What are some good resources that explain good approaches in doing this? Any specific technologies or frameworks that handle this well?

like image 230
Jeremy Raymond Avatar asked Nov 19 '10 21:11

Jeremy Raymond


1 Answers

The technique is called Progressive Enhancement, Christian Heilmann wrote a good introduction to the subject.

like image 182
Quentin Avatar answered Nov 09 '22 12:11

Quentin