473,385 Members | 1,357 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,385 software developers and data experts.

the development environment is overzealously formatting my html when switching from design to code view

Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS
developer for years!

Nov 18 '05 #1
12 1319
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS developer for years!

Nov 18 '05 #2
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net
stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an

MS
developer for years!



Nov 18 '05 #3
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net stuff
in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been

an MS
developer for years!



Nov 18 '05 #4
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
> Please tell me there is a way to prevent this annoyance ; - )
>
> I'm into writing perfectly indented html, but the .net dev
environment
is
> being overzealous and messing up my html formatting.
>
> for example, I originally write:
>
> <table>
> <tr>
> <td>
> <asp:label id="lblSuccess" runat="server">
> </asp:/label>
> </td>
> </tr>
> </table>
>
> then the dev environment switches it to something like:
>
> <table>
> <tr>
> <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> </td></tr></table>
>
>
> I'm running the latest version of .net --version 7.1.3088
> I've run through the tools/options and placed the envirionment to do
the > least amount of microsoftesque-preemptive formatting.
>
> Please HELP!!! If there is no solution I think I'm gonna code .net

stuff
in
> notepad until I can get a linux, bsd or UNIX job...lol jk. I've
been an MS
> developer for years!
>
>
>




Nov 18 '05 #5
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is
being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net stuff in notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an MS developer for years!

Nov 18 '05 #6
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the
least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net
stuff in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been an

MS
developer for years!



Nov 18 '05 #7
Yeah, whatever you say.

PLONK - Killfile

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:6I***************@fe25.usenetserver.com...
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
> it's a setting in the options of VS.....
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Jacob Crossley" <ja***********@hotmail.com> wrote in message
> news:dT***************@fe25.usenetserver.com...
> > Please tell me there is a way to prevent this annoyance ; - )
> >
> > I'm into writing perfectly indented html, but the .net dev environment is
> > being overzealous and messing up my html formatting.
> >
> > for example, I originally write:
> >
> > <table>
> > <tr>
> > <td>
> > <asp:label id="lblSuccess" runat="server">
> > </asp:/label>
> > </td>
> > </tr>
> > </table>
> >
> > then the dev environment switches it to something like:
> >
> > <table>
> > <tr>
> > <td><asp:label id="lblSuccess" runat="server"></asp:/label> > > </td></tr></table>
> >
> >
> > I'm running the latest version of .net --version 7.1.3088
> > I've run through the tools/options and placed the envirionment to do
the
> > least amount of microsoftesque-preemptive formatting.
> >
> > Please HELP!!! If there is no solution I think I'm gonna code

..net stuff
> in
> > notepad until I can get a linux, bsd or UNIX job...lol jk. I've

been
an
> MS
> > developer for years!
> >
> >
> >
>
>



Nov 18 '05 #8
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
Please tell me there is a way to prevent this annoyance ; - )

I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting.

for example, I originally write:

<table>
<tr>
<td>
<asp:label id="lblSuccess" runat="server">
</asp:/label>
</td>
</tr>
</table>

then the dev environment switches it to something like:

<table>
<tr>
<td><asp:label id="lblSuccess" runat="server"></asp:/label>
</td></tr></table>
I'm running the latest version of .net --version 7.1.3088
I've run through the tools/options and placed the envirionment to do the least amount of microsoftesque-preemptive formatting.

Please HELP!!! If there is no solution I think I'm gonna code .net stuff
in
notepad until I can get a linux, bsd or UNIX job...lol jk. I've been

an MS
developer for years!



Nov 18 '05 #9
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
it's a setting in the options of VS.....

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:dT***************@fe25.usenetserver.com...
> Please tell me there is a way to prevent this annoyance ; - )
>
> I'm into writing perfectly indented html, but the .net dev
environment
is
> being overzealous and messing up my html formatting.
>
> for example, I originally write:
>
> <table>
> <tr>
> <td>
> <asp:label id="lblSuccess" runat="server">
> </asp:/label>
> </td>
> </tr>
> </table>
>
> then the dev environment switches it to something like:
>
> <table>
> <tr>
> <td><asp:label id="lblSuccess" runat="server"></asp:/label>
> </td></tr></table>
>
>
> I'm running the latest version of .net --version 7.1.3088
> I've run through the tools/options and placed the envirionment to do
the > least amount of microsoftesque-preemptive formatting.
>
> Please HELP!!! If there is no solution I think I'm gonna code .net

