Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Photo album app?

Reply
Thread Tools

Photo album app?

 
 
Frogleg
Guest
Posts: n/a
 
      05-04-2004
I'm getting too many pictures to post on a web site. Need a nice,
cheap (free? hah!) app to link thumbnails and slide show. I just
looked at Thotor studio, but didn't find price mentioned. Also checked
'hammering out thumbnails,' but I don't want to DIM -- want a canned
solution. TIA
 
Reply With Quote
 
 
 
 
Long - CM web hosting
Guest
Posts: n/a
 
      05-04-2004
"Frogleg" <> wrote in message news:...
: I'm getting too many pictures to post on a web site. Need a nice,
: cheap (free? hah!) app to link thumbnails and slide show. I just
: looked at Thotor studio, but didn't find price mentioned. Also checked
: 'hammering out thumbnails,' but I don't want to DIM -- want a canned
: solution. TIA
:
This may be of interest. Our CMS template and custom tags system can help
you do this with ease and quickly.

In your slideshow.html page just define a TOPIC tag, like

&lt;!--@topic slide 1 photos.txt@-->

You list the location of all pictures in the photos.txt file.

In the thumbnails.html page you can define HREF links to specific slides
with URLs like so,

slideshow.html?slide=5 or slideshow.html?slide=monkey

You can automate the Next/Previous slide links by using additional TOPIC
tags. That is all it takes and you are done. If you need to add more pictures,
just update photos.txt, thumbnails.html and the Next/Prev link files.

It may be worth your while to check out our services.

Long
www.webcharm.ca - Integrated content management web hosting


 
Reply With Quote
 
 
 
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      05-04-2004
Quoth the raven named Long - CM web hosting:

> "Frogleg" <> wrote in message news:...
> : I'm getting too many pictures to post on a web site. Need a nice,
> : cheap (free? hah!) app to link thumbnails and slide show. I just
> : looked at Thotor studio, but didn't find price mentioned. Also checked
> : 'hammering out thumbnails,' but I don't want to DIM -- want a canned
> : solution. TIA
> :
> This may be of interest. Our CMS template and custom tags system can help
> you do this with ease and quickly.


Please don't be afraid to mention that frogleg will have to move his
web site to your server, the only place your Webcharmed CMS will work.
Thanks for your consideration.

--
-bts
-This space intentionally left blank.
 
Reply With Quote
 
Augustus
Guest
Posts: n/a
 
      05-04-2004

"Frogleg" <> wrote in message
news:...
> I'm getting too many pictures to post on a web site. Need a nice,
> cheap (free? hah!) app to link thumbnails and slide show. I just
> looked at Thotor studio, but didn't find price mentioned. Also checked
> 'hammering out thumbnails,' but I don't want to DIM -- want a canned
> solution. TIA


It might noe be so bad to do it yourself... I wrote one earlier this year
in ASP and it only wound up being 15 lines of code plus another 7 to declare
the variables and set the file system objects (probably even fewer lines of
code in PHP)
(it shows thumbnails, has an enlarged preview pic and opens the preview pic
full sized if clicked on)

If you don't know any server side languages this would probably be a good
project to learn by for any language: its not too complex and covers a good
diversity of topics (reading files off the server, looping, writing output,
checking conditionals)


 
Reply With Quote
 
David Christopher Weichert
Guest
Posts: n/a
 
      05-04-2004
On Tue, 04 May 2004 14:15:48 +0000 Long - CM web hosting proclaimed:


> In your slideshow.html page just define a TOPIC tag, like
>
> &lt;!--@topic slide 1 photos.txt@-->
>
>


and earlier

On Tue, 04 May 2004 13:42:32 +0000 Long - CM web hosting confessed:
>
> This may or may not help you, but you can do this easily using the CMS
> template and custom tags system provided at webcharm.ca. I use this to
> grab the value of any query string variable.
>
> &lt;!--@qsvalue sessionid@-->
>
>

Let me guess. I want to generate PDF from HTML. I guess I could just use
webcharm.ca and have a custom tag like:

&lt;!--@transform inputfile.html outputfile.pdf@-->

Is there anything you cannot do with this one line of pseudocode?


David
 
Reply With Quote
 
Long - CM web hosting
Guest
Posts: n/a
 
      05-04-2004
"David Christopher Weichert" <> wrote in message
news. ..
: On Tue, 04 May 2004 14:15:48 +0000 Long - CM web hosting proclaimed:
:
: > In your slideshow.html page just define a TOPIC tag, like
: >
: > &lt;!--@topic slide 1 photos.txt@-->
: >
: >
:
: and earlier
:
: On Tue, 04 May 2004 13:42:32 +0000 Long - CM web hosting confessed:
: >
: > This may or may not help you, but you can do this easily using the CMS
: > template and custom tags system provided at webcharm.ca. I use this to
: > grab the value of any query string variable.
: >
: > &lt;!--@qsvalue sessionid@-->
: >
: >
: Let me guess. I want to generate PDF from HTML. I guess I could just use
: webcharm.ca and have a custom tag like:
:
: &lt;!--@transform inputfile.html outputfile.pdf@-->
:
Such a tag is not yet available but can be provided if needed.

