Photo Website question using Dreamweaver CS4

Is it possible using Dreamweaver CS4 to create a website for a photos?
I've been using iWeb and I want to make a better looking website for my photos.
Thanks

Create your layout in Dreamweaver and then there's plenty of resources available to image galleries, slide shows etc:
A lot of good ideas here:
http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
LightBox 2
http://www.lokeshdhakar.com/projects/lightbox2/
FLOATBOX:
http://randomous.com/floatbox/demo
Phatfusion lightbox - photos, flash
http://www.phatfusion.net/multibox/
PrettyPhoto:
http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
Scrolling Images
http://sorgalla.com/jcarousel/
Image gallery
http://www.simpleviewer.net/simpleviewer/
Nadia
Adobe® Community Expert : Dreamweaver
http://www.perrelink.com.au
Unique CSS Templates | Tutorials | SEO Articles
http://www.DreamweaverResources.com
http://twitter.com/nadiap

Similar Messages

  • Center website VERTICAL in Dreamweaver CS4

    Hello anyone,
    I would like to center my website VERTICALLY in Dreamweaver CS4.
    I am new at this and don't understand code language, so please use 'design-view' language if possible.
    Thanks!!!

    It's not a question of centering vertically in CS4, but doing so reliably in all browsers. Horizontal centering is easy. Vertical centering is not. The following tutorials explain how to do it:
    http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
    http://murphy.cz/victoria-s-vertical-centering/
    Warning: they're not written in "design view" language. If you want to achieve a reasonable level of proficiency in web design, you need to learn how to use HTML and CSS.

  • How do i create a styled spry mysql driven menu using dreamweaver cs4?

    How do i create a styled spry mysql driven menu using dreamweaver cs4?
    I have cs4. I gave up on using MS sql as a datasource. I finally got a php successfull connection in my PHP web page.
    I would like a nice video tutorial for creating a dynamic menu.
    I guess i can style it by attaching a css file to the page. Are their any already designed css files out there in some online area?
    i am not a good designer. so i would like to simply have a collection of menu_style.css files and choose what looks good.
    But first i need to build the spry menu from the mysql database.
    Any help is apprechiated.
    My first choice was to maintain the data in an MS sql server file. If i could directly attach to an ms sql datasource then that would be the best option.
    I dont think i want to have to re-generate an XML datasource each time i add or modify the menu. I would like to maintain the MS Sql or mySql file instead.
    If i could generate an XML datasource from the MS Sql database then I may even prefere that, but i have spent a lot of time trying to figure out how to do that and not had any success. So i prefere working in MS sql but would settle for mySql if i had to.
    Thanks
    Jerry

    To create a dynamic menu take a look here http://labs.adobe.com/technologies/spry/samples/menubar/MenuFromNestedData.html#
    The XML file for the above menu looks like this
    <?xml version="1.0" encoding="utf-8"?>
    <items>
         <item id="0001" type="donut">
              <name>Cake</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
                   <batter id="1003">Blueberry</batter>
                   <batter id="1003">Devil's Food</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5006">Chocolate with Sprinkles</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0002" type="donut">
              <name>Raised</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0003" type="donut">
              <name>Buttermilk</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
              </batters>
         </item>
         <item id="0004" type="bar">
              <name>Bar</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7001">
                        <name>None</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0.25</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0.25</addcost>
                   </filling>
              </fillings>
         </item>
         <item id="0005" type="twist">
              <name>Twist</name>
              <ppu>0.65</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
         </item>
         <item id="0006" type="filled">
              <name>Filled</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7004">
                        <name>Strawberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7005">
                        <name>Rasberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
              </fillings>
         </item>
    </items>
    Then remains the manner in which you create the XML file which can be found here http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html
    One you have your menu up and running, you will be able to apply styles and effects

  • I am using Dreamweaver CS4  and can no longer connect to Device Central - Can you help me with this?

    I am using Dreamweaver CS4  and can no longer connect to Device Central - Can you help me with this?

    Device Central was discontinued April 23, 2012.
    http://www.adobe.com/products/devicecentral.html
    And replaced with Adobe Edge Inspect CC (for Cloud subscribers)
    http://html.adobe.com/edge/inspect/
    Nancy O.

  • Problem Inserting Flash Video (.flv) File in Page Using Dreamweaver CS4's Insert Media Command

    I am using Dreamweaver CS4.
    I am attempting to put a Flash Video (.flv) file on a standard HTML page in Dreamweaver.
    When I either click the Insert Flash Video in the Common tab on the Dreamweaver toolbar, or if I choose Insert > Media > FLV to inert the video, I get the standard Dreamweaver FLV interface. I make my choices, click OK, and when the video is place on the page, I get the following dialog box:
    "While executing inspectSelection in flvProgressive.htm, a JavaScript error occurred."
    with an OK button.
    If I preview the page, all that loads are the various buttons of the skin that I have chosen and no video.
    Anyone have an idea what is going on?
    maylandmac

    Are you sure you aren't working with a template driven page?
    When you insert media files into DW, it must write code in the <head> tags to reference Scripts necessary for Flash media to work on the web. 
    If you're working with a page that was created from a Template, the DWT page must have editable regions in the <head> tags, or you won't be able to add media to your web pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Issues editing Layouts using Dreamweaver CS4 (ShopOnline)

    Hi Everyone,
    I am having Issues editing Layouts using Dreamweaver CS4 (ShopOnline). May be someone has encounter this problem. When I open the large_product.html in dreamweaver (after installing the extension for BC) the file opens, but when I go to the property inspector, I can not modify any of the css rules currently defined and no css is linked to this file. I looked at all the available css's and I could not find any with the defined rules in this page.
    I need help. Thanks.

    It must be a module template layout that is being used.  If you're on the latest interface it's under
    Site Manager > Module Templates > Online Shop Layouts >  Individual Product (small or large)
    and if you're on the older interface it's
    Ecommerce > Products > Advanced Layout customization (under the “related” box at the bottom right)

  • Getting Website on Search Engines? I used Dreamweaver CS4.

    I have a website that was launched recently, which was created with Dreamweaver CS4. After using some search engines, I found that on some of them, some of my pages were appearing on the first page - however, none of them are the home page. Of the pages that do appear, some of them don't even contain the keywords that I typed in to the search engine.
    Here's my question: what do I need to do to get my website higher up on search engines?

    Hi,
    first: the "magic word" to google is: SEO (search engine optimization). Here you will find how to try to carry out your plans:
    http://en.wikipedia.org/wiki/Search_engine_optimization
    http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/de//web masters/docs/search-engine-optimization-starter-guide.pdf
    German (but still useful) links:
    http://suchmaschinenoptimierung.michaelsattler.de/
    http://de.wikipedia.org/wiki/Suchmaschinenoptimierung
    Forum:
    http://www.seochat.com/c/b/Search-Engine-Optimization-Help/
    Hans-G.

  • Website created in Dreamweaver CS4 doesn't look right in CS6

    I used to have an old version of Dreamweaver (CS4 I think) and my laptop got taken out by a lightening strike.  I have had to purchase Dreamweaver CS6 and I have loaded up my website (files recovered from hard drive) but the pages don't look right - wrong colours, wrong font, text missing, buttons not displayed properly etc.  any help gratefully received!

    Are you sure site files on your hard drive were not damaged by the electrical surge?
    Can you GET replacement files from your remote server?
    Nancy O.

  • Getting Data From MySQL Database using Dreamweaver CS4 Built In Functions

    Hi,
    I am really in need of some help if you don't mind.
    I basically have a website with user regsitration system etc and so on.
    I basically connected to my Data Base in Dreamweaver CS4 and now want to use the tools in Dremweaver CS4 to display Data from database.
    Problem is i see the tools but not really sure how i use them. I see on Data bar all the tools to view, update delete records etc.
    I basically created a page where i want to display all the records in the DB. I done this using dynamic data selecting what fields to display etc and 15 records per page.
    When i view the page in localhost thou it is only showing 1 record althou i have like 5 users in my test db.
    So if anyone can really tell me how i go about displaying data from db that be great. When i learn how to do that i probably will understand and learn how to update records etc.
    Thanks

    To display all records, you need to apply a repeat region to the paragraph, div, or table row that contains the dynamic text objects for the database results. You might also find it helpful to follow the dynamic application tutorial in the Adobe Developer Connection.

  • Old Website Mess in Dreamweaver CS4

    I'm redesigning my company's website for them, and when I import their Index html into my Dreamweaver CS4, it's a mess, with everything set to the left in a long, list down the page. When I open it in Dreamweaver 8 on the company computers, however, it opens fine... but I'd much rather not work on such an old version of Dreamweaver. I'd also like to be able to incorporate it easily with my other CS4 apps.
    Do I need to upgrade the version, or how can I fix these problems?

    File not found: import file://localhost/css/title.css: Operation not permitted
    File not found: import file://localhost/css/home.css: Operation not permitted
    File not found: import file://localhost/css/Nav4IE7.css: Operation not permitted                                         
    localhost refers to your local computer the reference probably should simply read css/title.css to make it document relative where css is the directory and title.css the actual stylesheet.
    You have no background-color set (or background-color is set to transparent) but you have set a color. Make sure that cascading of colors keeps the text reasonably legible.
    If you set a text color, a BG color may be required. Just a friendly warning in case you use red on red or something similar
    font-family: You are encouraged to offer a generic family as a last alternative
    Well, again, pretty clear. All font definitions should not only point to specific font names liek "Arial", "Helvetica" or "Times New Roman", but also have the generic serif, sans-serif or symbol definitions attached as a fallback measure. After all, text rendering depends on locally installed typefaces and some of them may not be available.
    In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected
    Again, not all too difficult to understand. Elements that use float alignment can have variablke widths if not constrained. This will prevent other page elements from aligning correctly. A common application are sidebars, which for design reasons you always want to have a fixed width, so it is a good idea to define a width for the DIV that holds it, or otehr wise otehr page elements may go over or under it, obscuring information or rendering links unclickable.
    Mylenium

  • How to enter excell formulas into a webpage using Dreamweaver CS4

    I am new at dreamweaver and recently purchased CS4 web premium. I also bought some training videos from an Abode affilated training center on dreamweaver CS4. I was wondering how to create or hide formulas into a webpage. I am trying to enter my MS excel calculator into a webpage. Can anyone help me?
    thanks
    Mike

    Unfortunately this will not work directly in DW.
    You probably have 2 alternatives and that is, A - use JavaScript (if you are new to DW/webdesign probably not an option). B - See if there is an extension or plug-in for doing something similar.
    For pre-built extensions for DW try:   http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=3&loc=en_us
    An alternative (you would have to copy/paste the code yourself would be one of the following (also check with the Microsoft site as this is (hopefully) something that may have come up before)).
    http://developer.yahoo.com/
    from Microsoft, you could check out: http://www.microsoft.com/downloads/details.aspx?FamilyID=7287252C-402E-4F72-97A5-E0FD290D4 B76&displaylang=en
    HTH
    PZ

  • Using DreamWeaver CS4 to create a program?!?!

    Hi everyone,
    Hopefully someone here can help me out. I was told I could use DreamWeaver to create a program or assemble a program from a .xml file and some resource files. The .xml file looks like instructions that thell the resource files what to do to create a program or a program-like web application. But I have no idea how to use dreamweaver in this mannar. Does anyone have any idea why someone would send me a .xml file and 3 reasource files and say DreamWeaver can put them togther somehow to create a program? Thank you for your time...

    Is this the same question as that posted in an earlier thread?
    http://forums.adobe.com/thread/800019

  • 2 questions about Dreamweaver CS4

    I,m a beginner with CS4.
    I've 2 problems and i dont know how to solve them.
    - the first, how do you attac/.combine/,connect 2 webpages together, what tools do you use/
    - the second, why is the site not working in the browser Internet Explorer. In firefox it is working very well.
    thanks for your help.
    grr Tonstin

    TonStin wrote:
    I,m a beginner with CS4.
    I've 2 problems and i dont know how to solve them.
    - the first, how do you attac/.combine/,connect 2 webpages together, what tools do you use/
    Opinion:  If you don't know how to do this basic requirement, then I'd suggestthat you don't open Dreamweaver until you have a basic understanding of HTML and css.  If you don't know any html/css then using Dreamweaver is going to be an uphill struggle.  Learn some basics and Dreamweaver will be easier to use.
    To answer the above, you need to create a navigation bar with the menu items required  Home / Services  etc.
    Highlight the Home button and create a link tot he home.html page  (that you should have already created).  You link to the page via the Property Inspector.  Same for the next nav link.  Select the Services Text and via the property inspector navigate to the services.html page  (again that you should have already created).
    - the second, why is the site not working in the browser Internet Explorer. In firefox it is working very well.
    Could be any number of issues.  You need to upload the page to your hosting server and provide the link to this page.  The answer will be in the code (hence the above opinion about learning html/css  :-)

  • My Links and External Links wont work on my page. Using Dreamweaver CS4

    I have followed all the instructions for adding external links to my website using Dreamweaver CS 4.  I cannot click on any of the links in the body of my pages, even on my sitemap page my internal links dont work.  Any suggestions would be greatly appreciated as I have looked online for a resolution to this problem and not finding any new information.
    Thanks,
    diamndlady

    Hi,
    please copy my source code from my for you made test side, where I offered my solution wiht both options:
    http://www.goldschmiede-blumberg.de/li.html
    ... or better, I'll do it for you,here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Inserted Links</title>
    </head>
    <body>
    <ul type="disc">
      <li><a href="http://www.50states.com/" target="_blank">50 States and Capitals page:</a></li>
      <li><a href="http://www.thisnation.com/ " target="_blank"> An online History of the United States:</a></li>
      <li><a href="http://www.besthistorysites.net/"> Best history sites: a comprehensive listing of a variety of history subjects from ancient times to current history:</a></li>
    </ul>
    <p>or:</p>
    <ul>
      <li>50 States and Capitals page: <a href="http://www.50states.com/ ">http://www.50states.com/</a> </li>
      <li> American Government and Politics online: <a href="http://www.thisnation.com/">http://www.thisnation.com/</a></li>
      <li>
        An online History of the United States: <a href="http://www.smplanet.com/imperialism/toc.html">http://www.smplanet.com/imperialism/toc.html </a></li>
    </ul>
    <p> </p>
    </body>
    </html>

  • Question about Dreamweaver CS4 Preview in Browser

    Good morning,
    as a newcomer to Dreamweaver CS4, I find myself in a strange position: I managed to create several pages that work correctly, but whenever I transfer those pages in the server of the company I work for, they show up with a different format for the text parts, and the divs show up as shorter than they should be. And yet, I pretty much copy-and-pasted the original working html pages from my C to the server... why does this problem happen?
    Thank you very much.

    I can't really say without seeing your code. But some things that may cause issues:
    - make sure your code is valid by running it through a validator: http://validator.w3.org/ and fixing any issues noted
    - Some older versions of IE have a different way of handeling the box-model concept and this can cause sizing and layout issues. You can read all about it on the internet.
    But I would focus on making sure your code is valid - most rendering issues are caused by invalid code like missing closing tags, improperly nested elements, etc.

