Google maps engine and language presentation Ibrahim Motala.

Slides:



Advertisements
Similar presentations
DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
Advertisements

Alternative FILE formats
XML: text format Dr Andy Evans. Text-based data formats As data space has become cheaper, people have moved away from binary data formats. Text easier.
M2 – Explain the tools and techniques used in the creation of an interactive website. By Arturas Vitkovskij.
An Introductory Tutorial. Background and Purpose.
Basics of HTML What is HTML?  HTML or Hyper Text Markup Language is the standard markup language used to create Web pages.  HTML is.
Server-Side vs. Client-Side Scripting Languages
IS 373—Web Standards Todd Will
XML Introduction What is XML –XML is the eXtensible Markup Language –Became a W3C Recommendation in 1998 –Tag-based syntax, like HTML –You get to make.
XML Carlee Tanya John Wei Tera. Agenda Overview History Pros & Cons Examples XBRL Future.
XML(EXtensible Markup Language). XML XML stands for EXtensible Markup Language. XML is a markup language much like HTML. XML was designed to describe.
Tutorial 8 Sharing, Integrating and Analyzing Data
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
CS221 File Output Using Special Formats. What is a File? A file is a collection of information The type of information in the file can differ image, sound,
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
What is Crystal Reports By: Wase Siddiqui. History Crystal Reports was not created by SAP. It was a Software created by Terry Cunningham. It was created.
Introduce of XML Xiaoling Song CS157A. What is XML? XML stands for EXtensible Markup Language XML stands for EXtensible Markup Language XML is a markup.
Internet as Teaching Tool Kenneth R. Szulczyk Lecture 5.
Struts 2.0 an Overview ( )
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Pemrograman Berbasis WEB XML part 2 -Aurelio Rahmadian- Sumber: w3cschools.com.
 Introduction to XML Introduction to XML  Features of XML Features of XML  Syntax of XML Syntax of XML  Syntax rules of XML document Syntax rules.
Chapter 5 – Part II IT Infrastructure and Emerging Technologies.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
Class 5 Computer Software. Outline System Software Application Software (“Applications”) Markup languages for Internet (HTML, XML) User Interface Client-Server.
University of Sunderland CDM105 Session 5 Web Authoring Tools The past and present A history of web authoring tools and an overview of Macromedia Dreamweaver.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
INFO 344 Web Tools And Development CK Wang University of Washington Spring 2014.
Presentation Topic: XML and ASP Presented by Yanzhi Zhang.
XML eXtensible Markup Language. Topics  What is XML  An XML example  Why is XML important  XML introduction  XML applications  XML support CSEB.
Overview of HTML and XML. Contents n History n Usage n Examples n Advantages n Disadvantages.
WEB APPLICATION DEVELOPMENT For More visit:
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Dr. Martin Zhao Sept 4, Topics HTML and related tutorials on w3schools.com Related HTML tags Adding interesting features using JavaScript What is.
XML stands for Extensible Mark-up Language XML is a mark-up language much like HTML XML was designed to carry data, not to display data XML tags are not.
Module: Software Engineering of Web Applications Chapter 2: Technologies 1.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
1 D O C U M E N T A T I O N & I N F O R M A T I O N S E R V I C E S 1 Improved Dissemination of NMMSS Products and Reports NMMSS Software Engineer 5/20/2009.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Office 2003: Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 13 – Importing and Exporting Data.
XML. HTML Before you continue you should have a basic understanding of the following: HTML HTML was designed to display data and to focus on how data.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Dave Salinas. What is XML? XML stands for eXtensible Markup Language Markup language, like HTML HTML was designed to display data, whereas XML was designed.
MSc Publishing on the Web Week 4 Image Maps. Aims and Objectives Discover what are image maps To understand the different types of image map To understand.
JSON. JSON as an XML Alternative JSON is a light-weight alternative to XML for data- interchange JSON = JavaScript Object Notation It’s really language.
XML Extensible Markup Language
Part 1 The Basics of Information Systems. Purpose of Information Systems Information systems ◦ Collects, stores and organizes information ◦ Retrieves.
Week-10 (Lecture-1) Web Building STEPS OF BUILDING: create web pages using HTML add a consistent style using CSS add computer code using JavaScript add.
1 New Perspectives on Access 2016 Module 8: Sharing, Integrating, and Analyzing Data.
Framework and Graph Visualization Tools
Mapping for the interwebs
HTML, XHTML, and the World Wide Web
Introduction to OBIEE:
The Client-Server Model
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Consuming Java Script Object Notation (JSON) feeds
CFS Community Day Core Flight System Command and Data Dictionary Utility December 4, 2017 NASA JSC/Kevin McCluney December 4, 2017.
Chapter 1 HTML, XHTML, and the World Wide Web
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Assembler, Compiler, Interpreter
Chapter 1 HTML, XHTML, and the World Wide Web
Tree Visualization.
What is a CMS. CMS is content management system CMS is a software that stores content.
Assembler, Compiler, Interpreter
Lesson 10: Dictionaries Class Chat: Attendance: Participation
The Fat-Free Alternative to XML
MIS2502: Data Analytics Semi-structured Data Analytics
Web Application Development Using PHP
Presentation transcript:

Google maps engine and language presentation Ibrahim Motala

XML My example - XML – XML stands for ‘Extensible Mark-up Language’. This language is very similar mark-up language to HTML. The coding language is simple for humans to read so people without any experience or knowledge could read it and get a slight understanding of what the code means or the data it is holding. Pros: Anybody can read it and understand the language You can create your own tags It is a very flexible language Cons: Every tag needs to be closed Not compatible with a majority of web browsers

JSON My example Json stands for Javascript Object Notation. It is a very similar language to javascript. Json is a syntax which is used for storing and exchanging data. Pros: Easier and quicker than XML Easy to read and understand Can be easily paired with JavaScript to output data Compatible with all browsers Cons: Very limited so large sets of data can not be stored unlike CSV or XML

CSV My Example - CSV stands for Comma Separated Values. CSV file types are like database and can be created using software such as Microsoft excel. Pros Does not store data through code Easily readable and anyone can read it Useful for large amounts of data Easy to output Decent file sizes Cons: Difficult to transfer complex data Very basic format

Google Maps Engine Google maps engine is an online application which is free to use but has additional costs if users would like to use some extra services and tools. The main reason why googles engine is very popular is because most of the service is free to anybody who wants to use it. Google created this engine so people can create their own maps and add their own destinations to the map. This service is used by almost everyone. I personally use this service regularly when I go out of Preston and I’m in a city where I don’t go regularly and need to find something. Businesses and travellers are very well known to use this engine.

Business would build maps to help users find locations of their locations. Business like CEX are known to use this mapping engine for that specific reason. Some business would pay to use the extra services that are not provided for the free engine. Googles map engine is very easy to use and would not take a long time to learn and get used to. Also, ironically you can google a lot of tutorials and instructions and there are also videos on YouTube that have been created by past users.

The risk to using this engine is that everybody who has access to the data, could change some and make mistakes without anybody knowing which could result in users getting the wrong information. The risks from a clients point of view is that if there is an error in the data and it has not been checked, then they could end up distributing misinformation to their users. The most suitable data sources for this engine is finding the longitude and latitude of destinations which can then be inputted and also viewed on the maps