Expression Web
The basics and beyond

Exercise Code

The code used in this book is available for the following chapters:

All files Zip

 

Chapter 13

This is the chapter where we really go "beyond" the basics. Alternative stylesheets for different media types. In other words matching the presentation of your website to the method the visitor is using to view it. We'll focus on print stylesheets since that is the most different presentation most people are concerned about.

Then we add validation to our web forms. This can help us make sure the information we collect bears some relationship to the information we want to collect. ;-)

We end with a simple password protected section of our website. The complexities of asp.net membership classes go well beyond the scope of this book but frequently what you want or need to protect is doesn't need the full power of membership and personalization and a single password is sufficient. That is what we end with.

If I think of any other bits to share with you I'll add them to the extras section over time.

Exercises

Files are the raw code used in the exercises while Examples are the completed file.

Files Examples
print.css print.html
screen.css  
chapter10-form.txt  
chapter13-aspx.txt aspnet form validation view form as seen in the browser, for the source code download the chapter13.aspx.txt file.
html-form.txt form.html

Chapter 13 zip file

To get the userid/password for the extras section see page 337 in the book.