Web Programming Assignment #1: Basic BBS Operations due: 9/28/2010

Slides:



Advertisements
Similar presentations
Web Programming Assignment 4 - Extra Credit Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin Klein.
Advertisements

Administrative Issues ICS 151 Fall 2007 Instructor: Eli Bozorgzadeh.
CIS101 Introduction to Computing Week 02 Spring 2004.
Web Programming Assignment #4: Searching & Notification due 12/14/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin.
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
Web Programming Assignment #2: Expanded BBS Features due: 10/26/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin.
Web Server Design Assignment #1: Basic Operations Due: 02/03/2010 Old Dominion University Department of Computer Science CS 495/595 Spring 2010 Martin.
Web Programming Week 9 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin Klein 10/26/10.
Web Server Design Assignment #4: Authentication Due: 04/14/2010 Old Dominion University Department of Computer Science CS 495/595 Spring 2010 Martin Klein.
1 Data Structures COP 4530 Spring 2010 MW 4:35 PM – 5:50 PM CHE 101 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB
Web Server Design Assignment #3: Transfer Encoding & Content Negotiation Due: 03/24/2010 Old Dominion University Department of Computer Science CS 495/595.
Web Syndication Formats Seminar Week 1 Old Dominion University Department of Computer Science CS 791/891 Spring 2008 Michael L. Nelson 1/16/08.
Web Programming Week 1 Old Dominion University Department of Computer Science CS 418/518 Fall 2007 Michael L. Nelson 8/27/07.
Web-Based Information Retrieval Week 1: Administrivia Old Dominion University Department of Computer Science CS 895 Spring 2013 Michael L. Nelson 01/15/13.
Web Programming Assignment #3: Admin, Moderator and User Functions Old Dominion University Department of Computer Science CS 418/518 Fall 2008 Michael.
“Crowdsourcing” a Textbook: 120 Student Authors Writing on a Wiki
Computer Network Fundamentals CNT4007C
Computer Engineering Department Islamic University of Gaza
Computer Networks CNT5106C
Introduction to CS Senior Design Project I / II
Course Information Mark Stanovich Principles of Operating Systems
Introduction CS 111 On-Line MS Program Operating Systems Peter Reiher
Introduction to CS Senior Design Project I / II
Introduction to CS Senior Design Project I / II
Computer Networks CNT5106C
Introduction to Information Retrieval Week 1: Administrivia
Web Programming Assignment #1: Basic BBS Operations
Andy Wang Operating Systems COP 4610 / CGS 5765
Economics of Information Week 1
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Operating Systems COP 4610 / CGS 5765
Introduction to Digital Libraries Assignment #3
Andy Wang Operating Systems COP 4610 / CGS 5765
Introduction to Digital Libraries Assignment #2
Web Programming Assignment #4: Searching, Notification & Upload
Web Server Design Assignment #2: Conditionals & Persistence
Web Programming Assignment #2: Expanded BBS Features
Web Programming Assignment #2: Expanded BBS Features
Peer-to-Peer Information Systems Week 6: Assignment #4
Introduction to Digital Libraries Assignment #2
Introduction to Digital Libraries Assignment #3
Andy Wang Operating Systems COP 4610 / CGS 5765
Web Programming Assignment #3: Admin and User Functions
Introduction to CS Senior Design Project I / II
Computer Networks CNT5106C
Subhorn Khonthapagdee (TA)
Web Programming Assignment #4: Searching & Notification
CS150 Introduction to Computer Science 1
Web Programming Assignment 4 - Extra Credit
Technologies of Google Seminar Week 1
Andy Wang Operating Systems COP 4610 / CGS 5765
Web Programming Assignment 4 - Extra Credit
Peer-to-Peer Information Systems Assignment #3
Peer-to-Peer Information Systems Week 6: Assignment #4
Introduction to Digital Libraries Assignment #2
Web Programming Assignment #1: Basic BBS Operations
Peer-to-Peer Information Systems Week 6: Assignment #3
Introduction to Digital Libraries Assignment #3
Introduction to Digital Libraries Assignment #3
Peer-to-Peer Information Systems Assignment #2
Web Programming Assignment #1: Basic BBS Operations
Introduction to Digital Libraries Assignment #1
Peer-to-Peer Information Systems Assignment #5
Peer-to-Peer Information Systems Week 12: Assignment #5
Old Dominion University Department of Computer Science
Introduction to Digital Libraries Assignment #4
Introduction to Digital Libraries Assignment #2
Web-Based Information Retrieval Week 2: Administrivia
Web Programming Assignment #3: Admin and User Functions
Web Programming Assignment #2: Expanded BBS Features
Presentation transcript:

Web Programming Assignment #1: Basic BBS Operations due: 9/28/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin Klein <mklein@cs.odu.edu>

Requirements A minimally operative BBS Single forum Pre-defined user IDs Several for your own testing “mklein” & “TACS518” for grading Capability to post messages & view posted messages No specified requirements on how the posts are made or displayed

baseURL for Submission http://mln-web.cs.odu.edu/~username/a1/ These URLs will be valid for all students If you are in a group of 2, only 1 URL will have the actual PHP The “other” URL will auto-redirect to the “right” URL

Recommendations Pick a “topic” for your BBS to focus on… Debug within your group first, then ask for other groups to help debug your operations Your status report the week before is for your benefit and the benefit of your peers more than for me…

Grading 3pts for status report next week Binary, either 3 or 0pts Attendance is mandatory 3-4 minute presentation per group Slides or appropriate digital and presentable alternative Status, Problems, Solutions, Concepts, “ToDos” (Questions for your audience)

Grading In-class demo on 9/28/2010 TA will assign 17 points based on a detailed examination after the class Do not edit the files after midnight! Each student will grade the aesthetic appearance of the other groups’ BBSs Email TA (and cc me) a score of 0-3 Each group will receive the average value (rounded up) If you do not send your grades in within 24 hours, you will lose 3 points from your assignment Grades should be available before the next class

START NOW!!!