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

Recommendation for a ASP.NET

sl
Greetings,

I am looking a recommendation for a very specific book. I have been
developing applications/system for over 15 years starting with C++ and
migrating to C#. I am very familiar and comfortable with WinForms, Windows
Services and Web Services. I understand of Web Applications and WebForms
work. I understand sessions, state, error handing, ADO.NET, etc. The skill
that I want to learn is HTML. I can create simple Web Applications but they
are back text and white background. Functional but damn dull. The skills I
am missing are HTML, JScript and, most importantly, how to work with
JScript, DHTML, ASP.NET, CSS all within VS2003/VS2005. I am not a graphic
artist nor do I want to be but I want to be able to create better looking
applications totally from within VS2003/VS2005. Suggestions?

Thanks in advance,

Steve

Nov 19 '05 #1
5 1047
Don't get distracted by the title too much - it's an absolutely fantastic
book for learning HTML, CSS, and Client-side Web UI development:
Inside Dreamweaver MX - by Laura Gutman, Patricia J. Ayers and Donald S.
Booth

Also, if you're working with VS.NET 2003, you'll almost certainly want to
use another tool (even Notepad) for your HTML-specific work as there are
some well-known issues with VS.NET 2003 rewriting your HTML for you in
rather unpleasant ways. VS.NET 2005 apparently resolves those issues,
though.

-HTH

"sl" <sl@somewhere.com> wrote in message
news:oU******************@tornado.tampabay.rr.com. ..
Greetings,

I am looking a recommendation for a very specific book. I have been
developing applications/system for over 15 years starting with C++ and
migrating to C#. I am very familiar and comfortable with WinForms,
Windows Services and Web Services. I understand of Web Applications and
WebForms work. I understand sessions, state, error handing, ADO.NET, etc.
The skill that I want to learn is HTML. I can create simple Web
Applications but they are back text and white background. Functional but
damn dull. The skills I am missing are HTML, JScript and, most
importantly, how to work with JScript, DHTML, ASP.NET, CSS all within
VS2003/VS2005. I am not a graphic artist nor do I want to be but I want
to be able to create better looking applications totally from within
VS2003/VS2005. Suggestions?

Thanks in advance,

Steve

Nov 19 '05 #2
sl
Thank you for your reply,
Steve

"Verde" <VD*@yaright.com> wrote in message
news:ec**************@TK2MSFTNGP14.phx.gbl...
Don't get distracted by the title too much - it's an absolutely fantastic
book for learning HTML, CSS, and Client-side Web UI development:
Inside Dreamweaver MX - by Laura Gutman, Patricia J. Ayers and Donald S.
Booth

Also, if you're working with VS.NET 2003, you'll almost certainly want to
use another tool (even Notepad) for your HTML-specific work as there are
some well-known issues with VS.NET 2003 rewriting your HTML for you in
rather unpleasant ways. VS.NET 2005 apparently resolves those issues,
though.

-HTH

"sl" <sl@somewhere.com> wrote in message
news:oU******************@tornado.tampabay.rr.com. ..
Greetings,

I am looking a recommendation for a very specific book. I have been
developing applications/system for over 15 years starting with C++ and
migrating to C#. I am very familiar and comfortable with WinForms,
Windows Services and Web Services. I understand of Web Applications and
WebForms work. I understand sessions, state, error handing, ADO.NET,
etc. The skill that I want to learn is HTML. I can create simple Web
Applications but they are back text and white background. Functional but
damn dull. The skills I am missing are HTML, JScript and, most
importantly, how to work with JScript, DHTML, ASP.NET, CSS all within
VS2003/VS2005. I am not a graphic artist nor do I want to be but I want
to be able to create better looking applications totally from within
VS2003/VS2005. Suggestions?

Thanks in advance,

Steve


Nov 19 '05 #3
How about a very specific web site (costs you nothing)?

http://www.w3.org/

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"sl" <sl@somewhere.com> wrote in message
news:oU******************@tornado.tampabay.rr.com. ..
Greetings,

I am looking a recommendation for a very specific book. I have been
developing applications/system for over 15 years starting with C++ and
migrating to C#. I am very familiar and comfortable with WinForms,
Windows Services and Web Services. I understand of Web Applications and
WebForms work. I understand sessions, state, error handing, ADO.NET, etc.
The skill that I want to learn is HTML. I can create simple Web
Applications but they are back text and white background. Functional but
damn dull. The skills I am missing are HTML, JScript and, most
importantly, how to work with JScript, DHTML, ASP.NET, CSS all within
VS2003/VS2005. I am not a graphic artist nor do I want to be but I want
to be able to create better looking applications totally from within
VS2003/VS2005. Suggestions?

