DESIGN AND IMPLEMENTATION OF AN ONLINE AND INTRANET OFFICE CHAT APPLICATION SYSTEM


Department Of Computer Science Section A : Source Codes & Applications


PAGES: 56
FORMAT: MS WORD
Chapters: 1-5
PRICE: ₦ 5,000.00

DESIGN AND IMPLEMENTATION OF AN ONLINE AND INTRANET OFFICE CHAT APPLICATION SYSTEM

ABSTRACT  

In Nigerian Universities a lot of time is spent by faculty staff, and lecturers in various departments moving from one office to another in other to communicate with each other or sending files between each one another. This project focuses on solving the problem by developing an application for communication services in Nigerian universities using the University of Calabar as a case study. The Chat Application is a web-based application intended to be accessible from the internet or intranet. This allows the application to be available to both mobile phone users and PC users who can access the internet from their devices. The chat applications system was developed using open source web technologies notably HTML, PHP, JSON, JQUERY, AJAX and MySQL. The chat application system produced in this research work has functions that will enable students, lecturers, and staff or various departments in the institution to communicate using asynchronous string transfer know as chatting between each other. The developed application was tested using the WAMP application suite and the test results show that the application works as expected.

 TABLE OF CONTENTS

Title

Abstract

Chapter One – General Introduction

1.1 Introduction

1.2 Problem Definition

1.3 Objective of Study

1.4 Research Justification

1.5 Research Methodology

1.6 Scope and Limitation of the Study

1.7 Definition of Terms

1.8 Chapter Layout

Chapter Two – Review of Literature

2.1 Introduction

2.2 The Internet

2.2.1 Rich Internet Applications

2.2.2 Adobe Integrated Runtime (AIR)

2.3 Mobile Application Platforms Today

3.3.1 The Mobile Web

2.3.2 Rich Mobile Applications

2.3.2.1 Symbian

2.3.2.2 Android

2.3.2.3 Apple IOS

2.4 Review of Related Research

2.4.2 Proposed Contribution

Chapter Three – System Analysis and Design

3.1 Introduction

3.2 System Requirement Specification

3.3 System Design

3.3.1 Logical Design

3.3.1.1 Input Design

3.3.1.2 Output Design

3.3.1.3 Menu or Navigation Design

3.3.1.4 Use Case Diagram

3.3.1.5 Activity Diagram

3.3.1.6 Class Diagram

3.3.2 Physical Design

3.3.2.1 Program Specification

3.3.2.1.1 Application Logic Specifications

3.3.2.2 System Controls

3.3.2.3 Layout of Files/ Table Design

3.3.2.4 Structure of database

Chapter Four – System Implementation

4.1 Introduction

4.2 Features and choice of implementation language.

4.3 System Testing Strategies

4.3.1 Unit Testing

4.3.2 Integration Testing

4.3.3 Alpha Testing

4.3.4 Beta Testing

4.4 Target Computer System Requirement

4.5 Software Maintenance Issues

4.5.1 Corrective Maintenance

4.5.2 Preventive Maintenance

4.5.3 Adaptive Maintenance

Chapter Five – Summary, Recommendations and Conclusion

5.1 Summary

5.2 Application of the software to the problem domain

5.3 Recommendations

5.4 Conclusion

References

Appendices

CHAPTER ONE GENERAL INTRODUCTION

1.1 Introduction The Internet is the global system of interconnected computers together networks that use the Internet protocol suite (TCP/IP) to link devices worldwide (Wikipedia, 2016). It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless, and optical networking technologies (Wikipedia, 2016). An intranet is a network within an organization that is only accessible to systems in that organization. A file shared through this network is not available to the public but private to the network domain. The Chat Application Server functions by establishing a socket connection with the client system, confirming connections, and maintaining the Chat Handler.  The Chat Handler is responsible for handling the interactions between the various clients and the server.  The handler broadcasts messages to all the clients in a specific room, handles invitations to private rooms, creation of public rooms, and states the user list.

