Web Programming Assignment 4 - Extra Credit Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin Klein
Questions to ask yourself Have I completed A4? Are you sure? Can I afford to spend time on extra credit? if (true && true && true) { continue(); } else { back_to_A4(); }
Extra Credit #1 Up to 2 points for implementing Google Analytics on your BBS –1 point: relevant javascript somewhere on your site –2 points: convincing demo of GA analysis of your BBS during A4 demo –
Extra Credit #2 Up to 4 points for visualization of “social graph” (obviously) display (as admin): –Users (nodes) –Communication (edges) –Legend Plus: –Frequencies (width of edges, size of node) –Directions (arrows) Filter by topic/forum/thread
Extra Credit #2 Example: Map of Science – – – – Random selection of tools: – – – – – –
Extra Credit #3 Up to 4 points for implementing backup function incl: –Admin button “Backup” triggering: MySQL dump tar and gz sources, dump, README.txt, INSTALL.sh to specified address w/ path to download tar ball –INSTALL.sh test for Apache, PHP, MySQL installation includes DB parameters (extra conf file (mybackup.conf)) mkdir, chmod, etc assume sufficient permissions, same path env as on mln-web –Written HowTo (README.txt) GOAL: port your system to mklein-web.cs.odu.edu