Tim's PHP Photograph Album

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Tyler

    Tim's PHP Photograph Album

    I had a look for an "image gallery"/"photograph album" application -
    and couldn't find one that did /exactly/ what I wanted.

    So I knocked one up in PHP.

    This is a *very* simple program - with no frills.

    It reads information from a simple CSV file in the directory as the
    images.

    It uses frames - with a scrolling image index in the left frame, and
    individual photographs displayed in the right frame.

    There's an online demonstration.

    The program is in the public domain.



    ....has details, demonstrations, and source.

    Enjoy.
    --
    __________
    |im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
  • Jeffrey Silverman

    #2
    Re: Tim's PHP Photograph Album

    On Mon, 29 Sep 2003 19:33:10 +0000, Tim Tyler wrote:
    [color=blue]
    > I had a look for an "image gallery"/"photograph album" application - and
    > couldn't find one that did /exactly/ what I wanted.
    >
    > So I knocked one up in PHP.
    >
    > This is a *very* simple program - with no frills.
    >
    > It reads information from a simple CSV file in the directory as the
    > images.
    >
    > It uses frames - with a scrolling image index in the left frame, and
    > individual photographs displayed in the right frame.
    >
    > There's an online demonstration.
    >
    > The program is in the public domain.
    >
    > http://mandala.co.uk/photograph_album/
    >
    > ...has details, demonstrations, and source.
    >
    > Enjoy.[/color]

    Nothing personal, but it's kinda sucky.
    --
    Jeffrey D. Silverman | jeffrey AT jhu DOT edu
    Johns Hopkins University | Baltimore, MD
    Website | http://www.wse.jhu.edu/newtnotes/

    Comment

    • Justin Koivisto

      #3
      Re: Tim's PHP Photograph Album

      Jeffrey Silverman wrote:[color=blue]
      > On Mon, 29 Sep 2003 19:33:10 +0000, Tim Tyler wrote:
      >[color=green]
      >>I had a look for an "image gallery"/"photograph album" application - and
      >>couldn't find one that did /exactly/ what I wanted.
      >>
      >>http://mandala.co.uk/photograph_album/
      >>[/color]
      > Nothing personal, but it's kinda sucky.[/color]

      So is the one that I had thrown together....

      :P

      --
      Justin Koivisto - spam@koivi.com
      PHP POSTERS: Please use comp.lang.php for PHP related questions,
      alt.php* groups are not recommended.

      Comment

      • Geoff Berrow

        #4
        Re: Tim's PHP Photograph Album

        I noticed that Message-ID: <pan.2003.09.29 .20.31.44.37563 3@jhu.edu> from
        Jeffrey Silverman contained the following:
        [color=blue][color=green]
        >> http://mandala.co.uk/photograph_album/
        >>
        >> ...has details, demonstrations, and source.
        >>
        >> Enjoy.[/color]
        >
        >Nothing personal, but it's kinda sucky.[/color]

        But he's done it and shared it with the community. That's what counts.

        --
        Geoff Berrow
        It's only Usenet, no one dies.
        My opinions, not the committee's, mine.
        Simple RFDs http://www.ckdog.co.uk/rfdmaker/

        Comment

        Working...