|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Photo Album Online
Hey,
Does anyone have any good recommendations on what is a good photo album creator/program for going online? What I'm asking is ones that would ask for JPEG pictures and it would take several of them and make several pages of HTML, PHP, (whatever the extension may be) files. It would be nice if I wcould utilize like a comment section, where I would type in comments and they would be included when the picture is clicked, as well as the enlarged version of the picture. I'm working with 93 pictures on my digital camera which I want online. Any suggestions are appreciated .Thanks, kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
|
|
|
|
|
|
#3 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Yep - looked at the two recommendations that you gave me, mairving. But I noticed one thing that's keeping me from getting Gallery or Coppermine - they both use PHP. My server doesn't support PHP (which is truly unfortunate). Yes, I've programmed using PHP before but it was with a more forgiving server. I also looked around and found a few servers that gave PHP servers to me for free - unfortuitously, my pictures amount to about 122 MB - a little over the limit of many I saw. Anyone, any suggestions as to what I should do?
EDIT: I should mention that my web server without PHP offers unlimited storage space. Thanks, kram Last edited by kram 2.0; 06-14-2004 at 01:34 PM. |
|
|
|
|
|
#4 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Unlimited storage space without PHP is like a car that comes with free gas but doesn't have an engine.
Does it come with any kind of scripting, perl (CGI), ASP, etc? |
|
|
|
|
|
#5 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
I might just be able to write the whole thing in HTML - though I will probably write a Java program or a JavaScript so I don't have to rewrite the same thing over and over again - how nice are "for" loops
.My server is provided by school so hence the lack of PHP on there though I thought it woulda been on there. No CGI scripting either - the only server side provided is Microsoft's ASP which I'm not too familiar with. Thanks, kram |
|
|
|
|
|
#6 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Do you have access the Adobe Photoshop? If so, you can run the Photo Gallery wizard File/Automate/Web Photo Gallery. Which will take pictures out of a directory, make thumbnails and create the html for you. Then you can upload them to your server.
|
|
|
|
|
|
#7 | |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Quote:
Thanks, kram |
|
|
|
|
|
|
#8 |
|
Member (10 bit)
Join Date: Jul 2003
Location: Corpus Christi, Tx
Posts: 667
|
Why not just go for a free web page at Geocities or Angelfire and make a simple page to post them all using whatever you want?
-SPartan |
|
|
|
|
|
#9 | |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Quote:
Thanks, krma |
|
|
|
|
|
|
#10 |
|
Member (7 bit)
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 91
|
If you want to make a plain html page of thumbnails linked to your pics, here's an easy way to do it. First, get ImageMagick (this is my favourite program lately). Then, make a script or batch file to make the page for you. There's an example of a batch file I just wrote for Windows 2000 attached (it's called txt, rename it to bat).
Every line that starts with "rem" is there to explain the next couple lines. No warantees expressed or immplied, yada yada yada. I've used batch files like this one to scale down my 3 meg pictures to a more manageable 1024x768, while keeping the originals safe somewhere and marked read-only. With the thumbnails and html file already done, you can upload to a server that has no server side scripting. Of course, without server side scripting, I don't know any way to allow users to add comments. My advice is to try out this batch file, or better yet, rewrite it in jscript, then start learning asp. It can't hurt to know an extra scripting language. |
|
|
|
|
|
#11 |
|
Member (7 bit)
Join Date: Apr 2004
Location: Ontario, Canada
Posts: 91
|
Oh, and here's the batc file.
|
|
|
|
|
|
#12 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,777
|
Irfanview has a thumbnail creator which can convert to HTML - then all you have to do is edit the page the way you want and upload the whole mess.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|