Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Dreamweaver Template is Visual Studio what?

$
0
0
Re: Dreamweaver Template is Visual Studio what?
Web Connection 5.0
Re: Dreamweaver Template is Visual Studio what?
10/23/2012
03:56:35 PM
3ML0Y67RU Show this entire thread in new window
Gratar Image based on email address
From:
Rick Strahl
To:
Attachments:
None
Hi Todd,

Visual Studio has no concept of templates - in that respect it's a bit more low level than dream weaver. It's not an HTML Content editing solution but essentially just a high powered HTML editor.

If you think you need that functionality you can possibly work with both VS and Dreamweaver side by side. You can use Dreamweaver for the templating aspects and general layout and use VS for the control/logic based stuff. All that said, it's entirely possible to use just DreamWeaver for development - Visual Studio just provides some for Web Connection to make it easier to switch between code and markup, plus providing the visual component editing and Intellisense. But in the grand scheme of things VS is just a glorified text editor that produces a text markup document that you can create with whatever editor you choose.

If you're using Web Connection 5 and the Web Control framework another thing that might help you are UserControls that allow you to create reusable layout pages that you can call from other pages. So you could create, header, footer, sidebars etc. using these user controls and then embed them into your top level pages. If you change the user control it changes throughout the site then.

Hope this helps,

+++ Rick ---



So web connect 5 has got me moving from Dreamweaver to Visual Studio. Cool and all, very excited, but I've run into a mind-block: In Dreamweaver, you have Templates. A Template is a page where you design your basic layout with, say, a menu, sidebar, footer, etc. Every other page you make is based on that Template. Changing the Template changes all of the other pages. That way if you change the menu, you don't go change every page yourself - you just change the template.

How do we go about that in the Visual Studio/WC5 way of doing things?




Rick Strahl
West Wind Technologies

Making waves on the Web

from Maui, Hawaii

Viewing all articles
Browse latest Browse all 10393

Trending Articles