A Wells BBS - PowerPoint PPT Presentation

1 / 21
About This Presentation
Title:

A Wells BBS

Description:

Students can not get help when professors and TAs are not available. ... object-oriented capabilities, embedded within HTML document, run in web browser ... – PowerPoint PPT presentation

Number of Views:113
Avg rating:3.0/5.0
Slides: 22
Provided by: She4166
Category:
Tags: bbs | wells

less

Transcript and Presenter's Notes

Title: A Wells BBS


1
A Wells BBS
  • Yan Li
  • Thesis Presentation
  • 04/21/2006

2
ProblemSolution
  • People receive 20-50 emails in one day.
  • 50-80 of the mails are junk mail.
  • Students can not get help when professors and TAs
    are not available.
  • Faculty can not create email list by themselves.
  • Solutionbuild a BBS.

3
Whats BBS
  • Stands for Bulletin Board System.
  • Its original name is CBBS, which stands for
    Computerized Bulletin Board System.
  • Equivalent to a forum.
  • An electronic message center that allows users to
    connect to the system by special program and
    Internet connection.

4
History of BBS
  • The first BBS was developed in 1978 by Ward
    Christensen and Randy Suess in Chicago.
  • Purpose of first BBS allow computer users from
    all over to have conversations
  • BBS arrived before WWW (WWW was released in early
    1990).
  • In the early 1990s, most BBSs were connected to
    the Internet.
  • An estimated sixty thousand BBSs operated in the
    United States alone in 1993 (Boardwatch
    magazine).

5
History (Cont.)
  • The first BBS two 8" floppy disks driven by
    AS-100 board and a 300 bps modem
  • Connection dial-up

This is the first BBS machine (BBS was here
before BBS, 2006).
6
Technical Terms
  • Server-- a computer program that provides
    services to other computer programs in the same
    or different computers.
  • Client-- an application that runs on a computer
    and connects to a server in order to run certain
    operations. A typical client may be a Web browser
    or an email program.
  • Admin it is a person who has special priorities
    in the system.

7
Programming Language
  • HTMLHypertext Markup Language, used for creating
    WWW page.
  • JavaScriptlightweight, interpreted programming
    language with object-oriented capabilities,
    embedded within HTML document, run in web browser
    of the client side.
  • PHPPHP Hypertext Preprocessor, server side
    language, can only be interpreted by the server.

8
SMTP
  • SMTPSimple Mail Transfer Protocol, application
    of Internet Information Services (System).
  • Standard for email transmission across the
    internet.

9
SMTP (Cont.)
10
Three Tier Architecture Model
  • The client tier is the web browser, which
    processes and displays HTML resources.
  • The browser sends HTTP requests to the middle
    tier, and then the middle tie does the following
    works it drives the structure and the content of
    the data displayed to the user, and it processes
    input from the user as it is formed into queries
    on the database to read or write data.
  • When the middle tier sends the query to the
    database tier, the database tier manages the
    relational data, and executes the query.

Three-tier architecture model of a web database
application (Williams Lane, 2002)
11
FeaturesConversational Form
12
FeaturesEmail List
  • Create private and public mail list to send to
    people in the list.

13
FeaturesEmail (Cont.)
14
FeaturesSearch
  • Search different categories in People, Company,
    and Others.
  • Find similarities.
  • In People, find first name, last name, or
    username.
  • In Company, find contact information.
  • In Others, find information from messages.

15
ProceduresLogin
16
ProceduresAdmin
17
ProceduresUser
18
ProcedureEmail
19
Further Work
  • Make the appearance more professional.
  • ---Add logo to the login page.
  • Implement LDAP to the system.

20
Acknowledgement
  • All the MPS faculty and peers.
  • -- Professor Carol Shilepsky
  • -- Professor Heinekamp
  • -- Professor Larson
  • -- All the people who have tested my site.

21
Questions?
Write a Comment
User Comments (0)
About PowerShow.com