Page 1 of 1
Image Gallery with Pagination
Posted: Tue Sep 30, 2008 8:38 am
by itsinmyhead
I used Dreamweaver to build an image gallery with Spry, but there are some things that I'd like to change about it, and I'm not sure where to start.
Here is the page as is:
http://adkpennysaver.com/papers/readcc.html
What I'd like to do is to have the thumbnails on the right separated into pages, perhaps 6 thumbnails per page, with "< 1 2 3 >" for navigation below it.
I'm not sure how to do this while keeping the same functionality that I have right now. Is there a way to paginate with this kind of Spry gallery? Or will I have to go another route completely, be it through PHP, MySQL or other?
Any help is greatly appreciated!
Re: Image Gallery with Pagination
Posted: Wed Oct 01, 2008 5:56 am
by vishal.angre
i will give you image gallary pagination with 2-3 hours.
If gallery is static, then i can do it in $15
If gallery is dynamic, then i can do it in $10
Please reply
Re: Image Gallery with Pagination
Posted: Thu Oct 02, 2008 2:45 pm
by itsinmyhead
Thanks, but no thanks. I'm not looking to buy something, I'm looking to learn how to do it myself.
Re: Image Gallery with Pagination
Posted: Thu Oct 02, 2008 5:03 pm
by jayshields
The URI doesn't work. Anyway, did you use any PHP for it? If not, you're going to need PHP for it to be dynamic. You'll only need a database if you want to store something in the database. For a simple gallery, it's perfectly feasible to do it without a database.
Re: Image Gallery with Pagination
Posted: Fri Oct 03, 2008 8:54 am
by itsinmyhead
jayshields wrote:The URI doesn't work. Anyway, did you use any PHP for it? If not, you're going to need PHP for it to be dynamic. You'll only need a database if you want to store something in the database. For a simple gallery, it's perfectly feasible to do it without a database.
Whoops... yeah, just made some site updates and changed the address.
http://adkpennysaver.com/papers/readcc.php
I hadn't used PHP for this. Right now, it's Spry with the images being called through an XML file.
Re: Image Gallery with Pagination
Posted: Fri Oct 03, 2008 3:19 pm
by itsinmyhead
Alright, I've got it working! Mostly.
http://www.adkpennysaver.com/papers/readcc_test.php
The paging works fine, but there's one problem that I haven't been able to figure out. How do I get my images to center in that sidebar?
I'm no dummy, and this is really driving me nuts. I haven't been able to do anything that gets those images centered in the sidebar.
Any advice here?