stuff
in
> notepad until I can get a linux, bsd or UNIX job...lol jk. I've
been an MS
> developer for years!
>
>
>




Nov 18 '05 #10
See the problem is that you acted like you know the answer, so now a
microsoft employee monitoring this board will assume that my question was
answered. At the bottom of my initial post I mentioned I had already run
through the tools /options. of VS and put them all on settings that do the
least amount of work.

Nothing against you personally, but please don't give unspecific answers
that don't work. That diminishes the quality of the board for the rest of
us. Also be sure to read the full thread before answering. If you'd have
done that in this case, you'd have known that even your third attempt to
answer was inadequate. Were you such a pain in the a## to your teachers when
you were in school---always wanting cheap credit for rushing to give the
obvious answer that all the other students knew, but not exactly what the
teacher asked for?
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:eZ**************@TK2MSFTNGP12.phx.gbl...
Yeah, whatever you say.

PLONK - Killfile

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:6I***************@fe25.usenetserver.com...
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
> which setting? I've tried them all!
>
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:er**************@TK2MSFTNGP10.phx.gbl...
> > it's a setting in the options of VS.....
> >
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> >
> >
> > "Jacob Crossley" <ja***********@hotmail.com> wrote in message
> > news:dT***************@fe25.usenetserver.com...
> > > Please tell me there is a way to prevent this annoyance ; - )
> > >
> > > I'm into writing perfectly indented html, but the .net dev environment
> is
> > > being overzealous and messing up my html formatting.
> > >
> > > for example, I originally write:
> > >
> > > <table>
> > > <tr>
> > > <td>
> > > <asp:label id="lblSuccess" runat="server">
> > > </asp:/label>
> > > </td>
> > > </tr>
> > > </table>
> > >
> > > then the dev environment switches it to something like:
> > >
> > > <table>
> > > <tr>
> > > <td><asp:label id="lblSuccess"

runat="server"></asp:/label> > > > </td></tr></table>
> > >
> > >
> > > I'm running the latest version of .net --version 7.1.3088
> > > I've run through the tools/options and placed the envirionment
to do the
> > > least amount of microsoftesque-preemptive formatting.
> > >
> > > Please HELP!!! If there is no solution I think I'm gonna code .net > stuff
> > in
> > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've

been
an
> > MS
> > > developer for years!
> > >
> > >
> > >
> >
> >
>
>
>




Nov 18 '05 #11
Yeah, whatever you say.

PLONK - Killfile

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:6I***************@fe25.usenetserver.com...
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
which setting? I've tried them all!
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:er**************@TK2MSFTNGP10.phx.gbl...
> it's a setting in the options of VS.....
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Jacob Crossley" <ja***********@hotmail.com> wrote in message
> news:dT***************@fe25.usenetserver.com...
> > Please tell me there is a way to prevent this annoyance ; - )
> >
> > I'm into writing perfectly indented html, but the .net dev environment is
> > being overzealous and messing up my html formatting.
> >
> > for example, I originally write:
> >
> > <table>
> > <tr>
> > <td>
> > <asp:label id="lblSuccess" runat="server">
> > </asp:/label>
> > </td>
> > </tr>
> > </table>
> >
> > then the dev environment switches it to something like:
> >
> > <table>
> > <tr>
> > <td><asp:label id="lblSuccess" runat="server"></asp:/label> > > </td></tr></table>
> >
> >
> > I'm running the latest version of .net --version 7.1.3088
> > I've run through the tools/options and placed the envirionment to do
the
> > least amount of microsoftesque-preemptive formatting.
> >
> > Please HELP!!! If there is no solution I think I'm gonna code

..net stuff
> in
> > notepad until I can get a linux, bsd or UNIX job...lol jk. I've

been
an
> MS
> > developer for years!
> >
> >
> >
>
>



Nov 18 '05 #12
See the problem is that you acted like you know the answer, so now a
microsoft employee monitoring this board will assume that my question was
answered. At the bottom of my initial post I mentioned I had already run
through the tools /options. of VS and put them all on settings that do the
least amount of work.

Nothing against you personally, but please don't give unspecific answers
that don't work. That diminishes the quality of the board for the rest of
us. Also be sure to read the full thread before answering. If you'd have
done that in this case, you'd have known that even your third attempt to
answer was inadequate. Were you such a pain in the a## to your teachers when
you were in school---always wanting cheap credit for rushing to give the
obvious answer that all the other students knew, but not exactly what the
teacher asked for?
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:eZ**************@TK2MSFTNGP12.phx.gbl...
Yeah, whatever you say.

PLONK - Killfile

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:6I***************@fe25.usenetserver.com...
You are wrong. You are just guessing. Its best not to answer questions
unless you have a specific and tested answer. Please excuse my bluntness.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Tools
Options
Text Editor
HTML/XML
Format

Try the settings there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jacob Crossley" <ja***********@hotmail.com> wrote in message
news:_7***************@fe25.usenetserver.com...
> which setting? I've tried them all!
>
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:er**************@TK2MSFTNGP10.phx.gbl...
> > it's a setting in the options of VS.....
> >
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> >
> >
> > "Jacob Crossley" <ja***********@hotmail.com> wrote in message
> > news:dT***************@fe25.usenetserver.com...
> > > Please tell me there is a way to prevent this annoyance ; - )
> > >
> > > I'm into writing perfectly indented html, but the .net dev environment
> is
> > > being overzealous and messing up my html formatting.
> > >
> > > for example, I originally write:
> > >
> > > <table>
> > > <tr>
> > > <td>
> > > <asp:label id="lblSuccess" runat="server">
> > > </asp:/label>
> > > </td>
> > > </tr>
> > > </table>
> > >
> > > then the dev environment switches it to something like:
> > >
> > > <table>
> > > <tr>
> > > <td><asp:label id="lblSuccess"

runat="server"></asp:/label> > > > </td></tr></table>
> > >
> > >
> > > I'm running the latest version of .net --version 7.1.3088
> > > I've run through the tools/options and placed the envirionment
to do the
> > > least amount of microsoftesque-preemptive formatting.
> > >
> > > Please HELP!!! If there is no solution I think I'm gonna code .net > stuff
> > in
> > > notepad until I can get a linux, bsd or UNIX job...lol jk. I've

been
an
> > MS
> > > developer for years!
> > >
> > >
> > >
> >
> >
>
>
>




Nov 18 '05 #13

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

Similar topics

5
by: John Keady | last post by:
I currently use ASP and ASP.NET. I'm interested in learning php. Is there a user friendly development for php? If so, could you please recommend some good ones? Free is always good! ...
2
by: Helder | last post by:
I use gcc to compile c/c++ code, ddd to debug and xemacs to write the source files. Let me consider a 'Project', the set of all the c/c++ source files that belong to one c/c++ application. As...
0
by: Jacob Crossley | last post by:
Please tell me there is a way to prevent this annoyance ; - ) I'm into writing perfectly indented html, but the .net dev environment is being overzealous and messing up my html formatting. for...
8
by: Jacob Crossley | last post by:
Preface: Not to sound mean or arrogant, but please don't answer this question unless you have a specific and tested answer. I'm saying this only because I posted the same quesion earlier and got...
0
by: ES | last post by:
Hello, I'm using VS 2003 for an ASP.NET project. I have a number of web forms, components, user controls, etc in the project. It compiles and runs correctly. One form when opened in the...
3
by: Jassim Rahma | last post by:
What is the Best ASP.NET development environment? i am now using macromedia HomeSite for ASP.. Many Thanks, Jassim Rahma *** Sent via Developersdex http://www.developersdex.com ***
1
by: SamSpide | last post by:
Hi all, I have a moderate-side 'Windows Form Application' (C++) project, with several forms. For some reason switching between code & designer views (right-click ;view code' or 'view...
0
by: ngrTerry | last post by:
When I change from the code view to the design view of a form in Visual Studio 2005 (VB.NET) The design environment hangs for up to five minutes with a blank screen where the form should be. I...
18
by: Steve Phillips | last post by:
Hi All, I am just wondering what seems to be the most popular IDE. The reason I ask is I am currently at war with myself when it comes to IDE's. It seems like every one I find and try out has...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.