Web Programming Step by Step

Lecture 24
What's Next?

Reading: Ch. 13

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

Valid XHTML 1.1 Valid CSS!

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

Taking a web site "live"

Courses you can/should take