Forum OpenACS Q&A: Re: Problems with MS IE6

Collapse
6: Re: Problems with MS IE6 (response to 1)
Posted by Steve Manning on
Thanks guys. As a quick test I moved all the jpeg thumbnails (created with convert from Photoshop images). I then opened one in the Gimp saved it as an .xcf then saved it again as a .jpg - this stripped out any metadata as .xcf doesn't support it. I then stuck that back in and sure enough IE 6 loaded the page without problems. I then stuck ONE of the origianl jpegs back and IE hung. So I'm hoping thats the answer.

Incidently I noticed that the original thumbnail was 20k from a 30k orignal image!?! The GIMP one was only 5k so I'm pretty sure the original is carrying some baggage.

I'm going back to the client and asking him to resave and submit the images again.

  - Steve

Collapse
7: Re: Problems with MS IE6 (response to 6)
Posted by Patrick Giagnocavo on
I suggest the use of "jhead", found at http://www.sentex.net/~mwandel/jhead .  Under Debian, running "apt-get install jhead" will download and install this for you.

This kind of behavior is often seen on Macintosh files (at least under OS9 and earlier) where a thumbnail preview is generated and stored in the first part of the filename.  From your post, it sounds like other information is also being stored in the first part of the JPEG file.

By stripping the thumbnail and other data out of the image file, you can sometimes get a substantial decrease in image size.

This is not a problem under GIF because it is a simpler format that does not allow you to put this extra info into the file to begin with.

Collapse
8: Re: Problems with MS IE6 (response to 7)
Posted by Steve Manning on
Thanks for the suggestion Patrick. I actually went back to the client and had him fix the files for two reasons - 1. they needed to be fixed on the back office system so that if they are reimported the problem doesn't reoccur and 2. I didn't want to do it cos the client will expect me to do it every time. Its better to train him to save them as web images and avoid the problem. You know what they say "Light a fire for a man and he can keep himself warm for a day, set fire to him and he can keep himself warm for the rest of his life" or something like that 😊

Thanks to everyone for the suggestions. It appears to be spot on. The client has resaved the thumbnails for the index page and IE loads it first time (its also quicker as they are considerably smaller). So that looks like a fix.

    - Steve