Web Programming Step by Step

Lecture 28
What's Next?

Reading: Ch. 13

Except where otherwise noted, the contents of this presentation are Copyright 2009 Marty Stepp, Jessica Miller, and Alex Loddengaard.

Valid XHTML 1.1 Valid CSS!

We've come so far...

Sharing your work with others

Protecting web resources

Example htaccess, htpasswd files

.htaccess :

AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require user USERNAME

.htpasswd :

USERNAME:ENCRYPTEDPASSWORD

Getting Ajax to work

MySQL on dante

Setting up your own web server

Revisiting past homework assignments

Further Learning

Courses you can/should take

Taking a web site "live"