Thumbnails and photos from Photos.com.
They have over 180,000 royalty-free stock photographs available by subscription.
I recently got a call from a friend who was trying to put some pictures up on
a new web site he was building. Before he started anything, he naturally
checked ASP 101 for some code first. He told me that he was surprised when he
couldn't find anything that worked for him. We obviously couldn't let that
situation persist so... here it is... a somewhat belated photo gallery sample.
The main shortcoming I see in the code above is that the image details are
currently hardcoded in to the beginning of the script. It feels like they should come from
a database or an XML file, but since every situation will be a little
different I've left the image information retrieval part of the code up to you
guys. If there's enough demand for it maybe I'll post an XML file format and
hook it up to the photo gallery, but for the time being that part is left up to you.