HighDots Forums  

Critique Please

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Critique Please in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy Vileta
 
Posts: n/a

Default Critique Please - 11-05-2003 , 05:26 PM






I've been playing around with this for a few days and have finally come to
the conclusion that I need to downsize many of the photos from a max of
500px to 400px and will be working on that. I have another similar site
which uses frames for photo display and will be converting that over to CSS
in the future but I've been able to find very few photo display sites that
don't use frames, pop up windows, etc. If anyone can point me to a good
example of using CSS in a photo gallery scheme I would appreciate it.

In the meantime this site validates as xhtml strict and css compliant but I
would like a second set of eyes looking at it and comments would be
appreciated. My intent is to display the pics in a smooth "slideshow"
method and am trying to avoid the typical site with rows of thumbnails and
the requirement for the viewer to have to constantly use the "back" button.

There is no home page yet, I'm designing "backwards" (content first).

http://amazinggraves.com/htm/pages/00006.shtml

The CSS:

http://amazinggraves.com/htm/pages/gallery.css

Thanks
Andy



Reply With Quote
  #2  
Old   
rf
 
Posts: n/a

Default Re: Critique Please - 11-05-2003 , 05:46 PM







"Andy Vileta" <andy (AT) oldbones (DOT) net> wrote

Use your browsers controls to make the font larger. Admire how the text
overlaps when it wraps to two lines.

You should never have to specify line-height, and never, ever, line-height:
..5em;

Cheers
Richard.




Reply With Quote
  #3  
Old   
Andy Vileta
 
Posts: n/a

Default Re: Critique Please - 11-05-2003 , 07:07 PM




"rf" <making.it.up (AT) the (DOT) time> wrote

Quote:
Use your browsers controls to make the font larger. Admire how the text
overlaps when it wraps to two lines.

You should never have to specify line-height, and never, ever,
line-height:
.5em;

Cheers
Richard.


Good point, I'll work on that. Thanks




Reply With Quote
  #4  
Old   
m
 
Posts: n/a

Default Re: Critique Please - 11-05-2003 , 08:08 PM



Andy Vileta wrote:
Quote:
I've been playing around with this for a few days and have finally come to
the conclusion that I need to downsize many of the photos from a max of
500px to 400px and will be working on that.
The number of pixels is important, but you can also save
..jpg images at lower quality and reduce its size a lot.
The amount depends on the image, but I can usually get
away with 33% to 50% quality without losing anything
a human eye can easily pick up.


I have another similar site
Quote:
which uses frames for photo display and will be converting that over to CSS
in the future but I've been able to find very few photo display sites that
don't use frames, pop up windows, etc. If anyone can point me to a good
example of using CSS in a photo gallery scheme I would appreciate it.

In the meantime this site validates as xhtml strict and css compliant but I
would like a second set of eyes looking at it and comments would be
appreciated. My intent is to display the pics in a smooth "slideshow"
method and am trying to avoid the typical site with rows of thumbnails and
the requirement for the viewer to have to constantly use the "back" button.

What you deprive the viewer of, on the other hand, is random access
to the images. I've seen the site of exactly one photographer who was
so good that I felt willing to accept the ordering of his slideshow.
Generally, it just not a good idea.


Quote:
There is no home page yet, I'm designing "backwards" (content first).

http://amazinggraves.com/htm/pages/00006.shtml

The CSS:

http://amazinggraves.com/htm/pages/gallery.css

Thanks
Andy



--
Cheers, m at http://www.mbstevens.com/howtothumb/



Reply With Quote
  #5  
Old   
Mark Parnell
 
Posts: n/a

Default Re: Critique Please - 11-05-2003 , 08:19 PM



Sometime around Thu, 06 Nov 2003 01:08:16 GMT, m is reported to have
stated:
Quote:
What you deprive the viewer of, on the other hand, is random access
to the images. I've seen the site of exactly one photographer who was
so good that I felt willing to accept the ordering of his slideshow.
Generally, it just not a good idea.

I agree, and on that note I was going to point the OP to brucie's
butterflies, but they're gone!

Actually, alt-html.org is gone completely.

Brucie, where are you?

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #6  
Old   
Andy Vileta
 
Posts: n/a

Default Re: Critique Please - 11-05-2003 , 08:43 PM




Quote:
The number of pixels is important, but you can also save
.jpg images at lower quality and reduce its size a lot.
The amount depends on the image, but I can usually get
away with 33% to 50% quality without losing anything
a human eye can easily pick up.
I agree 100%. I have spent considerable time experimenting with file size
and compression ratios. Finding the happy medium isn't easy, but I rarely
put anything up over 100k, with most being around 35 - 50k.

