Reply LinkBack Thread Tools Search this Thread
Old 17-02-2008, 09:45   #1 (permalink)
venturewise
Registered User
 
venturewise's Avatar
 
Join Date: Feb 2008
Location: NYC
Posts: 58
How many people turn off Javascript, really?

Now and again I hear of a designer who was told to redo a site because something doesn't work if JavaScript is turned off.

I'm wondering - how much of the population tries to surf the web without javascript? Are there any huge sites out there that use no javascript? Just wondering...
  Reply With Quote
Old 17-02-2008, 10:31   #2 (permalink)
freelancr
Senior Member
 
freelancr's Avatar
 
Join Date: Oct 2006
Posts: 2,096
I run Firefox with an extension called NoScript, it blocks javascript from all domains until you allow each domain you want. It is one of the most popular addons for Firefox, and has been for some time now. This is handy as it speeds up browsing as I don't have to wait for adverts to load up as they are mostly served up using Javascript, like Google Ads. It also prevents most of these dodgy ad networks sticking tracker cookies on your browser, or using malicious coding in adverts, which has fucked over many a social networking website user in the past.

You also need to remember all of the search engine bots ignore javascript as it saves on bandwidth, speeds up a per page crawl, and stops the potential of them being infected/exploited by malicious code. If your site cannot be browsed with javascript disabled, it will not be crawled, which is bad for SEO.

Also some special browsers like screen readers may have javascript disabled, though I am not sure as I haven't tested any. Either way having a site that does not work with javascript disabled is bad for accessibility.
  Reply With Quote
Old 17-02-2008, 10:40   #3 (permalink)
seen.to
unusual suspect ™
 
seen.to's Avatar
 
Join Date: Jul 2004
Location: DE, USA
Posts: 2,795
The functionality of your site should never rely entirely upon JavaScript. Personally I practice graceful degradation - that is to say that although I may use JavaScript to enhance certain aspect of the sites I make, mainly through DOM scripting, I do my best to make sure that the site is still perfectly functional without JavaScript.
__________________
  Reply With Quote
Old 17-02-2008, 12:20   #4 (permalink)
venturewise
Registered User
 
venturewise's Avatar
 
Join Date: Feb 2008
Location: NYC
Posts: 58
How do AJAX sites work with Javascript turned off?

Thanks for the replies.
  Reply With Quote
Old 17-02-2008, 12:46   #5 (permalink)
freelancr
Senior Member
 
freelancr's Avatar
 
Join Date: Oct 2006
Posts: 2,096
Quote:
Originally Posted by venturewise
How do AJAX sites work with Javascript turned off?

Thanks for the replies.

Most don't, but they SHOULD degrade to a server-side version.
  Reply With Quote
Old 18-02-2008, 06:20   #6 (permalink)
haku
shiro
 
haku's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,181
A good Ajax designer will design the site (or have the site designed) so that it works without javascript, and then add the javascript over top.

I think that if someone is designing a personal site, or one that is fun, if the site doesn't work with javascript its probably not that big of a deal (although its kind of sloppy programming). But if you are designing for any kind of business, you run the possibility losing a customer because your site requires javascript. So in the interests of hitting as big a customer base as you can, its best to design a site to work without javascript, and use javascript to enhance the site, rather than be the site.
  Reply With Quote
Old 25-02-2008, 11:13   #7 (permalink)
sunitp82
Registered User
 
Join Date: Feb 2008
Posts: 4
I rarely turn of javascript, I don't think many people do.
  Reply With Quote
Old 25-02-2008, 11:28   #8 (permalink)
woodss
Just another web monkey
 
woodss's Avatar
 
Join Date: Mar 2005
Location: Newcastle, UK
Posts: 216
Send a message via ICQ to woodss Send a message via MSN to woodss Send a message via Yahoo to woodss Send a message via Skype™ to woodss
Quote:
I'm wondering - how much of the population tries to surf the web without javascript? Are there any huge sites out there that use no javascript? Just wondering...

Google (and most other search spiders) don't have Javascript capabilities when trawling your website - if you rely on Javascript for navigation you might as well forget about decent SERPs
  Reply With Quote
Old 25-02-2008, 11:34   #9 (permalink)
niggle
Senior Member
 
Join Date: Feb 2008
Posts: 456
Yes, it's a good idea to add an extra third to the development time of every project because a tiny, tiny number of people turn off their javascript. And don't forget that some people surf the web with their eyes closed and some do it by simply shouting at the screen, so you'll have to accommodate them too. And what about people who don't own computers at all? You absolutely have to make provisions for them too.

With a bit of effort and by listening to enough people on this forum you can increase every project's cost by a factor of 100 and win every pennyless knuckle-dragging idiot on earth as a customer.
  Reply With Quote