: Is there anything you cannot do with this one line of pseudocode?
:
Of course there are limitations in terms of what can be done with templates and
custom tags, but what I have referred to are doable and real.

The reason I use &lt; instead of < is because my outlook keeps on trasforming
the tag mark up to URL link. Besides that, there is nothing pseudo about the
CMS template and custom tags system available as part of our hosting service.

If you want proof you can try out our services FREE for 30-days.

Cheers,

Long
www.webcharm.ca - Integrated content management web hosting


 
Reply With Quote
 
Hywel Jenkins
Guest
Posts: n/a
 
      05-04-2004
In article <>, Frogleg says...
> I'm getting too many pictures to post on a web site. Need a nice,
> cheap (free? hah!) app to link thumbnails and slide show. I just
> looked at Thotor studio, but didn't find price mentioned. Also checked
> 'hammering out thumbnails,' but I don't want to DIM -- want a canned
> solution. TIA


I have a series of PHP scripts that scan a directory structure (defined
by you) and creates thumbnails on the fly. It requires the GD2 library,
but can work with GD. When adding new photos you just upload the JPEGs
to a new or existing directory and the script does the rest. All you
need to do is upload a logo image (or remove the reference from the
code) and set the path to your photos. Drop me an E if you want it.

--
Hywel I do not eat quiche
http://kibo.org.uk/
http://kibo.org.uk/mfaq.php
 
Reply With Quote
 
Terry Orchard
Guest
Posts: n/a
 
      05-04-2004
Frogleg wrote:

>I'm getting too many pictures to post on a web site. Need a nice,
>cheap (free? hah!) app to link thumbnails and slide show. I just
>looked at Thotor studio, but didn't find price mentioned. Also checked
>'hammering out thumbnails,' but I don't want to DIM -- want a canned
>solution. TIA


There are many tools to do this, a good number of them freeware.

The best solution, IMO, is JAlbum, http://jalbum.net/. It is freeware,
and runs on Windows/Mac/Linux. It's a Java app, but you can download
an installer for windows with the java runtime included, so it's
pretty painless. Out of the box you can pick from a number of
different skins (appearances). Or with a little effort, you can change
the HTML templates and scripting, and create your own appearance, or
extend it in various ways. You can see examples at the site. Highly
recommended.

Just to be clear: this runs on your own PC, and creates a website (or
portion of a website). You then upload the created files to your web
hosting service.

An alternative approach is to have an application that runs on the web
server, that creates the pages "on the fly". With this approach, you
just upload your picture files to some directory on your web server,
and everything else happens automatically. Some of the other posts
were suggesting this approach. I don't have experience with these, so
no comments -- I'm just pointing out the two broad approaches.

Terry

 
Reply With Quote
 
Huss
Guest
Posts: n/a
 
      05-04-2004
Frogleg wrote:
> I'm getting too many pictures to post on a web site. Need a nice,
> cheap (free? hah!) app to link thumbnails and slide show. I just
> looked at Thotor studio, but didn't find price mentioned. Also checked
> 'hammering out thumbnails,' but I don't want to DIM -- want a canned
> solution. TIA


http://gallery.sourceforge.net

Free, easy and works very well. It may seem a little overwhelming at
first, but the support documents are very helpful as well as the forum
on the site.

 
Reply With Quote
 
Lauri Raittila
Guest
Posts: n/a
 
      05-04-2004
In article Terry Orchard wrote:
> Frogleg wrote:
>
> >I'm getting too many pictures to post on a web site. Need a nice,
> >cheap (free? hah!) app to link thumbnails and slide show. I just
> >looked at Thotor studio, but didn't find price mentioned. Also checked
> >'hammering out thumbnails,' but I don't want to DIM -- want a canned
> >solution. TIA

>
> There are many tools to do this, a good number of them freeware.
>
> The best solution, IMO, is JAlbum, http://jalbum.net/. It is freeware,
> and runs on Windows/Mac/Linux. It's a Java app, but you can download
> an installer for windows with the java runtime included, so it's
> pretty painless. Out of the box you can pick from a number of
> different skins (appearances).


All skins out of box are examples of horrible HTML with stupid CSS.
It being java thing means it is slow.

> Or with a little effort, you can change
> the HTML templates and scripting, and create your own appearance, or
> extend it in various ways. You can see examples at the site. Highly
> recommended.


IMHO, could be easier...

> Just to be clear: this runs on your own PC, and creates a website (or
> portion of a website). You then upload the created files to your web
> hosting service.


Of course, you can run it in server, if that is allowed and server has
new enaugh java. That's what I do. (No server side thingys available,
exept .htaccess for password protecting only)


--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
I'm looking for work | Etsin työtä
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft photo album Mike Chan ASP .Net 3 03-11-2005 02:02 AM
Try DVD Photo Album version 3.01 to make digital photo album playable on TV with DVD player Michael Shaw Digital Photography 1 09-24-2004 09:10 AM
Basic Photo Album Guadala Harry ASP .Net 2 02-23-2004 02:20 PM
Photo Album Ben Cartwright ASP .Net 3 01-23-2004 03:32 AM
Web photo album with mutiple resolutions? Bruce Chastain HTML 6 10-27-2003 04:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57