I'm using wordpress as a CMS. Is there a Photo Gallery Plugin with flash/javascript effects, that can have it's own page with multiple items and auto update itself to the main page, publishing thumb nails of the latest photos?
Essentially I need a secure admin panel to modify an XML file and upload a file.
Here's what the XML looks like:
<pic>
<image>gallery/1.jpg</image>
<thumbnail>gallery/s1.jpg</thumbnail>
<caption>Some lamp on the ground</caption>
</pic>So essentally I need a way for the php to enclose Image, thumbnail, and caption into the pic tag, I need it to be able to upload the image then auto resize it to a predefined setting, then a box for a caption.
And it needs to be a secure admin panel.
Thoughts?
Flash gallery I'm using
http://www.flashgallery.org
Okay.
I just finished reading the following tutorial.
http://www.web-max.ca/PHP/article_1.php
Basically it's a map that converts Lon and Lat into x and y coordinates. I reset some of the varibles and set x and y to standard coordinates. But now I want to change from that little red dot to using a picture.
Here is their code.
Lets say I have 800 by 600 image on my screen. Is their a really simple way to plot an (x, y) point on that image? Very similar to graphing you'd do in a math class, but rather then little dots I'd like to plot that with little images. Easy way to do this?