Best Way to design a website ?

A

Arsalan

Which softwares do pros recommend on making ASP.NET website ? Which
software do you prefer ? I think Visual Studio is not that good at making a
website, so what combination of softwares do u guys use to make a website ?
 
C

Curt_C [MVP]

Depends on what you mean by "make". I mean I love Visual Studio for working
in the code, but it's Design view is poor. If that's what you are referring
to then I use a text editor.

P.S... "Best" is WAY too subjective, I'd suggest avoiding that
 
G

Guest

To tell you the truth. I have both Visual Studio and Dreamweaver open at the
same time. I use VS.NET to create all of my aspx pages and it alsocreates
all the assoc aspx.vb files for me. Then I use dreamweaver to edit the html
layout in the aspx page. e.g layout the tables, cells, and also to create the
css stylesheet. Then I switch back to vs.net to add the web server controls
to the page designer because this adds the declaration to the code behind
page as well. And then of course you build in vs.net. Its alot of back and
forth; but vs 2005 should solve this issue
 
K

Kevin Spencer

I use Visual Studio.Net for programming, and FrontPage for developing the
HTML portion of the app.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
V

VC

The Design view of VS keeps reformatting the apsx page, making it hard to
keep track of matching closing tags. Does Dreamweaver require a lot of
learning? I just want to use it for desgining the table layout and checking
matching tags.
 
G

Guest

Dear Koder:

What do you do with the stuff from Dreamweaver? Just cut and paste it into
your VS html code? I've been thinking about getting Dreamweaver myself . . .

Sandy
 
C

Chad Z. Hower aka Kudzu

Arsalan said:
Which softwares do pros recommend on making ASP.NET website ? Which
software do you prefer ? I think Visual Studio is not that good at
making a website, so what combination of softwares do u guys use to make
a website ?

For managing static content you might check this out:
http://www.atozed.com/IWS/


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 
A

Arsalan

Yes, but Dreamweaver has lots of pre-built in functions which makes life
easier, but in VS you have to make everything from the scratch :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top