An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.

Slides:



Advertisements
Similar presentations
IS 6116 Introduction – 10 Jan Lecturer Details Aonghus Sugrue Website: aonghussugrue.wordpress.com
Advertisements

Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
Server-Side vs. Client-Side Scripting Languages
Chapter Concepts Review Markup Languages
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Lecture 4B: Server-Side Scripting IT 202—Internet Applications Based on notes developed by Morgan Benton.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Tim Hanschke Steve Devoti Presenters What is a CMS? How do I interact.
ECA 228 Internet/Intranet Design I Intro to the Web.
Static VS Dynamic websites. 1-What are the advantages and disadvantages? 2- Which one should you choose and why?
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
PHP By Dr. Syed Noman Hasany. PHP PHP was originally created by Rasmus Lerdorf in PHP stands for PHP: Hypertext Preprocessor (a recursive acronym).
8/17/2015CS346 PHP1 Module 1 Introduction to PHP.
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
TOPIC 1 – SERVER SIDE APPLICATIONS IFS 234 – SERVER SIDE APPLICATION DEVELOPMENT.
John Hartley Mark Bransby Utilizing Adobe's Publishing Solutions for Distributed Web Publishing.
Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin.
PHP - Hypertext Preprocessor Yaron Benita De Paul University.
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
What is IIS? IIS (Internet Information Server) is a group of Internet servers (including a Web or Hypertext Transfer Protocol server and a File Transfer.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
True or False? Programming languages can be used to update databases and communicate with other systems. True.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
PHP Professor Waterman. Agenda What is PHP Versions HTML Dynamic Web sites Interactive Web Sites Installing PHP Transfer pages to a Web hosting service.
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
Nael Alian Introduction to PHP
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
10/5/2015CS346 PHP1 Module 1 Introduction to PHP.
Access The L Line The Express Line to Learning 2007 © Wiley Publishing All Rights Reserved. L Line.
Wanna know how to get from “Y” to“K” ? Farisai Mabvudza Uma Rudraraju & George Wells Greg Foster & Presented By…Supervised By…
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
Mini Group Presentations: php by Veronica Black + Jia Xu.
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Introduction to PHP Advanced Database System Lab no.1.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
By Bearzx Dive Into Web Introduction To WEB
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
WEB DEVELOPMENT WITH PHP/MYSQL. WEB DEVELOPMENT COURSE HAS DIFFERENT NAME IN DIFFERENT INSITUTES, THIS IS A CORE COURSE FOR BS/MS STUDENTS. THIS IS ALSO.
Document Management System for Rhodes University Supervisor: John Ebden Presenter: Bijal Rana.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
PHP Introduction PHP is a server-side scripting language.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
XAMPP.
Online Voting System by Sanghun Chi ECE345. Introduction Traditional voting system inefficient. Takes time and human resources. Does not give an instant.
Week-10 (Lecture-1) Web Building STEPS OF BUILDING: create web pages using HTML add a consistent style using CSS add computer code using JavaScript add.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
A PRESENTATION ON (IN PHP,CSS,HTML)
Pemrograman V (PHP) “Introduction”
Information system Management
Information system Management
IntroductionToPHP Static vs. Dynamic websites
Tutorial 6 PHP & MySQL Li Xu
Introduction to PHP.
Presentation transcript:

An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden

Outline Project Description Requirements The use of a Document Management System Design Considerations Expected Output

Project Description To create a website for Rhodes, that in essence will be a Document Management System (DMS) What is Document Management? The main objective of the DMS would be: –Allow sharing of documents between departments at Rhodes

Requirements The requirements are as follows: –User access must be controlled Access Control List –Users should log in and only see information relevant to them –Separate folders and sections must be created for each department

Why use a DMS? It facilitates communication and sharing Reduces document management costs It allows for the storage, management and distribution of documents Allows for easier retrieval of documents

Design Considerations The tools that I will be using: PHP SQL database HTML Microsoft IIS – Internet Information server

PHP Stands for Hypertext Pre-processor Syntax similar to C and Perl Open source, server-side scripting language Can embed PHP in HTML pages Easy to maintain and update compare to ASP and Perl

Advantages of PHP Offers excellent connectivity to most databases like –MySQL, Oracle and ODBC Cross platform compatibility –Apache, Microsoft and Netscape Open Source

Microsoft IIS A file and web application server that can be used on a LAN, WAN, or the Internet. Can be installed on – Windows NT Server 4.0, – Windows 2000 Server – Windows.NET server

The Expected Output A system that – controls the user access and the viability of information on integrated website – gives individual users and departmental workgroups the ability to quickly find, share and access all document types

Questions