473,395 Members | 1,653 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Best Way to design a website ?

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 ?
Nov 19 '05 #1
9 1846
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

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Arsalan" <ar***********@hotmail.com> wrote in message
news:ey**************@TK2MSFTNGP12.phx.gbl...
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 ?

Nov 19 '05 #2
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

"Arsalan" wrote:
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 ?

Nov 19 '05 #3
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.

"Arsalan" <ar***********@hotmail.com> wrote in message
news:ey**************@TK2MSFTNGP12.phx.gbl...
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 ?

Nov 19 '05 #4
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.

"Tampa .NET Koder" <Ta***********@discussions.microsoft.com> wrote in
message news:E1**********************************@microsof t.com...
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

"Arsalan" wrote:
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 ?

Nov 19 '05 #5
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

"Tampa .NET Koder" wrote:
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

"Arsalan" wrote:
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 ?

Nov 19 '05 #6
"Arsalan" <ar***********@hotmail.com> wrote in
news:ey**************@TK2MSFTNGP12.phx.gbl:
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/
Nov 19 '05 #7
Yes, that's what I do. Just cut and paste.

Eliyahu

"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:B3**********************************@microsof t.com...
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

"Tampa .NET Koder" wrote:
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

"Arsalan" wrote:
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 ?

Nov 19 '05 #8
Web Matrix is a nice, handy tool.

"Arsalan" <ar***********@hotmail.com> wrote in message
news:ey**************@TK2MSFTNGP12.phx.gbl...
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 ?

Nov 19 '05 #9
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 :-)
"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Yes, that's what I do. Just cut and paste.

Eliyahu

"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:B3**********************************@microsof t.com...
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

"Tampa .NET Koder" wrote:
> 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
>
> "Arsalan" wrote:
>
> > 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 ? > >
> >
> >


Nov 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Bob Bedford | last post by:
Sorry if I post here, but I don't have access to any valuable mysql ng for this question, ans since 99% or php programmers deal with mysql, I'm sure I'll get an answer here. Look at the...
4
by: Will Hartung | last post by:
The designers have handed me a page that has 5 different blocks on it in the center column (in a typical 3 column layout with page spanning headers and footers). The blocks have elaborate...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
1
by: Jordan | last post by:
I'm converting a section of our website into the .NET framework (the rest will follow sooner or later). I'd certainly like to maintain all the dynamic capabilities as well as implement some new...
0
by: Jason Mauss | last post by:
Over the past few days (in my spare time in the evenings) I've been trying to think of a table design that would best lend itself to paging the content for the purpose of paging articles on a...
1
by: mae2x | last post by:
Web design High-quality web & graphics Designs. That eye catching multimedia and web design developments highly skilled web programmers and designers that have extensive experience in website...
0
by: Dennis D. | last post by:
People. Who you you consider the best of the best people to brainstorm, design, code, and market a new social application website? Thanks, Dennis D., No website at:...
4
by: Bart Simpson | last post by:
I am a C/C++developer with several years desktop app development experience. However, I am a COMPLETE and TOTAL newbie when it comes to taking about web apps. All the talk about CSS, layouts etc is...
1
by: PaulH | last post by:
Just announcing the news in the spirit of the News-groups: Artisteer - Web and Blog Design Automation Software Unveiled at BlogWorld Expo Ground-breaking Software Instantly Creates...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.