Document Markup Document Markup - Reveal Codes Wikipedia Uses - - PowerPoint PPT Presentation

document
SMART_READER_LITE
LIVE PREVIEW

Document Markup Document Markup - Reveal Codes Wikipedia Uses - - PowerPoint PPT Presentation

Document Markup Document Markup - Reveal Codes Wikipedia Uses Wikitext markup Example HTML HSRC Website markup HSRC Website markup XML One root element that is the parent of all other elements All elements must have open


slide-1
SLIDE 1
slide-2
SLIDE 2
slide-3
SLIDE 3
slide-4
SLIDE 4
slide-5
SLIDE 5
slide-6
SLIDE 6
slide-7
SLIDE 7
slide-8
SLIDE 8

Document Markup

slide-9
SLIDE 9

Document Markup

  • Reveal Codes
slide-10
SLIDE 10

Wikipedia Uses Wikitext markup

slide-11
SLIDE 11

Example

slide-12
SLIDE 12

HTML

slide-13
SLIDE 13

HSRC Website markup

slide-14
SLIDE 14

HSRC Website markup

slide-15
SLIDE 15

XML

  • One root element that

is the parent of all

  • ther elements
  • All elements must have
  • pen and close tag
  • Nesting represents

parent child relationship

slide-16
SLIDE 16

Mobile Researcher (Mobenzi)

slide-17
SLIDE 17

JSON Format

  • Name/value pairs
  • Separated by commas
  • Curly braces hold
  • bjects
  • Square brackets hold

arrays

slide-18
SLIDE 18
slide-19
SLIDE 19

Relational Databases

  • Normalised
  • Tables
  • Joins
  • Access/MySQL/SQL

Server, Postgres, ….

  • SELECT * from LineItem

WHERE OrderID – 1234

slide-20
SLIDE 20

NoSQL (Document) Databases

  • DeNormalised
  • Not strongly typed
  • No joins
  • Sharding
  • Map-Reduce for

queries

  • MongoDB
slide-21
SLIDE 21

Real Time Database

  • Cross Device Sync
  • Push not Pull
  • Offline Cache
slide-22
SLIDE 22
slide-23
SLIDE 23

Key HTTP Methods

slide-24
SLIDE 24

APIs

slide-25
SLIDE 25

APIs

slide-26
SLIDE 26

APIs

slide-27
SLIDE 27

and more….

github.com/toddmotto/public-apis

slide-28
SLIDE 28

ARC

https://chrome.google.com/webstore

slide-29
SLIDE 29

Practical Example

S u n r i s e & S u n s e t a t y o u r h o m e

slide-30
SLIDE 30

Step 1. Use Google Maps API to reverse geocode your location GET

slide-31
SLIDE 31
slide-32
SLIDE 32

http://sunrise-sunset.org/api Step 2. Use API to get sunrise and sunset from your lat and lon coordinates

slide-33
SLIDE 33

http://sunrise-sunset.org/api Step 2. Use API to get sunrise and sunset from your lat and lon coordinates /json?lat=30.9989843&lng=-29.8371669

slide-34
SLIDE 34

Step 2. Use API to get sunrise and sunset from your lat and lon coordinates