CSE 190M Web Programming

Lecture 28: What's Next?

Reading: none

Except where otherwise noted, the contents of this document are Copyright 2012 Marty Stepp, Jessica Miller, Victoria Kirst and Roy McElmurry IV. 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

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

Revisiting past homework assignments

Further Learning

Advanced Server Side Programming

mvc

MVC Frameworks

language frameworks
PHP CakePHP, Zend
C# ASP.NET
Python Django, web2py
Ruby Rails
Java Spring

Taking a web site "live"

Courses you can/should take