Dreamweaver CS5 IFrame Question

I'm currently using Dreamweaver CS5 to build a business website.  For a brief overview, I'm using a 3 column layout, the left column is the nav bar, the middle has the product pictures and names.  The left cell is currently empty, but I'm trying to find a way to arrange it so that if someone clicks on a product, the right column displays the rest of the product info.  The best I can figure is an IFrame, but do I need JScript to make that work?  If so, what's a good command line for it.  So far I can't figure out how to set the source based on which link is clicked.

Kinda miss the previous versions.  CS5 automatically fills in CSS and HTML at its own discression, which has been causing some irritating results off and on.  But as far as behaviors, there's no established server behaviors for that.  Would Javascript or .NET work better for not killing my browser compatibility?  I'm actually more of a software coder than web designer (hence my problems with HTML's limited code for behaviors), so I can probably write my own.  I'm thinking it might be easier to try a database set up and just have it linked so that whatever they click is loaded to the IFrame but I'm not sure how to go about that.

Similar Messages

  • Dreamweaver cs5 problems and adobe support close the case on you

    I emailed Adobe support with the message below and they closed the case on me and told me to go over to the developers connection website and open a case there. Well of course there is no where to open a case there, it brings you back to the normal support pages, so I opened a case again!
    This is just one of the flaws in Cs5 I've found from intensive useage yesterday.
    1. Hangs for nearly 2 minutes if you use an external link to ny file like jquery in the header of the pages - detailed below
    2. Sometimes when selecting a related file it says "not on server" and actually tries to open ANOTHER ftp connection listed. It switches connection and then says"not on server" - well of course not....because it just changed to another server! However many time you change it back, it won't have it.
    3. The pop up css is a good idea but not well thought out. I have to right click to get inspect but when I roll over the areas it doesn't show the css in the css panel. If I right click and select to show the code, it shows me the css, I then have to click it to select it in the left column. All very long winded... WHY NOT JUST CLICK AN AEA ON THE LIVE VIEW PAGE AND IT SHOWS THE CSS THERE INSTANTLY TO EDIT?!
    4. On first open after a quit and relaunch, or restart, switching from normal view to live view hangs Dreamweaver for over a minute before live view is displayed.
    Very very buggy and I feel I have paid for a beta version.
    Hello I now have Dreamweaver CS5.
    It has MAJOR flaw.
    If a webpage contains the code
    <script type="text/javascript"
    src="http://code.jquery.com/jquery-1.4.2.min.js"></script>#
    It takes over 1 minute to open each page after launching
    This is caused by the 'related files' facility
    THIS IS TOTALLY UNACCEPTABLE in software which is this expensive.
    All design companies such as us use jquery.
    Please fix this flaw asap or supply me with a fix. Turning of related files
    helps but if I was to do that what would be the point in
    having that facility? (which I am paying for!)

    Hi,
    Appreciate your reply and accept what you say, I'll take on board the suggestions.
    My answers under yours below
    Second, the Bug Report form is here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform .  Technical support is not a bug reporting center, nor are they developers which is why they probably closed your case. And there really are not any questions in your support request it reads like a bug report and an angry one at that, not even starting out calm, shouting almost immediately.
    - Frustration, I've been up all night, hours messing with it.
    Thanks for the link, I'll post to that. I personally don't agree that bugs this big should be present in software of such high upgrade fee's and which should have been tested but I guess we all know its the way of the world now.
    1.  Why are you working with remote website files that are not part of your domain and not in your local site?  This is a bad practice to get in the habit of.  If their website shuts down, so does the functionality of yours.  Many here will argue that point.
    - This is a valid point I've come across before and reading up on it I found it was said that the site in question was on cloud servers, mirrored etc. The link I posted was from someone elses post who was having a similar problem. I personally use the flowplay/jquery main link which has ALL the jquery plugins/effects so whatever is used on that page works.
    http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js
    We did this as it seemed that was what everyone was doing, it seems I am wrong and I take on board your comments about downloading the file.
    2.  "Sometimes".  That is the key word in your statement.  Sometimes it happens, sometimes it doesn't.  What happens when it says "Sometimes not on server" and what happens in the other times.  What's different?  It's usually hard to believe it's random luck.  But developers in a bug report need to know these things.  What's different about the file(s)?  Is it with certain file(s), type(s), etc?  How would it open another FTP connection, do you have multiple FTP locations defined within one site definition?
    I probably used the wrong word in 'sometimes' - A better description would be "some of the related files". When live view is on the right and code on the left, related files across the top. If I hover my mouse over the files, it tells me where they are. This info is incorrect on 'some' of the files, not all of them but about 8 out of 10.
    It shows the file as being in the folder of another account in the site defs, but its not in there, it's in the one I'm working on (and which is live in the ftp file window). So if I click on the file to view it, it says its not available, and asks if I want to download it from the server. That doesn't work because it then tries to switch the ftp connection to the other site and download.
    I thought it was muddled so I removed all the ftp sites and set up just one, the one I was working on. But that didn't work... it then thinks the related files are in "unnamed site 1" - anywhere but looking in its own folder or on its own ftp server!
    4.  You seem to be referring to Question #1 here so that is answered.
    "Please fix this flaw asap or supply me with a fix." - So you are saying Please fix this flaw with a patch or give me the patch.  Again, this sounds like you want to file a bug report and not create a support request.
    - Accepted, you are right, its a bug report, just they directed me to the developer website and I kept ending up here, so began to believe this is where I should be posting.
    "All design companies such as us use jquery".  - While I wouldn't be so quick to say all, but rather most, I would say see my answer to #1.  Why make your site dependent on someone else's?
    - Accepted, I appreciate your honest comments and critism and fot taking the time to reply :-)

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • Can Dreamweaver CS5 connect to MySQL via ODBC?

    I am unable to make a direct connection to an external MySQL database because most hosting provider does not allow this type of connection due to security reasons. I am however able to make an ODBC connection to the database (which I am currently using to connect filemaker to our MySQL database).
    How can I tell Dreamweaver CS5 to connect via the ODBC driver so I can see the MySQL content in my Dreamweaver project?
    I am on a Mac running OS X 10.6.4.

    GeorgeRudd wrote:
    How can I tell Dreamweaver CS5 to connect via the ODBC driver so I can see the MySQL content in my Dreamweaver project?
    You can't - at least not if you want to use Dreamweaver's server behaviors. Dreamweaver uses the original PHP MySQL extension. If you want to connect in any other way, you need to hand code everything yourself.
    On the other hand, if you want to see the contents of your remote database in Dreamweaver, define your remote server as the testing server. Dreamweaver uploads a hidden folder to the remote server to connect to the database. Because the script is on your remote server, it's local to the MySQL database, so gets round the security issue. It then sends the details to your local computer.
    A better solution, though, is to establish a local testing environment. It's more responsive and much more secure. http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html.
    By the way, the failure to get a reply is due, in part, to posting your question in the wrong forum. The forum for issues related to PHP/MySQL and other server-side technologies is http://forums.adobe.com/community/dreamweaver/dreamweaver_development.

  • I am a teacher of IT Information Technology for high school students of a public school in the state of Minas My Brazil, and would like to know if you guys have dreamweaver cs5 for students and flash, so I can teach students the construction of these site

    I am a teacher of IT Information Technology for high school students of a public school in the state of Minas My Brazil, and would like to know if you guys have dreamweaver cs5 for students and flash, so I can teach students the construction of these sites trough applications

    Hi,
    In addition to what Ken said, I would suggest that you give Edge Animate a shot as well.
    Creative Cloud is available as trial version for 30 days and almost all creative software is bundled with the Creative Cloud. Tutorials are included for each of the products on the respective sections of the website. For instance, this site Website builder | Download free Adobe Dreamweaver CC trial gives you access to the trial version as well as tutorials.
    I suggest that you go to http://creative.adobe.com and explore the various options available.
    For any purchase related information, feel free to send me a private message if you need further clarification. Click on my picture and use the message option. The experts on this forum can help you with other questions you have on using Creative Cloud.
    Thanks,
    Preran

  • CF10 CFML tag, functions and attributes autofill in Dreamweaver CS5.5

    We have Coldfusion 10 and Dreamweaver CS5.5 in my company. We want to be able to see all the CF10 CFML functions, tags and attributes in the autofill when writing code. I have found an Adobe link to a download for them but it doesn't say what version of Dreamweaver is required for it to work. Can someone please tell me? Will it work with CS5.5?
    (This window won't let me paste in the link I have but it's in the Coldfusion Support Center Downloads | Coldfusion 10 Devleoper Tools | Adobe Coldfusion 10 Extensions for Dreamweaver. Also note that we do have CS5.5 in my company but I don't have an install available for me to test so I'm hoping it will be easier to get an answer to this question here rather than obtain one....thanks)

    This is what you are looking for : http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec1896 9-7fff.html
    Download MXP from here : http://www.adobe.com/support/coldfusion/downloads.html#cf10devtools
    Insatll and then launch Dreamweaver CS 5.5

  • Drop-down menu in Dreamweaver CS5.5 not displaying

    Thanks for anyone's help.  I'm a first time user of the forum so please excuse any protocol errors.
    I can't get my drop-down menu to display on my web page (http://www.cglcontracting.com/) on a Windows platform using Dreamweaver CS5.5.
    Thanks very much for any advice/help.

    Hi again -
    My previous suggestion did not seem to make any difference, the CSS still did not validate.
    I seems to be choking on your Browser Hack section.
    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.cglcontracting.com%2FSpr yAssets%2FSpryMenuBarHorizontal.css&profile=css3&usermedium=all&warning=1&vextwarning=&lan g=en
    I re-wrote the bottom Browser Hack section and it now validates.
    I'll paste the whole CSS file here, Save it as "SpryMenuBarHorizontal.css" and give it a try.
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 90%;
        cursor: default;
        width: auto;
        color: rgb(153,153,153);
        text-transform: uppercase;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-align: center;
        background-color: rgb(255,255,255);
        vertical-align: middle;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        color: rgb(153,153,153);
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 8em;
        float: left;
        color: rgb(0,255,0);
        overflow: hidden;
        visibility: inherit;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        color: rgb(204,204,204);
        top: 0px;
        overflow: auto;
        visibility: inherit;
        margin-top: -5%;
        margin-left: 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        color: rgb(204,204,204);
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-variant: small-caps;
        text-transform: uppercase;
        background-color: rgb(255,0,0);
        left: auto;
        width: auto;
        z-index: auto;
        visibility: inherit;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        text-align: left;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        background-color: rgb(204,204,204);
        margin-top: -5%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: 100px;
        background-color: rgb(204,204,204);
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 0px none #CCC;
        margin-top: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
        margin-left: 0%;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #F00;
        color: #003;
        text-decoration: none;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        padding-top: 1.2ex;
        font-weight: bold;
        vertical-align: middle;
        padding-bottom: 0.53em;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #000;
        color: rgb(255,255,255);
        text-align: center;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #900;
        color: #066;
        text-align: center;
        vertical-align: middle;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-color: rgb(255,0,0);
        color: rgb(0,0,51);
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-color: rgb(204,204,204);
        visibility: inherit;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-color: rgb(153,0,0);
        visibility: visible;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        background-color: rgb(153,153,153);
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

  • Xpose jquery gallery add-on for dreamweaver cs5.5

    Hi,
    xpose jquery gallery add on for dreamweaver cs5.5 not working within internet explorer when website uploaded
    The current slide index file seems to be the issue, but not sure where or how to fix this...any ideas gratefully recieved. thanks in advance

    Hi,the webpage in question is http://www.blackcatbrides.co.uk, then the gallery is stored within the collections page.
    Again thanks for your help in advance
    Here is also the script within dreamweaver
    <!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=iso-8859-1" />
    <title>Your Wedding</title>
    <link href="stylesheet/style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="../includes/jQueryGallery/gallery.extend.js"></script>
    <script type="text/javascript" src="../includes/jQueryGallery/jQueryGallery.js"></script>
    <script type="text/javascript" src="../includes/jQueryGallery/jQueryGallery1.js"></script>
    <link href="../includes/jQueryGallery/jQueryGallery1.css" rel="stylesheet" type="text/css" />
    <link href="../includes/jQueryGallery/jQueryGallery1_lightbox/lightbox.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
      <div class="header">
        <object type="application/x-shockwave-flash" data="images/57.swf" width="1000" height="560">
          <param name="movie" value="images/57.swf" />
        </object>
      </div>
      <div class="clear"></div>
      <div class="workzone">
        <div class="workzone-left">
          <div style="padding:0 15px 20px 15px;">
            <h1 class="inner">Our Collections</h1>
            <p> </p>
            <div id="jQueryGallery1Container" class="jQGalleryC">
              <div id="jQueryGallery1" class="jQueryGallery"></div>
              <div id="jQueryGallery1_thumbscroll_in"></div>
              <div id="jQueryGallery1_caption_in">Image caption.</div>
              <div id="jQueryGallery1_subcaption_in">Image subcaption.</div>
              <div id="jQueryGallery1_currentslide_in">{index}/{total}</div>
              <div id="jQueryGallery1_progressbar_in"></div>
              <div id="jQueryGallery1_controls_in">
                <div id="jQueryGallery1_playpause_in">
                  <div class="play"></div>
                  <div class="pause"></div>
                </div>
                <div id="jQueryGallery1_fullscreen_in"></div>
                <div id="jQueryGallery1_albums_in"></div>
              </div>
              <div id="jQueryGallery1_albumsContainer_in">
                <ul>
                  <li ><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li style="padding-right:0px;"><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li ><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li style="padding-right:0px;"><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li style="padding-bottom:0px;"><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                </ul>
              </div>
            </div>
          </div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
      <div class="footer">
        <div class="footer-left"><a href="privacy.html">Privacy Statement</a></div>
        <div class="footer-right"> &copy; Black Cat Brides. All rights reserved </div>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
    </div>
    </body>
    </html>

  • Filetype HTML.xht workaround for Dreamweaver CS5.5

    upon upgrading to Dreamweaver CS5.5, i noticed that files of filetype HTML.xht in one of my web projects either wouldn't open in Dw, or wouldn't open with link color cueing and file management.
    the known workaround is configuring the following files by adding item 'XHT' after 'XHTML' on the line for 'HTML' documents:
         Applications/Adobe Dreamweaver CS5.5/Configuration/DocumentTypes/MMDocumentTypes.xml
              [in Dw CS5, was Applications/Adobe Dreamweaver CS5/Configuration/DocumentTypes/MMDocumentTypes.xml ]
    and
         /Users/me/Library/Application Support/Adobe/Dreamweaver CS5.5/en_US/Configuration/Extensions.txt
            [in Dw CS5, was /Users/me/Library/Application\ Support/Adobe/Dreamweaver\ CS5/en_US/Configuration/Extensions.txt ]
    the workaround enables Dw CS5.5 to open an HTML5 document with an 'xht' extension via the Files Panel.
    additional information about 'deployment of HTML.xht' is noted on my web site at
    http://www.enhanceability.com/dev/0.xht
    please let the Dreamweaver developers know that there must be a better way to support HTML.xht or HTML5.
    best regards,
    Ron Stone

    Hi Peran,
    I actually resolved the problem by accessing the website with Internet Explorer (ver. 8.0.7601.17514)) rather than with Chrome (ver. 35.0.1916.153 m).  Link =  http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html, which can be navigated to via your link (http://helpx.adobe.com/download-install.html) as well as via the link referenced in my question  (https://www.adobe.com/downloads/other-downloads.html).  The problem apparently related to Chrome.
    Thank you,
    Larry

  • What is the best video format to use with Dreamweaver CS5.5

    My client has asked what format to convert their video to before sending it to me to be placed on their homepage. I'm using DreamWeaver CS5.5 with an HTML5 template - trying to steer clear of Flash for this new site. On other sites, I embed videos from their hosting site (YouTube, SchoolTube, etc).
    My question to the forum is what is the best way (and prefered format) now days to insert a video onto a webpage using DreamWeaver CS5.5 and HTML5. I have the Adobe Web Premium package.

    In the chapter on video in Dive Into HTML5 it says this:
    There is no single combination of containers and codecs that works in all HTML5 browsers.
    This is not likely to change in the near future.
    To make your video watchable across all of these devices and platforms, you’re going to need to encode your video more than once.
    And a suggested workflow:
    For maximum compatibility, here’s what your video workflow will look like: 
    Make one version that uses WebM (VP8 + Vorbis).
    Make another version that uses H.264 baseline video and AAC “low complexity” audio in an MP4 container.
    Make another version that uses Theora video and Vorbis audio in an Ogg container.
    Link to all three video files from a single <video> element, and fall back to a Flash-based video player.
    I think that your starting point is to consider your target audience.
    Martin
    http://diveintohtml5.info/video.html

  • Cannot connect from dreamweaver cs5.5 to mysql using the mysql connection wizard

    Cannot connect from dreamweaver cs5.5 to mysql using the mysql connection wizard error Http error 403 or 500 internal server error. I am using ubuntu mysql.
    a manual php script work fine
    <?php
    // open connection to mysql server
    $dbc = mysql_connect('localhost','root','password');
    if (!$dbc) {
                die('Not Connected' . mysql_error ());
    //select database
    $db_selected = mysql_select_db ("msinventory",$dbc);
    if (!$db_selected)
            die('Cannot Connect' . mysql_error());
    echo "TEST DONE1";
    ?>
    but the database connection wizard fails with http error 403 or 500
    i also use the HeidiSQL client and it works, the only problem is in dreamweaver.

    OK.  Did you really mean to ask this question on a ColdFusion forum, if it's DreamWeaver you're having problems with?  You're probably better off raising this on a DreamWeaver forum.  "Using the correct tool for the job" 'n'all.
    Adam

  • Does Dreamweaver CS5.5 support in-app purchases for mobile apps?

    I am starting to take a look at developing a mobile app for my business and Dreamweaver CS5.5 looks like the platform I am going to use.  My question is this: do apps built this way have support for in-app purchases? 
    Thanks.

    If you are asking can you develop it I don't see why not.  Just refer to the documentation from the appropriate Marketplace for details on setting up in-app purchasing restrictions and requirements.  If you are asking if there is a built-in function to make an easy "in-app purchase button" I would lean towards the No on this answer because I don't believe that is in DW.

  • Email link in Dreamweaver CS5

    I need an email link ( I'm using Dreamweaver CS5) when I use the
    Email Link on the right insert panel in Dreamweaver, it changes to the
    same as my navigational links. I need the email link to look different
    than my navigational links. I have a jpeg image, which includes a
    background and text, the text being my email address. At this point I
    will just type my email address. I will need coding and/or java script
    codes to convert the information to an email address link.
    What is Property Inspector does this have anything to do with
    email links, if so where is it and how do I use it?
    Need answers as soon as possible.
    Thanks

    SnakEyezO2
    The email info was perfect.
    One more question regarding Dreamweaver CS5?
    I have created a table and in the table is text and PayPal buttons. The table is
    in an AP Div.
    Under the table, I have another AP Div and in it is animation.
    Another AP Div, in it credit card logos.
    The problem:     Under the table is too much space and then the AP Div.
    How do I narrow the space between the table and the div tag under the table?
    It looks good in  "Design View" in Dreamweaver, but on the internet it looks
    terrible - the large space under the table and then the AP Div.
    Also, when I close Dreamweaver and reopen, the AP Div tags are overlapping in
    the table, each time I open the page
    I have to move the Divs out of the table.
    The animation is not the problem, because I deleted the animation and there's
    still a large gap.
    WHAT the heck is wrong?
    I've worked on this problem for hours and it's still looks awful.
    Can you S-T-O-P the Table/Div Nightmares!
    Thanks, Judy Long  

  • Dreamweaver CS5 WebDave often times out. Can I increase the timeout?

    I am using WebDave to interact with my server. This has worked well for the last year, but for some reason my server load has increased and I am now getting timeouts often, which means pages fail to upload. Dreamweaver is not particularly good at letting you know the page did not upload, so I have a major headache trying to keep the server up-to-date. I have been working with the server people, but they have not found the load on this server to be particularly high and it is not swapping or anything. A good solution is to make WebDave inside of Dreamweaver a little bit more patient by increasing the timeout. FTP does not work for me, since my work firewall blocks FTP on the guest network.
    Question: Is there a way of increasing the default timeout for WedDave connections?
    Dreamweaver: CS5 Version 11, Build 4993
    Computer: MacBook Pro 17" Mid 2010, OS X 10.9.3, 8GB

    Ken you ask good questions. I actually don't know it is timeout, since Dreamweaver only includes in the FTP log successful messages. The failure is almost instantaneous. There is nothing on the Console Log on my Mac and nothing in the site log, but the site log is limited. I get the failure at home and work on two different WiFi. If I connect using a third party WebDav-namely the Mac built-in, then it works. If I use DW WebDav I get hit with failures about 1 out of 4. It sort of warms up after a few successful transfers and will work 3 out of 4 times. I suspect that the problem is related to the apache server is loaded and things are getting cached, and that DW is sensitive to this. That is the reason I wanted to desensitize DW. I don't have DW on a PC nor have access to a PC, but the Mac WebDav test was quite interesting.
    I will try ethernet from home tonight. I was thinking of making sure I have the latest WebDAV running on the apache server, and in DW, but I really can't change either of these, even if I figure out that they are out of date. And if DW is updated, I can't afford the update since Adobe went subscription. I am volunteer and do my Web stuff for free for Academic and Non-Profits.

  • E-Learning Templates in Adobe Dreamweaver CS5

    This question was posted in response to the following article: http://help.adobe.com/en_US/elearningsuite/els/extensions/WSedb8e841cbc0b7961b7f7c5e12747b a6bf1-8000.html

    You may need to install the Adobe Course Builder Extension, or activate the extension, to see this option.
    Open the Adobe Extension Manager and select Dreamweaver from the left hand menu.  If the extension is installed you can activate it from here.
    If the extension is not installed you can install it from the Dreamweaver directory on your computer.  I'm not sure where this is located on a Windows based PC but on OSX it's under Applications -> Dreamweaver CS5.5 -> eLS 2.5 -> SupportFiles -> en_US -> CourseBuilder.zxp
    Once the extension is installed and activated you can restart Dreamweaver to see the new elearning options.  If you haven't done so already have a look at the Dreamweaver overview in the Adobe eLearning Suite 2.5 Workflows (installed as part of the eLearning suite) to see what options the Course Builder extension offers.

Maybe you are looking for

  • Going insane with Auto Text! Turn off for all things?

    Can anyone tell me how to turn the auto text/sure type things off?  It is driving me insane!  I have tried the language options, the sms text options but it still does it and I can't type what I need!  I am fast doing the double tap and would rather

  • Error while testing the webservice through SOAMANAGER

    Hi All, I have created a webservice from a Function module ( RFC enabled). I am getting an error while testing the webservice from the SOAMANAGER but the function module is working fine giving proper output. The error is REQUEST: POST /sap/bc/srt/rfc

  • Aggregation Level Vs Multiprovider

    Hi Folks, Can some one can explain me what makes to use Aggregation Levels as we have an option of building Read Input Queries on Multiprovider it self? Is it a mere performance issue or else thats the only way we need to go build a Input Query. Also

  • Flash CS 5.5 - I'm losing my sanity!

    Hi everyone. As i love Adobe for all great products such as Illustrator, Photoshop and Dreamweaver - i'm really, really pissed off right now! Flash CS 5.5 is so incredibly buggy. I experienced crashes while saving files, then corrupting whole .fla fi

  • Problem opening recording devices Audigy4/Vista 5

    Audigy 4 in Vista has started acting up since I upgraded to build 5728. Although I get sound and can use my microphone for Speech Recognition etc. if I click on Recording Devices from the taskbar speaker icon it briefly opens then I get a rundll erro