Old 25-02-2008, 11:51   #10 (permalink)
weldo
now with added beard
 
weldo's Avatar
 
Join Date: Mar 2004
Location: Liverpool
Posts: 5,273
ha ha.

tit.
__________________
fuck signatures
  Reply With Quote
Old 25-02-2008, 12:08   #11 (permalink)
iblastoff
gotsa a malanga!
 
iblastoff's Avatar
 
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
Quote:
Originally Posted by niggle
Yes, it's a good idea to add an extra third to the development time of every project because a tiny, tiny number of people turn off their javascript. And don't forget that some people surf the web with their eyes closed and some do it by simply shouting at the screen, so you'll have to accommodate them too. And what about people who don't own computers at all? You absolutely have to make provisions for them too.

With a bit of effort and by listening to enough people on this forum you can increase every project's cost by a factor of 100 and win every pennyless knuckle-dragging idiot on earth as a customer.

yah ok. this is coming from someone who thought 'save for web' in photoshop would retain 300 dpi.
__________________
  Reply With Quote
Old 25-02-2008, 16:46   #12 (permalink)
roto
This is it - ground zero.
 
roto's Avatar
 
Join Date: Apr 2003
Location: Paper St.
Posts: 4,339
Send a message via AIM to roto Send a message via Yahoo to roto
Who pissed in niggle's corn flakes today? Sheesh...
__________________
fun: HGC v.4 | last.fm: DT | me | oi! f*ck u roto: ...via meebo!

New to interweb design? Your friends at dt can help.
  Reply With Quote
Old 25-02-2008, 17:11   #13 (permalink)
Larixk
Senior Member
 
Larixk's Avatar
 
Join Date: Sep 2006
Location: Utrecht, Netherlands
Posts: 989
Send a message via MSN to Larixk
heard some it-departments disable javascript by default around their offices. So that might be a group worth considering.

Overall, I think applying javascript unobtrusively isn't just meant to help out those unlucky few with dumb browsers. It's helpful as well to improve the overall accessibility, robustness, search-engine friendliness, and maintainability of your site.

It's a good habit not a law.
__________________
  Reply With Quote
Old 25-02-2008, 17:28   #14 (permalink)
Do Gooder
                         
 
Do Gooder's Avatar
 
Join Date: May 2007
Posts: 5,027
Quote:
Originally Posted by roto
Who pissed in niggle's corn flakes today? Sheesh...

niggle has piss cornflakes everyday.
__________________
  Reply With Quote
Old 25-02-2008, 18:34   #15 (permalink)
haku
shiro
 
haku's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,181
Quote:
heard some it-departments disable javascript by default around their offices. So that might be a group worth considering.

All the people on my team have javascript turned off.
  Reply With Quote
Old 26-02-2008, 04:45   #16 (permalink)
Dusteh
Sir digby chicken caesar
 
Dusteh's Avatar
 
Join Date: Sep 2004
Posts: 4,378
Worked on a site for a large investment company in the city, they also had javascript turned off as default by their IT team. Pain in the arse because I use javascript to hide email addresses from the harvesters.
__________________
unconsolidated isoparms
  Reply With Quote
Old 26-02-2008, 04:50   #17 (permalink)
niggle
Senior Member
 
Join Date: Feb 2008
Posts: 456
Quote:
Worked on a site for a large investment company in the city, they also had javascript turned off as default by their IT team. Pain in the arse because I use javascript to hide email addresses from the harvesters.

Then why did you work for them? If you know that a client's behaviour is going to cause you problems, why take the contract?
  Reply With Quote
Old 26-02-2008, 05:00   #18 (permalink)
Dusteh
Sir digby chicken caesar
 
Dusteh's Avatar
 
Join Date: Sep 2004
Posts: 4,378
You really are an unprofessional tit. Hardly the clients behaviour at fault was it?

__________________
unconsolidated isoparms
  Reply With Quote
Old 26-02-2008, 05:05   #19 (permalink)
niggle
Senior Member
 
Join Date: Feb 2008
Posts: 456
Quote:
Hardly the clients behaviour at fault was it?

Then it was your fault?

Perhaps you should have behaved differently then.

We make a point of not working with clients whose aims or methods don't fit with ours. I can only assume you're absolutely desperate for clients to have to take on jobs which you know will be problematic.

That's quite sad, I feel sorry for you.
  Reply With Quote
Old 26-02-2008, 05:26   #20 (permalink)
Dusteh
Sir digby chicken caesar
 
Dusteh's Avatar
 
Join Date: Sep 2004
Posts: 4,378
In other words, when the client asks for their site to be W3C valid with no tables, you run a mile.
__________________
unconsolidated isoparms
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8