SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -255
DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS
FEATURES ON EMPLOYEE DATA APPLICATION
FASILKOM UMB
Sabar Rudiarto*
Department of InformaticsFaculty of Computer Science
University of Mercu Buana,INDONESIA
sabar.rudiarto@mercubuana.ac.id
Manuscript History
Number: IRJCS/RS/Vol.05/Issue05/MYCS10095
Received: 11, May 2018
Final Correction: 19, May 2018
Final Accepted: 25, May 2018
Published: May 2018
Citation: Rudiarto (2018). DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS FEATURES ON EMPLOYEE
DATA APPLICATION FASILKOM UMB. IRJCS:: International Research Journal of Computer Science, Volume V, 255-
262. doi://10.26562/IRJCS.2018.MYCS10095
Editor: Dr.A.Arul L.S, Chief Editor, IRJCS, AM Publications, India
Copyright: ©2018 This is an open access article distributed under the terms of the Creative Commons Attribution
License, Which Permits unrestricted use, distribution, and reproduction in any medium, provided the original author
and source are credited
Abstract— In the dissemination of information within the University is needed an effective and efficient
application. As already known that there is already an online employee data application University of Mercu Buana
that can make it easy for an admin to view, search and update employee data anywhere, anytime, while saving cost,
time and effort. A user may register the application of the online application to access the web and an admin may
approve, deny or alter such user information. The information contained therein is information about employee
data in University of Mercu Buana facility. In order for the online web to be developed and interactive, it is
necessary to add some features in it, among other features of email, chat, and sms, so that the exchange of
information (announcements that include changes in lecturer / exchange class schedule, campus letters, and other
important memos ) can be poured into the web. Method of system design using waterfall method so that the
resulting application according to the concept of internal data search that existed in Faculty of University of Mercu
Buana. The conclusion obtained after the application is tested is the application of employee online data that has
been built has met the purpose of success, in this case the process of dissemination of information within the
employees of Fasilkom become more efficient because it can save time, and can reduce costs.
Keywords— Application; online; email; chat; sms; employee; interactive;
I. INTRODUCTION
Technological developments at this time running very rapidly. Almost no one today is not familiar with computers,
and does not communicate with computer media. This very rapid development is what is now creating a new world
in the ease of communicating or getting something through the internet. significantly affect some aspects of life. This
phenomenon makes software engineering trends shift from desktop application programs to web application under
programs. Based on the background on web applications, it is easy to access and consider that FasilkomMercuBuana
currently needs to disseminate information to its employees, especially to lecturers in the form of changes in
teaching schedule, guidance and others, hence the writer is interested to make an application data of employees of
Fasilkom for University of MercuBuana using PHP programming language and MySql database.
II. RELATED STUDIES
1. Web Programming
Web programming is one way to create a web with the implementation of programming language codes that can run
on the server. Programming languages that support this web programming include PHP, JSP, ASP and others.
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -256
2. What is PHP
PHP is short for PHP: Hypertext Preprocessor, language interpreter that has similarities with C and Perl.PHP can be
used in conjunction with HTML making it easier to create web applications quickly. PHP is an open source language
that can be used in various machines (linux, unix, windows) and can run runtime through console and also can run
system commands.
3. HTML (Hyper Text Markup Language)
HTML (Hyper Text Markup Language) is a pure text file that can be created with any text editor. This document is
known as a web page. The HTML document is a document presented with the web browser surfer. This document
generally contains information or application interfaces inside the internet.
4. MySQL Definition
MySQL is a database program server (Database Management System / DBMS) in the form of relational and using a
special language that is SQL (Structured Query Language). Well, MySQL is the most widely used DBMS on the
Internet because licensed Free which means free to use for personal or for organization or company.
5. UML (Unified Modeling Language)
UML (Unified Modeling Language) is a "language" that has become the industry standard for visualizing, designing
and documenting software systems. UML offers a standard for designing a system model.
6. Now SMS
Before we talk more about now SMS, we need to know first about SMSgateaway. SMSgateaway is a platform that can
send and receive SMS from computer, through telecommunication network.Now SMS is an application from
SMSgateaway. application which is a gateway to connect computer with client via SMS. Client can interact with the
system via SMS, while the processed by SMSgateaway is important information such as destination number and
message. The purpose of Now SMS is to allow messages sent to a recipient to be sent in bulk.
III. METHOD
The method that will be used in the process of creating this web application will use several ways:
 The research methodology used is to use literature method and literature study by taking references from
books related to the material to be analyzed either from libraries or from other sources.
 Software Engineering Method called Waterfall. This method can also be called the "waterfall" method, where the
