If a coin site was set up like this how annoying would it be.. or how patient are you
mrdq
Posts: 1,186 ✭✭✭
Two images have to load then just move the mouse over the pic.
It'd drive ME nuts but i'm on a 28.8 dialup (country living, aint it grand). I like the design trick but from a "net surfer" point of view is loading 65k pics too much or what?
It'd drive ME nuts but i'm on a 28.8 dialup (country living, aint it grand). I like the design trick but from a "net surfer" point of view is loading 65k pics too much or what?
--------T O M---------
-------------------------
0
Comments
As for the effect (probably Javascript) it would be a good idea to check and see that it works well in all major browsers, but I use the term "major" very loosely. I have had 470,000 page views on my site this month, and 454,000 of them were MSIE users. The rest were Netscape mainly, with a scattering of Opera, Safari, etc. my point is that browser compatability probably wouldn't be my major focus.
As to how it saves space on the scree, more power to you - good thinking. You might want to consider that some people like static pictures and attempt to give them a choice. Some people, believe it or not, can't figure out the rolling flip-over if their life depended on it.
I guess in the end I'm not giving you a definite opinion, more just some stuff to chew on and think about.
The Lincoln cent store:
http://www.lincolncent.com
My numismatic art work:
http://www.cdaughtrey.com
USAF veteran, 1986-1996 :: support our troops - the American way.
Rgrds
TP
Coin's for sale/trade.
Tom Pilitowski
US Rare Coin Investments
800-624-1870
Personally, be it auction or whatever, I like being able to read about the coin and see a small photo, which I can
click on to enlarge if I desire. The enlargement can take the form of a new page or a popup - either is fine with me.
Just my two cents.
Ken
Not any more efficient than just showing the front and back at the same time, but infinately more "cool".
--------T O M---------
-------------------------
Code looks simple enough:
<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from none JavaScript Browsers
Image1= new Image(450,300)
Image1.src = "37.jpg"
Image2 = new Image(450,300)
Image2.src = "37rev.jpg"
function SwapOut() {
document.imageflip.src = Image2.src; return true;
}
function SwapBack() {
document.imageflip.src = Image1.src; return true;
}
</SCRIPT>
</head>
<A HREF="index.html" onMouseOver="SwapOut()" onMouseOut="SwapBack()">
<IMG NAME="imageflip" SRC="37.jpg" WIDTH=450 HEIGHT=375 BORDER=0></A>
New collectors, please educate yourself before spending money on coins; there are people who believe that using numismatic knowledge to rip the naïve is what this hobby is all about.
I am very impatient...which is why I got a cable modem. And, using my cable modem your site loads quickly--a LOT faster than, say, the Heritage site.
Mark