Maybe you are looking for

  • "Logical end-of-file reached during read operation, result code = -39"

    This is the message i get when I open Logicpro. I don't really see what difference it makes, but rcently I noticed the "trip Hop Remix" kit does not produce any sound at all. When I copy a loop whcih comprises of Trip Hop remix as an instrument, it p

  • HT4115 How can I get my Final Cut Express 4 projects into Final Cut Pro X?

    I'm going to be switching to OSX Lion, and will have to update Final Cut, since express won't run on Lion. Thus I have to get X. With the new 64-bit Pro X is there a way to open my past projects? I know that at one time you could open up older versio

  • Communicate between two tabs

    Hi friends, I have a small issue. I am using struts pdk tags to develop portlets. My region has got 2 tabs(say tabX,tabY).And the content of each tab is a pdk portlet. When i click on a image in tabX,how can i display tabY. Pls help me out. Rgds, Dha

  • Where did my photo stream go?

    A few weeks ago, I created a photo stream in order to clear space on my phone. The stream had 966 photos on it. As soon as I downloaded iOS 7 for my phone, all the photos on the stream were gone. The stream is still there but it is empty. How can I r

  • Pages is saying it has been downloaded and installed but it is not on my Mac Book

    I have just downloaded Maverick and Pages, keynote and numbers are all saying that a new version has been downloaded and installed but they have changed the software I had already been installed, I know this because my ipad3 has had the new upgrades