Click here to Skip to main content
16,008,183 members
Home / Discussions / Web Development
   

Web Development

 
GeneralGood drop down menu example Pin
alex.barylski5-Mar-02 13:40
alex.barylski5-Mar-02 13:40 
GeneralRe: Good drop down menu example Pin
Chris Maunder6-Mar-02 3:10
cofounderChris Maunder6-Mar-02 3:10 
GeneralRe: Good drop down menu example Pin
alex.barylski6-Mar-02 13:05
alex.barylski6-Mar-02 13:05 
GeneralRe: Good drop down menu example Pin
Nick Parker6-Mar-02 6:36
protectorNick Parker6-Mar-02 6:36 
GeneralLoading URL in current window Pin
alex.barylski5-Mar-02 11:25
alex.barylski5-Mar-02 11:25 
GeneralRe: Loading URL in current window Pin
alex.barylski5-Mar-02 11:52
alex.barylski5-Mar-02 11:52 
Generallog out on close window Pin
jakewilliamson5-Mar-02 8:06
jakewilliamson5-Mar-02 8:06 
GeneralVS.NET keeps touching MY code! Pin
Paul Watson4-Mar-02 22:48
sitebuilderPaul Watson4-Mar-02 22:48 
Ok, I really like VS.NET and I am exstatic at what .NET has brought to us web developers through ASP.NET.

However, VS.NET is doing something that any developer I know hates: It "helpfully" re-arranges or chops and changes code.

I put the following code into web form page in VS.NET:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">


Now for some strange reason VS.NET is not too happy with XHTML (it gives errors on my HTML code up the ying yang) but thats fine, what it does next is flipping annoying.

On opening the page again or opening the project it changes the above code to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html 
lang="en">


Seems like a small change but then XHTML validators throw up the file as invalid, which is obviously bad.

The annoying thing is that I switched off the options in the settings panel which I thought would stop this. It made it happen less, but not completely. And it happens whenever it feels like.

Arrgghhh.

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

"The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge

Sonork ID: 100.9903 Stormfront
GeneralRe: VS.NET keeps touching MY code! Pin
Josh Knox (disabled)5-Mar-02 5:45
Josh Knox (disabled)5-Mar-02 5:45 
GeneralI need some information Pin
Mazdak4-Mar-02 5:27
Mazdak4-Mar-02 5:27 
GeneralRe: I need some information Pin
omkamal4-Mar-02 7:06
omkamal4-Mar-02 7:06 
GeneralRe: I need some information Pin
Mazdak4-Mar-02 8:50
Mazdak4-Mar-02 8:50 
GeneralRe: I need some information Pin
Chris Maunder4-Mar-02 9:10
cofounderChris Maunder4-Mar-02 9:10 
GeneralRe: I need some information Pin
Mazdak4-Mar-02 9:14
Mazdak4-Mar-02 9:14 
GeneralRe: I need some information Pin
James T. Johnson4-Mar-02 20:56
James T. Johnson4-Mar-02 20:56 
GeneralRe: I need some information Pin
Mazdak4-Mar-02 23:58
Mazdak4-Mar-02 23:58 
GeneralRe: I need some information Pin
omkamal4-Mar-02 10:40
omkamal4-Mar-02 10:40 
GeneralRe: I need some information Pin
Mazdak5-Mar-02 0:01
Mazdak5-Mar-02 0:01 
Generalasp / asp.net interop Pin
Kannan Kalyanaraman4-Mar-02 2:19
Kannan Kalyanaraman4-Mar-02 2:19 
Generalremove frames Pin
4-Mar-02 1:00
suss4-Mar-02 1:00 
QuestionHow to start? Pin
Michael Mac3-Mar-02 10:05
Michael Mac3-Mar-02 10:05 
AnswerRe: How to start? Pin
Philip Patrick5-Mar-02 1:28
professionalPhilip Patrick5-Mar-02 1:28 
GeneralTDC Pin
alex.barylski2-Mar-02 18:01
alex.barylski2-Mar-02 18:01 
Generalchat Pin
meirav2-Mar-02 3:35
meirav2-Mar-02 3:35 
GeneralRe: chat Pin
Jeremy Falcon2-Mar-02 8:08
professionalJeremy Falcon2-Mar-02 8:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.