Web Programming Assignment #4: Searching, Notification & Upload

Slides:



Advertisements
Similar presentations
Publishers Web Sites Standard Features. Objectives Access publishers websites Identify general features available on most publishers websites Know how.
Advertisements

Application Form – Registering as user -DA should provide contact details (especially ) of the applicant entity. -The secretariat will send the link.
Getting Started. Edline Web Site Requirements Provide Students and Parents With: 1.A Brief Course Description 2.Your Address 3.Course Syllabus 4.Major.
For new coming user, you need to request account before log-in to the system by 1. Go to 2. Click “Register”
HOW TO SUBMIT A REVIEW International Journal of Eye Banking.
How to Post Blogs in WordPress Note: these steps and screen shots were taken while using a Mac. While Macs are still different from PCs, the steps and.
Kabel Nathan Stanwicks, Head Circulation and Media Services Department Electronic Reserves Introductory Tutorial for Faculty.
Sullivan University Library EbsCOhost® is a database collection that is provided by the Kentucky Virtual Library® (KYVL ® ). What is KYVL®? KYVL® is.
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
LBTO IssueTrak User’s Manual Norm Cushing version 1.3 August 8th, 2007.
Vendor Module Screens. Screen 1 - Vendor Material This feature allows VENDOR to enter PO and list all the material from that vendor. This will help vendor.
Lorie Stolarchuk Learning Technology Trainer 1 What has changed with the 2.7.X Upgrade to CLEW?
Getting Started with Moodle Getting Started Logging In Entering Your Address Viewing a Course Navigating Your Course’s Homepage Personalizing Your.
Web Programming Assignment #4: Searching & Notification due 12/14/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin.
WEST VIRGINIA UNIVERSITY ITS Training ECAMPUS GETTING STARTED Dawn Hernandez.
Two Rivers Chapter Website Navigating through …. Visit
Web Programming Assignment #2: Expanded BBS Features due: 10/26/2010 Old Dominion University Department of Computer Science CS 418/518 Fall 2010 Martin.
 How to create a quiz and teacher code. 1)First find a video on Youtube or other video hosting website and copy the embed code (Video embed code pictured.
Learning to use the Interactive Online Classroom Classroom Activities.
Getting Started. Package Overview (GradeQuick)‏ Web-based grade book –Access Anywhere –Always Current Paper grade book “look and feel” Flexible grading.
SDA Formulas Online Webinar Please use the mute button or press #6 on your phones to mute the teleconference line If you have questions or technical problems.
SDA Formulas Online webinar Tomika Moore Senior Chemist, Nonbeverage Products Laboratory September 13, 2012.
 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.
Posting To Your Civil War Blog. First, log into your SB Portal at
Compatible with the latest browsers; Chrome, Safari, Firefox, Opera and Internet Explorer 9 and above.
Journal of Mountain Science (JMS)
Using Blogs in Your Classroom: Stimulating Students to
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Introduction to Information Retrieval Week 1: Administrivia
ICT & Statistics Center
Web Programming Assignment #1: Basic BBS Operations
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
Economics of Information Week 1
Introduction to Digital Libraries Assignment #3
OneSupport Help Center (OSHC) Training
Web Programming Assignment #1: Basic BBS Operations due: 9/28/2010
Introduction to Digital Libraries Assignment #2
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
Patient Safety Reporting System Course Contents
The Smarter Balanced Assessment Consortium
The Smarter Balanced Assessment Consortium
Web Programming Assignment #3: Admin and User Functions
Web Programming Assignment #4: Searching & Notification
A Guide for Getting Started
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
ProQuest Databases.
Peer-to-Peer Information Systems Week 6: Assignment #4
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
Introduction to Digital Libraries Assignment #4
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 & Upload Old Dominion University Department of Computer Science CS 418/518 Fall 2007 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

Picture Upload Most BBSs allow users to upload pictures with their postings You frequently have to be registered at the BBS to see the pictures, so I’ve provided a screen shot from lateral-g.net: Clicking on a thumbnail will reveal the original, full-size picture

Same Page, Not Logged In User not logged in Clicking on a thumbnail will bring up a page prompting the user to log in.

Requirements - Upload Allow users to upload multiple pictures with their postings # of allowable pictures per message is set by the admin If the user (reader) is logged in: Show thumbnails of the images clicking on a thumbnail brings up the full size image in a separate window If the user (reader) is not logged in: Show some indicator that thumbnails exist Clicking on a thumbnail “placeholder” brings up a log-in page in the same window

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 Arjun will assign 20 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 by emailing Arjun <apolu@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