PHP Classes

I'm sorry to say but the general idea of this class is flawed.

Recommend this page to a friend!

      JPEG Slicer  >  All threads  >  I'm sorry to say but the general...  >  (Un) Subscribe thread alerts  
Subject:I'm sorry to say but the general...
Summary:Package rating comment
Messages:2
Author:Tom Milewski
Date:2008-01-27 23:53:33
Update:2009-11-20 02:15:58
 

Tom Milewski rated this package as follows:

Utility: Bad
Consistency: Good
Documentation: Not sure
Examples: Sufficient

  1. I'm sorry to say but the general...   Reply   Report abuse  
Picture of Tom Milewski Tom Milewski - 2008-01-27 23:53:33
I'm sorry to say but the general idea of this class is flawed.

The idea that an image will load faster when split into four pieces isn't always going to be the case. When split up the client has to make four separate requests the server regardless of whether the image sections are cached. You'd be better off reducing the quality (you shouldn't see that much of a difference at, say, 80 to 90%), reducing the size or even using thumbnails). A lot of time is wasted when loading a site on the client requests and response headers. This is where ideas such as CSS Sprites come in handy.

More Info:
css-tricks.com/css-sprites-what-the ...

- Tom Milewski
- tmilewski@gmail.com

  2. Re: I'm sorry to say but the general...   Reply   Report abuse  
Picture of Anish Karim C Anish Karim C - 2009-11-20 02:15:58 - In reply to message 1 from Tom Milewski
Thank you.

Originally I was created this for preventing users from downloading image. Even we put some layers they can access it. But my client likes the way I did and also he mentioned he really felt increase in the speed.

Thank you for these information.

Regards,

anish karim C.