-
Computerized Vehicle Maintenance Information Management System
CHAPTER THREE -- [Total Page(s) 8]
Page 5 of 8
-
-
-
3.3.6 INCLUDING THE LIBRARY
The Jquery library is a single javascrript file, containing all of its common Dom, event, effect and Ajax functions. it can be included within a web page by linking to a local copy, or to one of the many copies available from public services. Jquery has a CDNhostled by Max CDN [13] [move from media Temple [14] and, before that, Amazon [15]]. Google [16] and Microsoft [17] host it as well.
<sriptsrc= “JQuery.jsâ€></script>
it is also possible to include JQuery directly from content delivery net works. <scriptsrc= http: //code / JQuery.com /Jquery. 1.11.min jsx /script>
Usage Styles
Jquery has two usage stles:
Via the function which is a factory method for the JQuery object. These functions, often called commands, are chainable as they all return JQuery object.
Via prefixed functions. These are utility functions, which do not act upon the J query object directly.
Typically, access to and manipulation of multiple DOM nodes begins with the S functions being called with a CSS selector string, which results in a J query object referencing matching elements in the HTML page. This node set can be manipulated by calling instance methods on the J query object, or on the nodes themselves. for example:
s [“div.testâ€]. add [“P.quoteâ€]. add class [“blueâ€]. side Down [“slowâ€]
This line finds the union of all divtags with class attribute stand all pages with CSS class attribute quote, adds to class attribute blues to each match element, and then increase their height with an animation the S and Add functions affect the matched set, while the add class and slide down affect the referenced nodes.
Besides accessing Dom nodes through JQuery object hierarchy, it is also possible to create new Dom elements if a string passed as the argument to (S) look like HTML. For example, this line finds an HTML SELECT ELEMENT WITH ID= “car makes’, and add option element with value “VAG and text†“Volkwagonâ€.
S [‘Select N car makes’] append [S [<option/s]. attr [value:†VAGâ€)] append [VOLKSWAGENâ€].
The method prefixes with S are convenience method or affect global properties and behaviour, for example, the following is an example of the Literating function called each in JQuery: allows client side script to interact with the user, control the browser, communicate a synchronously and after the document content that is displayed it is also being used in server-side network programming [with noble. JS] game development and the creation of desktop and mobile application.
Java script is a prototype-based scripting language with dynamic typing and has first class function. Its syntax was influenced by C Java script copied many names otherwise unrelated and has very different semantics. The icy design principles within java scripts are taken from the self scheme programming language. It is a multi paradigm language, supporting object-oriented imperative and functional programming style, [Bunley Wiskeat, 1982]
The application of Java script use outside of web-page for example, in PDF document, site-specific browsers, and desktop under ts-is also significant. Newer and faster Java script VMS and platforms but upon them [Notably Node JS] have also increase the popularity of java script for server side web applications. On the client side java script was traditionally implemented as an interpreted language but just-in time compilation is now perform by recent [post-2012] browsers [Bunley Wiskeat, 1982].
Java script was formalized in the ECMA script language standard and is primarily used as part of a web browser [client-side java script] this enable programmatic access to object within a host environment.
AJAX
Ajax [also AJAX;/’ el d3 x ks/I an acronym for a synchronous java script and XML] is a group of interrelated web development techniques used in the client-side to synchronous web applications. With Ajax web application can send data to, and retrieve data from, a server synchronously [in the background] with interfering with the display and behavior of the existing page. Data can be retrieved using the XML HTTP request object, despite the name, the use of XML is not required JSON is often used instead [SEE AJAX] and the request do not need to be a synchronous [www.encrlopedia.com]
CHAPTER THREE -- [Total Page(s) 8]
Page 5 of 8
-
-
ABSRACT - [ Total Page(s): 1 ]ABSTRACT IS COMING SOON ... Continue reading---
CHAPTER ONE - [ Total Page(s): 5 ]CHAPTER ONE1.0 INTRODUCTION1.1 PREAMBLEThe modern technological trends across the globe have undoubtedly called for the computerization of nearly all human endeavors. This will of course make the problem solving easier within the shortest period of time.Prior to the computer age, paper record were maintained the track, the work, report were simply but costly to prepare. With the advent of the computer age, it was recognized that the computer software could be used to record work requ ... Continue reading---
CHAPTER TWO - [ Total Page(s): 2 ]CHAPTER TWO2.0 UNDER CVMIMS REVIEWCVMIMS utilization has been on the rise since the late 1980’s and it’s hard to find any large company involved in equipment or vehicle maintenance that does not use a specialized software package to assist in its equipment maintenance efforts.2.1 BACKGROUND OF CVMIMSThe type of computerized maintenance management system earlier designed only takes care of a particular document book. It is in form of a search engine which can be used to ... Continue reading---
CHAPTER FOUR - [ Total Page(s): 10 ]Figure 4.5 The used case diagram of scheduling manager.This module is a module with a fewer privilege or short advantages. It’s the main actor that is the scheduling manager. It allows the manager to create, modify and delete the maintenance planning of the vehicle registered in the system. A vehicle or owner’s information creation and modification advantages is not given to this module, so the user of this module cannot create any information, instead can use the information ... Continue reading---
CHAPTER FIVE - [ Total Page(s): 1 ]CHAPTER FIVECONCLUSION AND RECOMMENDATION5.1 CONCLUSIONThis project is to help in maintenance management of a vehicle in a computerized means without any stress and it help to avoid and litigation, accident, and risk taking in using vehicle and its economical in design.This project should be develop upon to reach the goal of full maintenance and repair of the vehicle.5.2 RECOMMENDATION.This project [computerized vehicle maintenance information management system], is recommended to take a long ti ... Continue reading---