Integrating Dreamweaver and Visual Studio

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Integrating Dreamweaver and Visual Studio

    I need to use Dreamweaver with visual studio..

    1. How do I integrate the Dreamweaver site into the visual studio project?
    2. Can Dreamweaver create the files in the codebehind coding method?
    3. Can Visual Studio pages be integrated into a Dreamweaver site?
    4. Are there any extensions that allow the two products to work together?

    Thanks,

    Fred

    FSchmitthammer Guest

  2. Similar Questions and Discussions

    1. Integrating Flash file in embedded visual C++
      hi all... i am trying to complie an .swf file to convert it into an .exe file using Embedded Visual C++. i am almost through the entire process...
    2. DW8 to Visual Studio
      I would like to get my DW8 asp.NET pages to open up in Visual Studio 2003. I have some co workers that need to do some work as well..... I have...
    3. Visual studio?
      Not that i dont like the flex ide, but i'd much rather use visual studio? has anyone found a plug in or tried to intergrade into vs.net yet?
    4. Need Help Using Dreamweaver AND Visual Studio.NET
      We are a web shop currently standardized on Dreamweaver MX 2004 and ASP 3.0. Currently, our graphics folks create each web site in Dreamweaver and...
    5. Visual Studio.NET and PHP
      Hello, Does anyone have an idea how to integrate PHP into Visual Studio .NET 2003. Thanks, Albert Ahtenberg
  3. #2

    Default Re: Integrating Dreamweaver and Visual Studio

    There is a tutorial on [url]www.charon.co.uk[/url] on how the programs work together
    however simply put you do the layout in DW, add the webform controls and
    then create a solution in VS and include the pages. VS will create the code
    behind for the elements.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "FSchmitthammer" <webforumsuser@macromedia.com> wrote in message
    news:d3evm3$bqn$1@forums.macromedia.com...
    > I need to use Dreamweaver with visual studio..
    >
    > 1. How do I integrate the Dreamweaver site into the visual studio
    project?
    > 2. Can Dreamweaver create the files in the codebehind coding method?
    > 3. Can Visual Studio pages be integrated into a Dreamweaver site?
    > 4. Are there any extensions that allow the two products to work together?
    >
    > Thanks,
    >
    > Fred
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: Integrating Dreamweaver and Visual Studio

    > 1. How do I integrate the Dreamweaver site into the visual studio
    project?

    They don't integrate well. Basically, VS.net is good for all the back-end
    stuff, and sucks at the front end, while DW can't do the same back-end stuff
    that VS.net can, but is much better on the front end.

    For a while, I tried using both, but gave up in the end and pretty much just
    use VS.net for my asp.net sites...even though it does mess up the front-end
    markup quite a bit.

    -Darrel


    darrel Guest

  5. #4

    Default Re: Integrating Dreamweaver and Visual Studio

    Here is my way of doing things:

    Create a new VS.NET project, then define a new Dreamweaver site using the
    directory that VS.NET created.

    Add new pages in MX, make them look nice, you can add .NET server controls
    using MX also, once your happy with the layout save the page and move into
    VS.NET, right click the new page in the VS.NET project explorer and include
    it in the project, say yes in the popup dialog and VS.NET will create a
    codebehind file for the page and also add the appropriate declarations for
    any server controls found in the page. now you can write the server code in
    VS.NET.

    That way works quite well for me, this method combined with the free
    Dreamweaver MX extensions available on our site has served me well :)

    --
    Kevin Marshall
    WebXeL.com Ltd
    [url]http://www.webxel.com[/url]

    ASP.NET Dreamweaver Extensions
    [url]http://www.webxel-dw.co.uk[/url]
    "FSchmitthammer" <webforumsuser@macromedia.com> wrote in message
    news:d3evm3$bqn$1@forums.macromedia.com...
    >I need to use Dreamweaver with visual studio..
    >
    > 1. How do I integrate the Dreamweaver site into the visual studio project?
    > 2. Can Dreamweaver create the files in the codebehind coding method?
    > 3. Can Visual Studio pages be integrated into a Dreamweaver site?
    > 4. Are there any extensions that allow the two products to work together?
    >
    > Thanks,
    >
    > Fred
    >

    Kevin Marshall Guest

  6. #5

    Default Re: Integrating Dreamweaver and Visual Studio

    Thank you.. I have a question... Once you create the site in this manner can you go back and forth between VS and DW to edit the pages?

    I will check out your site...
    FSchmitthammer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139