Quote:

What you deprive the viewer of, on the other hand, is random access
to the images. I've seen the site of exactly one photographer who was
so good that I felt willing to accept the ordering of his slideshow.
Generally, it just not a good idea.
The other site that I mentioned is oldbones.net which uses thumbs. I've
found that in almost every "gallery" it is the photos at the beginning that
are viewed the most, even when the best ones are at the end. On the other
hand I tend to want to see a thumbnail first myself and that is why I
certainly can't disagree with your statement. I may end up offering a
choice in the end result, perhaps a preview page.

Thanks so much, I bookmarked your site for reference.
Andy




Reply With Quote
  #7  
Old   
Farlo
 
Posts: n/a

Default Re: Critique Please - 11-05-2003 , 09:45 PM



"Andy Vileta" <andy (AT) oldbones (DOT) net> wrote:

The blue text links are awful, but i really liked the general look of the
page.

--
Farlo, the Urban Fey Dragon


Reply With Quote
  #8  
Old   
gmcclary
 
Posts: n/a

Default Re: Critique Please - 11-06-2003 , 12:12 AM



"Andy Vileta" <andy (AT) oldbones (DOT) net> wrote

Quote:
I've been playing around with this for a few days and have finally come to
the conclusion that I need to downsize many of the photos from a max of
500px to 400px and will be working on that. I have another similar site
which uses frames for photo display and will be converting that over to
CSS
in the future but I've been able to find very few photo display sites that
don't use frames, pop up windows, etc. If anyone can point me to a good
example of using CSS in a photo gallery scheme I would appreciate it.

In the meantime this site validates as xhtml strict and css compliant but
I
would like a second set of eyes looking at it and comments would be
appreciated. My intent is to display the pics in a smooth "slideshow"
method and am trying to avoid the typical site with rows of thumbnails and
the requirement for the viewer to have to constantly use the "back"
button.

There is no home page yet, I'm designing "backwards" (content first).

http://amazinggraves.com/htm/pages/00006.shtml

The CSS:

http://amazinggraves.com/htm/pages/gallery.css

Thanks
Andy


Really like your page, and want to see more...

(However, IMHO, those colors (lime green and fermented puke green) really
suck!)

But, as I said, I look forward to seeing more of your selections.

Perhaps you could offer a "thumbs" page to those who insist on viewing just
the pictures "they" want to select, and a "guided tour" or slide show, to
visitors who would be content to sit back and allow you to be their tour
guide.

Glenn




Reply With Quote
  #9  
Old   
Trevor George
 
Posts: n/a

Default Re: Critique Please - 11-06-2003 , 03:37 AM



Andy Vileta wrote in message ...
Quote:
I need to downsize many of the photos from a max of 500px to 400px
It's not only the 'Physical' size that needs working on, it's the 'optimisation' for web use. Your
main image is 160k on this page http://amazinggraves.com/htm/pages/00006.shtml when it could easily
be only 40K. People on dial-ups won't bother to look at your site if you don't correct that.

Quote:
I have another similar site which uses frames for photo display.
Do you mean 'tables'?

Quote:
My intent is to display the pics in a smooth "slideshow"
What happens if people don't want to see a slide-show, but just want to see a couple of individual
images enlarged?

Quote:
trying to avoid the typical site with rows of thumbnails and
the requirement for the viewer to have to constantly use the "back" button.
Well at least that gives the customer the choice. The other option is a pop-up with the enlarged
image, which would need closing anyway.

Steve.




Reply With Quote
  #10  
Old   
Steve R.
 
Posts: n/a

Default Re: Critique Please - 11-06-2003 , 03:56 AM



Andy Vileta wrote in message ...
Quote:
I need to downsize many of the photos from a max of 500px to 400px
It's not only the 'Physical' size that needs working on, it's the 'optimisation' for web use. Your
main image is 160k on this page http://amazinggraves.com/htm/pages/00006.shtml when it could easily
be only 40K. People on dial-ups won't bother to look at your site if you don't correct that.

Quote:
I have another similar site which uses frames for photo display.
Do you mean 'tables'?

Quote:
My intent is to display the pics in a smooth "slideshow"
What happens if people don't want to see a slide-show, but just want to see a couple of individual
images enlarged?

Quote:
trying to avoid the typical site with rows of thumbnails and
the requirement for the viewer to have to constantly use the "back" button.
Well at least that gives the customer the choice. The other option is a pop-up with the enlarged
image, which would need closing anyway.

Steve.




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.