MyCommunity Vincent Declercq Final Project MSIT 537 Spring 2005 Dr. Rebman.

Slides:



Advertisements
Similar presentations
RP Designs Semi-Custom e-Commerce Package. Overview RP Designs semi- custom e-commerce package is a complete website solution. Visitors can browse a catalog.
Advertisements

Welcome to WebCRD.
Not like the State of Virginia. What is State in ASP.NET? Services (like web services) are Stateless. This means if you make a second request to a server,
The Four I(s) November 21 st, The Four I(s) Individual Interaction Information Innovation.
Forms Authority Database Store Username and Passwords: ASP.NET framework allows you to control access to pages, classes, or methods based on username and.
NASM Job Board Instructional Guide for Job Seekers.
USDA Advantage!
MyITLab First Day of Class Registration Walkthrough.
A Member Benefit. The FWAA Equipment Exchange is designed to provide its Members a place to sell used equipment at no cost for the listing. Once the equipment.
Tavern Review Website As Presented By Team Yale. Requirements Goal – Create a website that appeals to a college-aged crowd, but also useful for any Chicagoan.
Tavern Review Website As Presented By Team Yale. Requirements Goal – Create a website that appeals to a college-aged crowd, but also useful for any Chicagoan.
Introduction Booktruck.com aims to: Combine the strengths of the first two generations, while avoiding many of their weaknesses Penetrate sizable existing.
Edmodo Training A Guide to Getting Started. 2 Free social learning network for teachers, students, schools and districts Safe and easy way to connect.
A Guide for Getting Started
A Guide to Getting Started
Oracle Method | Group Delivery Together. Free your energies New Supplier Registration.
WEBdesign Services Package of 4 The Power of your image online Contact our team on –
Tomslist Boston University Craigslist Ben Duong, Frank Wong, Marc Adam, Henry Huang.
NITAAC Customer Support Phone: Website: NITAAC.nih.gov Customer Guide for using the electronic Government.
CFESA Global Trade Davis Business Solutions is a proud sponsor of your 2009 Fall Conference.
Lecturer: Ghadah Aldehim
A Project Presentation On Item Auction Information System Prepared By :- Guided By :- Patel Neeki( ) Dr. J. N. DHARVA Patel Shraddha( )
Registering for MasteringChemistry TM
Welcome to turnitin.com!. What is turnitin.com? An online paper submission website Online grading Paper free! A place to keep a record of your assignments.
NASM Job Board Instructional Guide for Employers.
Copyright © 2009 Pearson Education, Inc. Slide 6-1 Chapter 6 E-commerce Marketing Concepts.
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
Publications Ron McCormack Training and Operations Division (757)
COMP3121 E-Commerce Technologies Richard Henson University of Worcester November 2011.
GSA Federal Supply Service VITM Virtual IT Marketplace
Redesigning the Website Matt “The Cat” Pittner Dr. Carl “Arizona” Rebman MSIT 573 Summer 2005.
Project Description per Group. INSTRUCTOR EVALUATOR 2011 You will create a mini-information system for evaluating instructors as you normally do at the.
Near East University Department of Computer Engineering E-COMMERCE FOR LAPTOPS SELLING COMPANY Abdul Halim Abu Kuwaik
XtraPlan “Associate” Registration Welcome to XtraPlan: Associate Sign Up Step 1. Go to - complete the registration Step 2. Login to your.
PRESENTED BY: CHAKRADHAR CHILAKAPATI CHRISTINA NALLY KHALID NOUR VISHALI VELI In Bloom Flower Shop.
CSC 8560Fall 2000 Computer NetworksBhargavi Balasubramanian & Bob Viola Project 1 Description: E-Commerce Objective:Build a web storefront to sell videos.
Web Directory For Computer Science Projects Nidhi Goel Course: CS 491B Instructor: Prof. Chengyu Sun December 8, 2006.
Using the Supplier Portal Updated September 12, 2011 Using the Supplier Portal.
Okalo Daniel Ikhena Dr. V. Z. Këpuska December 7, 2007.
Create speaking avatars and use them as an effective learning tool.
Edmodo Training A Guide to Getting Started. 2 Free social learning network for teachers, students, schools and districts Safe and easy way to connect.
A Guide to Getting Started BCPS – Office of Instructional Technology.
Final Project Presentation on Website design for Educational purpose on “Ethiopian National Heritage” By Fitsum F. Abebe Course teachers and facilitators.
Nurture My Child Tutorial Steps to Creating & Using a Business Account This tutorial has been created for businesses. It gives you a step-by-step procedure.
This system will help the users to know automatically when certain book requested by them has arrived once they have registered with the website. It will.
1 PHP HTTP After this lecture, you should be able to know: How to create and process web forms with HTML and PHP. How to create and process web forms with.
Registering for MasteringBiology TM
{ User Centered Design Final Presentation Donia Canaveral }
CASBO Regional Chapters Web Presence on CASBO website.
Universal Job Match. Universal Jobmatch Government gateway to finding jobs. Receive e mail alerts for specified roles. Upload your CV. One stop shop for.
MADAN MOHAN MALAVIYA ENGINEERING COLLEGE,GORAKHPUR Submitted by: TANUJA SRIVASTAV ( ) Submitted To: Mrs. Meenu Assistant professor CSE Department.
UST Connect – Learn how to set up your profile and upload a resume. UST Connect is managed by UST Career Services. (713)
A Tutorial: Simple Steps for Trial Registration.
Renee R. Henderson Instructional Technology Specialist Technology Training Team, PGCPS
Your Best Friend Cooking Assistant and Educational Resource Learner: Tim Bair Advisor: Dr. Hazem Said a time-saving tool for meal planning, grocery shopping,
Using the Personal Image Photo Library
Presenter: Chris Blake, Associate Director
Conference Registration Management Application
01 Registration & My Profile
EduCollaborate An initiative of BRIDGE and the Western Cape Education Department 8 November 2017.
UNIT 15 Webpage Creator.
Best ads posting site Backpage Warszawa
Backpage Denver
01 Registration & My Profile
ER Diagram Master How to use this template
Collaborative Course Orientation
Welcome to WebCRD.
Grocery Store Outline csc242 – web programming.
Restaurant IOS application
Presentation transcript:

