Forum Moderators: open

Message Too Old, No Replies

Visual Studio/.Net/Css

Extra Bloat Code

         

bluesquirel

10:16 pm on Jul 28, 2005 (gmt 0)

10+ Year Member



I have recently moved from dreamwever to vs.net to design my web app.

Certain things are annoying me about VS and is there anyway to remove them.

It adds META TAGS telling the user what software was use to desing the page.

It seems to place endless table/td tags when I had managed to write it using pure css/div layout.

Am I being picky or is VS not good for designing good looking CSS sites?

Also I presume layout should be set to flow for cross browser compatability and should be set to grid if designing and app for a specific browser?

tomasz

11:09 pm on Jul 28, 2005 (gmt 0)

10+ Year Member



Well, I have it set to flow. I hate it too when designer inserts style tag for every control when you resize it in designer.
In VS.Net 2005 they fixed a lot of those nuisances and flow is a default as I think it should be.

mattglet

2:20 am on Jul 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Don't use Design View, use Code View. You'll have none of the problems except the META tag.

txbakers

2:40 am on Jul 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I really hate the fact that I have to use VS to code my .NET pages now. I've been coding ASP by hand for several years now, and it irks me to have to use a GUI again.

I suppose if I get fluent enough in .NET coding I won't need the VS any longer, right?

mattglet

11:49 am on Jul 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do you use code-behind?

TheNige

8:16 pm on Jul 29, 2005 (gmt 0)

10+ Year Member



Yeah, don't use the Design mode. You are not forced to use the drag and drop. Code it by hand if you want total control. It is not hard to select a line that has the meta tag and delete it.

sharbel

10:15 pm on Jul 30, 2005 (gmt 0)

10+ Year Member



I really hate the fact that I have to use VS to code my .NET pages now. I've been coding ASP by hand for several years now, and it irks me to have to use a GUI again.

You don't have to use the GUI, you can set your editor to open aspx pages in HTML view instead of Design View. I've had my VS.NET like that for a long time. Design View sucks..

mrMister

12:09 pm on Aug 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Seconded.

You don't have to use Visual Studio to program in .Net

You can use your favourite text editor and the command line compilers to produce your .dlls

I hate bloated IDEs and WYSIWYG editors. I avoid Visual Studio like the plague.