web based alumni database community

17
WEB BASED ALUMNI DATABASE COMMUNITY Justin Roberts EKU, Dept. of Technology, Computer Electronic Networking

Upload: paloma

Post on 24-Jan-2016

22 views

Category:

Documents


0 download

DESCRIPTION

WEB BASED ALUMNI DATABASE COMMUNITY. Justin Roberts EKU, Dept. of Technology, Computer Electronic Networking. OUTLINE. Motivation For Doing This Project Introduction To The Problem Technology Used How It Was Done Results – Live Demo Conclusion Q & A?. MOTIVATION. Interest in web design - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: WEB BASED ALUMNI DATABASE COMMUNITY

WEB BASED ALUMNI DATABASE COMMUNITY

Justin RobertsEKU, Dept. of Technology,

Computer Electronic Networking

Page 2: WEB BASED ALUMNI DATABASE COMMUNITY

2

OUTLINE

Motivation For Doing This Project Introduction To The Problem Technology Used How It Was Done Results – Live Demo Conclusion Q & A?

Page 3: WEB BASED ALUMNI DATABASE COMMUNITY

3

MOTIVATION

Interest in web design

Learn a new language

Learn about a different type of website

Applications after project

Page 4: WEB BASED ALUMNI DATABASE COMMUNITY

4

Introduction – The Problem

The Web Site Needs To: Make it easier to collect needed

information from graduates.

Provide graduates a method to communicate with each other after graduation

Page 5: WEB BASED ALUMNI DATABASE COMMUNITY

5

Introduction - Research Methods of accessing a database

via the web. PHP, Perl, ASP, etc…

Open Source Community Web Designs Profile Manger 3 ELGG Joomla PHPBB

Page 6: WEB BASED ALUMNI DATABASE COMMUNITY

6

TECHNOLOGY

MySQL The world's most

popular open source database

Easy To Use Multiple ways to

access FREE!!!!

Page 7: WEB BASED ALUMNI DATABASE COMMUNITY

7

TECHNOLOGY – Cont.

PHP Hypertext

Preprocessor Widely used for

dynamic web design Most common for

this type of application

Page 8: WEB BASED ALUMNI DATABASE COMMUNITY

8

TECHNOLOGY – Cont.

PHPBB Most widely used Open

Source forum solution Uses PHP and MySQL Easy to set up and

administer GUI Interface, No PHP

Experience Needed

Page 9: WEB BASED ALUMNI DATABASE COMMUNITY

9

TECHNOLOGY – Cont. PHPBB Modifications (Hacks)

XData Custom Profiles Users Management List Global Announcements Encrypted Passwords Real Name Replacement

http://www.phpbbhacks.com

Page 10: WEB BASED ALUMNI DATABASE COMMUNITY

10

How It Was Done Installing PHPBB

Page 11: WEB BASED ALUMNI DATABASE COMMUNITY

11

How It Was Done – Cont.

Modification (Hacks)##-----[ OPEN ]------------------------------------------#posting.php

##-----[ FIND ]------------------------------------------#include($phpbb_root_path . 'includes/functions_post.'.$phpEx);

##-----[AFTER, ADD ]------------------------------------#include($phpbb_root_path . 'backup-cfg.'.$phpEx);#

Page 12: WEB BASED ALUMNI DATABASE COMMUNITY

12

RESULTS Database Can Be

Easily Managed User Friendly Easily Modified Upgradeable Lots of Support

Page 13: WEB BASED ALUMNI DATABASE COMMUNITY

13

CONCLUSIONS

It can be implemented with ease It can be modified for several uses I was Introduced to LOTS of new

technology that I plan on using in the future

Have a better understanding of this type of web design

Page 14: WEB BASED ALUMNI DATABASE COMMUNITY

14

FUTURE WORK Can turn into full Content

Management System

Add more modifications

Use one of many different options to accomplish goal

Page 15: WEB BASED ALUMNI DATABASE COMMUNITY

15

Q & A

Any Questions?

Page 16: WEB BASED ALUMNI DATABASE COMMUNITY

16

Information

www.php.net www.phpmyadmin.net www.mysql.com www.phpbb.com www.phpbbhacks.com www.google.com

Page 17: WEB BASED ALUMNI DATABASE COMMUNITY

17

The End Email: [email protected]