473,624 Members | 2,290 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1054
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.c om> wrote in message
news:oU******** **********@torn ado.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.co m> wrote in message
news:ec******** ******@TK2MSFTN GP14.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.c om> wrote in message
news:oU******** **********@torn ado.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.c om> wrote in message
news:oU******** **********@torn ado.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***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uy******** ******@tk2msftn gp13.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.c om> wrote in message
news:oU******** **********@torn ado.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************ *********@dorot hy.com> wrote in message
news:m1******** **********@torn ado.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***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uy******** ******@tk2msftn gp13.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.c om> wrote in message
news:oU******** **********@torn ado.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
3871
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 explain this? Here is my code: (code optimization will be done later) 1. The HTML file <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head>
0
1262
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 will be used server side for checking spelling on ASP.NET forms. John
11
2119
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 Reserve unit.) I need a textbook recommendation for a particular need. As I have delved into ASP.Net I find that I want to teach the course by emphasizing coding in the code behind pages but most of the books targeted at beginners to ASP use...
0
304
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 will be used server side for checking spelling on ASP.NET forms. John
4
1411
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
1
8341
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8488
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7170
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6112
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2611
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1793
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1488
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.