Wordpress with Dreamweaver

Hello there,
I want to learn about designing a website in  Wordpress.I am a newbie.Please let me know how to design using Dreamweaver CS6.Please help if there any tutorials that help me to learn.
Thank you.

Hi Roopavathy,
Below is the link which could help you
Building WordPress sites with Adobe Dreamweaver CC
How to add your WordPress website to Dreamweaver CS6? | SHIRISH KADAM

Similar Messages

  • Intergrating wordpress with Dreamweaver CS6

    I am new to Dreamweaver CS6 and trying to do  a website for a charity . They require to update and add photos to their website. Some one suggested wordpress.I want to design it in dreamweaver but can anyone suggest how to intergrate wordpress with Dreamweaver. There will be only 2 pages at the most the client will have to update every month.I tried to download word press but it automatically opens Dreamweaver CS6 and displays an error saying
    WordPress
      Error: PHP is not running
      WordPress requires that your web server is running PHP. Your server does not have PHP installed,      or PHP is turned off.
    i have it on the uniserver which has PHP already but what do I need to do for editable pages and secondly the error above, Please advice.

    OK, there are several issues here:
    Firstly, WordPress is a complete Content Management System. ALL of what you put up on that website will be done in WordPress, period.
    Here's how Dreamweaver can help:
    Dreamweaver can assist you in editing the stylesheet(s) for your WP page. But you'll need to add content using the WordPress interface, as all of your content will be located in a database and supplied from that Database.
    What Dreamweaver is complaining about is that you do not have a server set up as a testing server so that Dreamweaver can show you what is happening with the server-side code (php). In order to do this, you will have to install WAMP or MAMP on your computer.
    Or you could do what I did: Simply install WordPress on your remote host and don't use a testing server or designate that remote host as the testing server in Dreamweaver. (I have to confess, I never got MAMP to work correctly.)
    Many hosting providers give you "Softalicious" that will automate the installation of WordPress on your server. If you have that, simply run it and you're all set.
    If you don't, here are the steps to install WordPress on your server:
    Requirements:
    FTP Access
    An available MySQL Database
    The php software you wish to install
    Create the MySQL Database:
    Log into your Control Panel using the username and password provided by your Hosting Provider.
    Go to your "MySQL Databases" in your Control Panel (CPanel) and create a database
    Right below where you created the database, create a new user and password
    Underneath where you created the user, you'll see two dropdown boxes, one with the user and the other with the database name. Add that user to the database, giving it "ALL" permissions.
    *Note that the database and username has two parts: yourusername_databasename, and yourusername_username. For example, tester5_php1 and tester5_admin. You will need this for the software configuration.
    Upload files:
    Download WordPress from their site. Make sure you have the latest version.
    Locate the folder on your computer that contains all the files for WordPress. Create a new defined site in Dreamweaver, and drag the entire WordPress site into that defined website in Dreamweaver.
    Use Dreamweaver's FTP client to upload WordPress from your local computer to your remote host. On standard Linux/Apache webservers, you'll need to make sure that the Root Directory is set to /public_html/ or consult with your hosting provider to determine what the root directory is supposed to be.
    Run the installation:
    Typically accessing the installation folder directly in your web browser will lead you to the install page, otherwise you will need to refer to the documentation or README file for the location. Most of the installations are self explanatory and configure automatically. Either way, you will eventually need to provide the database information:
    Hostname: localhost
    db name: tester5_php1 (as you created in step 1)
    db username: tester5_admin (as you created in step 1)
    password: whatever password you created for the user in the database
    You may also me prompted to specify Administrative login information. This information is in no way related to your CPanel or hosting provider, but is the information you will need to log in to the software's administrative control panel.
    Once the installation is complete, WordPress will remove all installation directories so that nobody can mess up your installation by hacking in and re-running them.
    Log in.
    Now that you software is installed, it should give you a link to log in to the administrative control panel. This is where you will continue to develop this part of your website.

  • Tutorials: Responsive Templates, and using Wordpress with Dreamweaver

    Hi all,
    Check out these following blog posts on the Dreamweaver blog.
    https://blogs.adobe.com/dreamweaver/2015/02/new-dreamweaver-cc-starter-templates-make-resp onsive-design-a-snap.html
    https://blogs.adobe.com/dreamweaver/2015/02/establishing-a-dreamweaver-cc-and-wordpress-wo rkflow.html
    Thanks,
    Preran

    You can use that extension if you like. You need to make sure that your page that has the SSI have an extension that will process the scripts as mentioned above.
    .shtml, .php
    I always name my SSI so I know that they are includes.
    header.inc.html
    header.inc.php
    header.inc.txt as examples.
    If you are using PHP, then it should process the includes.
    A good simple test is to add a SSI to a page.
    Do something simple like.
    <p>Welcome to our website</p>
    Name it welcome.inc.php
    Then include it in a page, upload it to the webserver and visit the page.
    I am using contribute for people to update areas of our website (hate it) and I manage the overall website myself.

  • Best practice for a new wordpress install / dreamweaver

    One thing that is being shown in the demo video's.  A pre created wordpress document, I wish, they started to show with a new wordpress install / setting up the server etc. 
    What are the best practices with using a service which has a one button wordpress install.  Install wordpress with one button install on web hosting servers?
    Is there a way to sync with your site that you can work on the live server?  I noticed everytime i seem to add my server it will connect but never sync with a new site / server.  Test Connection Link's though.
    Am I going to be forced to install / purchase mamp to more easily create install's of wordpress?
    Is there anyway to Sync, a new site folder on a local machine with an existing ftp site?

    What are the best practices with using a service which has a one button wordpress install.  Install wordpress with one button install on web hosting servers?
    I have such a service (installatron)  running on the webserver of my hosting comapny and I like it a lot. It installs the latest version, is incredibily fast ( a few seconds for the complete install, really), handles the database settings for you (it creates a database on your server, a database user and password) and it even handles the safety settings correctly (like setting sufficiently secure "secret keys" and passwords etc). Remember to print out the mail you receive with the passwords and database settings and keep it in a safe place. Not all services are as good as this one though, so check that out first. (or later, you can always do a re-install later) Also check if the Wordpress install is the latest version.
    Is there a way to sync with your site that you can work on the live server?  I noticed everytime i seem to add my server it will connect but never sync with a new site / server.  Test Connection Link's though.
    Yes, you can work on a live server if you set up your site correctly from the Site/new site or Site/manage site menu in Dreamweaver.
    You can also GET the remote site and keep it on your own computer, but you won't see anything happening if you make changes since Wordpress needs to run on a webserver running PHP and MySQL. You can also work locally and upload the changed files to your remote server using PUT from the Files window. You can even do this automaticaly by checking "automatically upload files to server on save" from the advanced/remote info tab in the Site Definition window.
    Am I going to be forced to install / purchase mamp to more easily create install's of wordpress?
    If you want to run Wordpress on your own machine, for development and testing purposes you will need to run mamp or wamp so Wordpress can run.
    If you want to run Wordpress on a webserver you won't need it. Dreamweaver or an FTP program and a texteditor is all you need.
    Firefox and the webdeveloper plug-in (of Firebug) is also very handy, check that out.

  • Using a CMS with Dreamweaver

    I'd like to build a news-oriented website that takes
    advantage of Dreamweaver's design capabilities, but utilizes a
    Content Management System.
    The goal is to build a dynamic site that will be updated with
    5-10 new items per day, and have those live in a searchable
    database.
    Can anyone recommend a CMS that works well with Dreamweaver?
    Or offer any other suggestions as to how to achieve that goal with
    CS4 as the backbone?

    Hi Paula,
    I have not personally used either of these on a production
    system, but
    there are some extensions available to integrate with
    Dreamweaver:
    Drupal:
    http://xtnd.us/dreamweaver/drupalapi
    WordPress
    http://www.themedreamer.com/
    Be sure to search around because I am sure there are more.
    HTH,
    Randy
    > I'd like to build a news-oriented website that takes
    advantage of Dreamweaver's
    > design capabilities, but utilizes a Content Management
    System.
    >
    > The goal is to build a dynamic site that will be updated
    with 5-10 new items
    > per day, and have those live in a searchable database.
    >
    > Can anyone recommend a CMS that works well with
    Dreamweaver? Or offer any
    > other suggestions as to how to achieve that goal with
    CS4 as the backbone?

  • Creating a dynamic web page with Dreamweaver CS6 academic version

    To create a dynamic web page with Dreamweaver CS6 academic version, setting up for testing server menu box just shows up and disappear. what is that issue?

    Anderson51 wrote:
    I'm new to this area ...  ...Like I said, I'm new and in way over my head - I think???? Help???
    Hmmm,
    I don't want to be the one to put you off.  I'm in over my head too but I really enjoy the pain of grappling with Dreamweaver.  It isn't really for the novice user and unlike any other app I know, it will be of greater benefit to those who have some knowledge of the underlying languages it deals with.  i.e. HTML, CSS and some others.  Strangely, I also hear from people that know the coding well, that they don't like/use/need Dreamweaver.
    If you only want one site, and don't really need to wrench your own unique identity from what you are doing, why not look at a free site from Wordpress.com?  I am sure you can use your own domain, and as you get proficient at it, you can expand what's there by paying for it.
    Just a thought
    Martin

  • Wordpress and dreamweaver... dynamicalled-related files cannot be discovered

    I want to edit my wordpress theme with dreamweaver cc. I have a wordpress set up through a remote server and the wordpress is set to the root directory. I connect dreamweaver to wordpress successfully but then when I try open the index.php I get the error “dynamicalled-related files cannot be discovered”. I have spent the last three days trawling tutorials etc and nothing seems to be working. I feel like there is definitely a solution I just need some help please

    Do you have a local testing server installed & running?
    Is WP installed inside your local testing server's default folder? 
         C:\wamp\www\WP\
         C:\xampp\htdocs\WP\
    Have you defined your local Testing Server in DW, Site > Manage Sites? 
    See screenshots below:
    Nancy O.

  • Problem with dreamweaver and Flash

    Hi, maybe someone can help me, i have any problem with
    dreamweaver and flash, i have a page and i have a menu and
    sub-menu, and the same page i have a category en flash 550 x 700 (
    photography and more... ) but when the menu to unfold
    the menu to see under flash and it cant see ( sorry my
    english is bad.... i hope you can understand me, and help me.. )
    i dont now why always flash ever stay up, or first, and
    another information under flash... this a problem... if you have
    menus...
    thanks.... have nice day.....

    This is a drawback of using flash or any other active
    content. By default, all active content including flash will
    display over every other content and thats why your menu stays
    under the flash movie. Some people make the flash background
    transparent to show content under the flash movie, but that will
    not work for menu items.
    I would suggest that you make the menu such that it does not
    overlap with the flash movie.

  • Using PSP with Dreamweaver

    Using Dreamweaver to create PSP pages can become effortless and allow developers to rapidly generate thin-client, web based applications. Anything that can be accomplished with an ASP, PHP, JSP or any type of dynamic web page that also incorporates Javascript, can easily be created with PSP.
    I've proven to management at my company that given similar application requirements, writing and deploying PSP pages is a much faster development cycle. And, in ALL cases, execution time is much faster and with a smaller application footprint.
    When using these scripts together with Dreamweaver you can create a Rapid Application Development environment all by using PL/SQL Server Pages.
    The batch file LOAD_PSP.bat will create a PSP file from your HTM file, creates a timestamped backup copy, and loads the PSP file into the database - all fast and easy.
    Copy these batch files to your development directory and create a backup directory called Backup. Simply modify these batch files by adding the service name of your database to DB_NAME and adding your development username and password to the PSP_CONNECT variables. You should also change the path of your Oracle Home for the ORACLE_HOME variable as well.
    To use these batch files, simply open a DOS Window and change it to your development directory where the batch files reside. Execute the batch files with the syntax, "LOAD_PSP web_page [optional connect string]" and the batch file will execute (don't add the .htm extension).
    To allow you to maintain some sense of versioning, use the CH_PSP.bat script. This script simply adds a CHKPNT extension to the file name in the Backup folder. The reason for this is that LOAD_PSP will still copy PSP backup files of those compilations that fail and these should be removed. When you application is working, you can create a "CHECKPOINT" of the PSP file that you know works. This allows you to only maintain backup copies that you know work. Simply use the syntax "CH_PSP web_page". To perform a CHECKPOINT on all files in a folder, use the syntax "CH_PSP /ALL".
    To view help for each, simply run the batch file followed by a /? or /help.
    In closing, challenge a Java developer to create a dynamic, web-based, database driven app from scratch and win the top 3 challenges: Development time, size of application and speed of the application. I'll bet the PSP app wins all 3 every time.
    ---------------- Start LOAD_PSP.bat ----------------
    @echo off
    REM Program     : LOAD_PSP.bat
    REM Purpose     : Copies HTM file to PSP; Uploads PSP File to Database
    REM Author     : Edward Girard
    REM Email : [email protected]
    REM Created     : August 15, 2003
    REM Updated     : September 30, 2003
    REM
    REM Syntax     : LOAD_PSP <html file> <Connect String>
    REM <html file>> - HTML file to convert. Don't include .htm extension
    REM          <Connect String> - database connect string [OPTIONAL]
    REM
    REM Notes      : Be sure BACKUP_FOLDER exists in current directory.
    REM Files must end in .htm; NOT .html
    REM
    REM History     : 19-AUG-03 EJG; Added Connect String Argument
    REM 30-SEP-03 EJG; Create Backup Copy using date and time
    REM
    REM Set Environment Variables
    set DB_NAME=service_name
    set PSP_CONNECT=username/password@%DB_NAME%
    set ORACLE_HOME=C:\oracle\ora817
    set BACKUP_FOLDER=Backup
    if (%2) ==() goto endCase
    set PSP_CONNECT=%2%
    :endCase
    REM Set the DATE and TIME Variables
    for /F "tokens=1-4 delims=/- " %%A in ('date/T') do set DATE=%%D%%B%%C
    set TIME=
    for /F "tokens=1-4 delims=:., " %%a in ("%TIME%") do set TIME=%%a%%b%%c
    REM Generate Backup File Name
    set BACKUP=%1_%DATE%_%TIME%.htm
    REM Check if ORACLE_HOME has been set
    if (%ORACLE_HOME%) == () goto nohome
    REM Check for PSP Argument
    REM if not (%1) == () goto no_psp_file
    if "%1%" == "" goto no_psp_file
    REM Load PSP Files
    cls
    set HTM_FILE=%1%.htm
    set PSP_FILE=%1%.psp
    echo. ********************************************************
    echo.
    echo. Creating %psp_file% from %htm_file%
    echo.
    echo. ********************************************************
    echo.
    echo. Creating Backup Copy ....
    copy %HTM_FILE% %BACKUP_FOLDER%\%BACKUP% /Y
    echo.
    echo. Copying %HTM_FILE% to %PSP_FILE% .....
    copy %HTM_FILE% %PSP_FILE% /Y
    echo.
    echo. Uploading %psp_file% to database .....
    echo.
    loadpsp -replace -user %PSP_CONNECT% %1%.psp
    if not %errorlevel% == 0 goto error_exit
    echo.
    echo. ********************************************************
    echo.
    echo. %psp_file% uploaded to database Successfully
    echo.
    echo. ********************************************************
    goto exit
    REM ===========================================================
    REM Error Processing
    :no_psp_file
    echo.
    echo PSP File Argument Missing
    echo.
    echo Syntax: LOAD_PSP htm_file [Connect_String]
    echo. htm_file - HTM file to convert.
    echo. Don't include .htm extension
    echo. Connect_String - Database connect string [OPTIONAL]
    echo.
    echo Default Connect String: %PSP_CONNECT%
    echo.
    goto exit
    :nohome
    echo.
    echo ORACLE_HOME environment variable is not set
    echo.
    goto exit
    :error_exit
    echo.
    echo Script Exited with an Error
    echo.
    goto exit
    :exit
    endlocal
    set DB_NAME=
    set PSP_CONNECT=
    set HTM_FILE=
    set PSP_FILE=
    set BACKUP=
    set BACKUP_FOLDER=
    set TIME=
    set DATE=
    REM ======================================================================
    ----------------- Load LOAD_PSP.bat ----------------
    ----------------- Start CH_PSP.bat -----------------
    @echo off
    REM Program     : CP_PSP.bat
    REM Purpose     : Adds CheckPoint Flag to PSP File in Backup
    REM Author     : Edward Girard
    REM Email : [email protected]
    REM Created     : February 6, 2004
    REM Updated     : February 6, 2004
    REM
    REM Syntax     : CP_PSP <htm file> </all>
    REM <htm file>> - HTML file to convert. Don't include .htm extension
    REM          </all> - Checkpoints all PSP Files [OPTIONAL]
    REM
    REM Notes      : Be sure BACKUP_FOLDER exists in current directory.
    REM Files must end in .htm; NOT .html
    REM
    REM /ALL Option Copies only HTM files that have a associated PSP
    REM
    REM History     :
    REM
    REM Set Environment Variables
    set BACKUP_FOLDER=Backup
    REM Set the DATE and TIME Variables
    for /F "tokens=1-4 delims=/- " %%A in ('date/T') do set DATE=%%D%%B%%C
    set TIME=
    for /F "tokens=1-4 delims=:., " %%a in ("%TIME%") do set TIME=%%a%%b%%c
    REM Check for PSP Argument
    if "%1%" == "" goto no_psp_file
    if "%1%" == "/?" goto help
    if "%1%" == "/help" goto help
    if "%1%" == "/all" goto chpt_all_files
    if "%1%" == "/ALL" goto chpt_all_files
    REM Generate Checkpoint File Name
    set CHECKPOINT=%1_%DATE%_%TIME%_CHKPNT.htm
    REM Load PSP Files
    cls
    set HTM_FILE=%1%.htm
    echo. ********************************************************
    echo.
    echo. Creating %CHECKPOINT% from %htm_file%
    echo.
    echo. ********************************************************
    echo.
    echo. Creating CheckPoint Copy ....
    copy %HTM_FILE% %BACKUP_FOLDER%\%CHECKPOINT% /Y
    echo.
    echo.
    if not %errorlevel% == 0 goto error_exit
    echo.
    echo. ********************************************************
    echo.
    echo. %htm_file% Check Point Token Added Successfully
    echo.
    echo. ********************************************************
    goto exit
    REM ======== Check Point All Files ============================
    :chpt_all_files
    echo. /ALL Selected
    REM Copy Only PSP files related to HTM Files
    for /F "delims=." %%z in ('dir /b *.psp') do copy %%z.htm %BACKUP_FOLDER%\%%z_%DATE%_%TIME%_CHKPNT.htm
    goto exit
    REM ===========================================================
    REM Help and SyntaxProcessing
    :help
    echo.
    echo.Command: Checkpoint PSP
    echo.
    echo.Purpose: Adds a Checkpoint token (CHKPNT) to backed up htm files
    echo.
    :no_psp_file
    if "%1%" == "" echo PSP File Argument Missing
    echo.
    echo Syntax: CP_PSP htm_file [Connect_String]
    echo. htm_file - PSP file to Checkpoint.
    echo. Don't include .htm extension
    echo. /all - Checkpoint All PSP Modifier [OPTIONAL]
    echo.
    echo.
    goto exit
    :error_exit
    echo.
    echo Script Exited with an Error
    echo.
    goto exit
    :exit
    endlocal
    set DB_NAME=
    set PSP_CONNECT=
    set HTM_FILE=
    set PSP_FILE=
    set BACKUP=
    set BACKUP_FOLDER=
    set TIME=
    set DATE=
    REM ======================================================================
    ------------------ Load CH_PSP.bat -----------------

    Yes, I can bring the CF administrator screen. It asked me for
    a password, the one I entered during the install of CF.
    No I have created a mdb database and in the administrator
    screen I registered the data source.
    I am using the built-in CF web server.
    I was trying to create a directory for a testing web page (
    just to get me started...) in my computer, tipically in the
    "myDocuments" folder and then upload it to the CFweb server.
    Now I am reading the CF documentation in the adobe site,
    using the samples they provide.
    I guess it will be a long way to learn but I will do it
    Thanks
    Rui

  • Having trouble with dreamweaver cs 6 spry tabbed panels, all content in each tab showes through like

    Having trouble with dreamweaver cs 6 spry tabbed panels, all content in each tab showes through like it was all created on one page, plus mouse over doesnt work on them.
    This started all of a sudden.
    The entire website is a series of spry tabbed panels.
    http://pacificlaser.com/const.html
    if you click on General construction tab things work ok...
    if you click on Machine control tab, mouse over doesnt work and all page content of each tab show through.
    ive been looking for the answer for 4 months with no success.
    Hope a fellow dreamwever-person can help
    Thanks Rick

    You called it: your links to the SpryAssets are linking to your hard drive, not to the files within the folder on the server.
    Correct these links:
    <script src="file:///C:/Users/work/Desktop/Sites/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="file:///C:/Users/work/Desktop/Sites/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    And you should be good to go.
    Beth
    ps. If you run into more difficulties with the Spry Widgets, take your questions to the Dreamweaver Spry Forum http://forums.adobe.com/community/labs/spry, where they will get quicker attention.
    B

  • Fedex can only be used with dreamweaver using metric, not pounds (lbs)

    Fedex can only be used with dreamweaver using metric, not pounds (lbs), evidently?
    This as per their tier 2 tech suport.
    They say I should just convert to metric, no joke!
    Any ideas would be greatly appreaciated?
    Also a warning to anyone thinking of using business catalyst for their site, sorry, their business.
    Their note to me:
    Your request (# 82816) has been solved. To reopen this request, reply to this email or go to the Help & Support page.
                  Silviu Ghimposanu (Adobe Business Catalyst Support)           
                  Apr 14 15:23           
        Thanks for contacting us Michael  
    Our engineering team has detected some problems when doing weight conversions (from the quantities entered in the interface to what’s used when making the API calls to FedEx) -
      He have added this to our internal bug tracker to be fixed for one of the future releases. 
        I realise that this might not be what you wanted to hear,but at this moment we do't have a workaround in order to send the
      dimensions in pounds and not in KG 
        Sorry for this inconvenience!
      Kind regards, 

    If you're in US it will be in pounds. If your site is set any other country
    in the rest of the world it will be metric. So BC or as you call it
    Dreamweaver will look at the site country, which you set when creating the
    site

  • Using a MsAccess database with Dreamweaver CS4?

    Hi Everyone,
    I have a question concerning using a Microsoft Access Database with Dreamweaver.
    First, I was wondering if this was possible. Second, if it is, could someone give me instructions or a link on how to do this. I am pretty new to Dreamweaver, code, etc..., so simpler instructions on how to acheive this would be great.
    Here is some information...
    1) I am running Windows XP SP2
    2) I am using Microsoft Office 2003 (Acces included)
    3) I am using Dreamweaver CS4
    4) I have installed XAMMP (Apache,MySQL, FileZilla, and PHPmyAdmin, as far as I know)
    If anyone needs more information, I'll be hapy to share it as soon as possible.
    Any help is greatly appreciated,
    Musicman1994

    The choice of database really depends on which server-side technology you plan to use, and what you're actually planning to use it for.
    Access was designed to create databases for small office systems. Although I personally found it very confusing, a lot of people like it and say it's easy to use. However, its major drawback is that it creates very large files; and as soon as the website gets a reasonable amount of traffic, Access has a tendency to freeze or lock up. You can create your database in Access and then export it to another database system, such as Microsoft SQL Server or MySQL. But it's better to start with the database that you ultimately plan using.
    I certainly wouldn't recommend developing anything in ASP and then attempting to convert the website to PHP. Although all server-side programs share common features and structures, the code is completely different. So, take some time over choosing your technology first. If you have never developed in ASP, you should be aware that Microsoft stopped developing it about ten years ago. It's still popular and widely available, but ASP is likely to dwindle in usefulness as the years go by. Use PHP or ColdFusion, both of which are supported by Dreamweaver. The other main alternative is ASP.NET, but that's no longer supported by Dreamweaver.

  • What's up with DreamWeaver CS4?

    D/W tells me it can't find the root folder so I go to "mangae sites", then edit, and show it where the site is located on my desktop, and I get this error message.
    Then when I try to upload a file to my website I get this error message.
    And yes I'd buy CS6 if I could afford it, who wouldn't. But $50 bucks a month is not something I can afford right now.
    And it happens over and over again. I won't allow me to fix it. Even after many attempts. Has anybody an answer to this problem. Oh, and I'm using CS4 with Mac OS X version 10.9. I've been using this for years and have never had a problem till I bought a new MacBook Pro.
    Thanks for your help, before the fact.

    Thanks but I¹ve done that and it just keeps asking me to click on ³manage
    site² and do it over and over again. I¹m wondering if perhaps when I bought
    this new computer, and the had me change my user name on the computer by
    putting a ³1² after it, if somehow that screwed the whole thing up and it
    can no longer recognize any of it as a result?
    11/21/13, 10:48 PM   Ben Pleysier
    Re: What's up with DreamWeaver CS4?
    created by Ben Pleysier <http://forums.adobe.com/people/Ben+Pleysier>  in
    Dreamweaver support forum - View the full discussion
    <http://forums.adobe.com/message/5864704#5864704>
    I think that the error message is quite clear, there is a problem with the
    mentioned page. Try renaming the document and see what happens.
    Please note that the Adobe Forums do not accept email attachments. If you want
    to embed a screen image in your message please visit the thread in the forum
    to embed the image at http://forums.adobe.com/message/5864704#5864704 Replies
    to this message go to everyone subscribed to this thread, not directly to the
    person who posted the message. To post a reply, either reply to this email or
    visit the message page: http://forums.adobe.com/message/5864704#5864704 To
    unsubscribe from this thread, please visit the message page at
    http://forums.adobe.com/message/5864704#5864704. In the Actions box on the
    right, click the Stop Email Notifications link.  Start a new discussion in
    Dreamweaver support forum at Adobe Community
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerTy
    pe=14&container=2240>  For more information about maintaining your forum email
    notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Shift+i issue with Dreamweaver CS4

    Hi,
    i have an issue with Dreamweaver CS4 when I press shift+i the behavior is similar as cmd+v (a paste action). I checked the keyboard shortcut, but no action set for shift+i .. i don't understand.
    Please may you help me!?
    thanks
    bye
    Max

    Another place you can ask is in the forums for dreamweaver:
    http://www.adobe.com/support/forums/

  • Synchronize problem with Dreamweaver CS4

    Hi all,
    I was wondering whether any of you can offer any advice or help with a problem I have with Dreamweaver CS4. 
    The problem is regarding the Synchronize feature within Dreamweaver, for example after I have made a change to a web page and want to upload this to the internet, the software detects what files have changed which is fine but against the file it has the word and symbol called "Resolve" and this is where I am stuck because I cannot click on the Resolve button to change it to "Put" because the icon is grey so therfore I am unable to upload any changes to any websites. 
    If anybody can help me then it would be very much appreciated. 
    Cheers 
    Daniel

    Hi Hans- G    
    Many Thanks for this. I will go and have a look. It is strange as I have never experienced this problem before.
    Cheers
    Daniel

Maybe you are looking for