Menu

Any ideas for new stuff?

2006-08-24
2013-05-08
  • guywmustang

    guywmustang - 2006-08-24

    Do you have any ideas for cool added stuff?

    I had though about a pluggable database file... so you could drop the file in the directory if you want, and enable directory storage of captions and such for all the images.  Or possibly doing this with a storage text file. 

    Any ideas (realistic ideas, as I do have a full time job, this is just for fun, and to get better at php/javascript and web junk in general) ?

     
    • Todd Jeffreys

      Todd Jeffreys - 2008-06-17

      Your project is perfection.

       
    • Scott R. Holdsworth

      Make the controls in a sperate "frame" so you can change images while viewing larger than screen resolution images.  Along with that possibly hot keys.

      Also, this is the first php image view app that worked on first attempt.  Thank you for this nice piece of software.

       
    • Michal Kolodziejczyk

      One idea is to add a slideshow (so images can change automatically). And another one is providing some info about how the program works and how to extend it (I dod not find it anywhere).

       
    • guywmustang

      guywmustang - 2009-01-07

      The slideshow can be added for images in the current folder easily enough, and I think I will add that in the near future. 

      As for documentation, I had started writing up documentation, but quit on it, as I figured I would finish development first.  I'll get to work on the documentation so you can create your own viewing modes, and just see how it's implemented.

      Thanks for the ideas!

       
    • guywmustang

      guywmustang - 2009-02-11

      In the source code, you can find an example of how to add a new display mode.  Look at "src/displays.php" and you'll see commented code that adds a new class "Scroll Display".

      You will also see the file "src/Scroll_Display.php".  This is the example file which shows you the class that needs to be created.  This file might be slightly out of date with the interface, so look at "src/Display.php" to verify the interface matches the class.

       

Log in to post a comment.