Very easy PHP Slide show

E

E. T. Culling

How simple can it be ... put some PHP files into a folder with a bunch of
photos and poof it's done. Your ISP must have PHP installed on the server
for your site or this won't work. I've included this folder from my own site
because PHP has not yet been configured for my client's site .
http://www.eleanorstravels.com/ReedsSeniors/album_untidy.php Here's the link
to "useful scripts":
http://martin.protgp.com/useful/
I'm not affiliated, as I'm sure many of you know that I have a page on my
site dedicated to telling you about photo gallery substitutes:
http://www.eleanorstravels.com/PhotoGalleryPrograms/index.htm
Comments, of course are encouraged.
Eleanor
 
T

Thomas A. Rowe

Nice, but has one bad feature, it goes to full screen, so I would never visit a site a second time
that does that.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

It doesn't do that for me, if I want full screen (by which I assume you mean
the "F11" feature in IE) I need to press F11)

It stays at a maximised browser window, but not "full screen"
 
B

Bob Lehmann

It looks like all you would need to do is comment out these two lines...

top.window.moveTo(0,0);
top.window.resizeTo(screen.availWidth, screen.availHeight);

Bob Lehmann
 
E

E. T. Culling

Hey Rob.. can you do that in English, please?
ETC

in message Chris,

Ich habe lange ein Fotoalbum gesucht, das einfach alle Bilder anzeigt, die
in einem Web-Verzeichnis stehen. So dass man einfach neue Bilder hochladen
oder langweilig gewordene löschen kann, ohne das ganze Album neu zu
generieren. Wie es eben so läuft: Da ich keines gefunden habe, habe ich
selber eines programmiert:

:)
 
E

E. T. Culling

How should I change those two lines? By 'comment out' do you mean that I
should remove them?
Eleanor
 
B

Bob Lehmann

// top.window.moveTo(0,0);
// top.window.resizeTo(screen.availWidth, screen.availHeight);

Yes, you could probably just remove them. But, if you comment them out they
will be easier to restore if bad things happen.

Bob Lehmann
 
E

E. T. Culling

I don't know how to 'comment out'. ??? Can you help me with this? Also,shall
I try renaming the file to '_old' and save the altered file to the correct
php name?
Eleanor
 
C

Chris Leeds, MVP-FrontPage

probably not! I think it was a cut and paste. LOL

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
C

Chris Leeds, MVP-FrontPage

Eleanor, to comment out stuff in PHP you just put two /'s in front of it.
like in Bob's example.

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
E

E. T. Culling

Thank you Chris!
Eleanor
Chris Leeds said:
Eleanor, to comment out stuff in PHP you just put two /'s in front of it.
like in Bob's example.

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
C

Chris Leeds, MVP-FrontPage

:)
tell me what you think about that gallery and slide show I gave you the link
too. Hopefully you'll have a chance to try it before do!

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
E

E. T. Culling

Well, they cost 12 $$$ each and I've already spent that amt. on the 'untidy'
one and don't have it working yet. so we'll have to wait and see.
Eleanor
 
T

Trevor L.

ETC,
I pasted this text into AltaVista BabelFish
http://babelfish.altavista.com/tr and this came out

I looked for for a long time a photo album, which indicates simply all
pictures, which are located in a Web listing. So that one can high-load
simply new pictures or delete become boring, without generating the whole
album again. As it runs evenly in such a way: Since I did not find, I
programmed one:

A useful tool at times
--
Cheers,
Trevor L.


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top