writing system is arranged gradually starting from the analysis stage, design stage, coding stage or
programming, and until the testing phase.
Fig. 1. Schema of research
A. Problem Analysis
An understanding of the system to be designed is indispensable before a software is built. Software development
starts from the analysis, design, and testing phase of the application. In the development of the online exam
application that will be made, it is explained in advance the limitations that exist in the application system:
Analysis
(1)
Design
(2)
Coding
(3)
Testing
(4)
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -257
 Email feature can be used to send to individual or blast based on group, but only limited to employees who have
been registered on the web employee facilitation.
 SMS sending feature can be used to send to individual or blast by group, but cannot exceed 160 characters.
 Chat feature can only access by registered employee of fasilkom, cannot be used cross-faculty.
 Fasilkom Employee Problem Analysis
Fasilkom employees, who will get information via email or SMS, must ensure that email address and mobile
phone number registered on the web is active. While to have a conversation through chat facilities, the
employee must be connected to the internet and log on the web employee online.
 Problem Analysis Administrative Staff (Admin)
Administrative staff as admin only requires internet access for sending information via email, but to send
information through SMS admin must connect with device using phone number.
B. Risk Analysis
Risks are things that can never be avoided in an activity or activities that people do, including risks in the
development of this application. In terms of usefulness of this application is certainly expected to significantly
influence the dissemination of information and development of this application in the future. Because the employee
data application is very helpful in the process of dissemination of information among employees. Because the script
for this application itself is open source where everyone can develop freely for the advancement of information
technology.
C. Design
In this case, the system will be created is a web-based employee data applications, the core programming language
using PHP and several other program languages.
 Blast and Chat Procedure on the web Employee Fasilkom Online
The procedures that are performed for the dissemination of information on the online employee web are as follows:
1. Admin
a. Login process to be able to enter the main face of the admin.
b. The process of sending email for the dissemination of information via email.
c. SMS sending process for information dissemination via SMS.
2. User
a. Login process to be able to enter the main page of user.
b. The chat process to be able to have a conversation with the employee of the Fasilkom who is online
(login).
D. Use Case Diagram
In this web-based online employee application development, there are two actors with two use cases. The first actor
is an admin who processes the delivery of email information, the process of sending information via SMS and chat
process. Where in the process of sending information via email or SMS requires login first. The second actor is the
user (the employee), where the activities carried out in the system is to have a chat (chat) between employees of
other MercuBuana facility, where before you can do the problem, the user must login first.
Fig. 2 Use Case Diagram Employee Web Application
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -258
E. Database Establishment
Table I - Admin
Field Name Type Length Description
admin _id Integer 1 primary key
admin_username Varchar 60
admin_password Varchar 15
admin_email Varchar 100
admin_lastlogin Datetime
Table II - User
Field Name Type Length Description
nik Varchar 15 primary key
password Varchar 15
full_name Varchar 60
birth_place Varchar 20
birth_date Date
address Varchar 100
fix_phone Varchar 12
mobile_phone_a Varchar 15
mobile_phone_b Varchar 15
nidn Varchar 10
email Varchar 100
job_position_id Integer 2
job_level_id Integer 2
prodi_id Integer 2
dosen_status_id Integer 1
lastlogin Datetime 5
edu_bg Varchar 5
study_inf Varchar 5
certification Varchar 5
Image_name Varchar 20
Table III - SMS
Field Name Type Length Description
Sms_id Varchar 20 primary key
batch_id Varchar 48
sms_phone Varchar 20
sms_message Varchar 160
Sms_ sent_ time stamp DateTime
sms_report_timestamp DateTime Sms_report
sms_status Integer 11
Table IV – Job Position
Field Name Type Length Description
job_position_id Integer 2 primary key
job_position_detail Varchar 60
Table V – Job Level
Field Name Type Length Description
job_level_id Integer 2 primary key
job_level_detail Varchar 60
Table VI - Prodi
Field Name Type Length Description
prodi_id Integer 2 primary key
prodi_detail Varchar 60
Table VII – Dosen Status
Field Name Type Length Description
Dosen_status_id Integer 2 primary key
Dosen_status_detail Varchar 60
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -259
IV. RESULTS AND DISCUSSION
A. GUI Application
The result of this research is Blast email, chatting, and sms features on employee data application
FasilkomUniversity of Mercu Buana, while the results of the Application such as:
Fig.3 Page Index
Fig 4. Send Email
Fig. 5 Send SMS
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -260
Fig. 6 Chat Room
Fig. 7 Profile
Fig. 8 Employee List
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -261
Fig. 9 Employee Statistic
Fig. 10 Reference Data
Fig. 11Employee Regristation List
B. Document Result Testing
The test result document is a document that contains based on test results conducted on the online exam
application. Testing is done by black box method and tested on lecturer's page and student page. The results of
testing the online exam application on the lecturer page will be shown in Table 8, and the test results for the online
exam application of the student page will be shown in Table 9 below.
International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842
Issue 05, Volume 5 (May 2018) www.irjcs.com
___________________________________________________________________________________________________
IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281
Indexcopernicus: (ICV 2016): 88.80
© 2014- 18, IRJCS- All Rights Reserved Page -262
TableIX - Testing Results Admin Page
No Description First Condition Test Case Expected results
1 Menu login View Page Login Enter user name and password Success
2 Page Send Email View the form page send email Send email for group Success
3 Page Send Email View the form page send email Send email for individual Success
4 Page Send SMS View the form page send sms Send sms for group Success
5 Page Send SMS View the form page send sms Send email for individual Success
6 Page Chat Room View the form page chat room Chatting Success
V. CONCLUSION AND FURTHER STUDIES
A. Conclusion
Based on the research that has been made about the development of blast and chat function data application of web-
based Fasilkom employee at University of Mercu Buana, hence can be taken some conclusion that is: The application
of employee online data that has been built has met the purpose of success, which in this case the process of
dissemination of information within the employees of Fasilkom become more efficient because it can save space,
time, and can reduce costs.
B. Further Studies
Here are suggestions for improving and enriching the features of this online exam application:.
 In the application of online employees is only used for one faculty only, it is expected that in the application