MyCommunity Vincent Declercq Final Project MSIT 537 Spring 2005 Dr. Rebman

Basics of the website Domain name for sale Easy to remember Name Based from Craigslist Offers diverse information to its users. Can be easily expandable Will start with these main categories and postings –Roommates / For Sale / Personals / Activities / etc… more postings will be added depending on the demands.

Website characteristics Users must register prior to use 3 Memberships –Basic : FREE ; Browse basic postings / Post and answer 3 messages per week –Silver : $5 ; Post and answer 15 messages per week / View 5 upgraded profiles –Gold : $10 ; - UNLIMITED ACCESS / NO RESTRICTIONS Shopping Cart

Mission Statement “Offer a wide variety of credible information to all people across the community”

Technology behind website Frontpage ASP ACCESS DATABASE SQL

Welcome page Login New user registration Registered Member? Main page NO YES STORE POSTING BROWSEUPDATE CART FAQ / ABOUT US

Tables used COMMUNITY –Userid / Fname / Lname / Address / City / State / Zip / Phone / / Password / Membership MESSAGES –MID / Activity / Title / Txt / Dateposted / Userpost PRODUCTS –Productid / Productname / Productprice / Productpicture

Cookies / Session <% If Request.Cookies("Accessed")="Yes“ Then Response.Redirect "main.asp" End if %> <% Response.Cookies("Accessed")="Yes" struserid = Session("userid") %>

Challenges New to ASP Time –Slow server update –Load / Upload database –Bug fixing

Success of website Completion of backbone –Easily upgradeable Will be determined by # of hits Feedback form evaluators –Friends –Classmates –Instructor

QUESTIONS ?