Você está na página 1de 10

ACLC COLLEGE OF TAGUM – Website Based System

A proposed project outline submitted by:

Jake A. Cirunay

Freniel Jay J. Mayor

February 8, 2019
CHAPTER 1

Introduction

Today, computers and the Internet, has become an important element in


the life of people around the world.

The young generation uses these technological advances at incredibly faster and
more successful rate than the previous generations. One of the main reasons is
that they were born in the present world where the world’s most vast information
library is that we call “Internet” that is available for free anytime and anywhere.

As technology continues to advance, computers becomes a closer to everyday


life Computers are already seen everywhere at work, at school, and at home.
Daily activities either involve the use of or depend on information from a
computer. This maybe because computers are used in almost every field and
profession like education and office works to perform large number of computer
related work.

British International School of Stavanger (BISS) “international”

With so many websites overwhelming you with a lot of information, by contrast,


keeps it simple. This comes to bear in its coat of arms, which the school
developed during a rebranding exercise. Coats of arms tend to be packed with
ornate symbolic details that your average consumer only interprets as legacy
graphic regalia that even the school

Archivist has forgotten. BISS conveys a strong brand with its updated shield
while not overburdening it with meaning.
2

Mindanao State University – “Local”

In Mindanao state university-Iligan institue of technology. They have its


own site for their students and faculty that has information this include calendar
events, announcement, news, jobs and other important information. This website
has its grading system that can only view by the students using their accounts.

ACLC COLLEGE OF TAGUM,INC.

Today Aclc College of Tagum, Inc. has no official website for its school. Its
uses the same tradional method to spread information it consumes a lot of
time endorsing the school for the new enrollees. So we come up of this idea to
make easier to the people to spread information the students and also to others
who want to know information about the school. AMA computer learning center
website has the easiest way for the students and visitors to gather some
information and also for the alumni who wants to get their diploma or for the
transferees to get their Transcript of records through online

Purpose and description

The purpose of this project entitle Aclc College of Tagum, Inc. the
community and parents to get information about this school using this website
and the parent are easy to communicate the school about his/her son
performance and graded then the student are easy to know off the school event /
activity.

Objective of the studies


The following are the objectives of the study

1. To make easiest way to claim your TOR or diploma through this web
3

2. To update the students and teachers about the event or incoming


event

3. To save time and make efficient way to gather further information


about the school

4. To provide an instant information not only for the students but also
for who visit the site

Scope and limitation

Scope

This study will focus only on developing a web-application for helping the
students and enrollees of the AMA Computer Learning Center to gives further
information about the school information well as view Admission Requirements
and Online registration for new enrollees. The Administrators have total access
to the system, posting announcements, live chat for inquire, confirming the
students and enrollees who are currently registering, generating records and
requesting academic records.

Limitation

The system does not cover the computation of student’s grades, class
scheduling, viewing of subjects and teachers and paying of fees. Not accepting
any online payments. It can only operate for freshmen enrollment purposes. It
can’t show the schedule of the subject in per year level.
4

CHAPTER 2

Review of related literature

This chapter primarily presents the different researches and other


literature form both foreign and local researchers, which have significant bearings
on the variables included in the research. It focuses on several aspects that will
help in the development of this study. The study is generally concentrating on the
feasibility of creating an online website that titled ACLC Website information
system for Senior High School and College. The literature of this study come
from books, journals, articles and other existing thesis and dissertations, foreign
and local those are believed to be useful in the advancement of awareness
concerning the study.

Creating a School Website it’s because the Internet is a powerful


communication tool for teachers, students, parents and community, it makes
sense to develop a website that provides information about what is going on in
school.

Why do schools have websites? The benefits include the following: linking
schools in the district, developing communication in classes, grade levels, and
cultures, encouraging parental involvement, presenting information to visitors
about the school and acquisition of technology skills..

The digital divide holds with it a social justice goal to ensure that students
regardless of socioeconomic status have equal access to new technologies both
in the form of information and communication. The No Child Left Behind Act
(2001), the Enhanced Education Through Technology program identifies among
its purpose “to support local efforts using technology to promote parent and
family involvement in education and communication among students, parents,
5

teachers and administrators” The importance of the Internet as an essential


addition to the school landscape is becoming very evident

The senior high school and college process and in the development of
such; teachers need to find new and exciting ways for knowledge attainment.
The use of technologies,

Name of Live Gradin Online Allumni Academic Chat Lan


study chat g Admissio Landin Document suppor
s system n g page s t
Request
form
British x x x x x x ✓
International
School of
Stavanger
(BISS)-
(Website)
Msu iit x x x x x ✓
(website)
Aclc college ✓ ✓ ✓ ✓ ✓ ✓ ✓
of tagum
(Website)

Joji x x x x x x ✓
International
school-
(Website)
ABE x x x x x x ✓
International
College of
Business
and
Accountancy
(Website)

ACTS x x x x x x ✓
Computer
College-
(Website)

Chapter 3

Technical background

Aclc College of Tagum website with live chats. Its design to get effortless
and efficient way to get information about the school. To the new enrollees and
upcoming students for senior high and college they can easily get all information
they need about the school using this web.

The system was develop using some programming language especially PHP
and JavaScript, WAMP was used as the server for this system and MySQL for
its database that could work on windows operating system. The main goal of this
project was to help new enrollees and for the old students to know what are the
upcoming events and happenings in the school.
PHP

Stands for "Hypertext Pre processor." (It is a recursive acronym, if you can
understand what that means.) PHP is an HTML-embedded Web scripting
language. This means PHP code can be inserted into the HTML of a Web page.
When a PHP page is accessed, the PHP code is read or "parsed" by the server
the page resides on. The outputs from the PHP functions on the page are
typically returned as HTML code, which can be read by the browser. Because the
PHP code is transformed into HTML before the page is loaded, users cannot
view the PHP code on a page. This make PHP pages secure enough to access
databases and other secure information.

WAMP server

Refers to a software stack for the Microsoft Windows operating system, created
by Romain Bourdon and consisting of the Apache web server, OpenSSL for SSL
support, MySQL database and PHPprogramming language.

MySQL
MySQL is an Oracle-backed open source relational database
management system (RDBMS) based on Structured Query Language
(SQL). MySQL runs on virtually all platforms,
including Linux, UNIX and Windows. Although it can be used in a wide range of
applications, MySQL is most often associated with web applications and online
publishing.

JavaScript

is a programming language commonly used in web development. It was


originally developed by Netscape as a means to add dynamic and interactive
elements to websites. While JavaScript is influenced by Java, the syntax is more
similar to C and is based on ECMAScript, a scripting language developed by Sun
Micro systems.

JavaScript is a client-side scripting language, which means the source


code is processed by the client's web browser rather than on the web server.
This means JavaScript functions can run after a web page has loaded without
communicating with the server.
8

Web Base Used Case Diagram

Você também pode gostar