Results 1 to 4 of 4

Thread: Image gallery help

  1. #1
    Join Date
    Jun 2011
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Image gallery help

    Hi everyone, thanks in advance for any help that you can give me. My friend and I are working on a website for his freelancing design business, and we are trying to figure out how to create a dynamic image gallery for his portfolio page.

    An example of what we are trying to do is http://www.jthreeconcepts.com/#. Honestly I taught myself HTML and CSS over the last couple of weeks, and that level is above my limited understanding.

    Our thought was that we would have the images display in chronological order, but then also have the ability to filter the items to just one type of work, like Vector art or Icons. I feel fairly able to format the page/images once I have them, but dynamic filtering and chronological sorting are a different matter.

    Any help would be great.

    Zach

  2. #2
    Join Date
    Jun 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i just registered this account to ask pretty much the same question.
    in for answers o.O

    probably php and java script combo right?

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Javascript interacts with the user and makes the page fancy. It can also do limited sorting but not in any particularly advanced way. If you want to make a list (an array) in Javascript, that may be the simplest answer. But for anything more complicated you'll probably want to use a serverside language like PHP and a database to store information about the images. The shortcut is to skip all of that and make a manually-maintained embedded-in-the-script Javascript "database" (the list I mentioned).
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Jun 2011
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Currently I am working on getting php to work for my application. I will be using javascript to pretty it up later. I got some help for the php here.

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
  •