Heh- my own site is not a showcase. And probably not up at the moment. The good sites were all under NDA, so I can’t link. And I’m not sure that what I did is what you need to do.
But fairly typical of the sites I build- I’d have a separate weblog for ‘images’ (and sometimes weblogs for ‘video’ or what have you). Each image went in as a single entry in the ‘image’ weblog. Now on these sites- images were almost always associated with a single ‘content entry’- if that’s not the case, the method doesn’t work well. But anyway- as you enter each image- you associate it with the content entry- i.e. you pick the title of the entry over in say ‘news’ from a dropdown. So you’re creating related entries.
With this method- a ‘content’ entry can have as many ‘images’ as you want. However- an image can only be assigned to 1 entry. (Granted, you can make more related fields and do it that way- but it HAS to be a small limited number or it’s just a mess.)
And so typicall- we’d have like ‘latest images’- and just show the latest from the images weblog. To handle thumbs and such- well, I did a custom module and created ‘em on upload. But a LOT of folks use the Image sizer plugin and do it on the fly. You can integrate w/js slideshow scripts no sweat.
Um…. You can show the images with their associated entries using reverse related tags. And there’s always the query module if you need something a bit more specific- I think I’d show like 2 related thumbnails, do a count of how many total images for that entry there were, then link to ‘All Related Images’ type stuff sometimes.
And it was nice because you could categorize images- so one site, you’d have say a ‘Press Release’ section with categories- and all the press releases and on the ‘single entry’ page a couple of the related images and a link to ‘all’. And there was also a ‘Image’ section- where you could look at the same categories- and see all the images in them. So think- TV shows. All… ‘Starsky and Hutch’ press releases, all ‘Starsky and Hutch’ images. Or all images period. Etc.
It was just really flexible. The big concern doing it that way is you’re really limited on an image ‘belonging’ to more than one entry. And coming up with the resize options- but really, that was no big deal and there are a number of ways to go there.
Also- a LOT of folks are also using matrix fields- see Cover Image with FF matrix gallery for a nice overview. I’m a bit behind the cutting edge on the site building now, so I’m not up on that approach. But it sounds easier on the data entry folks. And should be compatible with 2.0 long range.
That help?