Suppress TMP files in Dreamweaver cs6

I want to suppress TMP files which appears instead of pages HTML (index and etc...)
Thanks to tell me how to supress them

thank you
2013/7/31 Nancy O. <[email protected]>
   Re: suppress TMP files in Dreamweaver cs6  created by Nancy O.<http://forums.adobe.com/people/Nancy+O.>in
Dreamweaver CC - View the full discussion<http://forums.adobe.com/message/5552733#5552733

Similar Messages

  • How do I enable syntax highlighting for jspf files on Dreamweaver CS6 on Windows?

    I followed the instructions (which I modified for CS6) in this posting: http://blog.metameister.com/blog/2011/04/08/open-new-file-types-and-add-syntax-highlightin g-in-dreamweaver-cs5-on-window…
    but it did not work for CS6.
    How do I enable syntax highlighting for jspf files on Dreamweaver CS6 on Windows 7?
    cheers
    Marvin in Edmonton

    Ok, I figured it out after hunting for a few hours.
    Step 1. Add the File Type
    In Dreamweaver’s toolbar:
    Select Edit > Preferences; 
    under File Types / Editors, add .jspf to the line “Open in Code View:”.
    Step 2. Extensions.txt
    Add file type .jspf to the Extensions.txt files. There are two of these files:
    C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration
    C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration
    Step 3. MMDocumentTypes.xml
    Add jspf to the MMDocumentTypes.xml files. Open this file in Notepad or Text Editor. Do not modify the Dreamweaver configuration files within Dreamweaver.
    There are three MMDocumentTypes.xml files to be modified: 
    C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\DocumentTypes
    C:\Users\mhaagsma\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration
    C:\Users\mhaagsma\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration\DocumentTypes\
    Step 4. Restart Dreamweaver
    Hopefully the file type will now be recognized and appear with syntax highlighting.

  • Why won't Dreamweaver CC open proto files, while Dreamweaver CS6 does

    I just found out that Dreamweaver CC gives an error when trying to open an Adobe Proto file: "error extracting the proto file".
    That's weird, because Dreamweaver CC uses the same plugin/extension as Dreamweaver CS6 does, or am I missing something here...
    Opening the same proto file in Dreamweaver CS6 works without problems.
    Does anyone know how to solve this issue?

    This is annoying but i was able to open it on my mac os x laptop using the following steps:
    Copy the .pro file to a location on your computer and change the file extension to .zip
    Using Terminal i was able to use the following command (the default unzip application could not unzip it for some reason) in the command prompt: unzip file.pro.zip
    In the Renditions folder that gets unzipped you will find an html.zip (actual filename) file.
    Unzip html.zip (the normal unzip application works on this file)
    Set the local site directory to the extracted html directory. You can then edit the site using DreamWeaver CC.
    i hope this helps.
    Regards,
    jason

  • Asset files for Dreamweaver CS6 (Was: Dreamweaver CS6)

    Where do I get the asset files for dreamweaver CS6?

    Are you asking about the CS6 Online Tutorial Sample Files for first_website?
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1_cs6.html
    Sample files
    first_website_pt1.zip
    You'll need to extract the contents of this folder with either WinZip or StuffIt decompression utilities and save to your DW Local Site Folder.
    Nancy O.

  • How can I create a pop up window for a Windows Media video file in Dreamweaver CS6?

    I have a Windows Media video file on my homepage that plays automatically when you go to the website. I'd like to change my homepage. I now would like to place text that says "click here to play the video" and I'd like a pop up window to open and play the video. I'm using Dreamweaver CS6. Your help will be appreciated. Thanks.

    BlueSapphire777 wrote:
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    Is the code you told me about (above), is it necessary for older browsers such as ie8? I thought you were saying it was for the HTML5 tags and I wasn't sure I'd bother with it. If it helps people with ie8, I probably should add it.
    I include it (or a link to a localized copy of the file) by default now.
    To truly support the ancient browsers out there, you'd likely need something like...
    <video width="500" height="500">
        <source src="video.mp4" type="video/mp4" />
        <source src="video.ogv" type="video/ogg" />
        <source src="video.webm" type="video/webm" />
        <object width="500" height="500">
        <param name="movie" value="video.swf" />
        <embed src="video.swf" width="500" height="500"></embed>
        </object>
    </video>
    I don't bother with a Flash fall back for old browsers though. I just put in text letting the viewer know they're behind the times pretty severely, like...
    <video width="500" height="500">
        <source src="video.mp4" type="video/mp4" />
        <source src="video.ogv" type="video/ogg" />
        <source src="video.webm" type="video/webm" />
        <p>Your browser is horribly, helplessly and hilariously outdated. Visit <a href="firefox.com" target="_blank">www.firefox.com</a> to download something better, more secure, modern, worthwhile, etc, etc...</p>
    </video>
    For junky old browsers that can't see any HTML5 (which the <video> and <audio> tags are), they get a text message to get something better and a link to go there.

  • How to add an Animated Slideshow created in Photoshop CS6 to an HTML file in Dreamweaver CS6?

    What steps do I need to follow to complete this task?  I've already completed an animated slideshow in Photoshop CS6, and saved it for the Web, which produced an HTML file and a .GIF.  All I need to know now is how to insert the slideshow into my Dreamweaver CS6 HTML file.  Your input would be appreciated.
    Thanks!

    It's usually best if you use Photoshop for images only.  The html code generated by graphics apps is not too swift for use on the web.
    In DW, insert the animated gif into your HTML page with the Insert panel.
    Nancy O.

  • Unable to Insert Adobe Edge Animate files into Dreamweaver CS6!

    I have just tried the new Insert Edge Media feature in the new Cloud version of Dreamweaver CS6, but I can't get it to work!!
    I have the option, but all the files in the Edge folder are unhighlighted (grey'd out) and I am unable to select anything Edge has published. I have noticed that the file extension has recently changed from .edge to .an with the launch of Animate.. Is this the problem?
    Its a shame as its really quite tricky to put edge stuff into a web page at present..
    Any ideas?
    Wesley

    Do you have an HTML5 web document open?   
    Below are instructions from the DW CS6 Reference document
    http://helpx.adobe.com/pdf/dreamweaver_reference.pdf
    Import Edge Animate compositions | Creative Cloud
    This feature is available for Creative Cloud members and point product subscribers only.
    You can import Adobe Edge Animate compositions (OAM files) into Dreamweaver. The composition is placed at the location of the cursor. Dreamweaver extracts the contents of the imported OAM file to a folder named edgeanimate assets. You can change the default location in the Site Setup dialog.
    1. Ensure that your cursor is at the location where you want to insert the Edge Animate composition.
    2. Select Insert > Media > Edge Animate Composition.
    3. Navigate to the location in your computer containing the OAM file, and open it. The animation is placed at the specified location.
    By default, the contents of the OAM file are extracted to the edgeanimate_assets folder. A sub folder with the name of the file is created. The contents of the OAM file are placed in the Assets folder under this location.
    You can place Edge Animate Compositions into individual pages not part of any site. The files are extracted to the location of the page.
    Location of extracted files
         A. The edgeanimate_assets folder
         B. The folder created using the file name of the OAM file
         C. The Assets folder containing the extracted files
    4. Preview the inserted Edge Animate composition in a browser or in the Live View.
    Change default location for extracted files
    1. Open the Site Setup dialog for your site.
    2. Under Advanced Settings, select Edge Animate Assets.
    3. In Asset Folder, modify the location for extracted files
    Nancy O.

  • Can I download the lesson files for Dreamweaver CS6 classroom in a book?

    I bought a used copy of Adobe Dreamweaver CS6 classroom in a book and the disc wasn't with it. Can I download the lesson files somewhere?
    Thanks,
    Rich

    This may not be the same tutorial, but lesson files are downloadable with it.
    http://www.digitalclassroombooks.com/CS6/Dreamweaver/files.html
    Hope this helps.

  • Publish HTML file in Dreamweaver CS6 (in eLearning Suite 6) to SCORM 2004 - How?

    I have an HTML page I want to publish as a SCORM 2004 package from Dreamweaver CS6.  I don't have any interactions - I just want to track if a learner opened / viewed the file.  This ought to be EASY, but there is no clear "Click here to publish to SCORM" button. 
    Thanks,
    Laura

    As far as I know, DW has never had any kind of SCORM support by default.
    I know there are SCORM extensions, but don't know if they work in DWCC without being converted to the new extension type.

  • Where can I find my settings file in Dreamweaver CS6?

    I was given a brand new computer two days ago by our IT staff.  They were kind enough to load all of my software onto the hard drive.  However, they did not migrate any of my settings over and now I have a problem.  All of my ftp information for my website was on the old hard drive, but I need to have all of that information to set up the new hard drive.
    Can anyone point me in the proper direction?
    Ubiquitous information:
    Dreamweaver CS6 v 12.0 Build 5808
    Windows 7 OS
    Thanks in advance for any help you can offer!!
    Susan

    SusanSherman wrote:
    I have access to the old hard drive as an external drive on the new computer.  Not sure how to access it to export it.
    Susan
    Without access to the actual DW program that used to be installed, you're going to be stuck manually adding your FTP when you re-create your site definitions for the new installation.

  • I can't run swf files in dreamweaver cs6, they place in the page fine, but can't be viewed.

    I've created an animation .swf file in Flash and inserted it on a new webpage. When I go to view it in live mode, it's blank. When I view it in the IE browser I keep getting a message that I need a newer version of Adobe Flash player, which is not the case, and even going through the install process doesn't help. When uploaded, it doesn't appear on the webpage. This is Dreamweaver in the CS6 release on a Windows 7 64 bit system. The animation file runs fine when viewed from the original folder, but does not funciton (blank screen) when opened from the copied file Dreamweaver puts in the site folder. Can anyone offer any suggestions? Also, is there a way to loop a .flv file? This could be a work-around if I can't resolve the .swf issue.
    Thank you in advance for any help you can offer.
    Mark

    Hi Jon,
    Unfortunately not. The website is actually an HTML module logded in a third party program. Even in the development stage though I can't see the .swf file in either the live mode or by viewing with IE. Flash video files play fine as have the other graphics I've incorporated. It seems like a file is missing to make the .swf animation work properly. When I copied the file over from the original folder, Dreamweaver also placed "expressInstall.swf " and "swfobject_modified.js" in a scripts folder. I'm wondering if there should be another or different file to make this work.
    Mark

  • How do I open my CS4 files in Dreamweaver CS6

    I just purchased the CS6 in the cloud and downloaded Dreamweaver.  I assumed that CS6 would see all my Dreamweaver files but it doesn't!  There are no files to open when I open CS6.  How do I get CS6 to recognize all my DW CS4 files and open them?

    CS6 is very different from previous versions of DW.
    You can create your site definitions manually by going to Site > Manage Sites or New Site>
    Or you can export site definitions from CS4 and import them into CS6.
    See the migration article below for details
    http://cookbooks.adobe.com/post_Migrating_Dreamweaver_configuration__site_settings-17658.h tml
    Nancy O.

  • Where do I download an install file for Dreamweaver CS6

    Hi Folks,
    I will be replacing my current computer very soon and switching to a Mac, I'm very nervous because I can't find a install.file and don't understand how to copy my already installed copy of cs6. I have the serial number. My computer knowledge is limited about burning the program onto a ISO disk or zipping everything to a USB drive.
    Now when this program was bought It was for windows 7, Will the key even work being I'm a new mac user? I've thought about Parallels seeing as PS6 needs rescuing too but then I would just stick with windows.
    I know everybody is using CC now and the $249 yearly seems okay but I already have the program.
    I just wanted to buy my new computer use the install.exe file and use my product key.
    any help on where to find the file please let me know.
    thank you

    Now when this program was bought It was for windows 7, Will the key even work being I'm a new mac user?
    No. Serial numbers are Windows only or Mac only.
    You will need to apply to Adobe for a platform swap and get a CS6 Mac serial number issued.
    Order product | Platform, language swap
    On your Mac you can download CS6 for Mac from Order product | Platform, language swap
    Once you receive your Mac serial number, enter it to license the software on your Mac.
    Or avoid the swapping process and run the Windows version in Parallels on your Mac.
    Or join the Cloud. No swapping there either since there are no serial numbers.

  • Dreamweaver CS6 - FTP changing my file permissions on upload???

    ORIGINAL POST: SEPT 19, 2012  http://forums.adobe.com/message/4784335#4784335
    Upgraded to cs6. All programs work perfect for me exceopt Dreamweaver.
    I have never expierenced this challenge however no matter what file(s) I upload dreamwever is chanign the file permissions.
    For instance if I upload an image to the sever the image won't appear. I check permissions and they are set to 0.  Same with files.
    I have to now go in to each item I upload and change permissions to 644 or 755 depending if its a file or directory.
    This is a Dreamweaver exclusive problem as it does not happen when I use Filezilla and Im working on 6 different servers.
    ONLY when I upload files with Dreamweaver CS6 do the file permissions change on upload. Cs5.5 no problem.
    Any ideas?
    Aloha!
    STILL NOT WORKING UPDATE:
    I was even on with India Adobe support doing a screen share and they watched in real time as I uploaded a file and Dreamweaver and it changed the permissions to 000. You can 'Get' a file with 775 permissions then 'Put' that same file and it will chanve to 000 permissions.
    Support failed to address this problem after 30 days and never called back.
    STILL NOT WORKING UPDATE: Changing ro SFTP seems to be a workaround.
    See Full Discussion here as I posted in the wrong area. http://forums.adobe.com/message/4784335#4784335

    I'm using DW6 version 12.2, and this problem is still happening.
    The permissions are defaulting to 0664, where I need them to be 0644.  Every time I create a new file, it defaults to 0664, and I'm unable (not permitted) to view that file online until I go in, using another FTP program, and change the permissions to 0644... or manually go in the slow-poke way using DW6 Remote View -> [file name] -> Set Permissions.
    Too bad there's no way to configure this in the Preferences area of DW6.

  • Error message when saving a file in DW -CS6

    When I go to save a file in Dreamweaver CS6, using Windows 7 -
    I get this error message.
    "While Executing onLoad in bc_afterSave.htm, the follwing javascript errors occured"
    In File "bc_aftersave.htm";
    onload is not defined
    Everything was fine for years now I get this annoying error message. The file saves but the error message always pops up.
    I am using the Adobe Application Manager and getting my software through the Adobe Cloud.
    I tried deleting the configuration file with th expectation that DW would automatically create a new one but that did not work.
    I'd hate to have to unintsall and reinstall DW because I have dozens of sites that I would need to resetup
    Any help on this??

    bc_aftersave.htm is a file that lies within Dreamweaver's Configuration Commands. Usually is required when working with Business Catalyst.
    The error you see may be caused due to a faulty file.
    I'm attaching the file at fault - 'bc_aftersave.htm' in this thread. Download and restore it to the following folder:
    C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver CS6\<language>\Configuration\Commands
    Locate the file bc_aftersave.htm, replace that file with the one I'm attaching here to see if it solves the issue.
    -ST

Maybe you are looking for

  • New to apple, question about font sizes on show bookmarks pages

    Former windows user, trying to get used to this beautiful new imac! When I am on the safari page, in the show all bookmarks page, the font is so small, and buttons to increase the size are disabled on the page! I know there must be a way to make the

  • How to delete pdf files in iBooks on mac?

    Accidently, I added hundreds of pdf files from my dropbox into iBooks. I manually tried to delete pdf files, and I found that some of them were deleted, but the rest of them haven't been deleted. I tried and tried, but failed. I couldn't even open th

  • Co report

    hi i create a po in me21n,in item overview talecontrol i will give regardiing material unit and quantity,there in that tab if i select i as D,in item details i will get another tab called services,there also i will be giving unit and quantity,it is n

  • ITunes sharing stops after exactly 80 minutes

    Here's a weird one. I'm sharing my Mac's iTunes library, and connecting to it from my Windows machine. It works fine for 80 minutes. After that, the share disappears. I have to quit and restart iTunes on the Mac for it to re-appear. It's always exact

  • Non BT E-mail & Outlook 0x80042108

    My Outlook has suddenly refused to connect to my e-mail accounts. I get 0x80042108 error message, but my phone continues to send & receive the same e-mail accounts just fine. When I switch the phone to wi-fi (from the BT router), it hits the same pro