SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: Tools to create photogallery where the client can upload photos himself

  1. #1
    SitePoint Guru
    Join Date
    Nov 2002
    Location
    Dubai
    Posts
    715
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Tools to create photogallery where the client can upload photos himself

    I have created a personal website where I have a gallery which I made with the help of the article, "Build An Automated PHP Gallery System In Minutes" by Mayank Gandhi. Of course, the final output is a result of a lot of help from my sitepoint friends. Now I thought that if I always use this kind of a code to make a gallery page, I will be able to give access to my client to the admin page and let him upload photos himself.
    I also want to try out some other kind of galleries which I can incorporate into my sites. I was browsing through the sitepoint forum and looking through some gallery
    pages.
    What about the gallery on this page, http://www.james-ridge.com/photo-gallery/. Has this been made using only css? Can I make have a mysql database and create this kind of a gallery page using Php and Mysql so that photos can be uploaded by the client himself with the help of an admin page?

    I came across some tutorials for galleries using CSS. But many of them have limits on the number of photos that can be uploaded. Also, if I just use css to make a
    gallery page, each time, the client needs to upload a photo, he will have to contact me, isn't it? Because if I have a set of photos and use CSS for the layout I will only be able to build a static page, isn't it? I need the advice of my sitepoint friends.
    My site|My blog
    The real failure is not the one who doesn't get his goals but
    the one who gives up.

  2. #2
    billycundiff{float:left;} silver trophybronze trophy RyanReese's Avatar
    Join Date
    Oct 2008
    Location
    Whiteford, Maryland, United States
    Posts
    13,564
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    You could create that via pure HTML/CSS, and I see no reason to do so otherwise. I can tell you from the client that it's highly likely that no databases were involved. Uploading images with PHP and storing to SQL isn't really an issue, although it's a good deal of work. Bottom line is, ify ou want to do it, you can. The client will benefit from your work if you do it.

    It also allows dynamics. If your client had an image needed to be uploaded, he'lln eed to contact you. But if you automate it with an upload form, and use a loop to print out each result, he won't need you.

    Sounds like from your needs, you'll need the upload form. If you have a fixed set of images from the get go, and you don't really see it changing (often or otherwise), you can just stay static.

    Off Topic:

    Heh, interesting you linked that page. I coded the homepage
    Twitter-@Ryan_Reese09
    http://www.ryanreese.us -Always looking for web design/development work

  3. #3
    SitePoint Guru
    Join Date
    Nov 2002
    Location
    Dubai
    Posts
    715
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot. Your reply cleared many of my doubts. Now I know that whether I need an upload form or not will depend on the client’s requirement and I can check with the client whether he will need a limited number of photos or if needs to add photos, how often he will need to do it and make my decision as to whether I should stay static or not.

    Off Topic:

    Heh, interesting you linked that page. I coded the homepage

    I have this habit of looking at the sites of my sitepoint friends. They are my learning tools. It helps a lot as these sites are well coded and if there is a portfolio, that is an added bonus. Likewise, I clicked on your site and found this site. I must say that I am at the moment using the sites in the portfolio as my learning tool. So, I must say a double thanks to you.
    My site|My blog
    The real failure is not the one who doesn't get his goals but
    the one who gives up.

  4. #4
    billycundiff{float:left;} silver trophybronze trophy RyanReese's Avatar
    Join Date
    Oct 2008
    Location
    Whiteford, Maryland, United States
    Posts
    13,564
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by jppp View Post
    Thanks a lot. Your reply cleared many of my doubts. Now I know that whether I need an upload form or not will depend on the client’s requirement and I can check with the client whether he will need a limited number of photos or if needs to add photos, how often he will need to do it and make my decision as to whether I should stay static or not.
    Off Topic:

    Apart from the homepage (which has been modified a bit), none of the code is mine. Be wary of that when learning through that method. I gave the client a base template to work with (he knows a smidge about code.) And you're welcome .
    Twitter-@Ryan_Reese09
    http://www.ryanreese.us -Always looking for web design/development work

  5. #5
    SitePoint Guru
    Join Date
    Nov 2002
    Location
    Dubai
    Posts
    715
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Off Topic:

    Apart from the homepage (which has been modified a bit), none of the code is mine. Be wary of that when learning through that method. I gave the client a base template to work with (he knows a smidge about code.) And you're welcome .
    Thanks. I will keep that in mind. In fact, once I did try out a tutorial for a shopping cart and in the process of taking the help of Sitepoint, was told by a SP mentor that the tutorial was not good. Sitepoint, my mentor, my Guru, really rocks.
    My site|My blog
    The real failure is not the one who doesn't get his goals but
    the one who gives up.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •