![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
the people who disable this are people like me. people stuck with dialup (b/c i live in the country). the most i ever do is disable images. how about THIS solution.
<<IF YOU DISABLE JAVASCRIPT THIS SITE WILL NOT WORK PROPERLY>>
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#12 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Pretty much what I do, except I'm normally a little ruder. Put in in 'noscript' tags.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#13 | |
|
Hobbyist Programmer
Join Date: Nov 2005
Posts: 149
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#14 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
CGI is an interface. Most Perl, PHP, and other server-side scripts dealing with the typical web transaction deal with that interface. You now know all you need to know about CGI for lebenty-jillion percent of your efforts.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#15 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
I think 10% is much too high. I would place it around 2% from statistics gathered from sites that I created. I imagine it all depends on your website's target audience.
I initially went crazy with all the JavaScript magic and made my pages require it... going slightly more relaxed these days. I use it now, in conjunction with work on the server side, to add faster page loading and a couple of useless bits of eye candy while retaining core functionality, e.g you can see at a (very old) design of my site at http://paul.giannaros.org - e.g click on the "contact" link with JS enabled and then again with it disabled. |
|
|
|
|
|
#16 | |
|
Hobbyist Programmer
Join Date: Nov 2005
Posts: 122
Rep Power: 3
![]() |
Quote:
__________________
"I'm going to become rich and famous when I invent a device that allows you to stab people in the face over the internet" |
|
|
|
|
|
|
#17 | ||
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Quote:
From the w3schools website: Quote:
|
||
|
|
|
|
|
#18 |
|
Hobbyist Programmer
Join Date: Nov 2005
Posts: 149
Rep Power: 3
![]() |
It seems like half of my friends I refer to the site I wrote, Javascript doesn't work for. The regular html loads fine, but the Javascript portions won't work. I'm thinking that maybe Firefox reads it and Internet Explorer doesn't.
www.putphrase.net is the address (Yes, I moved it to a paid host =D) The phrase should be displayed between the Thumbs-up and Thumbs-down, and should load a new phrase once the page is loaded. The skip button should load a new phrase, as should the Thumbs-up and Thumbs-down after sending the vote. All of this is Javascript. Could some of you go the link, and see if the phrases load in your browser? And if they don't, could you say what browser you use? It would be a great help. Also, if you have an idea of what the problem might be, that would be cool too... Note: If the page is blank, it's probably because I'm working on it and it has a parse error or something. Thanks again. |
|
|
|
|
|
#19 |
|
Professional Programmer
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4
![]() |
Works in:
<img src="images/thumbs-up.GIF"</span> I'm therefore drawn to the conclusion that your friends didn't have JavaScript disabled, just that they were viewing your site with the most popular browser on the market. :banana: |
|
|
|
|
|
#20 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I think it's a mistake to have the "You need Javascript" message displayed at all times. Forty jillion people don't know what Javascript is, or even that it exists. You're just chasing them away. Design your page so that it works with or without. Don't tell your user which they are looking at. Just handle it. Youainnagonnaget brownie points from your users for being slick. You'll have to go to a forum for that.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|