How to customize Dreamweaver CS4 to follow only HTML 4.0 standards

While writing a code I realize that Dreamweaver will compile it as I write But is any option in Dreamweaver to check the code source according to any specific and precise Web Standards like HTML 4.0 or HTML 5.0? I have a dispute with software developers from Itransition that this is possible to code only in any certain specific way with the help of Dreamweaver.

Hi
You can set the code 'standard' in the preferences / new document.
However nothing in Dreamweaver is 'compiled' or is required to be for the web, unless you are writing 'custom' server side extensions for the server side language but this would be written in C not a server side language.
PZ
www.pziecina.com

Similar Messages

  • How to Make Dreamweaver CS4/Flash CS4 Website Function on all Latest Mobile Devices

    Hello!
    I am trying to add code into my Dreamweaver CS4 file and/or Flash CS4 file in order to have the website I have created work across all of the latest mobile devices as well as traditional online systems. My flash file has a transparent stage, and my dreamweaver file has a full-screen background image. I have reviewed various tutorials and articles available online, and some advocate simply adding code, which does not seem to be working for me, while others suggest having a similar separate site created solely for mobile devices. If this is the best option, I don't know how that should be set up. What is the best path to take with this?
    This is the collection of various pieces of code I have tried adding to my files:
      <meta name="viewport" content="width=device-width" user-scalable="yes" initial-scale="1.0" /> <!-- iphone,android -->
       <meta name="HandheldFriendly" content="true" /> <!-- blackberry -->
    </style>
       <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="true" />
            <param name="var params = {          id: "flashID", name: "flashcontent", menu: "false", allowFullScreen: "true", fullScreenOnSelection: "true", scale:"noscale", salign:"middle"};"
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //or//
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    next_btn.width = 133 * .5;
    next_btn.height = 133 * .5;
    //flash//
    next_btn.width = Capabilities.screenDPI * .5;
    next_btn.height = Capabilities.screenDPI * .5;
    //flash//
    this.stage.addEventListener(Event.RESIZE, doLayout);
    //flash://
    <initialWindow>
       <width>320</width>
       <height>480</height>
       <!-- several other properties... -->
    </initialWindow>
    * Convert inches to pixels.
    private function inchesToPixels(inches:Number):uint
       return Math.round(Capabilities.screenDPI * inches);
    var button:Sprite = new Sprite();
    button.x = 20;
    button.y = 20;
    button.graphics.beginFill(0x 003037);
    button.graphics.drawRect(0, 0, this.inchesToPixels(.75),
       this.inchesToPixels(.25));
    button.graphics.endFill();
       this.addChild(button);
    //hard-code title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    //stage width determines width of title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    titleBar.graphics.beginFill(0x003037);
    titleBar.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    titleBar.graphics.endFill();
    this.addChild(titleBar);
    //footer://
    var footer:Sprite = new Sprite();
    footer.graphics.beginFill(0x003037);
    footer.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    footer.graphics.endFill();
    footer.x = 0;
    footer.y = this.stage.stageHeight - footer.height;
    this.addChild(footer);
    * Center one DisplayObject relative to another.
    private function center(foreground:DisplayObject,
       background:DisplayObject):void
          foreground.x = (background.width / 2) -
             (foreground.width / 2);
          foreground.y = (background.height / 2) +
             (foreground.height / 2);
    //cont.//
    var title:SimpleLabel = new SimpleLabel("My Application",
       "bold", 0xffffff, "_sans", this.inchesToPixels(.15));
    this.center(title, titleBar);
    this.addChild(title);
    //override width and height getters
    public override function get width():Number
       return this.textLine.textWidth;
    public override function get height():Number
       return (this.textLine.ascent - 1);
    if (Capabilities.manufacturer == "Android Linux" && Capabilities.screenResolutionY == 1024)
    next_btn.width = 85;
    next_btn.height = 85;
    This is the code for my Dreamweaver CS4 file (without the additional erogenous code attempts):
    <!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">
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Website Title and Slogan.</title>
    <style type="text/css">
    <!--
    body {
              background-image: url(bground%20_img3.jpg);
              background-repeat: no-repeat;
    -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <img src ="image.gif"  width=90% height=auto>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Keywords" content="keywords…" />
    <div align="center"></div>
    <div align="center">
      <p> </p>
      <p>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="630">
          <param name="movie" value="FlashFile.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="FlashFile.swf" width="900" height="630">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </p>
    </div>
    <div align="center"> </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    I have tried various combinations of the code listed above, but nothing seems to be working. I am not sure as to the positioning of the code, and maybe that is the problem, or maybe it is because this code in not for CS4, or not appropriate for my project. I also do not know what code should be inside the Flash file, nor what should should be inside the Dreamweaver file.
    Thank you in advance for any assistance!

    Hi
    To add to what Gramps has said, Adobe has ceased developing its flash player for ALL mobile devices so do not use Flash for any mobile device.
    Depending on the complexity of your Flash program you may be able to recreate it using Edge, but the code generated by Edge does not work in IE8 or below.
    For details on Edge, see - http://labs.adobe.com/technologies/edge/
    PZ

  • How to buy Dreamweaver CS4 or CS5? Don't want the Cloud. [was: installation]

    I want to purchase Dreamweaver CS4 or 5, but I don't want to have to buy a cloud subscription.  Do I have a choice?

    Understood.
    I've done work for non-profits and churches in the past.
    Rather than Dreamweaver, I used Wordpress with Premium responsive Themes successfully.
    It allows multi-author content contributors and it's free with lots of plugins to quickly and easily enhance functionality.
    For example:
    40+ Church WordPress Themes | ThemeForest

  • Dreamweaver CS4 on Win7x64 only starts once per session

    Hello.
    I use DW only occasionally so I didn't notice that whenever I exit DW I am unable to restart it during the same windows session.  If I try to open it a second time, nothing happens.  However, if I log off as a windows user and then log back in, I can run DW again (but only once).
    Does anyone else have this problem on windows 7 64 bit ?  Is there a work around ?
    If it matters, my version is 10.0 build 4117.

    Ok.  While trolling thru other posts, someone asked about using different compatibility settings.
    So, ..... I right clicked my desktop icon to start Dreamweaver and selected Troubleshoot compatibility.
    During the windows wizard that runs, I eventually established the successful compatibility settings "Compatibility mode: Windows Vista Service Pack 2"  and "User Account Control: run as Administrator".
    After saving these settings, I am now able to run DW multiple times without any problems.
    I will be interested to see if I do not experience the other Windows 7 problems I see in the forum postings.
    Compatibility settings may be a way to avoid these issues.

  • Change serial dreamweaver cs4 windows to Mac

    I work in a company and have a Dreamweaver cs4 installation cd only for windows but now we switch to Mac's . How can I do to change the cd serial key for MAC ?

    Hello,
    to my knowledge there is another possibility: You can get a "crossgrade" means Adobe is able to convert your license to a Mac license and sends you the new installation media. You have to pay only the disk and a small 'fee' for Adobe's administrative work. It might be worth trying.
    Please contact Adobe, in this case I would use Phone support | Orders, returns exchanges or international Adobe Connect Support phone numbers or
    Contact Customer Care.
    Hans-Günter

  • How to customize flash-based web galleries?

    Has anyone here figured out how to customize the CS4 Bridge flash-based web galleries? Specifically, I'd like to be able to add the "description" line from the metadata to an image, without having to add ALL the metadata (as a couple of the galleries allow).
    Seems like such a simple thing. Can't imagine why Adobe didn't add it. It is standard in the older HTML gallery templates.
    Thanks in advance for any suggestions.
    Barring that, does anyone know of a second-party flash photo gallery that allows for information this information to be displayed?

    Flash is not supported on the iPad - and as Adobe have announced that they are stopping development on all mobile versions of it, it probably never will be.
    Browser apps such as Skyfire, iSwifter, Puffin and Photon 'work' on some sites, but judging by their reviews not all sites. Also some websites, especially news sites, have their own apps in the App Store.
    If you do a search on this forum you will find hundreds of other threads on the subject.

  • Developer Toolbox For Dreamweaver CS4

    Hello people,
    I am searching for Developer Toolbox server side software to add to my Adobe Dreamweaver CS4 sever behaviors. Does any one have idea where I could find/buy this very server side software? please if you do, contact me. I have to have this software to complete my "Social Blog-Network."
    Joplateau
     

    Greetings,
    May be I have bought some piece of software that has been discontinued; the fact is that Dreamweaver CS4 doesn’t have the server side I wanted or needed. For this reason, I have searched in vain to find and purchase the ASP VBScript server side upload I could use to design image or classified web site.
    UltraDev 4 I bought, has this very type of server side or, the server side I am seeking for, if it doesn’t, I could find most of them from the Dreamweaver extension for UltraDev 4 and download them including CDONT MAIL.  Unlike Dreamweaver CS4, it is highly impossible to find any. I have also bought “ASP upload and resize” server side software from DWZone.com but it doesn’t work at all and their support is poor. However, if youhave other idea why I shouldn’t use the UltraDev 4 you let me know but they still have supports and I have used most of them to learn how to use Dreamweaver CS4. .
    THanks,
    Joplateau.

  • CourseBuilder for Adobe Dreamweaver CS4

    I posted this question in the Dreamweaver Extensions Forum; but wonder if it should also be posted in a more general location. Please excuse this cross posting.
    In CourseBuilder Help > Getting Started > Learning CourseBuilder for Dreamweaver:
    \Application Data\Adobe\Dreamweaver CS4\en_US\Configuration\CourseBuilder\Help\ContextHelp.htm
    I find:
    "Learning CourseBuilder for Adobe Dreamweaver CS4"
    "The CourseBuilder for Dreamweaver CS4 package contains a variety of resources to help you learn the program quickly and become proficient in creating your own Web page interactions."
    "These resources include online help pages that appear in your browser, a tutorial, and a printed book."
    Where is this printed book to be found?
    "In addition, the CourseBuilder for Dreamweaver CS4 Support Center site is updated regularly."
    What is the URL of this site?
    I'm am very pleased to see CourseBuilder updated for Dreamweaver CS4, but can only find it included with the eLearning Suite.
    Is it also available else where?
    I would appreciate any help anyone can give,
    Thank you,
    David J. Hark
    [email protected]

    I'm a little frustrated too. I have the web premium suite of CS4 products and I very much need to publish my dreamweaver course in a SCORM package. I also need to use the interactions etc. available in Coursebuilder. It doesn't seem right that I have paid a lot of money for the web premium package but can't get coursebuilder. The coursebuilder version that works in dreamweaver 8 doesn't work in cs4.
    RapidIntake has the coursebuilder version for dreamweaver 8 but they don't have one for cs4.
    Is there no solution to this problem other than buying the eLearning suite?

  • Keyboard shortcuts not working Dreamweaver CS4

    I have done quite a bit a searching, but I have not found a solution. When I am working on a file, Ctrl+S does not allow me to save.
    I have tried deleting the menu configurations to no avail.
    I am using Vista 64 bit.

    Is this archive thread about Saving with the new Related Files feature in CS4 relevant to your issue?
    http://www.highdots.com/forums/macromedia-dreamweaver/css-tabs-dreamweaver-cs4-workspace-2 75496.html
    If not, can you provide more info about your issue? e.g. reproducible steps?

  • Mac, have just upgraded to Yosemite and when I shall open Photoshop (CS4), the following message appears: "The licensing of the product does not work" Fault 6 How should I proceed? Have the program installed on only one computer.

    Mac, have just upgraded to Yosemite and when I shall open Photoshop (CS4), the following message appears:
    "The licensing of the product does not work"
    Fault 6
    How should I proceed?
    Have the program installed on only one computer.

    Download the Adobe Licensing Repair Tool.
    Run the License Service Update.
    Mac OS X 10.7 and above:
    a. Double-click the LicenseRecovery111.dmg   It will extract the folder. Open the folder.
    b. Double-click your Hard Drive.
    c. Double-click Applications.
    d. Double-click Utilities.
    e. Double-click Terminal.
    f. Type sudo python
    Note: There is a space following “python”. Do not press Return.
    g. Drag LicenseRecover.py from the LicenseRecovery111 folder onto the Terminal Window and press Return.
    It should look like this:
    h. Enter your administrator user name and password when prompted and click OK.
    (Note: the cursor will not move and you will not see stars or dots, just enter your password anyway.
    i. Let the script run, it will tell you when it is finished. Quit terminal and restart Photoshop
    Gene

  • How to Make Flash CS4/Dreamweaver CS4 Website Function on all Latest Mobile Devices

    Hello!
    I am trying to add code into my Dreamweaver CS4 file and/or Flash CS4 file in order to have the website I have created work across all of the latest mobile devices as well as traditional online systems. My flash file has a transparent stage, and my dreamweaver file has a full-screen background image. I have reviewed various tutorials and articles available online, and some advocate simply adding code, which does not seem to be working for me, while others suggest having a similar separate site created solely for mobile devices. If this is the best option, I don't know how that should be set up. What is the best path to take with this?
    This is the collection of various pieces of code I have tried adding to my files:
      <meta name="viewport" content="width=device-width" user-scalable="yes" initial-scale="1.0" /> <!-- iphone,android -->
       <meta name="HandheldFriendly" content="true" /> <!-- blackberry -->
    </style>
       <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="true" />
            <param name="var params = {          id: "flashID", name: "flashcontent", menu: "false", allowFullScreen: "true", fullScreenOnSelection: "true", scale:"noscale", salign:"middle"};"
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //or//
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    next_btn.width = 133 * .5;
    next_btn.height = 133 * .5;
    //flash//
    next_btn.width = Capabilities.screenDPI * .5;
    next_btn.height = Capabilities.screenDPI * .5;
    //flash//
    this.stage.addEventListener(Event.RESIZE, doLayout);
    //flash://
    <initialWindow>
       <width>320</width>
       <height>480</height>
       <!-- several other properties... -->
    </initialWindow>
    * Convert inches to pixels.
    private function inchesToPixels(inches:Number):uint
       return Math.round(Capabilities.screenDPI * inches);
    var button:Sprite = new Sprite();
    button.x = 20;
    button.y = 20;
    button.graphics.beginFill(0x 003037);
    button.graphics.drawRect(0, 0, this.inchesToPixels(.75),
       this.inchesToPixels(.25));
    button.graphics.endFill();
       this.addChild(button);
    //hard-code title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    //stage width determines width of title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    titleBar.graphics.beginFill(0x003037);
    titleBar.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    titleBar.graphics.endFill();
    this.addChild(titleBar);
    //footer://
    var footer:Sprite = new Sprite();
    footer.graphics.beginFill(0x003037);
    footer.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    footer.graphics.endFill();
    footer.x = 0;
    footer.y = this.stage.stageHeight - footer.height;
    this.addChild(footer);
    * Center one DisplayObject relative to another.
    private function center(foreground:DisplayObject,
       background:DisplayObject):void
          foreground.x = (background.width / 2) -
             (foreground.width / 2);
          foreground.y = (background.height / 2) +
             (foreground.height / 2);
    //cont.//
    var title:SimpleLabel = new SimpleLabel("My Application",
       "bold", 0xffffff, "_sans", this.inchesToPixels(.15));
    this.center(title, titleBar);
    this.addChild(title);
    //override width and height getters
    public override function get width():Number
       return this.textLine.textWidth;
    public override function get height():Number
       return (this.textLine.ascent - 1);
    if (Capabilities.manufacturer == "Android Linux" && Capabilities.screenResolutionY == 1024)
    next_btn.width = 85;
    next_btn.height = 85;
    This is the code for my Dreamweaver CS4 file (without the additional erogenous code attempts!):
    <!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">
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Website Title and Slogan.</title>
    <style type="text/css">
    <!--
    body {
              background-image: url(bground%20_img3.jpg);
              background-repeat: no-repeat;
    -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <img src ="image.gif"  width=90% height=auto>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Keywords" content="keywords…" />
    <div align="center"></div>
    <div align="center">
      <p> </p>
      <p>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="630">
          <param name="movie" value="FlashFile.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="FlashFile.swf" width="900" height="630">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </p>
    </div>
    <div align="center"> </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    I have tried various combinations of the code listed above, but nothing seems to be working. I am not sure as to the correct positioning of the code, and maybe that is the problem, or maybe it is because this code in not for CS4, or not appropriate for my project. I also do not know what code should be inside the Flash file, nor what should should be inside the Dreamweaver file.
    Thank you in advance for any assistance!

    There is no simple code to add that will display the same on all mobile devices....
    you do know that the iProducts (iPhone, iPad, etc) don't display Flash at all, right?
    So as a start for "functioning on all latest mobile devices" you should drop any Flash content you have and move on.
    Adninjastrator

  • How to deactivate Related Files in Dreamweaver CS4 (totally)

    Hello,
    how can I deactived the Related Files feature (not only the Bar).
    We work directly on the Server. We don't want Dreamweaver to donwload the related files and save them back!
    Our wish is that Dreamweaver CS4 save only the file we have open (without the related files).
    Axel Neswadba

    When you use "Save" with Related Files, whichever document (either the main document in the Design View, or the Related File in Code VIew) that has focus is saved.
    You can disable Related Files in the Preferences General Tab. You will need to shutdown and restart DW for the change to take efffect.
    HTH,
    Randy

  • 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

  • I am looking for assistence how to import an existing website in Dreamweaver CS4

    I need help to import an existing website in Dreamweaver CS4

    Only have one Dreamweaver CS4 installed, trying to get my DW CS4 disk I
    bought installed on computer (done)  I only need to figure out  how to link
    my website to the DW CS4 on my second computer.
    L. Francesca Ferrari, L.Ac., DTCM, DMQ (China)
    Ferrari Center of Chinese Medicine
    222 Forest Avenue
    Pacific Grove, CA 93950
    831.818.3993
    www.francescaferrari.com
    L. Francesca Ferrari, L.Ac., DMQ (China)
    Department Chair Medical Qigong Science
    Five Branches University
    This message, together with any attachments, is intended only for the use of
    the individual or entity to which it is addressed and may contain
    information that is confidential and prohibited from disclosure. If you are
    not the intended recipient, you are hereby notified that any dissemination,
    or copying of this message, or any attachment, is strictly prohibited. If
    you have received this message in error, please notify the original sender
    immediately by telephone or by return e-mail and delete this message, along
    with any attachments, from your computer.
    From: "Nancy O." <[email protected]>
    Reply-To: <[email protected]>
    Date: Sat, 04 Sep 2010 18:34:03 -0600
    To: Francesca Ferrari <[email protected]>
    Subject: i am looking for assistence how to import an existing
    website in Dreamweaver CS4
    >> I do not know where the site files are. They are on my initial Mac laptop
    >> computer, and I use Hostway as my server.
    Do you mean you lost your local copy of your site files from on an old
    computer?
    Log-in to your Remote Server and GET the site files using DW or your favorite
    FTP application (Cute, Filezilla, WS_ftp, etc....)
    >> But I was distinctly told my the call yesterday with Adobe that I must have
    >> CS5 to get my website, www.francescaferrari.com with Dreamweaver on my
    >> second computer.
    Which version of DW did you have before?
    How many installations of DW did you have? You can have up to 2 at a time.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    >

  • I am running Dreamweaver CS4. I recently installed ADDT-CS4-101-beata. How do I uninstall ADDT-CS4-101-Beta?

    I just installed ADDT-CS4-101-beta, and now I keep getting the Dreamweaver error message "While executing onLoad in ADDT_onOpen.htm, the following JavaScript error(s) occured:
    At line 29 of file "C:\program Files\Adobe\Adobe Dreamweaver CS4\Configuration\Commands\ADDT_0nOpen.js": ADDT is not defined.
    I am in the very early stages of trying to learn this program. I thought that ADDT-CS4-101-beta was a tool box of add ons. So I installed it, and now I keep getting this error message. I am running WINXP Pro with SP3. I thought I would uninstall this program, and everything would go back to normal, and I could continue my learning process, and install this program later, after I had a better idea of what the heck was going on.
    How do I correct this problem? I checked in the WinXP control panel, using "Uninstall Programs", and ADDT-CS4 is not there.

    Still fighting this battle of trying to reinstall CS4 Extension Manager. The problem is that I can not get rid of the previous installation. When I tried to uninstall it using WinXP Pro Control Panel/Add/remove it would fail to remove it. Then I used a software program "Perfect Uninstaller" to remove it, and that seemed to have worked. I say (seemed to have worked), because after I rebooted, I checked Start/programs, and CS4 Extension Manager was no longer shown in the listings. Then I went to Control Panel/Add/Remove, and it no longer was listed. Sooooooo I thought I had everything licked, and I doubled clicked on the Setup.exe file of the newely downloaded CS4 Extension Manager, an it ran through the "Checking Profile", and then started the "Setup Program", and gave me the same old message "System Check" "Adobe Extension Manager CS4 is already installed on this machine."
    "To reinstall please run the installer which performed the original installation."
    I think that it was originall installed when I installed Photoshop CS3, or Photoshop CS4. I can not find my disc for Photoshop CS4. I have the disc for Photoshop CS3, but when I checked that disc for the Extension Manager, I could not find it. Is there any program that will totally rmove the original Extension Manager. Once I can reinstall Extension Manager, I will be able to remove ADDT-CS4-101.
    Thanks for any help.
    Elroy

Maybe you are looking for

  • Getting my iTunes on my G5 to recognize my iPod

    Help!!!!!!!!! I made the mistake of hooking up my iPod to a wintel machine when I first bought it. Now, when I hook the iPod up to my G5, it doesn't seem to know that it's there. So the question is, how do I get iTunes on my Mac to recognize my iPod

  • .CSV file for Master data upload in GRC PC

    Hi all, We want to upload some Master Data for GRC Process Controls 3.0. Since we do not have access to MDUG tool yet, and we have a demo planned soon, we decided to go with the approach of uploading some data using the program GRPCB_UPLOAD. So I upl

  • Right aligning one item in a VerticalLayout container?

    Hi All, I've got a container with a VerticalLayout.  I want all of the items to be left-aligned, except for the first one, which I want to be right-aligned. Is there a way to make that first item right-aligned?  If this were HTML I might put float:ri

  • Search items one by one

    hello experts, i have a text field search_part1 in which i put the item for search another text field i send_by which contains items a single item comes in list many times.i have to find the item one by one. i have make this statement for seraching i

  • Spotlight mysteriously re-indexes after some failed searches?

    Well here's an odd one: About a week ago I had occasion to migrate a "standard" account from one Leopard computer to a fresh Leopard computer where it became the second account on the new machine (after the Admin account). This was done with Migratio