I had a mail from a nice lady who said she wanted to subscribe to The Big Meow, but was having trouble. I suggested she click on the button at the top of the sidebar, and she wrote back, "What button?"
This is extremely weird, as the button displays perfectly on every browser I've got. Would those of you who have a moment please look at the "Big Meow" website's index page and tell me whether you can see the "Buy Now" button or not? And if you can't see it, please let me know what browser you're using.
Thanks!
(BTW, for those of you who might be interested -- now that Lulu.com is offering hardcovers [with dustjackets even!], I'm going to do a costing on how much an "upgrade" to hardcover would cost for those who've already subscribed to the paperback. Stay tuned.)
(If you are interested, you might drop the contact email on the TBM page a mail with just the word HARDCOVER in the subject, so I can get a sense of the numbers.)
no subject
Date: 2006-08-04 01:09 pm (UTC)no subject
Date: 2006-08-04 01:11 pm (UTC)no subject
Date: 2006-08-04 01:11 pm (UTC)I'm on IE7, running WinXP.
no subject
Date: 2006-08-04 01:13 pm (UTC)no subject
Date: 2006-08-04 01:15 pm (UTC)no subject
Date: 2006-08-04 01:17 pm (UTC)it shows up on almost everything except IE 4. So, she probably has an old IE, or even an old Netscape.
no subject
Date: 2006-08-04 01:20 pm (UTC)no subject
Date: 2006-08-04 01:23 pm (UTC)no subject
Date: 2006-08-04 01:24 pm (UTC)no subject
Date: 2006-08-04 01:32 pm (UTC)no subject
Date: 2006-08-04 01:34 pm (UTC)no subject
Date: 2006-08-04 02:59 pm (UTC)no subject
Date: 2006-08-04 01:33 pm (UTC)no subject
Date: 2006-08-04 01:40 pm (UTC)no subject
Date: 2006-08-04 01:57 pm (UTC)Possibly she is blocking images somehow. That button is served from www.e-junkie.com, so for instance it would not show if she blocks images which are not from the originating site.
no subject
Date: 2006-08-04 02:25 pm (UTC)no subject
Date: 2006-08-04 03:59 pm (UTC)Under Tools menu, Options, there is a Content tab. There is a pair of checkboxes there, "Load Images" and "for the originating web site only." If this is the case, and if the user does not want to choose to untick the second box, she can click on the Exceptions button and add Diane's web site name to the exception list. (It works based on the source of the IMG tag, as I understand it, not the location of the image itself.)
no subject
Date: 2006-08-04 04:19 pm (UTC)no subject
Date: 2006-08-04 01:58 pm (UTC)(A warning that clicking either the button or the link needs Javascript enabled, otherwise you just get a blank page, might be in order as well. I don't have JS enabled except with sites which I know and trust...)
no subject
Date: 2006-08-04 02:02 pm (UTC)no subject
Date: 2006-08-04 02:16 pm (UTC)no subject
Date: 2006-08-04 02:28 pm (UTC)(Opera is wonderfully useful for checking combinations of settings, since unlike IE, most are on a right-click menu.)
no subject
Date: 2006-08-04 08:18 pm (UTC)no subject
Date: 2006-08-04 06:35 pm (UTC)no subject
Date: 2006-08-04 08:37 pm (UTC)(I refuse to have Flash installed on anything. JS is bad enough -- and anyone who thinks JS is harmless just try http://keristor.net/js.html, I knocked up that piece of malware in 10 minutes or so, and I don't even know JS, I've seen a site (which may have been taken down) which had a collection of JS snippets designed to wreck any browser with JS enabled....)
The TBM and YW sites are pretty good text only, usually, it's the 3rd party pay site which uses JS. I signed up for TBM using PayPal, which doesn't need it. And the actual PDFs seem to translate pretty well using pdftotext and the like (and there's the HTML version as well anyway).
no subject
Date: 2006-08-04 03:08 pm (UTC)no subject
Date: 2006-08-04 03:13 pm (UTC)That said, I do suspect that she's got the image server domain blocked somewhere, and that's what caused the problem. Either that or her security settings are on "ultra-paranoid" and blocking anything that looks third-party. This is something she may need to discuss with a computer-savvy friend who can make changes as needed, if she's not computer-savvy enough to do it herself.
no subject
Date: 2006-08-04 04:39 pm (UTC)no subject
Date: 2006-08-04 05:05 pm (UTC)no subject
Date: 2006-08-04 05:53 pm (UTC)no subject
Date: 2006-08-06 06:40 pm (UTC)no subject
Date: 2006-08-04 05:20 pm (UTC)It takes me to a blank page, though. This is probably because I have Javascript turned off, but I keep telling people: Treating people like dirt if they don't have Javascript enabled in their browsers is a poor way to run a website. "noscript" tags are cheap.
no subject
Date: 2006-08-04 05:30 pm (UTC)no subject
Date: 2006-08-04 05:32 pm (UTC)And that showed up a problem. You don't have an "alt" tag for the "buy now" image. So all I got was the name of the image file.
Here's the existing code for that "button".
<a target="_blank" href="https://www.e-junkie.com/ecom/gb.php?i=5069&c=single&cl=666"><img src="https://www.e-junkie.com/ej/x-click-butcc.gif" border="0" /></a>
Here's what it *should* be (with the added bit highlighted in red):
<a target="_blank" href="https://www.e-junkie.com/ecom/gb.php?i=5069&c=single&cl=666"><img src="https://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now" /></a>
Adding that bit will give folks the "Buy Now" text when they mouse over it, and with text only browsers or screen readers they'll get "Buy Now" indicated as a link instead of "x-click-butcc"
Dunno if it'll work, but here's the edited version to test.
no subject
Date: 2006-08-04 05:38 pm (UTC)The W3C Markup Validation Service
http://validator.w3.org/
since these are the folks who *define* HTML, anything that this tool objects to really *does* need to be fixed.
It's also nice in that you can upload the page from your system so you can check it before it goes online.
"WebXACT is a free online service that lets you test single pages of web content for quality, accessibility, and privacy issues."
http://webxact.watchfire.com/
A lot of what this checks is overkill for most of use. But it does catch things like broken links and some other issues that are worth pursuing.
no subject
Date: 2006-08-04 06:45 pm (UTC)no subject
Date: 2006-08-04 07:38 pm (UTC)And I'm using Opera 8.02.
no subject
Date: 2006-08-04 08:04 pm (UTC)The text beneath the button says "(please enable Java in your browser to use the above links)", which is confusing, because the links work just fine even when Java is NOT enabled.
I think you meant "please enable Javascript", since I see that when that is disabled, the link does not pass through to paypal.
no subject
Date: 2006-08-04 08:20 pm (UTC)... ALT="Diane Duane's 'The Big Meow'" ...
some browsers may barf on that if they don't properly process the double quotes and the single quotes. The HTML for that section seems to be well formatted, including /'s on the
tags for XML compatability.
You could try escaping the single quotes instead like
... ALT="Diane Duane's 'The Big Meow'" ...
Most browsers you wouldn't have to do that for, but I could see that being something broken in the browser.
no subject
Date: 2006-08-04 08:25 pm (UTC)And all the ' in the second example should be &#39;
Escaping got me too.
no subject
Date: 2006-08-04 08:31 pm (UTC)