Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Graphics Problems !

Status
Not open for further replies.

kwunder

Technical User
Jun 2, 2001
860
GB
When I preview my webpages before uploading, the images show correctly without dithering, but after uploading, they have dithered and look naff. Why does this happen?

Cheers kwunder
 
If you are using an AOL browser, the default mode for graphics viewing is compressed.

You guessed it! The graphics look dithered and blurry.

Go to your internet preferences (location depends on version of AOL browser) and remove the check mark from the compressed graphics field and you'll see much better graphics.
 
No. I use IE 5.5, not AOL.

Any other advice ?

Cheers
 
What are you previewing your pages in?
What server are you using?
What FTP program? Cheers,
Jim
iamcan.gif
 
JIM,
I preview the pages in IE 5.5
My server is madasafish.com
and the FTP prog i use is WS_FTP from ipswitch.com


 
Are you sending the images in Binary or ASCII? Should be binary. Dean Owen
 
Dean. I think I know the cause of the problem now. I don't however know the solution. I build my website using MS Publisher. The stock images I have are good quality jpegs, but when Publisher saves as html, it is converting the images to gifs, and I guess the dithering and blockiness is caused by Publisher "over compressing" the images.

I don't know how to get around this though.

Have a look see what I mean about the quality loss at:-



Cheers
 
You have two choices in that instance.

1) Use a text editor and write your own code (recommended)

2) Once you have the finished pages, edit them in a text editor so that all the IMG tags call to a *.jpg file, and then upload them again. Make sure you have the *.jpg files uploaded, and the HTML will read them instead.

Note - I noticed that the code MS Publisher produces is a little wacky, You could have written that yourself with a tenth of the code. Just a thought. Dean Owen
 
Yeh !!!!!!!!!!!!
I agree. It's just that I originally started the website when I knew nothing about html. I know a little more now so I'll have a crack at your 1st suggestion.

Thanks

 
and if you find that too difficult.......

MS has really awful html authoring tools. I've used the html editing part of Word occaisionally when I wanted to do something special with a table but I've learned how to get around that since so lately...

I use an old version of Netscape Composer (4.75) to create wysiwyg pages. Don't use the new Net 6 version, it's worse then anything MS ever did. The old version is great because it doesn't convert anything unless it's a format not suitable to the net (like bmp). A program that auto converts jpg's to gif's would REALLY tick me off. While gifs have their uses for animated and transparent images over all jpg's are smaller and look better for the Kb size. There are only a million or so html editors available so go check out zdnet's program database and pick up 10 or so to try out.

Mark
aka Mr. Handy
"They call me MISTER Handy!"

 
One thing I would recommend doing, if you are going to use an IDE (composer, frontpage, etc), spend a little on it. Don't skimp because a poor editor will cause more problems than it's worth. And what's more, when you go into edit the code by hand, you start picking up bad habits.

I highly recommend Dreamweaver for no better reason than it supports the developer/designer rather than fights them. It's code is clean and can help you learn it as you are creating with the gui.

Of course, the best way of all is to get a freeware text editor like Editpad Classic and learn the code. Be hardcore. Oi! "Absorb what is useful, discard what is not. Add what is uniquely your own." - Bruce Lee - The Tao of Jeet Kune Do
 
Gotta be said, Dreamweaver IS very good. I'm not fanatical about text editors, its just I couldn't stand the HTML editor I started with. Of course, if I had started with Dreamweaver... Dean Owen
 
Thanks. I suppose Publisher was never REALLY designed for this purpose anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top