First of all, thank you very much for your in-depth response. If I may.....
[quoted text, click to view] "john smith" <john@smith.com> wrote in message
news:%23H9ldGpDGHA.3528@TK2MSFTNGP12.phx.gbl...
>I completely, totally, absoluetely 100% disagree with what you said. VS (or
>VWD) are FAR better than DW for making web apps (not even mentionning the
>"programming" part as the difference on that is beyond obvious).
True. The programming part is great. But, why can't you have the easy ui
designer like DW WITH the programming (code behind) resources?
[quoted text, click to view] >If there is one app I can't stand it's DW. I really wonder what you don't
>like about MS' tools, it generates all the markup I need - although I tend
>to mostly create my master pages in "code view". None of us (in the teams
>I've worked on) have ever had issues with "not making good looking web
>pages" (not to mention, that would hardly be ASP.Net's fault like you seem
>to say - which is just a server side technology - not a design app). The
>pages generate all the xhtml (markup) it's expected to (the master pages
>add the "non-webapp" markup), and the CSS styles it accordingly. I don't
>see any limitations, lacks, or shortcomings of any kind anywhere
>whatsoever.
It is the same as the difference in coding C++ vs VB6. Sure, C++ is more
powerful, but VB6 let you slam out far more projects in the same amount of
time. DW is much easier to use for interface design precisely because of
the drag-and-drop interface, while ASP.Net technologies excel at server side
programming.
There's simply no reason we can't have both (say a cross between FrontPage
and ASP.Net even).
[quoted text, click to view] >
> The real issue seems to be that you want some easy-to-use (beginner
> click-n-point/drag stuff from toolbars) web page DESIGN app,
I sertainly do....for the UI anyway.....
[quoted text, click to view] >and you're using an advanced app made to generate code/applications
>(programming - and not exactly a beginner's tool;
I am not exactly a beginner, but I am new to .Net web applications. I need
to use the power of ASP.Net to do some database editing via a web
app.....but, I want a cool interface. Something that Visual Studio 2005 Pro
doesn't seem to be able to do as quickly or easily as Dreamweaver 8 or even
FrontPage for that matter.
[quoted text, click to view] > and again, ASP.Net isn't some IDE to edit pages but a server-side
> technology). Apples and oranges.
I disagree here. If you are going to put out a product and technology like
ASP.Net, having the power of server side processing is great. But, you
can't ignore the user interface.
Microsoft understands the importance of user interface design. Look at the
changes in Windows from 98 to XP...and from XP to Vista. They get it. They
just haven't enabled us to use that same reasoning in ASP.Net.
Truly visually appealing websites don't use VS. They use Flash or
Dreamweaver or a similar app, because VS can't compete with the visual
appeal possible with the other applications.
[quoted text, click to view] >Once you know XHTML and CSS (not just for styling text and such but also
>for site layout and everything), you will find something like DW
>*EXTREMELY* lacking (borderline useless) anyways. None of these DW-like
>"design" apps come even close to knowing simple markup and CSS (and there
>are TONS of very good CSS templates and resources such as csszengarden on
>the web to get you started).
Have you used Dreamweaver 8? CSS support is an integral part of the design
features and is the preferred mehtod for creating pages in DW.
[quoted text, click to view] >It's not that hard nor time consuming to learn (you can't realistically not
>know this stuff if you're willing to do web design for a living nowadays).
>
> And about frames, I hope I'm misunderstanding you... You don't really want
> to make a site that uses frames for real, do you? With the exception of
> MSDN, I don't recall seeing a single site that still uses them, last I
> recall seeing them being used commonly was around 1995, in static HTML
> sites that used no server-side technologies, hence no possibilities of
> server-side includes for menus or such, so a frame was used for the site
> menu... There are tons of issues associated to using frames as well (pages
> don't ahve unique URLs anymore and are hard to bookmark (and other
> associated isues), they go against accessibility guidelines, they can be a
> major obstacle (or prevent altogether) your site from being
> indexed/spidered, often won't save or print right, etc etc). I can't think
> of a single reason why one would want to use that (and deal with all the
> associated issues/troubles/problems/headaches) instead of using today's
> modern/simple/elegant CSS layout techniques or worst case scenario even a
> table layout...
I am well aware of the arguments for and against frames. I want the
simplest of all sites, and frames seem like the way to go.
I want to be able to have a navigation list on the left and load web pages
in a frame to the right of this navigation list. The web pages being loaded
will be generated based on the options selected by the user in the
navigation "frame". Do you know a simpler way to do this than with frames?
To be honest, I don't care if I am using the latest widgets or
methodologies. I am interested in getting solutions created as quickly as
possible and putting them to use ASAP. DW fills this bill quite nicely and
ASP.Net allows fast programmig of server side code.
I just want the best of both worlds in a single application.
[quoted text, click to view] >
> As for the "competition" thing, it's not like it's competing against DW or
> the like - they're completely different apps, aimed at completely
> different groups of people (designers don't seem to like coding tools
> overly, and saying DW is crippled as a development tool is quite an
> understatement IMHO). And VS (or VWD) is by FAR the best tool for for both
> tasks IMHO.
VS and DW are not competitors as evidenced by VS's lack of an easy to use
designer interface. The competition I was referring to was one between
FrontPage and Dreamweaver. (One that Dreamweaver wins hands-down I might
add.)
[quoted text, click to view] > But it comes down to personnal preferences and such. Make your site design
> in DW if you prefer, then make a master page from it, and finally code the
> web app itself in VS, or something along those lines if that's what you
> prefer...
Examples of this would be really cool. I have Googled my fingers to the
bone to no avail. I will visit my local computer/bookstore ASAP to continue
my search there.
[quoted text, click to view] >
> Just my 2 cents... And Happy New Year to everyone :)
Happy New Year to you! And thanks again for your post.