Something that people might not be aware of is that Javascript is required to run an ASP.net web page. Without Javascript the ASP.net does not work at all. Most modern pages are built in either ASP.net (if your a microsoft development shop) or PHP (open source).
All the nice dynamic activities on the web are done through, either Javascript or Flash. Some people have even started accessing data from the database (indirectly) using Javascript.
This means that browsers that don't allow Javascript to run, are being minimized by my industry, and shunted off to the side. If you don't allow javascript in your browser, chances are you will significantly decrease your user experience.
But GoogleBot, the google indexing spider does not understand javascript... So developer's will have to be very careful about how they design pages that rely on ASP.net. What value is a web page if no one ever finds it.
Regards
Comments(2)