On Thu, 9 Jan 2003, John Vertegaal wrote:

> On Thu, 9 Jan 2003, Steve Ackman wrote:

> >>"Invalid
> >> SOS parameters for sequential jpeg" is all about.  My webpages load
> >> with these messages, see: "www.coolbikesubuild.com/new.htm" for an
> >> example.
> 
> > I don't see anything wrong with the bemax.jpg except its
> > size.
> 
> Thanks for answering Steve.  I guess this means that the error message
> appears on my screwed up computer only.  

  I did see that "error" message in xv, but it didn't affect 
anything.

> In the meantime I discovered
> that my jpegs, that won't load for me in Arachne, are mainly converted
> ones by some graphics program like pictview, ftcolor or mspaint.  

  Logitech FotoTouch Color version 1.1

> >Showing a 235KB graphic file as a smaller size
> >doesn't make it download any faster.
> 
> I realize that
> 
> > You need to make a
> > small version known as a "thumbnail," say 9K or 10K and use
> > that as the anchor for the link to the full size version.
> >  Especially on the front page... which is the first thing
> > people see.  Having over 600KB of graphics on a page isn't
> > the way to make it download quickly.
> 
> My problem is that the full size version, the one necessary to show all
> the details, doesn't fit on the screen.  Although it probably would on
> a top of the line screen.  This means that most people wouldn't be able
> to easily see a complete picture, as thumbnails are too small.

  Exactly.  One of the preferred ways to do it would be like 
this:  http://wizard.dyndns.org/new.htm

  That way the people on the slow modems only end up 
downloading a 21K file as part of the page.  At 33.6kbps,
that's 5 seconds... as opposed to having to download the 
entire 241K file which takes a whole minute.
  
  Give them a "low-res" option in case they have older 
equipment or medium interest, and give them a "hi-res" 
option in case they have broadband, or high interest... but 
as a default, you've made them happy because your entire 
page is completely loaded in less than 10 seconds.
(Since I did this only as an example, I've purposely 
degraded the quality of the two larger ones to save on 
bandwidth... in "real-life" they'd probably be something
like 125K and 225K)

> > <A HREF="bemax.gif"><IMG SRC="BEMAX.GIF" ></A>
> 
> > bemax.gif exists in that directory.  BEMAX.GIF doesn't.

  But come to think of it... why have an anchor link to the 
exact same graphic as its anchor?  Why not just put it 
inline and forget about the link?

<IMG SRC="bemax.gif" width="428" height="99">

  BTW, the width and height properties are not there to size 
the graphic, but to tell the browser the size ahead of time, 
so it can "set aside" that space and lay the page out before 
actually downloading the graphics.

-- 
Steve Ackman
http://twoloonscoffee.com       (Need green beans?)
http://twovoyagers.com          (glass, linux & other stuff)

Reply via email to