Subject RE: [Firebird-general] More on the conference and Prague in my blog
Author Claudio Valderrama C.
> -----Original Message-----
> From: Firebird-general@yahoogroups.com
> [mailto:Firebird-general@yahoogroups.com]On Behalf Of Thomas Steinmaurer
> Sent: Miercoles, 23 de Noviembre de 2005 3:48
>
> I've used Stefan Heymann's HomeGallery application. Pretty neat.
> http://www.stefanheymann.de/homegallery/

Probably it intends to create thumnails of the images, but those aren't
thumnails, but simply reduced scale images thanks to HTML tags. If it does
that, the browser obeys and scales the image, but of course the size is the
original. At least such SW should provide a way to make the tiny images
clickable to see them in full size (without having to right click them and
select VIEW IMAGE) or to allow to not make thumbnails with them. This is the
code it generates:

<br>
<img title="astronomic clock" alt="Uhr"
src="/resources/IMG_1024.JPG" height="157"
width="209">
<br>
<br>
<img title="celebrations" alt="celebrations"
src="/resources/IMG_1064.JPG" height="157"
width="209">
<br>
<br>
<img title="Thomas Beckmann" alt="Thomas"
src="/resources/IMG_1157.JPG" height="157"
width="209">
<br>
<br>

and of course your images are much bigger.

Etc.

C.