Dreamweaver CS3 reforderss ColdFusion templates

Dreamweaver CS3 reorders ColdFusion template code without
being asked
When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
will reorder some ColdFusion tags.
For example:
1. <cfswitch expression="#response.errorcode#">
2. <cfcase value = "10602">
3. "..Some Code..."
4. </cfcase>
5. <cfdefaultcase>
6. "...Some_Other_Code.."
7. </cfdefaultcase>
8. </cfswitch>
9. <CFQUERY username="#request.dbuser#"
password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
10. Blah blah
11 .</cfquery>
Saved as a Dreamweaver 8 page and then subsequently opened in
Dreamweaver CS3, the code becomes jumbled as:
1. <cfswitch expression="#response.errorcode#">
2. <cfcase value = "10602">
3. "...Some_Code.."
4.
5. </cfcase><cfdefaultcase>
6. "...Some_Other_Code.."
7. </cfswitch>
8. </cfdefaultcase><CFQUERY
username="#request.dbuser#" password="#request.dbpass#"
DATASOURCE="#attributes.DSN#">
9. ..blah..blah..
10. </CFQUERY>
(Note the juxtaposition of the </cfdefaultcase> and
</cfswitch> tags on lines 7 & 8)
The Command "Clean up XHTML" has no effect.
This behavior occurs on every Mac running DWCS3 in our
office, but doesn't occur on Macs running DW8.
If the CF page is opened in a Text Editor and saved as a Text
doc and then opened in DWCS3 as a Text doc, the code stays intact
and is not scrambled.
However, as soon as the page is saved with the ".cfm"
extension, DWCS3 scrambles the </cfdefaultcase> and
</cfswitch> tags.
Adobe Dreamweaver Support has duplicated the error but has no
fix as of yet, so Dreamweaver CS3 is completely useless to me as a
CF editor.
Does anyone have any ideas?

Dreamweaver CS3 reorders ColdFusion template code without
being asked
When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
will reorder some ColdFusion tags.
For example:
1. <cfswitch expression="#response.errorcode#">
2. <cfcase value = "10602">
3. "..Some Code..."
4. </cfcase>
5. <cfdefaultcase>
6. "...Some_Other_Code.."
7. </cfdefaultcase>
8. </cfswitch>
9. <CFQUERY username="#request.dbuser#"
password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
10. Blah blah
11 .</cfquery>
Saved as a Dreamweaver 8 page and then subsequently opened in
Dreamweaver CS3, the code becomes jumbled as:
1. <cfswitch expression="#response.errorcode#">
2. <cfcase value = "10602">
3. "...Some_Code.."
4.
5. </cfcase><cfdefaultcase>
6. "...Some_Other_Code.."
7. </cfswitch>
8. </cfdefaultcase><CFQUERY
username="#request.dbuser#" password="#request.dbpass#"
DATASOURCE="#attributes.DSN#">
9. ..blah..blah..
10. </CFQUERY>
(Note the juxtaposition of the </cfdefaultcase> and
</cfswitch> tags on lines 7 & 8)
The Command "Clean up XHTML" has no effect.
This behavior occurs on every Mac running DWCS3 in our
office, but doesn't occur on Macs running DW8.
If the CF page is opened in a Text Editor and saved as a Text
doc and then opened in DWCS3 as a Text doc, the code stays intact
and is not scrambled.
However, as soon as the page is saved with the ".cfm"
extension, DWCS3 scrambles the </cfdefaultcase> and
</cfswitch> tags.
Adobe Dreamweaver Support has duplicated the error but has no
fix as of yet, so Dreamweaver CS3 is completely useless to me as a
CF editor.
Does anyone have any ideas?

