Web Programming Assignment #4: Searching & Notification

Slides:



Advertisements
Similar presentations
LBTO IssueTrak User’s Manual Norm Cushing version 1.3 August 8th, 2007.
Advertisements

Lorie Stolarchuk Learning Technology Trainer 1 What has changed with the 2.7.X Upgrade to CLEW?
Web Programming Assignment #4: Searching & Notification due 12/14/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin.
Web Programming Assignment #2: Expanded BBS Features due: 10/26/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin.
Learning to use the Interactive Online Classroom Classroom Activities.
Database Alerts and Persistent / Durable Links  Alerts are notifications regarding additions to the database  Persistent or Durable links are links that.
Running External Applications 1. There are times when you may wish to run an external application from a VB application. 2 External Applications.
Web Syndication Formats Seminar Week 1 Old Dominion University Department of Computer Science CS 791/891 Spring 2008 Michael L. Nelson 1/16/08.
 In My.Wartburg you can…  Facilitate Class Discussions  Allow students to research topics, reflect, and all students contribute  Learning Teams 
Web Programming Assignment #3: Admin, Moderator and User Functions Old Dominion University Department of Computer Science CS 418/518 Fall 2008 Michael.
Collective Intelligence Week 1
Introduction to Information Retrieval Week 1: Administrivia
Web Server Design Assignment #4: Authentication
The Capstone Experience
Introduction to Information Retrieval Week 1: Administrivia
Web Programming Assignment #1: Basic BBS Operations
Introduction to Digital Libraries Assignment #1
Web Server Design Assignment #5 Extra Credit
Economics of Information Week 1
Introduction to Digital Libraries Assignment #4
The Capstone Experience
Introduction to Digital Libraries Assignment #4
Introduction to Digital Libraries Assignment #3
Introduction to Digital Libraries Assignment #4
Web Programming Assignment #1: Basic BBS Operations due: 9/28/2010
Introduction to Digital Libraries Assignment #2
Web Programming Assignment #4: Searching, Notification & Upload
Introduction to Digital Libraries Assignment #5
Web-Based Information Retrieval Week 1: Administrivia
Introduction to Digital Libraries Assignment #3
Introduction to Digital Libraries Assignment #3
Web Server Design Assignment #2: Conditionals & Persistence
Old Dominion University Department of Computer Science
Web Programming Assignment #2: Expanded BBS Features
Web Programming Assignment #2: Expanded BBS Features
Peer-to-Peer Information Systems Week 6: Assignment #4
First Class User Experience Journey
Introduction to Digital Libraries Assignment #2
Introduction to Information Retrieval Assignment #3
Introduction to Digital Libraries Assignment #3
Peer-to-Peer Information Systems Week 14: Assignment #6
The Capstone Experience
Web Programming Assignment #3: Admin and User Functions
Introduction to Digital Libraries Assignment #4
Web Programming Assignment 4 - Extra Credit
Web Programming Assignment 4 - Extra Credit
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 Server Design Assignment #5 Extra Credit
Peer-to-Peer Information Systems Assignment #6
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
Introduction to Digital Libraries Assignment #1
Old Dominion University Department of Computer Science
Web Programming Week 1 Old Dominion University
Introduction to Digital Libraries Assignment #4
Introduction to Digital Libraries Assignment #1
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 #4: Searching & Notification Old Dominion University Department of Computer Science CS 418/518 Fall 2006 Michael L. Nelson <mln@cs.odu.edu>

Requirements - Searching Provide search capability: search for keywords (with full MySQL boolean operators) in: all forums some subset of forums search for all posts by a particular user can be free text search, or pull down menu / pick box, or… also provide choice between all forums or subset of forums

Requirements - Notification Allow users to specify “notification” preferences. user specifies to recv email when: a post with a certain set of keywords is made (full boolean operators) any post by a certain user BBS sends the email, along with a description of the condition that was met, and a link to the “location of interest” in the BBS

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

Recommendations Debug within your group first, then ask for other groups to help debug your operations Your status report the week before is for the benefit of your peers more than for me… status report is not optional

Grading There will be an in-class demo Harish will assign 20 points based on a detailed examination after the class Do not edit the files after mid-night! Each student will grade the aesthetic appearance of the other groups’ BBSs by emailing Harish <hrayapud@cs.odu.edu> (and cc’ing me) a score of 0-3; each group will recv the average value (rounded up) subject = “CS 418/518 A4 Appearance Grades” 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