HighDots Forums  

Web site critique

alt.discuss.html alt.discuss.html


Discuss Web site critique in the alt.discuss.html forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: Web site critique - 05-18-2005 , 01:41 AM






On Tue, 17 May 2005 12:40:53 -0500, kchayka <usenet (AT) c-net (DOT) us> wrote:

Quote:
Steve Sundberg wrote:

And why use Flash for a simple slide show?
As an alternative, a properly optimized GIF animation
would get the same job done for fewer bytes.

I doubt it. Gif is not an appropriate format for photos. An animated gif
would probably be many times larger than a properly compressed Flash
movie, at least for photographic content.

Now, if they were line drawings instead, it would be another matter.
Yes, you're correct -- although I will sometimes convert JPGs to GIF
in order to achieve the dithered effect. The solution to the large SWF
file size has to involve using properly optimized JPG or PNG images.
Given the few images used in this particular Flash file, there
shouldn't be any need for the SWF to be larger than 50k-75k.




Reply With Quote
  #22  
Old   
Ben Measures
 
Posts: n/a

Default Re: Web site critique - 05-18-2005 , 04:52 AM






Gazza wrote:
Quote:
You need to read the specs for XHTML Media Types. It clearly says that
XHTML1.1 SHOULD use application/xhtml+xml as it's mime type.
I can't find that stated in the w3.org XHTML 1.1 specs.

XHTML 1.0 says,
Quote:
XHTML Documents [snip] may be labeled with the Internet Media Type
"text/html" [RFC2854], as they are compatible with most HTML browsers.
Those documents [snip] may also be labeled with the Internet Media Type
"application/xhtml+xml" as defined in [RFC3236].
Further, the changes from XHTML 1.0 to 1.1
<http://www.w3.org/TR/xhtml11/changes.html> doesn't declare a change in
mime-type recommendations.

--
Ben M.


Reply With Quote
  #23  
Old   
Neo Geshel
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 08:03 AM



Steve Sundberg wrote:
Quote:
On Tue, 17 May 2005 12:40:53 -0500, kchayka <usenet (AT) c-net (DOT) us> wrote:


Steve Sundberg wrote:

And why use Flash for a simple slide show?
As an alternative, a properly optimized GIF animation
would get the same job done for fewer bytes.

I doubt it. Gif is not an appropriate format for photos. An animated gif
would probably be many times larger than a properly compressed Flash
movie, at least for photographic content.

Now, if they were line drawings instead, it would be another matter.


Yes, you're correct -- although I will sometimes convert JPGs to GIF
in order to achieve the dithered effect. The solution to the large SWF
file size has to involve using properly optimized JPG or PNG images.
Given the few images used in this particular Flash file, there
shouldn't be any need for the SWF to be larger than 50k-75k.

The SWF file is only 9kb in size. The images are external to the SWF
file, and are loaded with help from an (also external) XML file that
acts as a control to ID the images.

The main culprit are the photos themselves. They need to be compressed
more, except I can’t stand the dithering. Damn JPEG. If only Flash could
properly digest PNG. :-(

...Geshel
--
************************************************** ********************
My reply-to is an automatically monitored spam honeypot. Do not use it
unless you want to be blacklisted by SpamCop. Please reply to my first
name at my last name dot org.
************************************************** ********************


Reply With Quote
  #24  
Old   
Ben Measures
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 09:53 AM



Neo Geshel wrote:
Quote:
The main culprit are the photos themselves. They need to be compressed
more, except I can’t stand the dithering. Damn JPEG.
There's something seriously wrong with your application if you're
getting dithering. Dithering is only supposed to be performed when you
reduce the number of colours in the image (don't do this).

Quote:
If only Flash could properly digest PNG. :-(
Since you're compressing photo-realistic images, you do not want PNG
unless you want lossless compression (perfect quality over filesize).

TTFN,
--
Ben M.


Reply With Quote
  #25  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 03:25 PM



Neo Geshel wrote:

Quote:
The main culprit are the photos themselves. They need to be compressed
more, except I can’t stand the dithering. Damn JPEG. If only Flash could
properly digest PNG. :-(
Import the pngs into a swf then dynamically load the swf(s) in your
slide show flash. When ever we need quality images (or transparency) we
do this.

--
-=tn=-


Reply With Quote
  #26  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 03:26 PM



Neo Geshel wrote:

Quote:
The main culprit are the photos themselves. They need to be compressed
more, except I can’t stand the dithering. Damn JPEG. If only Flash could
properly digest PNG. :-(
Import the pngs into a swf then dynamically load the swf(s) in your
slide show flash. When ever we need quality images (or transparency) we
do this.

--
-=tn=-


Reply With Quote
  #27  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 03:26 PM



Neo Geshel wrote:

Quote:
The main culprit are the photos themselves. They need to be compressed
more, except I can’t stand the dithering. Damn JPEG. If only Flash could
properly digest PNG. :-(
Import the pngs into a swf then dynamically load the swf(s) in your
slide show flash. When ever we need quality images (or transparency) we
do this.

--
-=tn=-


Reply With Quote
  #28  
Old   
Neo Geshel
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 09:38 PM



Travis Newbury wrote:
Quote:
Neo Geshel wrote:

The main culprit are the photos themselves. They need to be compressed
more, except I can�t stand the dithering. Damn JPEG. If only Flash
could properly digest PNG. :-(


Import the pngs into a swf then dynamically load the swf(s) in your
slide show flash. When ever we need quality images (or transparency) we
do this.

Hmmm... three identical posts in under 30 seconds... is Thunderbird
stuttering on you? :-)

...Geshel
--
************************************************** ********************
My reply-to is an automatically monitored spam honeypot. Do not use it
unless you want to be blacklisted by SpamCop. Please reply to my first
name at my last name dot org.
************************************************** ********************


Reply With Quote
  #29  
Old   
Neo Geshel
 
Posts: n/a

Default Re: Web site critique - 05-19-2005 , 09:40 PM



Ben Measures wrote:
Quote:
Neo Geshel wrote:

The main culprit are the photos themselves. They need to be compressed
more, except I can�t stand the dithering. Damn JPEG.

There's something seriously wrong with your application if you're
getting dithering. Dithering is only supposed to be performed when you
reduce the number of colours in the image (don't do this).

If only Flash could properly digest PNG. :-(

Since you're compressing photo-realistic images, you do not want PNG
unless you want lossless compression (perfect quality over filesize).

TTFN,
Sorry, I meant artifacts, not dithering. I hate artifacts. I hate
lowering the image quality just to get an improvement in file size. I
hate dithering, too, but I haven’t created a GIF in almost two years...

...Geshel
--
************************************************** ********************
My reply-to is an automatically monitored spam honeypot. Do not use it
unless you want to be blacklisted by SpamCop. Please reply to my first
name at my last name dot org.
************************************************** ********************


Reply With Quote
  #30  
Old   
Ben Measures
 
Posts: n/a

Default Re: Web site critique - 05-20-2005 , 07:27 AM



Neo Geshel wrote:
Quote:
Sorry, I meant artifacts, not dithering. I hate artifacts. I hate
lowering the image quality just to get an improvement in file size. I
hate dithering, too, but I haven’t created a GIF in almost two years...
Sometimes, if I need a JPEG to be a certain filesize but can't stand the
quality, a light blurring before saving works wonders (it's certainly
much better than the alternative). Try it, you may be pleased with the
results.

Hth,
--
Ben M.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.