1.2 Problem Definition The major problems regarding the delivery of chat application system in Nigerian universities include:

unable to access colleagues or ask questions freely without moving from one desk; group work cannot be done independently with the intermediate synchronous response from all member in the group in one location instant message delivery to all client on the system File transfer has never been possible using a private and more secure way. Message broadcast within a split second has always been a challenge

1.3 Objective Of Study The Objective of this project is to implement a web-based chat application that will allow users within an intranet / internet connection to engage in private and public conversations.  This  will be achieved by following the set standard below: a. Conceptual design for a secure, accessible, and user-friendly web-based chat application a university, using the University of Calabar, UNICAL, as a case study; b. Development of such a system to demonstrate its functionality, using the WAMP (cross-browser Apache/MySQL/PHP) web server framework; c. Perform tests on the said system to assure functionality, accessibility, and usability of the system.

SCREEN SHOTS OF THE APPLICATION

1.4 Research Justification Justification for engaging in this study can be drawn from the following reasons: a. The need to demonstrate the effectiveness of employing mobile-driven information systems as a viable complement to systems based on the regular Web, within the university information framework; and b. The need to achieve a greater degree of responsiveness among stakeholders in the web-based chat application system – students, lecturers and system administrators – enabling them collaborate effectively to enhance studies and also result-related complaints.

1.5 Research Methodology In order to realize the objectives of this study, it is pertinent that, as in all matters of substance, strategy be employed in achieving set goals. The methodology employed in the course of this study is outlined thus: a. Outline a set of requirements to be met by the system proposed; b. Conceive and implement the design of the said system as a web-based application, largely using UML, the Unified Modelling Language, along the lines of an object-oriented approach; c. Development of the solution system using Codeigniter framework in line with the MVC model, CS5, a RAD (Rapid Application Development) IDE for creating Websites and applications. d. Deployment of the solution system for testing: after the solution is developed, it will be uploaded onto a free web server for the purposes of demonstrating its functionality. e. Beta testing on the hosted solution to confirm its conformity to the system requirement specifications earlier outlined; f. Detailed reporting of the findings stated above, with deduced inferences, and noted grounds for future innovation.

1.6 Scope And Limitations Of The Study In the course of realizing this project, I shall take into account the consideration that all development and analysis regarding the project will be centered on intranet/internet standards and technology. In full, the scope of the work is outlined thus: a. The solution, as conceived and developed in this study, will focus on web-based chat application only; b. The questions delivered by the solution will be of two formats, viz, instant chat services (asynchronously) and asynchronous transfer of data; c. As conceived, the solution shall comprise of the following modules: i. A web-based chat application for lecturers, students, and other academic staff through which students can chat and interact base on a school assignment and share ideas from the comfort on their doom or hostel and can as well interact regarding result-related issues; ii. A back-end application, to be used by lecturers and administrators, for the management of essential information for the system, such as user violations and complaints’ lay by student, iii. User authentication modules, which will employ unique modes of authentication to uniquely identify users, and maintain user state within the application. In addition, a number of limitations exist which must be noted. These include: a. The proprietary nature of the school portal will make it rather difficult to access the data schema used by it; hence, the data schemas employed by the proposed system will for the most part be theoretical in nature. However, this can be surmounted with adequate cooperation from relevant agencies within the University Management; b. The time-critical nature of the study informs my use of prototype-based RAD to develop the proposed solution.

1.7 Definition Of Terms a. Beta testing: Testing carried out on software independent of its manufacturer by external users. b. Internet application: A Web site with dynamic, i.e. data-source oriented user-specific, content, which usually requires some form of user authentication. c. Mobile device: Any device with the functionality for information management and transfer free from spatial and temporal constraints. Such devices include mobile phones, smart phones, PDAs (personal digital assistants), tablets, and readers, among Others. d. Mobile Web: The Internet, as access to mobile devices and computer system e. RAD: rapid application development, a style of programming in which emphasis is placed on speed and delivery, usually employing extensive use of IDE (integrated development environment) capability. f. UML: Unified Modeling Language, the international standard for specifying, visualizing, constructing, and documenting the artifacts of software systems. g. User authentication: the process within the context of an Internet application wherein eligible users are granted clearance to enter – and use – the application; h. User state: the full set of all user-specific program data within a program or Internet application. i. online result system: It is a web-based software, that can process course registration and output results to the user. j. Web application: see Internet application.