Similar Messages

  • Dreamweaver CS3 reformats ColdFusion templates

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3 becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3 becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

  • Dreamweaver CS3 bug with templates?

    Hello,
    I am having a very major problem with a template. I am on
    Dreamweaver CS3 and my template has been created in Dreamweaver 8
    and it says in parenthesis (xhtml) - even though all my pages from
    the template are html.
    When I now make even the most minor change (even adding one
    single letter) to my template or when I try to create a new page
    from that template, the resulting pages have missing images (my
    whole top banner), but the actual template looks perfect. You can
    actually seean example of a page on a test website at
    http://ww2.itrak.com/iTRAKnouveau/
    I seem to remember I actually had this problem once before
    and I did not have it in Dreamweaver 8 but I am not sure of my
    recollection.
    Unfortunately, this time I cannot access Dreamweaver 8
    anymore... I am really hoping someone can solve this one with me!!
    Christine

    nope
    Jo
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Sounds like it's not a DW problem after all....
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "josie1one" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> There's this:
    >>
    >> body {
    >> background-color: #d3d5d6;
    >> margin-top: 0px;
    >> background-image: url(); <----------- no image
    defined
    >> background-repeat: repeat-x;
    >>
    >> and
    >>
    http://ww2.itrak.com/iTRAKnouveau/images/header_print.jpg
    >>
    http://ww2.itrak.com/iTRAKnouveau/images/header_itrack_4_01.jpg
    through
    >> to 4_24 don't appear to be on the server - Not
    Found. Can you check your
    >> site definition?
    >>
    >> --
    >> Jo
    >>
    >>
    >>
    >>
    >> "Strateege Health"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Hello,
    >>> I am having a very major problem with a
    template. I am on Dreamweaver
    >>> CS3 and
    >>> my template has been created in Dreamweaver 8
    and it says in parenthesis
    >>> (xhtml) - even though all my pages from the
    template are html.
    >>> When I now make even the most minor change (even
    adding one single
    >>> letter) to
    >>> my template or when I try to create a new page
    from that template, the
    >>> resulting pages have missing images (my whole
    top banner), but the
    >>> actual
    >>> template looks perfect. You can actually seean
    example of a page on a
    >>> test
    >>> website at
    http://ww2.itrak.com/iTRAKnouveau/
    >>> I seem to remember I actually had this problem
    once before and I did not
    >>> have
    >>> it in Dreamweaver 8 but I am not sure of my
    recollection.
    >>> Unfortunately, this time I cannot access
    Dreamweaver 8 anymore... I am
    >>> really
    >>> hoping someone can solve this one with me!!
    >>> Christine
    >>>
    >>
    >>
    >

  • Dreamweaver CS3 and Coldfusion Errors

    is anyone experiencing errors when using the coldfusion
    inbuilt tools within dreamweaver cs3? I am getting errors when
    using the insert record server beahaviour. Also i have noticed that
    some sql code is not genrated correctly within cs3. This was not as
    a problem in versions MX and 8.

    Have you posted this question in the Cold Fusion Forums?
    http://forums.adobe.com/community/coldfusion
    I don't use CF myself and the few CF coders I know have long since moved to Eclipse/ColdFusion Builder. 
    Nancy O.

  • Dreamweaver CS3 template uneditable

    Dear Community,
                     I created a template in Dreamweaver CS3, editing the template worked up until today. The site is www.slothbob.com, which maybe irrelevant, but in the content part of the page (center), when opened template in dreamweaver, it seems to have a lock down, only allowing an "editable region" where that text is. I am trying to get out of this lock down trap, so I can edit other slices in the template. Also, it prompts that my template is nested directly or indirecty, but before when editing was possible, it seemed to just incorporate the changes to every page across the site. Again, my goal is to just editing some of the slices in dreamweaver that would be an axiom across every page on the site, but in lock down (code greyed out and everything). I appreciate everyone's time and input and thank you all greatly.
    Slothbob

    The link that you posted is bad.  Please try again.
    The symptoms you describe tell me that your "template" is likely not a template but a child page.  We would need to see the code to know for sure, though.

  • DW 8 Templates in Dreamweaver CS3

    Greetings,
    I am currently working with a Dreamweaver template (Version
    8) and I have recently installed Dreamweaver CS3 to check it out. I
    wanted to update several pages with the updated template in CS3,
    but when I tried, I got an error related to nested editable
    regions. I checked out my code, and cleaned it up (it is strict
    xhtml 1.0) and tried again. I didn't get the error, but none of the
    pages are updated. Does somebody know why this could happen?

    If you have made changes to a template page and those changes
    are not
    propagated to the respective child pages then only one of two
    possibilities
    exist:
    1. Your changes were made to EDITABLE regions in the template
    files, or
    2. The site cache is corrupted, and can be fixed by using
    SITE | Advanced >
    Recreate Site Cache
    Might one of those be the cause?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Melissa_Serrano" <[email protected]> wrote
    in message
    news:f7gk2r$k45$[email protected]..
    > Greetings,
    >
    > I am currently working with a Dreamweaver template
    (Version 8) and I have
    > recently installed Dreamweaver CS3 to check it out. I
    wanted to update
    > several
    > pages with the updated template in CS3, but when I
    tried, I got an error
    > related to nested editable regions. I checked out my
    code, and cleaned it
    > up
    > (it is strict xhtml 1.0) and tried again. I didn't get
    the error, but none
    > of
    > the pages are updated. Does somebody know why this could
    happen?
    >

  • ColdFusion Login Wizard: How do you access this in Dreamweaver CS3

    The 'ColdFusion MX 7 Extensions'
    (CFMXDreamWeaverExtensions.mxp) could be installed for 'Dreamweaver
    MX 2004' using the 'Adobe Extension Manager'. This then gave access
    to the 'Coldfusion Login Wizard' available under
    'Commands/Coldfusion Login Wizard'.
    However, the file 'CFMX7DreamWeaverExtensions.mxp' generates
    the error 'This version of the 'CFMX7 Extensions' extension is not
    compatible with Dreamweaver CS3 when installing in Dreamweaver CS3.
    I have downloaded 'dwmx2004_extensions_for_cfmx7.mxp' from
    http://www.adobe.com/support/coldfusion/downloads.html
    but this doesn't work!
    I cannot find an equivalent .mxp file on the Adobe website or
    explanation anywhere despite exhaustive searching!
    Any help will be very gratefully received!

    Hi Divya,
    The below code is working for me. You can try with this: This is for  currently logged in User.
    String userName = "";
              IWDClientUser wdUser = null;
              try
                   wdUser = WDClientUser.getCurrentUser();
              catch (WDUMException e)
                   wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(), false);
              IUser usernam = wdUser.getSAPUser();
              userName = usernam.getUniqueName();
    regards,
    Siva

  • PLEASE HELP - Problem with 2 column fixed template in Dreamweaver CS3

    I am trying to create a website using the 2 column fixed, right sidebar, header and footer html template in Dreamweaver CS3.  I tried putting a picture in the right side bar as well as with in the main content or left portion of the page, and neither picture is showing up when I view it in any of the browsers I'm using.
    I've made some minor changes in colors and sizing, but other than that no other changes.  The pic I put in for the header is showing up just fine though.
    Any help or advice to solve this issue would be greatly appreciated.
    Thanks!!

    Here is the base Dreamweaver code including the pic references that I'm trying to show on either side - when the browser opens, it only shows a blank space where the pics should be... let me know what you think.  Thanks!!
    <!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"><!-- InstanceBegin template="/Templates/AL TemplateNEW.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Temp Home</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    .twoColFixRtHdr #container {
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixRtHdr #header {
    background: #DDDDDD;
    padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px;
    .twoColFixRtHdr #mainContent {
    margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    .twoColFixRtHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .twoColFixRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]--></head>
    <body class="twoColFixRtHdr">
    <div id="container">
      <div id="header">
        <h1>Header</h1>
      <!-- end #header --></div>
      <div id="sidebar1">
        <h3>Sidebar1 Content</h3>
        <!-- InstanceBeginEditable name="RightSideBar" -->
        <p>Right Side Bar Content - - -    </p>
        <p>Inserted pic below here</p>
        <p><img src="/images/Syntergy5.jpg" width="123" height="105" /></p>
        <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if it will always contain more content. </p>
        <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
    <!-- InstanceEndEditable -->
        <p> </p>
      <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <h1> Main Content </h1>
        <!-- InstanceBeginEditable name="MainContent" -->
        <p>Main Content - - </p>
        <p>inserted pic below here:</p>
        <p><img src="/images/Kelly1.jpg" width="285" height="236" /></p>
        <p> </p>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce  varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id,  libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat  feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut,  sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh.  Donec nec libero. </p>
        <!-- InstanceEndEditable -->
        <p>
          <!-- end #mainContent -->
        </p>
      </div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="footer">
        <p>Footer</p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    <!-- InstanceEnd --></html>

  • Viewing new template in dreamweaver cs3 reverst to front page ??

    When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • CF8 + Dreamweaver CS3 - Unable to access Coldfusion Enhancements

    So here's the deal. I recently upgraded to both CF8 and
    Creative Suite CS3 (woo!) and wanted to use the CF Login Wizard
    included as part of the Coldfusion enhancements. Despite having set
    up my sites using CF as the testing server, the enhancements
    weren't unlocked.
    I checked the Dreamweaver / livedocs help for more on the
    subject and
    found
    this article saying that the enhancements can only be unlocked if
    you have CF set as your testing server.. Ok . . . and what if
    you did that (and have always done that) and it still doesn't work?
    All of my software is fully patched, too.
    Is the problem that Dreamweaver CS3 doesn't recognize CF8 and
    is therefore not unlocking the enhancements? Are there any
    work-arounds? I've spent over an hour checking forums and different
    websites without any success. Any help would be appreciated. Thanks
    in advance.

    Your question is a little vague. In order to assist you, one
    must know what environment you are in. Assuming that you are using
    a local computer, using windows (non NT), and setting up cf8
    developer edition in order to have a coldfusion virtual server to
    test webs on:
    You must make sure IIS is turned OFF. Clear the internet
    information services box from the windows add/remove programs >
    add/remove windows components screen.
    When you install Coldfusion, make sure you use the default
    settings when clicking through the setup and remember your
    coldfusion password. The default setting for localhost port is 8500
    Add coldfusion options to dreamweaver using adobe exchange.
    Most important parts: Move any website you are trying to
    access into the c:\coldfusion8\wwwroot\ folder.
    Edit your site in dreamweaver throught the site > manage
    sites > edit > advanced tab
    on the Local Info Tab type in:
    Local Root Folder = C:\ColdFusion8\wwwroot\yoursitesname
    Image Folder = C:\ColdFusion8\wwwroot\yoursitesname\images
    http://localhost:8500/yoursitesname/
    on the Remote Host tab:
    check the tab Local/Network
    type C:\ColdFusion8\wwwroot\yoursitesname\
    on the Testing Site tab:
    choose Coldfusion > Local/Network
    Testing Server folder = C:\ColdFusion8\wwwroot\yoursitesname\
    URL Prefix =
    http://localhost:8500/yoursitesname/
    You can't just point to http://localhost/ as you would using,
    say, wamp5.
    Once I did this I was able to use everything fine.

  • Missing File - Adobe Dreamweaver CS3 with ASP, Coldfusion, and PHP

    On page 263 of Adobe Dreamweaver CS3 with ASP, Coldfusion,
    and PHP by:Jeffrey Bardzel and Bob Flynn the file called
    countryDetailXML.asp is missing. How can I find that file? Any
    idea?
    Thanks for your help.

    @citaiz,
    That file is created earlier in the lesson in an exercise
    starting on page 257. For the sake of the lesson, you can use
    countryDetail.xml that is included in the lesson 09 start folder.
    It is not important for this lesson that the XML is a static file
    or one generated in real time from the database. The version of
    Spry (1.4) that shipped with DW CS3 used XML data only. The current
    version (1.6.1) can use JSON and HTML tables for the data source as
    well. You can get the latest version of Spry for free at
    http://labs.adobe.com/technologies/spry/,
    including an extension to update your copy of DW to the latest
    version.
    Bob Flynn

  • Adobe Dreamweaver CS3 with ASP coldfusion and PHP search?

    I am working through Adobe Dreamweaver CS3 with ASP
    coldfusion and PHP with the intent of creating a data base site
    that primarily requires a search engine on the index page. The
    search page in the book uses specific search criteria ensuring that
    there will always be a match to the data base but I need to create
    an input text field search engine. My Q, if there is no data within
    the data base that match the variable, will it return with an error
    requiring an argument in the code to respond to no matching data.
    Hopefully there are comprehensive online recourses for these search
    engines as they are so common. I am a complete newby to all aspects
    of web development and code so it will need to be a thorough
    explanation, an idiots guide. ANY HELP GREATLY APPRECIATED

    Rob,
    Let me try to answer your questions, understanding that my
    answers are laced with my experience and therefore my bias.
    1. For the most part the SQL that you write for Access, MS
    SQL or MySQL is going to be the same. I won't make that claim about
    Oracle or PostgreSQL because I have limited or no experience in
    those areas. To be sure when you head down the road with any DBMS
    there are finer points on 'value added' features (to over simplify
    things like MS SQL's Transact SQL), but for the most part when you
    are pulling out, inserting or deleting records the SQL that you
    write will be the same. In fact, I don't think I had to make any of
    the SQL in the book different to deal with the back end db.
    2. As for your host steering you away from MySQL, I don't
    know why that would be. It is MUCH more stable and robust than
    Access for web development. My research showed that you can use
    MySQL just fine with ASP though that clearly wouldn't be
    Microsoft's first choice.
    3. A quick aside, the fact that you are building ASP on a Mac
    would seem to indicate that you are developing on your production
    server. That's never a good idea. Go local if you can. If you have
    a newer Intel Mac you can use VM Fusion, Parallels or even Boot
    Camp to run Windows in a virtual environment and develop there,
    only moving your code to production when you are happy with it.
    There is of course the fact that they two environments would not be
    identical and you may need to change a few references, but it is
    still a better practice than developing on your live site. Some web
    hosts give you the ability to set up a subdomain. If yours does,
    you could set one up with a duplicate of your site and develop
    there.
    4. Let me try to pull your 'rant-let' apart into two issue. I
    begin with a question. I'm not sure what the Mac part has to do
    with it. The primary language I work in at my day job is
    ColdFusion. The majority of the most serious developers I know in
    the CF world work on Macs. I am forced into the PC world because of
    a cultural bias at the business school where I work. Having said
    that, the only time I have felt there was ANY difference in the
    tools, resources, choices I had was in any way affected by platform
    was when Adobe still had not released Flex Builder 2 for the Mac.
    Now that is behind us as well. This reaction of mine may be based
    on the fact that Access never comes into play in the work that I
    do. I regularly work with MS SQL and MySQL. (OK, so SQL Enterprise
    Manager, the MS tool of choice to talk to MS SQL is Windows only,
    but I only use that at the day job. But even there you can find
    cross-platform, free tools like Aqua Data Studio to talk from a Mac
    to MS SQL.) If I'm missing your point on the Mac, please let me
    know. Since the advent of the Intel Mac I think it is hands-down
    the best choice for a web developer. You can have Mac, Windows and
    Unix all on one machine. It doesn't get any better (providing you
    have the RAM :-)).
    As for the security question, it is somewhat analogous to the
    war on viruses and spyware. As the defenses get better, so do the
    attacks. Most languages have developed functions for vetting user
    input variables and best practices for building these things. It is
    mainly a user education issue. When I took over the book you are
    working out of, the one thing Jeffrey told me it needed was more
    security. I did my best to put more in under the constraints of the
    publisher. They didn't want the book to be any longer than the
    previous version. I did my best to modify the code used to include
    "string safe" functions and to add verbiage about the importance of
    security. It was clear that I could not add as much as was needed
    and I said so in the book. Much more is needed for a serious
    treatment of the subject and not acknowledging that would have been
    a disservice to the readers. I've been working as a developer for
    over a decade and I don't know all there is to know about it. It's
    a constantly changing field, just like all of web development. In
    fact next week I'm going through a 2-day SANS Web Application
    Security workshop in hopes of learning more. So at the risk of
    sounding like an industry apologist, I don't think it's a
    shortcoming of the development community. It is, as they say, "a
    developing situation".
    HTH,
    Bob
    http://bobflynn.info/

  • Dreamweaver CS3 Template

    I'm using Dreamweaver CS3. I use a template that I've always
    been able to make changes and automatically update the pages that
    use it on save. I've made some changes to the template, but when I
    go to update all the pages using that template it says:
    Done.
    files examined: 1183
    files updated: 0
    files which could not be updated: 0
    total time: (0:00:02)
    Nothing is updated. I have a large site to update and am in
    desperate need of help.
    Thanks!!

    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done). If
    you *have
    done this*, then recreate the child pages (in DWCS3) using
    FILE | New > Page
    from Template, select the template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "nee9" <[email protected]> wrote in message
    news:[email protected]...
    > I'm using Dreamweaver CS3. I use a template that I've
    always been able to
    > make
    > changes and automatically update the pages that use it
    on save. I've made
    > some
    > changes to the template, but when I go to update all the
    pages using that
    > template it says:
    >
    > Done.
    > files examined: 1183
    > files updated: 0
    > files which could not be updated: 0
    > total time: (0:00:02)
    >
    > Nothing is updated. I have a large site to update and am
    in desperate
    > need of
    > help.
    > Thanks!!
    >

  • Inserting RSS Feeds into a Dreamweaver CS3 Template

    I've created a website template in Dreamweaver CS3. We need
    to insert an RSS feed that will allow our web site to receive news
    updates and information pertinent to our consumers needs. Please
    help! I have no clue how to do this.

    Which version of FW? If FWMX 2004 or earlier, you would need
    to read this
    carefully -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "hraklis_1" <[email protected]> wrote in
    message
    news:g4p0l0$lak$[email protected]..
    > I've created a dreamweaver cs3 template for my website.
    I've also created
    > a
    > menu in fireworks which has popup menu's. If I create a
    new page (not from
    > a
    > template) and insert the fireworks html, everything
    works fine when I try
    > to
    > preview it.
    >
    > However, if I insert the fireworks html into a page
    created from a
    > template,
    > or even the original template file, the image of the
    menu is inserted and
    > can
    > be viewed, but the popup menu's do not appear. Any
    thoughts or
    > suggestions?
    >

  • Dreamweaver CS3 Hidden Template Help

    Hello I am new to these forums and would appreciate any help I can get. Ok here's the issue.
    I'm using Dreamweaver CS3 to work on a website that was created from a template. Everything was going fine until I did something and now the template doesn't display in the design view of dreamweaver. It will render perfectly fine in the browser, and when i pull up the corresponding .dwt file the layout is there. I can still see my editable regions and the content within. It just won't display in dreamweavers design view of the page that it is linked to.I'm sure i just unchecked some list item that displays this I'm just not sure where or how I did it.
    Please let me know if you need me to post any of my code etc. Thank you for your time and help it is much appreciated.
    Thank you, JRED

    JRED85 wrote:
    Ok so in the end I shutdown Dreamweaver and restarted it and it fixed my problem.
    Computers and computer programs occasionally get tired/confused, just like humans. Closing down and restarting often does the trick.
    Since you're new here, you might take a few moments to look at the Dreamweaver FAQ. The answers to some of the most common problems can be found there.

Maybe you are looking for

  • Parts

    i have an older router but am missing power cord and installation disk. How much faster are newer models. Model # DI-624. How fast is this model?

  • Win 7 wifi causes my WRT54G to slow down 20x till reset

    My wrt54g (firmware old - v1.00.6) has run fine for years until my daughter got a laptop with win7. All my other systems still run XP or win2k. I only run wireless with her win7 and one netbook with xp, all the other connections are wired. Going to s

  • Ipod video non-fonctionnal

    i bought a 30gb ipod video, and it`s doesn`t work anymore, so i want to buy the new ipod classic, and i want to know if i buy a classic, can i have a discount buy giving my old ipod. I don`t care even if it`s only 20$

  • PING - Unknown host 127.0.0.1, Unknown host localhost

    Hello, I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems: 1. When I execute the command ping, I get weird results: bash-3.00$

  • To find how many database are runing...

    Hi, First Question:- In My AIX server there are few database's. how to find total database in a server by sqlquery? how to find running database and stopped database by sqlquery? My AIX version is 5. And Oracle 10g. Second Question:- There is databas