Web Programming Step by Step, 2nd Edition

Lecture 28: What's Next?

Reading: none

Except where otherwise noted, the contents of this document are Copyright 2012 Marty Stepp, Jessica Miller, and Victoria Kirst. All rights reserved. Any redistribution, reproduction, transmission, or storage of part or all of the contents in any form is prohibited without the author's expressed written permission.

Valid HTML5 Valid CSS

Congratulations!

HTML tattoo

Learn more about HTML5

Learn more about HTML5, continued

Learn more about CSS3

Learn more about JavaScript

Learn more about other topics

Courses to take

Revisiting past homework assignments

Sharing your work with others

Protecting web resources

Example htaccess, htpasswd files

.htaccess :

AuthUserFile full/path/to/.htpasswd
AuthName "Restricted Access"
AuthType Basic
require user username

.htpasswd :

username:encryptedPassword

Getting Ajax to work

MySQL on UW

Setting up your own web server

Taking a web site "live"