development of online employees then can be used more than one faculty for online employee application
can be used for information dissemination in all University of Mercu Buana faculties.
 We recommend added forget password feature, to facilitate access if there is a user who forgot the
password.
 It is expected for the future for SMS and email facility can be interactive (can receive email or SMS reply).
REFERENCES
1. Corning, Michael & Steve Elfanbaum & David Melnick. (1997). Working with Active Server Pages, Que
Corporation
2. Dominguez, Eladio. (2002). Jurnal of Database Management. IGI Global
3. Firdaus, Diky & Nurwahyuni Propitari, Widya. (2018) Attendance Record Program With Web-Based Design For
Field Employees In Pt. Putra Maju Lestari. International Research Journal of Computer Science (IRJCS), Issue 03,
Volume 5.
4. Hidayat, Taufik. (2007). Langkah Mudah Meraup Dolar Lewat Internet. Jakarta: Mediakita
5. Kadir, Abdul. (2003). Pengenalan Sistem Informasi, Andi. Yogyakarta
6. Masya, Fajar & Elvina & Maria Simanjuntak, Fitria. (2012). Sistem Pelayanan Pengaduan Masyarakat Pada Divisi
Humas Polri Berbasis Web. Yogyakarta:Seminar Nasional Aplikasi Teknologi Informasi 2012 (SNATI 2012).
7. Priyatno, Duwi. (2010). Panduan Mudah Bisnis Online. Yogyakarta: Penerbit Mediakom
8. Rudiarto, Sabar &Tarigan, Arihta. (2013). Program Aplikasi Ujian Online Berbasis Web. Jakarta: Sinaptika 2013
Universitas Mercu Buana.
9. Rudiarto, Sabar. (2017). Design Model System Measuring Performance Of Laboratory Assistant At Faculty Of
Computer Science. International Research Journal of Computer Science (IRJCS), Issue 08, Volume 4.
10. Sidik, Betha. (2012). Pemrograman Web Dengan PHP, Informatika, Bandung
11. Simamora, Bilson. (2001). Memenangkan Pasar dengan Pemasaran Efektif dan Profitabel. Jakarta: PT Gramedia
Pustaka Utama
12. Yuhefizar, Mooduto HA, & Hidayat, Rahmat. (2009). Cara Mudah Membangun Website Interaktif Menggunakan
Content Management System Joomla Edisi Revisi. Jakarta: PT. Elex Media Komputindo
13. Zaki, Alex & SmitDev Community. (2008). Easy Money from Internet Meraih Penghasilan dengan Google
AdSense. Jakarta: PT. Elex Media Komputindo
14. Zaki, Alex & SmitDev Community. (2008). 7 CMS Pilihan untuk Internet Marketing. Jakarta: PT. Elex Media
Komputindo

More Related Content

What's hot

Development of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayDevelopment of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayIJMTST Journal
 
Community reporting system: road violation
Community reporting system: road violationCommunity reporting system: road violation
Community reporting system: road violationjournalBEEI
 
ResearchPoster_CareerApplication-2
ResearchPoster_CareerApplication-2ResearchPoster_CareerApplication-2
ResearchPoster_CareerApplication-2Dhanashree Bhat
 
Education App Grant Proposal
Education App Grant ProposalEducation App Grant Proposal
Education App Grant ProposalLee Goettl
 
Slide Show: Careers in Technology
Slide Show: Careers in Technology Slide Show: Careers in Technology
Slide Show: Careers in Technology MTI College
 
AMIZONER: Weekly Progress Reports
AMIZONER: Weekly Progress ReportsAMIZONER: Weekly Progress Reports
AMIZONER: Weekly Progress ReportsNeil Mathew
 
A Systematic Review of Android Malware Detection Techniques
A Systematic Review of Android Malware Detection TechniquesA Systematic Review of Android Malware Detection Techniques
A Systematic Review of Android Malware Detection TechniquesCSCJournals
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET Journal
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Student faculty document sharing | SFDS | Ajay Balava
Student faculty document sharing | SFDS | Ajay BalavaStudent faculty document sharing | SFDS | Ajay Balava
Student faculty document sharing | SFDS | Ajay BalavaAjay Balava
 
REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...
REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...
REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...ijcsit
 
IRJET- Contest Information Desk Android Application
IRJET-  	  Contest Information Desk Android ApplicationIRJET-  	  Contest Information Desk Android Application
IRJET- Contest Information Desk Android ApplicationIRJET Journal
 
Web Application Testing (Major Challenges and Techniques)
Web Application Testing (Major Challenges and Techniques)Web Application Testing (Major Challenges and Techniques)
Web Application Testing (Major Challenges and Techniques)Editor IJMTER
 
Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...eSAT Journals
 
IRJET- Online Job Portal
IRJET- Online Job PortalIRJET- Online Job Portal
IRJET- Online Job PortalIRJET Journal
 

What's hot (20)

Development of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayDevelopment of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android Play
 
Community reporting system: road violation
Community reporting system: road violationCommunity reporting system: road violation
Community reporting system: road violation
 
ResearchPoster_CareerApplication-2
ResearchPoster_CareerApplication-2ResearchPoster_CareerApplication-2
ResearchPoster_CareerApplication-2
 
Education App Grant Proposal
Education App Grant ProposalEducation App Grant Proposal
Education App Grant Proposal
 
Slide Show: Careers in Technology
Slide Show: Careers in Technology Slide Show: Careers in Technology
Slide Show: Careers in Technology
 
student supervision system
student supervision systemstudent supervision system
student supervision system
 
AMIZONER: Weekly Progress Reports
AMIZONER: Weekly Progress ReportsAMIZONER: Weekly Progress Reports
AMIZONER: Weekly Progress Reports
 
A Systematic Review of Android Malware Detection Techniques
A Systematic Review of Android Malware Detection TechniquesA Systematic Review of Android Malware Detection Techniques
A Systematic Review of Android Malware Detection Techniques
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile Application
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Student faculty document sharing | SFDS | Ajay Balava
Student faculty document sharing | SFDS | Ajay BalavaStudent faculty document sharing | SFDS | Ajay Balava
Student faculty document sharing | SFDS | Ajay Balava
 
REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...
REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...
REMOTELY VIEW USER ACTIVITIES AND IMPOSE RULES AND PENALTIES IN A LOCAL AREA ...
 
DRIVER ASSISTANCE FOR HEARING IMPAIRED PEOPLE USING AUGMENTED REALITY
DRIVER ASSISTANCE FOR HEARING IMPAIRED  PEOPLE USING AUGMENTED REALITYDRIVER ASSISTANCE FOR HEARING IMPAIRED  PEOPLE USING AUGMENTED REALITY
DRIVER ASSISTANCE FOR HEARING IMPAIRED PEOPLE USING AUGMENTED REALITY
 
CarManager Report
CarManager ReportCarManager Report
CarManager Report
 
IRJET- Contest Information Desk Android Application
IRJET-  	  Contest Information Desk Android ApplicationIRJET-  	  Contest Information Desk Android Application
IRJET- Contest Information Desk Android Application
 
Web Application Testing (Major Challenges and Techniques)
Web Application Testing (Major Challenges and Techniques)Web Application Testing (Major Challenges and Techniques)
Web Application Testing (Major Challenges and Techniques)
 
20 ijcse-01225-3
20 ijcse-01225-320 ijcse-01225-3
20 ijcse-01225-3
 
D0321823
D0321823D0321823
D0321823
 
Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...
 
IRJET- Online Job Portal
IRJET- Online Job PortalIRJET- Online Job Portal
IRJET- Online Job Portal
 

Similar to DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS FEATURES ON EMPLOYEE DATA APPLICATION FASILKOM UMB

IRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using FirebaseIRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using FirebaseIRJET Journal
 
IRJET- Voice based Email Application for Blind People
IRJET-  	  Voice based Email Application for Blind PeopleIRJET-  	  Voice based Email Application for Blind People
IRJET- Voice based Email Application for Blind PeopleIRJET Journal
 
WEB APPLICATION FOR MATHEMATICS CLUB OF P.C.E
WEB APPLICATION FOR MATHEMATICS CLUB OF P.C.EWEB APPLICATION FOR MATHEMATICS CLUB OF P.C.E
WEB APPLICATION FOR MATHEMATICS CLUB OF P.C.EIRJET Journal
 
Review on College Event Organizer
Review on College Event OrganizerReview on College Event Organizer
Review on College Event OrganizerIRJET Journal
 
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...AM Publications
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement SystemIRJET Journal
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEMAN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEMIRJET Journal
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningIRJET Journal
 
IRJET- College Enquiry Chatbot System(DMCE)
IRJET-  	  College Enquiry Chatbot System(DMCE)IRJET-  	  College Enquiry Chatbot System(DMCE)
IRJET- College Enquiry Chatbot System(DMCE)IRJET Journal
 
IRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education SystemIRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education SystemIRJET Journal
 
Synopsis for Online Railway Railway Reservation System
Synopsis for Online Railway Railway Reservation SystemSynopsis for Online Railway Railway Reservation System
Synopsis for Online Railway Railway Reservation SystemZainabNoorGul
 
IRJET- Virtual Community Using Cloud Technology “Unitalk”
IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”
IRJET- Virtual Community Using Cloud Technology “Unitalk”IRJET Journal
 
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...ijtsrd
 
IRJET- Online Programming Environment
IRJET- Online Programming EnvironmentIRJET- Online Programming Environment
IRJET- Online Programming EnvironmentIRJET Journal
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...IRJET Journal
 
Ahmed Motair CV 2020
Ahmed Motair CV 2020Ahmed Motair CV 2020
Ahmed Motair CV 2020Ahmed Mater
 
A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemIRJET Journal
 

Similar to DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS FEATURES ON EMPLOYEE DATA APPLICATION FASILKOM UMB (20)

IRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using FirebaseIRJET- Displaying Smart Phone Data in the Desktop using Firebase
IRJET- Displaying Smart Phone Data in the Desktop using Firebase
 
IRJET- Voice based Email Application for Blind People
IRJET-  	  Voice based Email Application for Blind PeopleIRJET-  	  Voice based Email Application for Blind People
IRJET- Voice based Email Application for Blind People
 
WEB APPLICATION FOR MATHEMATICS CLUB OF P.C.E
WEB APPLICATION FOR MATHEMATICS CLUB OF P.C.EWEB APPLICATION FOR MATHEMATICS CLUB OF P.C.E
WEB APPLICATION FOR MATHEMATICS CLUB OF P.C.E
 
Review on College Event Organizer
Review on College Event OrganizerReview on College Event Organizer
Review on College Event Organizer
 
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
 
Automated Placement System
Automated Placement SystemAutomated Placement System
Automated Placement System
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEMAN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
AN ANDROID APPLICATION FOR CAMPUS INFORMATION SYSTEM
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine Learning
 
IRJET- College Enquiry Chatbot System(DMCE)
IRJET-  	  College Enquiry Chatbot System(DMCE)IRJET-  	  College Enquiry Chatbot System(DMCE)
IRJET- College Enquiry Chatbot System(DMCE)
 
IRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education SystemIRJET- Online Programming Assessment and Evaluation Platform in Education System
IRJET- Online Programming Assessment and Evaluation Platform in Education System
 
Synopsis for Online Railway Railway Reservation System
Synopsis for Online Railway Railway Reservation SystemSynopsis for Online Railway Railway Reservation System
Synopsis for Online Railway Railway Reservation System
 
Thesis
ThesisThesis
Thesis
 
IRJET- Virtual Community Using Cloud Technology “Unitalk”
IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”IRJET-  	  Virtual Community Using Cloud Technology “Unitalk”
IRJET- Virtual Community Using Cloud Technology “Unitalk”
 
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
An Effective Online Food Order Application System using Asp .Net Core 3.1 Fra...
 
IRJET- Online Programming Environment
IRJET- Online Programming EnvironmentIRJET- Online Programming Environment
IRJET- Online Programming Environment
 
IRJET- Design and Development of Web Application for Student Placement Tr...
IRJET-  	  Design and Development of Web Application for Student Placement Tr...IRJET-  	  Design and Development of Web Application for Student Placement Tr...
IRJET- Design and Development of Web Application for Student Placement Tr...
 
Ahmed Motair CV 2020
Ahmed Motair CV 2020Ahmed Motair CV 2020
Ahmed Motair CV 2020
 
