Dreamweaver CS5 core temp spike when synchronizing

I have a Dell Studio 1558 i7 laptop with Web Design suite CS5 installed. It normally sits happily at a core temp of around 60 degrees C. When I synchronize files in Dreamweaver the core temperature spikes to about 90 degrees C!! My laptop has now started hanging when synchronizing. It has got to the stage where I am finding if difficult to keep up to date with work for my clients.
When uploading and downloading files with FileZilla I don't get a spike at all. What is Dreamweaver doing to create this core temperature spike. Is there something (a setting) I can turn off that would prevent this from happening?
Many Thanks.

Hi ZeroGravityWeb,
Can you try this out and see if it helps? Just for your information, a lot of memory and CPU related issues were fixed in the DW 12.1 update for CS6.
In Dreamweaver, select Edit > Preferences
In the General section, deselect Enable Related Files.
Click OK.
Close Dreamweaver, and reopen it.
Thanks,
Preran

Similar Messages

  • 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/

  • Dreamweaver CS5.5 Slow down when minimising and loading pages.

    Hi there
    I'm having a really strange problem with Dreamweaver CS5.5
    I'm currently in the process of building a CMS for a client and I am experience slow down in Dreamwever when opening and closing certain pages, it also causes slow down/hanging when opening and minimising Dreamweaver itself if these certain pages are open at the time. Which starts to get very annoying when you're swapping between Photoshop and Dreamweaver all the time...
    I narrowed it down to a CSS file causing the slow down/hanging. This being the main stylesheet for the CMS... admin.css
    When I comment out the CSS file Dreamweaver minimises and maximises quickly, and the page in question opens fast.
    The stylesheet is about 900 lines long at the moment, but I've got php and javascript files (and also other CSS files) which are much longer and none of them cause slow down/hanging.
    I've looked myself but from what I can see all of the CSS is valid.
    Any ideas guys?
    Thanks in advance

    I can't explain this at all, but I've solved it.
    I changed the style below:
    @media only screen and (min-width: 35em) {
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    .ir br { display: none; }
    .hidden { display: none !important; visibility: hidden; }
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    .invisible { visibility: hidden; }
    /* Clear Floated Elements + Fix */
    .clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
    .clearfix:before,.clearfix:after{content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
    .clearfix:after {clear: both;}
    .clearfix {zoom: 1;}
    /*END DONT CHANGE*/
    To this:
    @media only screen and (min-width: 35em) {
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    .ir br { display: none; }
    .hidden { display: none !important; visibility: hidden; }
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    .invisible { visibility: hidden; }
    /* Clear Floated Elements + Fix */
    .clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
    .clearfix:before,.clearfix:after{content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
    .clearfix:after {clear: both;}
    .clearfix {zoom: 1;}
    /*END DONT CHANGE*/
    Moved it outside of the media query. It was put there by mistake by the looks of it.

  • Dreamweaver CS5 out of memory when trying to find and replace

    Please help. I am running Dreamweaver CS5 on a windows 7 os. This has happened in previous versions as well. This is a new computer and a new install. There are no memory shortages on this machine.
    I go to search for something, and select either folder or files in current site. It starts, then flashes the "out of memory" dialog box and stops the search. I have to force quit to leave the program.Over and over. Find and replace of a site or folder is a crucial function I use this program for!
    Thanks for any help
    S

    How big are the combined files in your Local Site folder?
    My guess is that you have something really colossal such as server log files or something else that are causing DW to choke and freeze during its Find / Replace scan.
    If you can identify the really huge files/folders in your site folder, you could use 'cloaking' to exclude them from DW operations.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Dreamweaver CS5 Adds a table when an image is inserted  (Bug)

    See a copy of code below:
    <div id="2010"> <table width="1024" border="1" cellspacing="2" cellpadding="4">
      <tr>
        <td colspan="2"><h2>2010</h2></td>
        </tr>
      <tr>
        <td class="h3small">Creative</td>
        <td class="h3small">Nature</td>
      </tr>
      <tr>
        <td> </td>
      </tr>
                 </table>
                   <img src="http://lh5.ggpht.com/_vXF7OzR-lno/S7yxGE4MIcI/AAAAAAAADKI/BuJIPJxKi-E/s720/Cre%2040FordHan cock.jpg" alt="&quot; 40 Ford&quot; by David Hancock" />
                   <table width="1024" border="1" cellspacing="2" cellpadding="4">
                     <tr>
                       <td><img src="http://lh5.ggpht.com/_vXF7OzR-lno/TNTO7nXWwEI/AAAAAAAAFVw/RPAZGC_G1xs/s640/NatMountainVist aIRoberts.jpg" alt="&quot;Mountain Vista&quot; by Ines Roberts" /></td>
                     </tr>
    I have a table in which I'm inserting images. This is something I've done many times with Dreamweaver CS3. An example is the second table cell in the row above where nothing is inserted but the img src= statement. In the code above it, the row with two cells has been replaced by the initial table being closed, an img src= statement and a redifinition of the table. This is totally bogus.  The second statement was written in CS3 after I saw what CS5 was doing as a check to make sure that I was correct regarding what I felt I had done before.  This is a major bug as far as I'm concerned and there is no reason for em to use CS5 until this is fixed.

    Which operating system?
    I'm not entirely clear on what the issue is based on the description given, I'm afraid.
    It would help if you could offer a set of reproducible steps and tell us what results you get (compared to what should happen).
    If everyone (or several people with the same config and OS) gets the same results as you following exactly the same steps then a formal bug report can be filed with Adobe.

  • Dreamweaver CS5 doesn't respond when connecting to server

    I don't know what happened but last night I was working in DW and everything was running fine. I got up this morning to continue where I left off and when I try to connect to my site (local testing server), DW hangs and doesn't respond. I let it be for a bit but when I came back, it was still not responding. I shut it down and restarted it and found that its functionality was fine until I tried to connect locally to my site.
    I created a page in PHP and everything worked ok. Then I created a testing site on my WAMP server for this new page. As soon as I tried to connect to this new testing server, DW hung and wouldn't respond.
    As you may have guessed, this is a server issue.
    I looked at my Wamp server and I couldn't find anything wrong with it. DW just seems to have developed issues with it on its own between last night and today. I don't know why Dreamweaver would all of a sudden take issue with my WAMP server on its own but it has and I don't know how to fix it aside from a complete re-install.
    Can anybody lend guidance before I dive into this last step?
    edit: I forgot to mention...when I restart DW I notice in my files list for my site, that DW created a new copy of my addme.php file as addme_alxr88pca.php. I don't know if that helps but I figured I should add that.

    Hi,
    these and similar events are the blame for it, that I prefer a program which works "outside" of the DW. My reason is: for each task in whatever area we work, we search for the experts, we don't charge a "jack of all trades".
    So I use to upload my files and sometimes for the opposite way, for a necessary download from my server, by using filezilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and
    http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Of course, you also need all the access data to reach your server.
    Hans-G.

  • Dreamweaver CS5.5 hangs when synchronizing files

    I work with a non-profit that has just bought two CS5.5 Design Premium licenses. One of our first tasks is to manage an organizational website in Dreamweaver CS5.5
    We need both users to be able to do updates, one on a Mac (me), and the other user on a PC in a different office.
    Attempt 1: Use the Subversion features, to allow collaboration and versioning. Hmmm — after much research it appears setting this is not meant for anyone but Unix power users.
    Attempt 2: Use the simpler "Synchronize" and "Check In/Out" features. Trouble here too, and many hours now down the drain. It's a fairly large site. Dreamweaver hangs almost immediately on trying to mark a long list of files as already synchronized, while using roughly 100% of a CPU.
    This should be a simple startup task — set up two users' copies of the site as synchronized with the server version, so we can safely begin checking files in and out and making changes from two locations.
    Can anyone give me guidance on how to get this to work?

    You will have to have Live view turned on for BrowserLab to work.
    Gramps

  • Trying to load a Dreamweaver CS5 extension called Image Show Pro to mac operating system 10.9.2. Trial version worked fine, but when I try to load full version, Adobe Extension Manager crashes.  I have downloaded new Extension Manager for CS5. and still c

    Trying to load a Dreamweaver CS5 extension called Image Show Pro to mac operating system 10.9.2. Trial version worked fine, but when I try to load full version, Adobe Extension Manager crashes.  I have downloaded new Extension Manager for CS5. and still crashes. Anybody else experience this? email:[email protected]

    Hi bigd_bud,
    Can you see if the solutions in this post help?
    Re: Adobe Extension Manager crashes on mac 10.8
    Thanks,
    Preran

  • Dreamweaver CS5 on Retina Macbook Pro - When trying to open, nothing happens

    When I try to open Dreamweaver CS5 on my new Retina Macbook Pro, nothing happens. It shows the Apple and "Dreamweaver" in the status bar, but no file, window, etc. Also, the launch screen never shows. Eventually, I have to Force Quit, as nothing happens (even when leaving it run for hours)
    I have tried the following 'fixes' based on other discussions that I have found with 0 success:
    Created a new admin account and tried to open from that
    Reinstalled
    Updated
    Ran the Adobe Creative Suite Cleaner Tool
    Permission Fix in Disk Utility
    Changing permissions on the /User/Application Support/Adobe/Dreamweaver folder
    I have also seen some recommendations that I remove/rename the Configuration folder from the en-US folder in the Dreamweaver folder mentioned above. However, I don't even have a en-US folder. Hmm?
    I do not have FileVault activated currently, although I will need to eventually, as it is company policy. I am just trying to get it to run first before I turn on FV and troubleshoot that.

    Presumably, the folder is empty because Dreamweaver never launches successfully. I was going to suggest reinstalling because you might have a corrupt installation, but it seems as though you have already tried that. I wonder if your installation disk or dmg is corrupt?
    There is a dedicated forum for installation issues at http://forums.adobe.com/community/download_install_setup?view=discussions. It might be worth asking there. I wish I could be of more help.

  • 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

  • Dreamweaver cs5.5 suddenly started crashing when it starts or right after it opens...

    OMG so frustrating, my dreamweaver cs5.5 has started suddenly started crashing either during the splash screen or right after I choose a web site to work on.
    YES I have red the forums and tried EVERYTHING, deleted my preferences, made a new account, re-installed three times, editing the registry, done it ALL.    It seems to open now in a temp Guest acct with Admin privileges but I can't access any of my web site files, it's really not usable this way...what can I do?
    It crashes during this...  even though I have cleared the site cache several times.....
    How can I have this expensive of a program just not work.....HELP, I have tons to do and can't use my software!
    Please someone help!
    I even CALLED Adobe and tried to PAY for help....      this is shocking to me after spending tons of money on Adobe software..
    Thank you ahead of time.

    Here's exactly what was at the bottom of my bum css file:
    /* Extra small devices (phones, less than 768px) */
    /* No media query since this is the default in Bootstrap */
    /* Small devices (tablets, 768px and up) */
    @media (min-width: @screen-sm-min) { ... }
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: @screen-md-min) { ... }
    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: @screen-lg-min) { ... }
    So they were completely empty...I just stuck them in there because I wanted to add stuff in there...not sure what I will do now..
    Interesting just FYI this is a web site which is utilizing Bootstrap...so these MQ came directly from the getbootstrap.com web site...

  • When Will the Adobe AIR 2.5 Extension for Dreamweaver CS5 Be Available?

    To Adobe AIR Development Team,
    When will the Adobe AIR 2.5 Extension for Dreamweaver CS5 be available? If it's already available, where can I find it? If not, when will it be available?
    Thanks!

    Thanks i will iinstall again
    WOW Extension for Dreamweaver CS5!
    Air 2.5 Extensions for Flash Builder 4.4 / 4.5x ???
    Thanks merry xmas, SnakeMedia

  • I bought the Dreamweaver CS5 for Windows a few years ago. Now I have also a Mac Book pro, where I have to Install the Dreamweaver CS5. I have made the Download for Mac, but I can't Install it. When I push the button, I got an error message.

    I bought the Dreamweaver CS5 for Windows a few years ago. Now I have also a Mac Book pro, where I have to Install the Dreamweaver CS5. I have made the Download for Mac, but I can't Install it. When I push the button, I got an error message.

    CS5 for Windows can only be installed on Windows operating system.
    You would need to purchase CS5 for Mac OS.
    Given that CS5 is now 4 versions back, it's unlikely you'll find a copy.
    You could get DW CC from the Creative Cloud which supports both Win/Mac platforms.
    Creative Cloud pricing and membership plans | Adobe Creative Cloud
    Nancy O.

  • JPG Files not showing when I bring them into Dreamweaver CS5

    HI Folks:  I've been a Dreamweaver MX user for years running on Windows XP and CorelDraw Suite 12.  I loved it.  Never had a problem.  The hard drive died and I was forced to buy new, and I now am running Windows7 which I hate with a passion.  I also had to upgrade to Dreamweaver CS5 and CorelDraw X5 because neither of the programs were compatible with Windows7.  Sorry about that.
    My problem is all of a sudden, CorelDraw files which I export as jpgs into my web directory don't show up when I place an image placeholder on the page.  I drag the target to the file and the icon changes to a broken image rather than the file appearing as it normally would.  I can change the image to a png file and it will appear, but nothing I do makes the jpg show up.  I first thought it was some kind of permission problem because the jpgs in the directory all have liitle gold padlock icons in the lowere left hand corner.  I can make those go away with a complicated set of clicks on the permissions page for the directory, but that doesn't make them appear on the page.  I have no clue how to deal with this.  I'm pulling my hair out because I've got hundreds of graphic files on the site and moat of them won't show up.  any insight would be greatly appreciated.  Thanks.

    Thanks Nancy, but there's no need to post a JPG file.  You just solved my problem.  Corel Draw uses CMYK as a default, and I was so busy looking up at a thousand things for the problem, I didn't bother looking down at the one that would solve it.....  The old "can't see the forest for the trees" thing.
    Thanks Again. -Ed

  • "Mocha for After Effects" included when you install Dreamweaver CS5

    During installation of Adobe Master Collection CS5, I deselected everything except for Dreamweaver. After finishing, I had shortcuts for the following:
    Adobe Device Central CS5
    Adobe Dreamweaver CS5
    Mocha for After Effects CS5
    Adobe Help
    (I believe Air is installed as well, but it appears to be required for Adobe Help?)
    How did Mocha for After Effects and Adobe Device Central get installed?

    Device Central and Mocha for After Effects are not main applications (those which are displayed on left side of Options dialog), rather they are termed as Shared Technologies which are used by multiple applications. Adobe Help is anyway installed even when a single application is installed, Device Central is installed as Dreamweaver has dependency on it. Mocha for After Effects should not be installed if Aftre Effects is deselcted, but it gets installed because of one deferred bug in CS5, you can see some unusable folders of Premiere Pro, Encore etc also even when they are not selected.

Maybe you are looking for

  • Itunes store has stopped working On windows 8

    with the most recent update of iTunes (2015, 12.1.1.4- or even later) The iTunes store has stopped working. Every time I open it a window pops up saying "ITunes has stopped working" and then I am forced to close the program and can't get back on it.

  • HELP-Cant sync ipod tocuh with itunes and has deleted all my itunes library

    Hello, My ipod touch wont sync with my itunes and it is supposed to do so every time i connect it, also it has deleted my entire itunes library, how can i sync it and how can i restore my library??? THNX U ALL, Yamileth

  • Quantity of SQL History shrinking

    I've noticed since about Dec. 2006 or Jan. 2007 that the quantity of SQL History kept has varied greatly and generally shrunk. In the last five days it has shrunk from 21 days to 10 days. I currently only have 47 entries in SQL History. I estimate th

  • Problem with change capture

    HI, we've a problem with the Change Capture in the DAC's Execution Plan. We've cretead a new data model but we want to reuse the image table and the Change Capture process, so we've perfomed the following step: 1) create the mapping SDE e SIL for the

  • Transfer images from mac to camera

    Hi, im trying to transfer images from my macbook pro back to my camera. When i hook up the camera the only place i can see it is in i photo and it wont allow me to transfer in that program. The camera does not sure up on my desktop as a flash drive w