Archiv - Ajax, XML and JSON Basics von Eduonix Learning Solutions

video locked

Über den Vortrag

Der Vortrag „Archiv - Ajax, XML and JSON Basics“ von Eduonix Learning Solutions ist Bestandteil des Kurses „Archiv - Ajax, XML & JSON“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

  • What is XML?
  • XML vs. HTML
  • Document structure
  • XML is used in many places
  • Advantages / Rules / Schemas
  • What is JSON
  • Syntax / Objects / Array
  • XML vs. JSON

Dozent des Vortrages Archiv - Ajax, XML and JSON Basics

 Eduonix Learning Solutions

Eduonix Learning Solutions

Eduonix Learning Solutions - The Knowledge Edge

Eduonix creates and distributes high quality technology training content. The team of industry professionals have been training manpower for more than a decade. Eduonix aims to teach technology the way it is used in industry and professional world. The expertness of the professional team of trainers ranges from Mobility, Web to Enterprise as well as Database and Server Administration.

Kundenrezensionen

(1)
5,0 von 5 Sternen
5 Sterne
5
4 Sterne
0
3 Sterne
0
2 Sterne
0
1  Stern
0


Auszüge aus dem Begleitmaterial

... Lightweight data-interchange format. Easy for humans to read & write ...

... JSON Arrays are contained in brackets[]. Files have ...

... "lastName": “Traversy“, “email”: ”brad.techguy@something.com” ...

... an array named “pets”, which holds 3 JSON objects. Each object is a record of ...

... More Simple. Faster. A little Easier to Read Native ...

... NOT a replacement for HTML. XML ...

... XML has no pre-defined tags. HTML is used to display ...

... Declaration just come first ...

... XML is stored in plain text format and can be read by almost any system. So XML ...

... Simplifies Transport of Data. Simplifies Platform Changes. Easy to upgrade systems as ...

... - Elements need to be nested properly. - XML Docs must have a root element. There can ...

... What is in a Schema? - Allowed data - Required data - How ...