CSc 337 - Web Programming > Final Projects > Single-User Blog

Overview

This project is about constructing a blog site for yourself. It is a simple web project requiring some database design, code to interact with that, and a small amount of AJAX.

Requirements (one student)

Requirements (two students)

Requirements (extra credit):

For 10% extra credit, use a templating system for all of your output. Instead of printing HTML straight from your PHP code, you should use templates with a system such as Smarty or Mustache. To qualify for this extra credit, your PHP scripts should not contain any HTML code.