Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default image gallery

    Hi,
    I have this image gallery that will be updated offten.
    [url]http://www.picturethisgalleries.com/artist.htm[/url]
    Is the a coldfusion database that i could download and use to make updating
    this page better? The page has to stay the same so that when you click on an
    image it would open in a new window for that image size. I would also like
    to have a next page link if the page gets to big.
    Any help would be great.
    Thanks


    Steve B Guest

  2. Similar Questions and Discussions

    1. 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...
    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. 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...
    4. Image Gallery with Content - PLEASE HELP.
      Hello, I'm desperately looking for a real good template that has a great image viewer that also displays content like the imagepilot at scalado.....
    5. Slider Nav and Image Gallery
      There must be a way to do this... I seem to be able to do one or the other, but not be able to combine both. The Goal: I want to have a slider at...
  3. #2

    Default Re: image gallery

    ColdFusion is not a database, it's a server that can process server-side
    scripts. This is similar to ASP and PHP.

    You most certainly can make your pages much easier to manage by using
    databases; you'll just need to know what database and what server
    technology.

    -- Mike

    -------------------
    Michael Langner
    Macromedia Technical Support
    [email]supportinfo@macromedia.com[/email]
    1-415-252-9080

    Steve B wrote:
    > Hi,
    > I have this image gallery that will be updated offten.
    > [url]http://www.picturethisgalleries.com/artist.htm[/url]
    > Is the a coldfusion database that i could download and use to make updating
    > this page better? The page has to stay the same so that when you click on an
    > image it would open in a new window for that image size. I would also like
    > to have a next page link if the page gets to big.
    > Any help would be great.
    > Thanks
    >
    >
    --


    MLangner-MMTS Guest

  4. #3

    Default Image Gallery

    In my application, I have a tree control nested into an accordion along with a
    TileList control.(The tree is populated with an XML file.) When a user clicks
    a node I want the accordion the tree control is in to collapse, (not the
    folders) and when that does I want the TileList to load tell the TileList data
    provider to now load the xml file. This xml file will of course depend on
    what node the user selects. I found a several examples on the web, but they do
    not involve both of these controls, so I have to combine the functionality. I
    was wondering if someone can help me by pointing me make what I want to do
    happen. I did think of one way that it may work, but my question is:

    Can I call a variable from that is declared in ActionScript and use the
    variable's value as the source of the XML file?

    Thanks!

    wallanceM 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