1.8 Chapter Layout The work contains a total of five chapters: the first, titled “General Introduction”, true to form, expatiates on the introductory concepts underpinning this study. Chapter 2, “Literature Review and State of the Art”, offers an exposition into the research which has been carried out prior to the present time. Chapter 3, “System Design Methodology”, deals with the analysis workflow of the solution development process, while Chapter 4, “System Implementation”, focuses on the implementation workflow, discussing details of the implemented system, in relation to the processes employed in its realization. In conclusion, in the final chapter, “Recommendations & Conclusion”, I

reprise a brief synopsis of the work in its entirety as a sequel to my inferences from the system implementation phase, in relation to those areas where innovations in this field can be made.  

 

.



TYPE IN YOUR TOPIC OR KEYWORD AND CLICK SEARCH:

HOW TO GET THE COMPLETE PROJECT MATERIAL ON DESIGN AND IMPLEMENTATION OF AN ONLINE AND INTRANET OFFICE CHAT APPLICATION SYSTEM

  • * Click the green DOWNLOAD Button above

    * Select any option to get the complete project material instantly.

    * Chat our 24/7 customer service desk on WhatsApp# (+234) 0803-766-4978 and get your complete project material instantly.

    * All project materials on this website are well researched by professionals with high level of professionalism.


TESTIMONIES FROM OUR CLIENTS

Please feel free to carefully review some written and captured responses from our satisfied clients.


  • Debby Henry George, Massachusetts Institute of Technology (MIT), Cambridge, USA.

    "Exceptionally outstanding. Highly recommend for all who wish to have effective and excellent project defence. Easily Accessable, Affordable, Effective and effective."


  • Hilary Yusuf, United States International University Africa, Nairobi, Kenya.

    "I saw this website on facebook page and I did not even bother since I was in a hurry to complete my project. But I am totally amazed that when I visited the website and saw the topic I was looking for and I decided to give a try and now I have received it within an hour after ordering the material. Am grateful guys!"


  • Debby Henry George, Massachusetts Institute of Technology (MIT), Cambridge, USA.

    "Researchwap.net is a website I recommend to all student and researchers within and outside the country. The web owners are doing great job and I appreciate them for that. Once again, thank you very much "researchwap.net" and God bless you and your business! ."


  • Lamilare Valentine, Kwame Nkrumah University, Kumasi, Ghana.

    "Great User Experience, Nice flows and Superb functionalities.The app is indeed a great tech innovation for greasing the wheels of final year, research and other pedagogical related project works. A trial would definitely convince you."


  • Sampson, University of Nigeria, Nsukka.

    "I love what you guys are doing, your material guided me well through my research. Thank you for helping me achieve academic success."


  • Cynthia, Akwa Ibom State University .

    "researchwap.com is God-sent! I got good grades in my seminar and project with the help of your service, thank you soooooo much."


  • Elizabeth, Obafemi Awolowo University

    "Sorry, it was in my spam folder all along, I should have looked it up properly first. Please keep up the good work, your team is quite commited. Am grateful...I will certainly refer my friends too."


  • Ali Olanrewaju, Lagos State University.

    "Am happy the defense went well, thanks to your articles. I may not be able to express how grateful I am for all your assistance, but on my honour, I owe you guys a good number of referrals. Thank you once again."


  • Willie Ekereobong, University of Port Harcourt.

    "My Dear Researchwap, initially I never believed one can actually do honest business transactions with Nigerians online until i stumbled into your website. You have broken a new legacy of record as far as am concerned. Keep up the good work!"


  • Theressa, Igbinedion University.

    "WOW, SO IT'S TRUE??!! I can't believe I got this quality work for just 5k...I thought it was scam ooo. I wouldn't mind if it goes for over 5k, its worth it. Thank you!"


  • Joseph, Abia state Polytechnic.

    "I did not see my project topic on your website so I decided to call your customer care number, the attention I got was epic! I got help from the beginning to the end of my project in just 3 days, they even taught me how to defend my project and I got a 'B' at the end. Thank you so much researchwap.com, infact, I owe my graduating well today to you guys...."


  • Christiana, Landmark University .

    "My friend told me about ResearchWap website, I doubted her until I saw her receive her full project in less than 15 miniutes, I tried mine too and got it same, right now, am telling everyone in my school about researchwap.com, no one has to suffer any more writing their project. Thank you for making life easy for me and my fellow students... Keep up the good work"


  • Musa, Federal University of Technology Minna

    "I wish I knew you guys when I wrote my first degree project, it took so much time and effort then. Now, with just a click of a button, I got my complete project in less than 15 minutes. You guys are too amazing!."


  • Ali Obafemi, Ibrahim Badamasi Babangida University, Niger State.

    "I was scared at first when I saw your website but I decided to risk my last 5k and surprisingly I got my complete project in my email box instantly. This is so nice!!!."


  • To contribute to our success story, send us a feedback or please kindly call 2348037664978.
    Then your comment and contact will be published here also with your consent.
    Thank you for choosing researchwap.com.