Thanks in advance,

Steve

Nov 19 '05 #4
Thanks for your reply. I am aware of w3. I was hoping for a vs2003 ventric
resource.

Thanks,
Steve

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uy**************@tk2msftngp13.phx.gbl...
How about a very specific web site (costs you nothing)?

http://www.w3.org/

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"sl" <sl@somewhere.com> wrote in message
news:oU******************@tornado.tampabay.rr.com. ..
Greetings,

I am looking a recommendation for a very specific book. I have been
developing applications/system for over 15 years starting with C++ and
migrating to C#. I am very familiar and comfortable with WinForms,
Windows Services and Web Services. I understand of Web Applications and
WebForms work. I understand sessions, state, error handing, ADO.NET, etc. The skill that I want to learn is HTML. I can create simple Web
Applications but they are back text and white background. Functional but damn dull. The skills I am missing are HTML, JScript and, most
importantly, how to work with JScript, DHTML, ASP.NET, CSS all within
VS2003/VS2005. I am not a graphic artist nor do I want to be but I want
to be able to create better looking applications totally from within
VS2003/VS2005. Suggestions?

Thanks in advance,

Steve


Nov 19 '05 #5
You DID say you wanted to learn HTML. HTML is not a Microsoft product. The
W3C makes the recommendations for HTML. Hence, the W3C.Org web site.

It should be noted that while Visual Studio does offer some small (and
flaky) support for HTML, you will never learn HTML from Visual Studio.

Of course, the Microsoft web site has an HTML reference also, but it should
be noted that a lot of IE-only HTML is specified there. Of course, it is
noted in the documentation which HTML elements and behaviors are proprietary
to IE. My point was, if you want your stuff to work in all browsers, you
should go to the horse's mouth for the info.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"steve" <so*********************@dorothy.com> wrote in message
news:m1******************@tornado.tampabay.rr.com. ..
Thanks for your reply. I am aware of w3. I was hoping for a vs2003
ventric
resource.

Thanks,
Steve

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uy**************@tk2msftngp13.phx.gbl...
How about a very specific web site (costs you nothing)?

http://www.w3.org/

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"sl" <sl@somewhere.com> wrote in message
news:oU******************@tornado.tampabay.rr.com. ..
> Greetings,
>
> I am looking a recommendation for a very specific book. I have been
> developing applications/system for over 15 years starting with C++ and
> migrating to C#. I am very familiar and comfortable with WinForms,
> Windows Services and Web Services. I understand of Web Applications
> and
> WebForms work. I understand sessions, state, error handing, ADO.NET, etc. > The skill that I want to learn is HTML. I can create simple Web
> Applications but they are back text and white background. Functional but > damn dull. The skills I am missing are HTML, JScript and, most
> importantly, how to work with JScript, DHTML, ASP.NET, CSS all within
> VS2003/VS2005. I am not a graphic artist nor do I want to be but I
> want
> to be able to create better looking applications totally from within
> VS2003/VS2005. Suggestions?
>
>
>
> Thanks in advance,
>
> Steve
>
>
>



Nov 19 '05 #6

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

Similar topics

36
by: Peter Brause | last post by:
Hello, my stylesheet shows different colors for visited, active and hovered links. It works fine in IE 6, but in Opera 7 the color for the active link (red background) is never shown. How to...
0
by: John | last post by:
Can anyone make a recommendation on a .Net spell check component. There are a few on the market. I am wondering if anyone has experience with any and can make a recommendation. The spell check...
11
by: Larry | last post by:
I will be teaching an eCommerce application development course using ASP.Net after many years of having taught classic ASP. (Course was interrupted by 18 months in the Middle East with my Army...
0
by: John | last post by:
Can anyone make a recommendation on a .Net spell check component. There are a few on the market. I am wondering if anyone has experience with any and can make a recommendation. The spell check...
4
by: John Dalberg | last post by:
I would like to add a Calendar to my site. Something like airset.com is nice. It also needs to be open source so I can add to it. Any recommendation? John Dalberg
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
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.