![]() | |
![]() |
| | Thread Tools | Display Modes |
#41
| |||
| |||
|
|
Barry Pearson <news (AT) childsupportanalysis (DOT) co.uk> wrote: The decision HAS to be made - it can't be ignored. At some point, just about every photographer publishing on the web has to decide " how many pixels wide & high should my photographs be?" The approach I like the best is one I saw at photo.net. Thumbnail images are linked to pages that display larger versions as inline images. On those pages, there are links to even larger versions. That leaves the user in control, deciding how big an image is most useful, worth downloading, etc. |
#42
| ||||
| ||||
|
|
The approach I like the best is one I saw at photo.net. Thumbnail images are linked to pages that display larger versions as inline images. On those pages, there are links to even larger versions. That leaves the user in control, deciding how big an image is most useful, worth downloading, etc. |
|
Interesting approach! But that takes extra effort (for the photographer). On my photography site, I provide 2 sizes. The smaller size fits into a 500 x 500 box, and is typically less than 50 KB. The larger size fits into a 700 x 700 box, and is typically less than 100 KB. The thumbnail galleries provide the choice. |
|
For example, have a look at: http://www.barry.pearson.name/photog...olios/lrps.htm |
|
As we move towards larger screens and faster internet connections, the importance of the smaller size will become less. |
#43
| |||
| |||
|
|
devices. Just as, with a text site, one may or may not be able to provide additional translations of the documents. Now, what has this to do with resolution? There is no extra cost to creating a site that works on every resolution. Why do you keep insisting that there is? |
#44
| |||
| |||
|
|
(the word resolution is often used instead of "screen size") |
|
So, while my example may not "look" good on every screen, am I creating a site that works on every resolution? |
#45
| |||
| |||
|
|
The approach I like the best is one I saw at photo.net. Thumbnail images are linked to pages that display larger versions as inline images. On those pages, there are links to even larger versions. Interesting approach! But that takes extra effort (for the photographer). |
|
But I now wonder whether the extra effort is worthwhile. (Each size has its own unsharp-mask parameters, and sometimes its own compression parameters). |
|
As we move towards larger screens and faster internet connections, the importance of the smaller size will become less. |
#46
| |||||
| |||||
|
|
I wrote: The approach I like the best is one I saw at photo.net. Thumbnail images are linked to pages that display larger versions as inline images. On those pages, there are links to even larger versions. That leaves the user in control, deciding how big an image is most useful, worth downloading, etc. Barry Pearson <news (AT) childsupportanalysis (DOT) co.uk> wrote: Interesting approach! But that takes extra effort (for the photographer). On my photography site, I provide 2 sizes. The smaller size fits into a 500 x 500 box, and is typically less than 50 KB. The larger size fits into a 700 x 700 box, and is typically less than 100 KB. The thumbnail galleries provide the choice. I just took a look at the photo.net site again. Thumbnails fit in a 200px square box. They are linked to a page that displays medium images that fit in a 600px square box. The large images fit in an 800px square box. ISTR having seen even larger images (fitting in a 1024px box? in a 1200px box?), but I didn't see any looking around just now. |
|
For example, have a look at: http://www.barry.pearson.name/photog...olios/lrps.htm The main problem I see is that the photo pages are orphaned, except for the link to the site's home page. And based on the context of that link, I assumed that it was a mailto link. It would be nice to include links to smaller/larger versions of the same image, to the index page for the set, to the info page, etc., much the way photo.net does it. With a database-backed site, it shouldn't be too difficult to do this kind of thing automatically. |
|
As we move towards larger screens and faster internet connections, the importance of the smaller size will become less. What do you mean "we"? I was borrowing a relative's computer recently. The resolution was 800x600, and the available display area was much less after all the taskbars, hotlists, and other chrome. (Is it just me, or does anyone else find the default chrome for recent versions of MS Windows too bloated?) The connection speed was usually just a bit over 20kbps with a 56kbps modem. |
|
I regularly use a device with a 160x160 display to view web content, although admittedly, I don't access photography sites with it. |
|
WebTV (aka MSN TV) has a resolution of 544x372 with no horizontal scrolling. I see a trend towards more diversity in browsing platforms, not a uniform trend towards huge displays and broadband connections. |
#47
| |||
| |||
|
|
(the word resolution is often used instead of "screen size") |
#48
| |||
| |||
|
|
The axiom around here is that stylesheets are for presentation. If your content is inherently pixel-sized, then that's a feature of your content, not of your presentation. If the content inherently needed to be 2000 pixels wide (for example, some teaching material on the interpretation of X-ray pictures, which needed to be that big in order to show some important detail in its context) then "so be it", and the readers have to make the best of whatever screen size they happen to have, even though most of them will be unable to see the whole thing at once. |
|
On the other hand if your pictures were 200px wide and you stubbornly fitted them five to a line in the belief that everyone[1] had a browser window at least 1024px wide, without having any content-based reason to do so, then that would be "presentation". There seems to be a significant difference between the two - at least I think there is. |
|
[1] "everyone", that is, in the supposed "target audience". Not a term that I care for, since for me it's inherent that viewers will sometimes be using one browsing situation, sometimes another: if they first meet a web page in a less-suitable situation, their experience is likely to determine whether they bother to revisit it later when they're in a more-suitable browsing environment. So I'd prefer a page that goes a reasonable way towards accommodating different viewing situations, to whatever degree is feasible given the inherent nature of the content. |
#49
| |||
| |||
|
|
If I produce a chart with Excel, I can use Excel's positioning of the legend in the chart. Or I can treat the legend and the chart as 2 separate pieces of content, and position the legend onto the chart using Photoshop. Or I can treat them as 2 separate pieces of content as far as HTML is concerned, and let the CSS position them. (Typically I do the 2nd). Ditto for a caption (but I would probably do the 3rd). |
|
I am comfortable about making most choices, such as when to add borders, captions, etc. But the image/photograph size issue is probably the single hardest design decision I have had to make. |
#50
| ||||
| ||||
|
|
Ah, I seem to be misunderstanding you... when you say "creating a site that works on every resolution" I thought you meant, don't create a site that would have a scroll bar on an 800x600 screen size or should I say browser |
|
Example, doing this: <div style="width:800px;">this is my content</div |
|
would seem to be a poor way to do web development. Now, Tina says a scroll bar is okay (and the code would theoretically still be quite accessible in |
|
So, while my example may not "look" good on every screen, am I creating a site that works on every resolution? |
![]() |
| Thread Tools | |
| Display Modes | |
| |