FREQUENTLY ASKED QUESTIONS

  • How can I get the complete project - DESIGN AND IMPLEMENTATION OF AN ONLINE AND INTRANET OFFICE CHAT APPLICATION SYSTEM

    Simply click on the DOWNLOAD green button above and follow the procedure stated.


    Is it a complete project work or just materials?

    Yes, it's a Complete Research Project material. i.e Chapters 1-5, Abstract, Table of Contents, Full References, Questionnaires / Secondary Data


    What if I want to change the case study for DESIGN AND IMPLEMENTATION OF AN ONLINE AND INTRANET OFFICE CHAT APPLICATION SYSTEM, What can i do?

    Chat with Our 24/7 Customer Service Desk Now: WhatsApp# and you will be responded to Instantly


    How long does it take to get the complete project on DESIGN AND IMPLEMENTATION OF AN ONLINE AND INTRANET OFFICE CHAT APPLICATION SYSTEM?

    Depending on how fast your payment and details is acknowledged by us, you will get the complete project within 30 minutes. However, on a very good day you can still get it within 15 minutes!


    How will I get my complete project?

    The Complete Project Material will be Delivered via your Email Address in an MS Word document format


    Can I get my Complete Project through WhatsApp?

    Yes! We also send your Complete Research Project to your WhatsApp Number


    What if my Project Supervisor made some changes to a topic i picked from your website?

    Call or Chat With Our 24/7 Custumer Care Desk: +2348037664978 and you will be responded to Instantly


    Do you assist students with Assignment, Term Paper, Seminar and Project Proposal?

    Call or Chat With Our 24/7 Custumer Care Desk: +2348037664978 and you will be responded to Instantly


    What if i do not have any project topic idea yet?

    Don't Worry! We've Got Your Covered. Chat with us on WhatsApp# (+234) 0803-766-4978 to Get Instant Help.


    Why should I trust this website?

    We are well aware of fraudulent activities that have been happening on the internet. It is regrettable, but hopefully declining. However, we wish to reinstate to our esteemed clients that we are genuine and duly registered with the Corporate Affairs Commission as "TOPNOTCH INFOTECH ENTERPRISE". This site runs on Secure Sockets Layer (SSL), therefore all transactions on this site are HIGHLY secure and safe!


    I have a fresh topic that is not on your site. How do I go about it?

    Don't Worry, Chat with us on WhatsApp# (+234) 0803-766-4978 to Get Instant Help.



PROJECT DETAILS

PAGES: 56
FORMAT: MS WORD
Chapters: 1-5
PRICE: ₦ 5,000.00




TYPE TOPIC OR KEYWORD AND CLICK SEARCH: