"Lachlan Hunt" <spam.my.gspot@gmail.com> wrote in message
news:423c0d80$0$10764$5a62ac22@per-qv1-newsreader-01.iinet.net.au...[color=blue]
> Viken Karaguesian wrote:[color=green]
>> I use FrontPage (please don't kill me!)[/color]
>
> We won't, but frontpage seems to be doing a good job of killing your
> websites.
>
http://validator.w3.org/check?verbos...net/%7Evikenk/
>[color=green]
>> I DON'T want to make a separate page for each image, there are too many
>> images...
>> <a href="images/waltham/Waltham14.jpg">
>> <img border="1" src="images/waltham/Waltham14_small.jpg"
>> xthumbnail-orig-image="images/waltham/Waltham14.jpg"></a>[/color]
>
> All that is doing, is linking directly to the image, so it is up to the
> user agent to display it in whatever kind of window it likes, and in
> whatever position it likes. However, what is that xthumbnail-orig-image
> attribute doing there? That's not one I've ever seen before, so I guess
> it's just another way FP is killing your site.
>[color=green]
>> When I click on the image, I want the full-sized image to pop up
>> top-center in a window with a black background. Can this be done?[/color]
>
> Surely, you don't want a popup window, they're exceptionally irritating
> for users, which is why popup blockers were invented!
>
> The only way to get a black background, would be to create a page for each
> image. However, there's no need to manually create each page, you should
> be able to do it with server side processing using PHP or whatever
> language your host supports. You could create a template page, which
> automatically includes the correct image based on parameter in a query
> string.
>
> eg. if you link to a PHP page like this:
> image.php?image=something.jpg
> The PHP could automatically generate the page containing
>
> <img src="something.jpg" alt="..." height="..." width="...">
>
> The difficulty with that will be programmatically determining appropriate
> alt text for each image, but there are ways to do it. You would have to
> ask in a server side processing related group for more information.
>
> --
> Lachlan Hunt
>
http://lachy.id.au/
>
http://GetFirefox.com/ Rediscover the Web
>
http://GetThunderbird.com/ Reclaim your Inbox[/color]
Hi,
I'm new here, too. Been lurking.
Viken's pages look decent for a newbie & I give him/her credit for coding
with CSS. His sites aren't being "killed" just because they don't validate.
I was able to view them. Just make those changes, Viken, so they validate.
Also, pop-up advertisements are indeed irritating, but I like smallish
images as popups. I mean, I liked them on other sites, so I incorporate them
on my customers' sites. There's a world of difference between an unsolicited
pop-up advertisement & providing a link for your visitor to pop up an image.
It is a pain to create separate HTML files for each popup image, but you
have control over the size of the pop-up that way.
Since Viken wants large images, a separate HTML file for each is the way to
go. I just checked your site & you don't have THAT many images. (BTW, the
photos are quite nice:) Does Comcast let you create subdirectories? Doing
so would help you stay organized when creating all those HTML pages. Create
a folder for "Images," then, inside of that folder, put folders for
"Foliage" "People" etc.
If you get hundreds of photos, you may want to check out
http://www.shutterfly.com A customer of mine put his Sports Photography
images there.
Thanks,
Carla