Looks like work wants me to handle some bit of web design. I used to do a lot of webdesign and database interface stuff with ASP, but I’ve been out of the loop for a looong time.
I’m thinking about using ASP.net and css as well as Java to do what we need to do. I know my way around Java, and I love some of the examples I’ve seen of modern CSS use where the HTML is just pure content, all properly marked, and then CSS is used to make the content look just about anyway you want it to look. Looks really interesting and powerful.
So what I need help with is some book recommendations, something I can use to get acquainted with ASP.net, how to use CSS to create webpages and do stuff like hide content create tables, and just show content in a useful way. Any suggestions at all would be greatly appreciated.
I think you’ll want to check out Ajax instead of Java. If you want to show and hide things on the client side, Ajax is the way to go. Here’s Microsoft’s official site
I have bookmarked a lot of useful CSS and web design-related sites out there and here’s the list. It’s long, but there’s lots of good stuff in there. I taught myself everything about web design and CSS from the web, and didn’t use a single book! There’s such a goldmine of info out there.
But, if you’re using ASP.NET and you use the free Visual Studio.Net Express, you’re just 2 clicks away from having a boatload of free AJAX-for-ASP.NET components running on your site. That is why I linked to the MS AJAX site.
There’s nothing proprietary about AJAX. It is, however, overrated, and used in a lot of places where some more simple Javascript and/or server-side templating would be a more appropriate solution.