Dreamweaver CS5.5 fonctionne-t-il correctement sous maverick ?

Pouvez-vous me dire si Dreamweaver CS 5.5 fonctionne sans problème sous Maverick (OS X 10.9),
le dernier OS d'Apple ?
Merci par avance.
L.GODIN

Pouvez-vous me dire si Dreamweaver CS 5.5 fonctionne sans problème sous Maverick (OS X 10.9),
le dernier OS d'Apple ?
Merci par avance.
L.GODIN

Similar Messages

  • Dreamweaver cs5.5 workspace layout not correct

    I have recently gotten Adobe Dreamweaver CS5.5 for my online courses and for manipulation of my website, and it does not seem to have the correct workspace layout as shown in most all tutorials in its use. An example of what I mean:
    This is the proper setup from what I have seen but this
    Is what mine looks like, and I do not know how to get the setup from the first screenshot for my Dreamweaver.... Any help would be golden, and thanks in advance!!

    Hi
    The screen you are seeing is called the 'Welcome screen' and is the fist screen that DW shows when it opens. The top screen is with a document open.
    Can I suggest that you read through the pdf 'manual' or a good introductory book for DW before proceeding further, otherwise you will find DW very difficult to use/learn.
    PZ

  • Dreamweaver CS5.5 not displaying fonts correctly in live view

    I've integrated some web fonts into my website, which display properly in every browser on my computer (and more importantly) on on other computers properly; strangely enough, Dreamweaver CS5.5's live view doesn't display them as they should be displayed. The font Raleway is displayed as Times New Roman, and League Gothic as Helvetica. Stranger still, Ubuntu, which I use for my <body> element in general, works fine in all weights and styles. Any advice on how to get the other fonts to work properly?                    

    The code for Exo is simply a link in the <head> element to Google Web Fonts; <link href='http://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900,400italic' rel='stylesheet' type='text/css'>
    Same goes for Open Sans Condensed (sorry, I confused it with League Gothic in earlier comments): <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
    The code for Raleway, Ubuntu and Museo is here:
    @font-face {
            font-family: "Ubuntu";
            font-style: normal;
            font-weight: 300;
            src: local("☺");
            src: url(/webfontkit-20111222-160801/ubuntu-r-webfont.eot) format("woff");
            src: url(/webfontkit-20111222-160801/ubuntu-r-webfont.svg) format("svg");
    @font-face {
            font-family: "Ubuntu";
            font-style: italic;
            font-weight: 300;
            src: local("☺");
            src: url(/webfontkit-20111222-160801/ubuntu-ri-webfont.eot) format("woff");
            src: url(/webfontkit-20111222-160801/ubuntu-ri-webfont.svg) format("svg");
    @font-face {
            font-family: "Ubuntu";
            font-style: normal;
            font-weight: 500;
            src: local("☺");
            src: url(/webfontkit-20111222-160801/ubuntu-b-webfont.eot) format("woff");
            src: url(/webfontkit-20111222-160801/ubuntu-b-webfont.svg) format("svg");
    @font-face {
            font-family: "Museo";
            font-style: normal;
            font-weight: 300;
            src: local("☺");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_1_0.ttf) format("ttf");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_1_0.eot) format("eot");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_1_0.woff) format("woff");
    @font-face {
            font-family: "Museo";
            font-style: normal;
            font-weight: 500;
            src: local("☺");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_2_0.ttf) format("ttf");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_2_0.eot) format("eot");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_2_0.woff) format("woff");
    @font-face {
            font-family: "Museo";
            font-style: normal;
            font-weight: 700;
            src: local("☺");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_0_0.ttf) format("ttf");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_0_0.eot) format("eot");
            src: url(/MyFontsWebfontsOrderM3529046/webfonts/201E4B_0_0.woff) format("woff");
    @font-face {
              font-family: "Raleway";
              font-style: light;
              src: local("☺");
              src: url(/webfontkit-20120225-212056/raleway-thin-webfont.ttf) format("ttf");
              src: url(/webfontkit-20120225-212056/raleway-thin-webfont.eot) format("eot");
              src: url(/webfontkit-20120225-212056/raleway-thin-webfont.woff) format("woff");
    As you can see, these do reference TTF fonts on my remote server, as well as in my local folder (which mirrors my remote server, obviously).

  • Flex-box model not correctly implemented in Dreamweaver CS5.5, pleas improve!

    Hi all,
    there is a good introduction to: Flexible Box Layout module
    see: http://www.css3.info/introducing-the-flexible-box-layout-module/
    I tried the same example in my new Version of Dreamweaver CS5.5
    --> surprise: Dreamweaver CS5.5 cannot show in a correct manner a following div:
    <div class="flex_box flex_stretch flex_vertical">
    where css are:
        .flex_box {
                            background: url('./img/box-model.png') no-repeat center center;
                            height: 180px;
                            margin-top: 16px;
                            width: 180px;
                .flex_stretch {
            display: -moz-box;
                            display: -webkit-box;
                            display: box;
            -moz-box-align: stretch;
                            -webkit-box-align: stretch;
            box-align: stretch;
                .flex_vertical {
            -moz-box-orient: vertical;
                            -webkit-box-orient: vertical;
                            box-orient: vertical;
    CS5.5 can only strech in 1 direction, when shown as in a browser (German "ENTWURF").
    In Firefox, sam is ok:
    I need a correct representation of these boxes, when will there be an improvement??????????
    WSteiner

    John,
    I misundrstood you response
    I entered http://localhost in my browser and recieved the following page:
    Asd you can see everything is working. I thought that when you called local host, it went to the www/ directory where I have my sites
    I still don't see a problem with my settings
    Server Folder: C:\TNG813onMowesII\www\
    Web URL: http://localhost/genealogy/
    I hate it when the tool is more trouble than the work.
    Larry Voyer
    Site Creator/Administrator
    http://larryvoyer.com/genealogy/

  • Error creating mobile application with dreamweaver cs5.5

    I was just looking at the mobile phone application tools in Dreamweaver CS5.5.
    I have a new mac, downloaded and installed Dreamweaver CS5.5, installed an update for it, then installed iOS Xcode, and within Dreamweaver attempted to install the Android SDK  (this failed using the easy install, so I had to install it manually.
    I then followed the tutorial here http://www.adobe.com/devnet/dreamweaver/articles/packaging-web-applications-as-mobile-apps .html
    but when I try to package the app, I get the same error every time.
    The log produces a lot of information, but I think this is the part that shows the error
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/Phone GapLib.build/Objects-normal/i386/Camera.d -c /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m -o /Users/Pat/Documents/DW_NAF/PhoneGapLib/build/PhoneGapLib.build/Debug-iphonesimulator/Pho neGapLib.build/Objects-normal/i386/Camera.o
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.m:178:13: error: type of property 'returnType' ('unsigned int') does not match type of ivar 'returnType' ('enum DestinationType') [3]  @synthesize returnType;
                 ^
    /Users/Pat/Documents/DW_NAF/PhoneGapLib/Classes/Camera.h:25:23: note: ivar is declared here [3]
             enum DestinationType returnType;
                                  ^
    1 error generated.
    operation completed
          emptySelectCount =  9
          readCount = 310
    I am not sure if this is the correct place to ask for help, so please forgive me if it is the wrong place.
    Any suggestion would really be appreciated.
    many thanks
    Patch

    For the kind of money that Adobe charges, my expectation is that the Adobe software should be of the highest caliber. Wish I had known. I would not have  saved for months in order to buy 5.5. I bought Dreamweaver specifically for the mobile piece. I'm disappointed to say the least. I think there is something VERY wrong when users have to supply the fixes and/or search for days or months for help. This is inexcuseable from a software company as well known as Adobe. When I purchase a product that is this costly, I just expect it to work.
    Currently, thanks to a fellow Dreamweaver user, I managed to get the Adroid sdk and emulator working early this morning. This after days of searching and thinking that I must be doing something wrong. It had to be me. It couldn't be Adobe.
    Come on, having to tweek an internal xml file in order to get the Android emulator to work from Dreamweaver? How many of us could find this fix ourselves?
    Xcode is still in limbo giving me the error messages mentioned in this thread. Now it appears that we as users are expected to go in and tweek .h camera files in hopes the fix will work? This is ridiculous. Where is the adobe support and updates to deal with all of this? Seems a little like false advertising to say that mobile apps with compile to code. Steamed? You bet.

  • Menu behind spry slideshow dreamweaver cs5?

    Using Dreamweaver CS5
    Hi.  I have a site with a css3 dropdown menu that seems to work fine on all of my pages except my photo gallery page. The menu appears behind the Spry Slideshow with Filmstrip that I got from the Widget Browser.
    The site is not live and only on my local machine but here is the page html in a text doc: http://www.210usa.com/index.txt
    Here is the main css: http://www.210usa.com/css_prob.txt
    Here is the slideshow css: http://www.210usa.com/css_slideshow.txt
    I have changed the z index but that is not helping at all.  I found this for problems with flash docs but I am a real novice and do not know how to even put these tags in my code.  Any help would be greatly appreciated.
    Thanks

    Grüss Dich sailor,
    in my opinion "SpryTabbedPanels" actually only do what they should to do and so it inevitably leads to the covered menu items. I played a little bit around with the width from your "css3menu1/style.css"
    height:22px;line-height:22px;border-width:0 0 3px 0;border-style:none;border-color:#009900;border-radius:10px;-moz-border-radius:10px;-webk it-border-radius:10px;padding:3px 10px; width: 650px;}
    and I got this:
    so you can see what I mean. To correct this you had to put down your "photo gallery for Mystic Pizza II" so far, till there is enough space for the panel. And therefore I would prefer a solution by using a "SpryMenuBarVertical" leftmost on your page (if you mean it's necessary so too on the right).
    Glück auf!
    Hans-Günter

  • Help with Dreamweaver CS5 spry menus. Menu is not dropping down in IE7.

    Hello.
    We recently upgraded from GoLive CS3 to Dreamweaver CS5. Wow! This has been a big change for us. We are having trouble with a website that we are building, specifically the Spry Menu drop downs not appearing correctly in IE7 and older. While the dropdown menu appears in other browsers, it is not dropping down at all in IE7 and earlier versions. After researching this topic on many websites, including this forum, we are still unable to resolve our particular issue. We have tried many of the suggestions that are common to our problem, but have not found a solution as yet. Could someone please check out this page for us, and possibly give us some advise. We are working on Mac OSX. Thank you in advance for any suggestions you may offer.
    http://www.advertools.net/pgtdemo/index.html

    When I added the following to the document
    <style>
    #main_image {position:static;}
    </style>
    the menu items appeared albeit in the wrong position.
    The reason for the hidden menu items is because #main_image had a position of relative, effectively creating a flow of its own rather than following the natural flow of the document.
    Now for the postion of the submenu. If I add the following style rules to the document the submenu items are in the correct position
    ul.MenuBarHorizontal li {text-align: left;}
    ul.MenuBarHorizontal a {text-align: center;}
    In the first line I have reset the rule that you had changed to center align and in the second line (which is not in the original CSS) I have aligned the text in the anchor tag to align center.
    The reason is that IE<8 behaves differently to other browsers when it comes to list items causing the nested list items (submenu) to align themselves to the center of the text of the parent list item.
    I hope the above helps.
    Gramps

  • Help sry light box gallery doesn't insert in dreamweaver cs5.5?

    I just upgraded to dreamweaver cs5.5  and the spry lightbox gallery widget doesn't load properly ? I drag and drop in design view. All my other adobe programmes are still cs3 flash photoshop etc is this why or what am I doing wrong as all i get on the page is a set of images vertically from the gallery template and no gallery layout? Can anyone help?

    Not sure that Spry has a lightbox gallery. I assume that you mean the jQuery LightBox Gallery Widget.
    If the assumption is correct, then make sure that you have the following files in the correct folder/directory.
    <script type='text/javascript' src='scripts/jquery.js'></script>
    <script type='text/javascript' src='scripts/lightbox.js'></script>
    <link type='text/css' href='css/lightbox.css' rel='stylesheet'/>
    <link type='text/css' href='css/sample_lightbox_layout.css' rel='stylesheet'/>
    It is wise to supply a link to your site so that we do not have to make assumptions
    Gramps

  • Page Displaying Randomly in Dreamweaver CS5

    Has anyone had any issues with a page loading randomly and other times displaying the message "Internet Explorer cannot display the webpage".  This is when you view the site in IE8 after highlighting index.htm and pressing F12 from Dreamweaver.  I'm building the site using Dreamweaver CS5.  Things I've done so far to try and work out where it is failing: 
    1. I have a number of other menu items working perfectly.  I have checked the code against the other menus that are working perfectly. This includes comparing menu.htm, menu.js and checking the code at the top of page01.htm.
    2. Copied the code into validator.w3.org and check it.
    3. Cleared the cache, browsing history etc.
    Appreciate any suggestions.

    Thanks so much Murray.  Late yesterday afternoon, I fixed it the "hard" way by copying one of the working folders and replacing all the text from the page that wasn't displaying correctly.  It seems to have fixed the issue. Thanks again for your offer to look at the code.

  • 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

  • Dreamweaver CS5 crashes when putting file to server.

    Recently I've had occational crashes when putting file to server, but it worked when I rebooted
    system. Now, even I reboot the system, whenever I try to put a file into the web server, it crashes.
    Message shows:
    Adobe Dreamweaver CS5 has stopped working
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Has anyone found a solution to this?
    FYI, I'm using windows 7 64bit on intel i7 machine with 12GB RAM.
    Your help is appreciated.

    Try restoring your preferences
    http://kb2.adobe.com/cps/839/cpsid_83912.html#main_Restore7V

  • How do You import an MS Access MDB into Dreamweaver CS5?

    Hi;
    How do You import an MS Access MDB into Dreamweaver CS5?
    Developed a DBase application for a vertical market using MS Access. Worked on it for over a decade.
    Have been in contact with a rather large company and we are talking about licensing my program with them.
    BUT; they want it "On the Cloud"
    Here is what needs to be accomplished. Ideally a user can log in from anywhere, (similar to on-line banking), enter data and print reports.
    Read this a few days ago:
    "If I were in your situation and felt that there's a growth market for your offerings, I would personally go with a PHP/MySQL-based model. The printing issue can be readily resolved with PDF-based output.
    So the Querys, Forms and VBA Code needs to be brought in from MS Access to Dreamweaver.
    Can this be done?  Or is there a better way that I haven't learned yet?
    Would someone be so kind and point me in the correct direction.
    Thank You for taking the time to read this post.
    Andy

    >Can this be done?
    No, not any way that I know of. You would need to completely rewrite this as a web application. Obviously the MS Access tables can be migrated to MySQL and the Access queries converted to views. But the forms and custom code needs to be written from scratch in html and your choice of server side programming language.

  • Dreamweaver CS5.5 still showing old Widget Browser

    I recently updated from Dreamweaver CS5 to version 5.5 -- and watched a Lynda.com video displaying the new features of CS5.5.
    One of the videos focused on the new features in the Widget Browser, specifically:
    1. The ability to import/export widget preset configurations
    2. The ability to drag a widget into an open document by clicking on a new "Drag and Drop" icon
    Now, when I load 5.5, and go into the Widget Browser...neither of those new features is present. The import/export buttons are nowhere to be seen, and neither is the "Drag and Drop" icon. It seems to be loading the exact same Widget Browser as version 5.
    Any ideas how to get it to load the correct Widget Browser?
    (I still have Dreamweaver CS5 on my system. I thought the update would copy over it, but it didn't...)
    Dax

    Problem solved.
    I did a complete uninstall of CS5, then an uninstall of the Widget Browser, then an uninstall of CS5.5.
    Re-installed everything, and now I have the newest Widget Browser working fine (Version 2.0 Build 230).
    Thanks!

  • Dreamweaver CS5.5 template PHP file path bug

    I have a template that I am using for my website, it is a PHP template and for some reason whenever I have some links within the PHP code blocks that include other .php files. My code is:
    <?php
    //Code In template
    include('../scripts/MySqlConnection.php');
    include('../scripts/login.php');
    ?>
    The code is just including some files, but when I update all the pages that use this Template they dont put the right links on them, like so:
    <?php
    //Code That Appears On Child Page
    include('scripts/MySqlConnection.php');
    include('../scripts/login.php');
    ?>
    For some reason the first link is correct since this document is in the root of the site instead of in the Templates folder like my template is, but the second "include" statement has the wrong link inside of it. Even if I switch them around its always the very first include statement that is correct and the 2nd is always wrong.
    Also the links are all relative to the document and not site root in the "Manage Sites..." dialog.
    Is there anyway to fix this? I heard that this was a quirk/bug in Dreamweaver 8 or something but is it still not fixed in this version?
    Thanks

    Yes I guess that I am gonna have to use one of those solutions, but it still is weird that this is happening within the code though. I found one thread where the solution was to put the include tags into a seperate PHP block like this:
    //Template
    <?php include('../scripts/MySqlConnection.php'); ?>
    <?php include('../scripts/login.php'); ?>
    And it actually outputted the correct links on the child page which is really weird but this was from like Dreamweaver 8 or MX or something because the thread was from like 2007 which is weird that they hadn't fixed this bug yet considering its 2012 and Dreamweaver CS5.5 still has the bug.

  • Dreamweaver CS5.5 Deleting Code When Copying a File

    When I try to copy or duplicate a file in Dreamweaver CS5.5 for Mac, Dreamweaver removes the last five or six lines of code. I have to create a lot of nearly-identical webpages with the same footer information on each page, and it's really tiresome having to go back into each page and re-create the code Dreamweaver has deleted. I've updated both the Dreamweaver and OS software, but it hasn't corrected the problem. It doesn't matter whether I use the "copy", "paste", "duplicate" Dreamweaver functions, or if I simply use Command+C, Command+V. I can't seem to find anyone online having a similar problem. Do any of you know of a fix?
    Here's an example:
    The code at the end of the original page:
      <p><a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://osu.okstate.edu">OSU Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://admissions.okstate.edu">Admissions Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="mailto:[email protected]">Contact Us</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://admissions.okstate.edu/getmail" target="_blank">Get Mail</a></p></center></html>
    What ends up on the copied page:
    <p><a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://osu.okstate.edu">OSU Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://admissions.okstate.edu">Admissions Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="mailto:[email protected]">Contact Us</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10

    On the remote server side, I can right-click, say, index.html and copy or duplicate it. It's in that process that the code is being chopped off.
    I never work that way and wouldn't want to for a variety of reasons. 
    Best to open index.html in your Local Site. 
    Hit File > SaveAs "some-new-filename.html"
    Try doing that a few times and report back with your results.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

Maybe you are looking for

  • Detecting directory structure changes

    I'm looking for a way to detect any changes to a given directory (including sub directories). Any creation/editing/deletion of files would need to be reported with the name of the file involved along with a path to that file. This would be in a conso

  • How to update host username/password in RMAN - 10g Enterprise manager bkp

    Hi, We have RMAN - 10g Enterprise manager scheduled. Last week we changed OS - Oracle password. Now backups are failing. Please let me know where to update Host username/password details in 10g Enterprise manager...

  • SAP Enterprise Extension HR Patches

    HI Folks, We are planning to upgrade Patches for SAP_HR, while upgrading, we found patches called as SAP Enterprise Extension HR, is it Related to CORE Hr, do we need to apply these patches. Experts Plz advice. Regards, Sekar.

  • Modem drivers for 2k for Satellite P100-425

    Need Modem drivers for 2k for Satellite P100-425. Can this driver be provided soon? Need it so much!!!

  • Premiere crash on Mac

    Hello I'd love to help I'm editing a video clip on Premiere pro cc imac computer While editing is stuck and he throws me out Even if I make a save, and close the editing window He will not let me close the program only to quit Would appreciate help a