dynamic image gallery

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default dynamic image gallery

    I'm trying to create a dynamic image gallery that is updated from a database, i
    managed to create a simple mysql database
    using phpmy admin, so I could update my image gallery more often, I saw
    something that I like but I have no idea how to create it here is the example:
    [url]http://flight001.com/store/trip.htm?itemid=307&sid=201&page=2[/url]
    I didnt manage to create this with dynamic table from within dreamweaver 8,
    maybe I just don't know how,
    this is the link to a gallery on my website:
    [url]http://www.yuvallavy.com/work/scenic/scenic.htm[/url]. I need all the help I can get
    I'm using dreamweaver 8 on a Mac and using PHP/MySql server model. :sad;

    uvi Guest

  2. Similar Questions and Discussions

    1. dynamic photo gallery with XML
      My photo gallery works fine when I test movie in gallery.fla I have a thumbnail scroller that moves the thumbnails right when you move mouse left...
    2. CSS: Help with image gallery...
      Hi, I have buitl my photo gallery here: http://www.distanceclothing.com/new/gallery.html I'm going to put a menu on the left in plain html...
    3. Dynamic Photo Gallery?
      I'm working on a website right now, and I've run across a particular style of photo gallery that I'd like to duplicate. This is the page:...
    4. Dynamic Streaming Video Gallery Help
      Hey, I'm creating a dyanmic video gallery in which buttons are dynamically generated and they change the contenpath of a flv component on the stage....
    5. HELP w/ PHP and XML image gallery
      Hi, I am trying to put together a product description page in Flash. Each product will have some text fields and also some pictures. So, the issue...
  3. #2

    Default Re: dynamic image gallery

    if you google with "dynamic image gallery", you'll find a lot of
    tutorials & examples including pre-programmed solutions

    if you prefer to do it yourself, you need to deal with dynamic sites. DW
    help chapters Preparing to Build Dynamic Sites, Making Pages Dynamic &
    Developing Applications Rapidly can also help to understand

    in fact you don't need a database, the images can be read from the
    folder they're stored. that way to update a gallery you only need to
    remove/replace/add images. one folder for each gallery

    and the application development forum is best suited for your question

    BTW, some nice photos in your page

    hth,

    jdoe


    uvi wrote:
    > I'm trying to create a dynamic image gallery that is updated from a database, i
    > managed to create a simple mysql database
    > using phpmy admin, so I could update my image gallery more often, I saw
    > something that I like but I have no idea how to create it here is the example:
    > [url]http://flight001.com/store/trip.htm?itemid=307&sid=201&page=2[/url]
    > I didnt manage to create this with dynamic table from within dreamweaver 8,
    > maybe I just don't know how,
    > this is the link to a gallery on my website:
    > [url]http://www.yuvallavy.com/work/scenic/scenic.htm[/url]. I need all the help I can get
    > I'm using dreamweaver 8 on a Mac and using PHP/MySql server model. :sad;
    >
    John Doe Guest

  4. #3

    Default Re: dynamic image gallery

    Thanks, I did try google with that exact search, none of the solutions there
    was a match. I will try the application development forum. My need is going
    beyond a simple gallery, meaning, I intend to attach info to the pictures with
    a future need to sell them, this is why I needed the database. Thanks again

    uvi Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139