A Survey on Design of Online Judge System
A Survey on Design of Online Judge SystemA Survey on Design of Online Judge System
A Survey on Design of Online Judge System
 
50120140502002
5012014050200250120140502002
50120140502002
 

More from AM Publications

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...AM Publications
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...AM Publications
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNAM Publications
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...AM Publications
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...AM Publications
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESAM Publications
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS AM Publications
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...AM Publications
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONAM Publications
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...AM Publications
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...AM Publications
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...AM Publications
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...AM Publications
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNAM Publications
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTAM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTAM Publications
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...AM Publications
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...AM Publications
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY AM Publications
 

More from AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Recently uploaded

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS FEATURES ON EMPLOYEE DATA APPLICATION FASILKOM UMB

  • 1. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -255 DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS FEATURES ON EMPLOYEE DATA APPLICATION FASILKOM UMB Sabar Rudiarto* Department of InformaticsFaculty of Computer Science University of Mercu Buana,INDONESIA sabar.rudiarto@mercubuana.ac.id Manuscript History Number: IRJCS/RS/Vol.05/Issue05/MYCS10095 Received: 11, May 2018 Final Correction: 19, May 2018 Final Accepted: 25, May 2018 Published: May 2018 Citation: Rudiarto (2018). DEVELOPMENT OF BLAST EMAIL, CHATTING, AND SMS FEATURES ON EMPLOYEE DATA APPLICATION FASILKOM UMB. IRJCS:: International Research Journal of Computer Science, Volume V, 255- 262. doi://10.26562/IRJCS.2018.MYCS10095 Editor: Dr.A.Arul L.S, Chief Editor, IRJCS, AM Publications, India Copyright: ©2018 This is an open access article distributed under the terms of the Creative Commons Attribution License, Which Permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited Abstract— In the dissemination of information within the University is needed an effective and efficient application. As already known that there is already an online employee data application University of Mercu Buana that can make it easy for an admin to view, search and update employee data anywhere, anytime, while saving cost, time and effort. A user may register the application of the online application to access the web and an admin may approve, deny or alter such user information. The information contained therein is information about employee data in University of Mercu Buana facility. In order for the online web to be developed and interactive, it is necessary to add some features in it, among other features of email, chat, and sms, so that the exchange of information (announcements that include changes in lecturer / exchange class schedule, campus letters, and other important memos ) can be poured into the web. Method of system design using waterfall method so that the resulting application according to the concept of internal data search that existed in Faculty of University of Mercu Buana. The conclusion obtained after the application is tested is the application of employee online data that has been built has met the purpose of success, in this case the process of dissemination of information within the employees of Fasilkom become more efficient because it can save time, and can reduce costs. Keywords— Application; online; email; chat; sms; employee; interactive; I. INTRODUCTION Technological developments at this time running very rapidly. Almost no one today is not familiar with computers, and does not communicate with computer media. This very rapid development is what is now creating a new world in the ease of communicating or getting something through the internet. significantly affect some aspects of life. This phenomenon makes software engineering trends shift from desktop application programs to web application under programs. Based on the background on web applications, it is easy to access and consider that FasilkomMercuBuana currently needs to disseminate information to its employees, especially to lecturers in the form of changes in teaching schedule, guidance and others, hence the writer is interested to make an application data of employees of Fasilkom for University of MercuBuana using PHP programming language and MySql database. II. RELATED STUDIES 1. Web Programming Web programming is one way to create a web with the implementation of programming language codes that can run on the server. Programming languages that support this web programming include PHP, JSP, ASP and others.
  • 2. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -256 2. What is PHP PHP is short for PHP: Hypertext Preprocessor, language interpreter that has similarities with C and Perl.PHP can be used in conjunction with HTML making it easier to create web applications quickly. PHP is an open source language that can be used in various machines (linux, unix, windows) and can run runtime through console and also can run system commands. 3. HTML (Hyper Text Markup Language) HTML (Hyper Text Markup Language) is a pure text file that can be created with any text editor. This document is known as a web page. The HTML document is a document presented with the web browser surfer. This document generally contains information or application interfaces inside the internet. 4. MySQL Definition MySQL is a database program server (Database Management System / DBMS) in the form of relational and using a special language that is SQL (Structured Query Language). Well, MySQL is the most widely used DBMS on the Internet because licensed Free which means free to use for personal or for organization or company. 5. UML (Unified Modeling Language) UML (Unified Modeling Language) is a "language" that has become the industry standard for visualizing, designing and documenting software systems. UML offers a standard for designing a system model. 6. Now SMS Before we talk more about now SMS, we need to know first about SMSgateaway. SMSgateaway is a platform that can send and receive SMS from computer, through telecommunication network.Now SMS is an application from SMSgateaway. application which is a gateway to connect computer with client via SMS. Client can interact with the system via SMS, while the processed by SMSgateaway is important information such as destination number and message. The purpose of Now SMS is to allow messages sent to a recipient to be sent in bulk. III. METHOD The method that will be used in the process of creating this web application will use several ways:  The research methodology used is to use literature method and literature study by taking references from books related to the material to be analyzed either from libraries or from other sources.  Software Engineering Method called Waterfall. This method can also be called the "waterfall" method, where the writing system is arranged gradually starting from the analysis stage, design stage, coding stage or programming, and until the testing phase. Fig. 1. Schema of research A. Problem Analysis An understanding of the system to be designed is indispensable before a software is built. Software development starts from the analysis, design, and testing phase of the application. In the development of the online exam application that will be made, it is explained in advance the limitations that exist in the application system: Analysis (1) Design (2) Coding (3) Testing (4)
  • 3. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -257  Email feature can be used to send to individual or blast based on group, but only limited to employees who have been registered on the web employee facilitation.  SMS sending feature can be used to send to individual or blast by group, but cannot exceed 160 characters.  Chat feature can only access by registered employee of fasilkom, cannot be used cross-faculty.  Fasilkom Employee Problem Analysis Fasilkom employees, who will get information via email or SMS, must ensure that email address and mobile phone number registered on the web is active. While to have a conversation through chat facilities, the employee must be connected to the internet and log on the web employee online.  Problem Analysis Administrative Staff (Admin) Administrative staff as admin only requires internet access for sending information via email, but to send information through SMS admin must connect with device using phone number. B. Risk Analysis Risks are things that can never be avoided in an activity or activities that people do, including risks in the development of this application. In terms of usefulness of this application is certainly expected to significantly influence the dissemination of information and development of this application in the future. Because the employee data application is very helpful in the process of dissemination of information among employees. Because the script for this application itself is open source where everyone can develop freely for the advancement of information technology. C. Design In this case, the system will be created is a web-based employee data applications, the core programming language using PHP and several other program languages.  Blast and Chat Procedure on the web Employee Fasilkom Online The procedures that are performed for the dissemination of information on the online employee web are as follows: 1. Admin a. Login process to be able to enter the main face of the admin. b. The process of sending email for the dissemination of information via email. c. SMS sending process for information dissemination via SMS. 2. User a. Login process to be able to enter the main page of user. b. The chat process to be able to have a conversation with the employee of the Fasilkom who is online (login). D. Use Case Diagram In this web-based online employee application development, there are two actors with two use cases. The first actor is an admin who processes the delivery of email information, the process of sending information via SMS and chat process. Where in the process of sending information via email or SMS requires login first. The second actor is the user (the employee), where the activities carried out in the system is to have a chat (chat) between employees of other MercuBuana facility, where before you can do the problem, the user must login first. Fig. 2 Use Case Diagram Employee Web Application
  • 4. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -258 E. Database Establishment Table I - Admin Field Name Type Length Description admin _id Integer 1 primary key admin_username Varchar 60 admin_password Varchar 15 admin_email Varchar 100 admin_lastlogin Datetime Table II - User Field Name Type Length Description nik Varchar 15 primary key password Varchar 15 full_name Varchar 60 birth_place Varchar 20 birth_date Date address Varchar 100 fix_phone Varchar 12 mobile_phone_a Varchar 15 mobile_phone_b Varchar 15 nidn Varchar 10 email Varchar 100 job_position_id Integer 2 job_level_id Integer 2 prodi_id Integer 2 dosen_status_id Integer 1 lastlogin Datetime 5 edu_bg Varchar 5 study_inf Varchar 5 certification Varchar 5 Image_name Varchar 20 Table III - SMS Field Name Type Length Description Sms_id Varchar 20 primary key batch_id Varchar 48 sms_phone Varchar 20 sms_message Varchar 160 Sms_ sent_ time stamp DateTime sms_report_timestamp DateTime Sms_report sms_status Integer 11 Table IV – Job Position Field Name Type Length Description job_position_id Integer 2 primary key job_position_detail Varchar 60 Table V – Job Level Field Name Type Length Description job_level_id Integer 2 primary key job_level_detail Varchar 60 Table VI - Prodi Field Name Type Length Description prodi_id Integer 2 primary key prodi_detail Varchar 60 Table VII – Dosen Status Field Name Type Length Description Dosen_status_id Integer 2 primary key Dosen_status_detail Varchar 60
  • 5. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -259 IV. RESULTS AND DISCUSSION A. GUI Application The result of this research is Blast email, chatting, and sms features on employee data application FasilkomUniversity of Mercu Buana, while the results of the Application such as: Fig.3 Page Index Fig 4. Send Email Fig. 5 Send SMS
  • 6. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -260 Fig. 6 Chat Room Fig. 7 Profile Fig. 8 Employee List
  • 7. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -261 Fig. 9 Employee Statistic Fig. 10 Reference Data Fig. 11Employee Regristation List B. Document Result Testing The test result document is a document that contains based on test results conducted on the online exam application. Testing is done by black box method and tested on lecturer's page and student page. The results of testing the online exam application on the lecturer page will be shown in Table 8, and the test results for the online exam application of the student page will be shown in Table 9 below.
  • 8. International Research Journal of Computer Science (IRJCS) ISSN: 2393-9842 Issue 05, Volume 5 (May 2018) www.irjcs.com ___________________________________________________________________________________________________ IRJCS: Impact Factor Value – SJIF: Innospace, Morocco (2016): 4.281 Indexcopernicus: (ICV 2016): 88.80 © 2014- 18, IRJCS- All Rights Reserved Page -262 TableIX - Testing Results Admin Page No Description First Condition Test Case Expected results 1 Menu login View Page Login Enter user name and password Success 2 Page Send Email View the form page send email Send email for group Success 3 Page Send Email View the form page send email Send email for individual Success 4 Page Send SMS View the form page send sms Send sms for group Success 5 Page Send SMS View the form page send sms Send email for individual Success 6 Page Chat Room View the form page chat room Chatting Success V. CONCLUSION AND FURTHER STUDIES A. Conclusion Based on the research that has been made about the development of blast and chat function data application of web- based Fasilkom employee at University of Mercu Buana, hence can be taken some conclusion that is: The application of employee online data that has been built has met the purpose of success, which in this case the process of dissemination of information within the employees of Fasilkom become more efficient because it can save space, time, and can reduce costs. B. Further Studies Here are suggestions for improving and enriching the features of this online exam application:.  In the application of online employees is only used for one faculty only, it is expected that in the application development of online employees then can be used more than one faculty for online employee application can be used for information dissemination in all University of Mercu Buana faculties.  We recommend added forget password feature, to facilitate access if there is a user who forgot the password.  It is expected for the future for SMS and email facility can be interactive (can receive email or SMS reply). REFERENCES 1. Corning, Michael & Steve Elfanbaum & David Melnick. (1997). Working with Active Server Pages, Que Corporation 2. Dominguez, Eladio. (2002). Jurnal of Database Management. IGI Global 3. Firdaus, Diky & Nurwahyuni Propitari, Widya. (2018) Attendance Record Program With Web-Based Design For Field Employees In Pt. Putra Maju Lestari. International Research Journal of Computer Science (IRJCS), Issue 03, Volume 5. 4. Hidayat, Taufik. (2007). Langkah Mudah Meraup Dolar Lewat Internet. Jakarta: Mediakita 5. Kadir, Abdul. (2003). Pengenalan Sistem Informasi, Andi. Yogyakarta 6. Masya, Fajar & Elvina & Maria Simanjuntak, Fitria. (2012). Sistem Pelayanan Pengaduan Masyarakat Pada Divisi Humas Polri Berbasis Web. Yogyakarta:Seminar Nasional Aplikasi Teknologi Informasi 2012 (SNATI 2012). 7. Priyatno, Duwi. (2010). Panduan Mudah Bisnis Online. Yogyakarta: Penerbit Mediakom 8. Rudiarto, Sabar &Tarigan, Arihta. (2013). Program Aplikasi Ujian Online Berbasis Web. Jakarta: Sinaptika 2013 Universitas Mercu Buana. 9. Rudiarto, Sabar. (2017). Design Model System Measuring Performance Of Laboratory Assistant At Faculty Of Computer Science. International Research Journal of Computer Science (IRJCS), Issue 08, Volume 4. 10. Sidik, Betha. (2012). Pemrograman Web Dengan PHP, Informatika, Bandung 11. Simamora, Bilson. (2001). Memenangkan Pasar dengan Pemasaran Efektif dan Profitabel. Jakarta: PT Gramedia Pustaka Utama 12. Yuhefizar, Mooduto HA, & Hidayat, Rahmat. (2009). Cara Mudah Membangun Website Interaktif Menggunakan Content Management System Joomla Edisi Revisi. Jakarta: PT. Elex Media Komputindo 13. Zaki, Alex & SmitDev Community. (2008). Easy Money from Internet Meraih Penghasilan dengan Google AdSense. Jakarta: PT. Elex Media Komputindo 14. Zaki, Alex & SmitDev Community. (2008). 7 CMS Pilihan untuk Internet Marketing. Jakarta: PT. Elex Media Komputindo