Mobile HTML, CSS, JS, JQuery von Eduonix Learning Solutions

video locked

Über den Vortrag

Der Vortrag „Mobile HTML, CSS, JS, JQuery“ von Eduonix Learning Solutions ist Bestandteil des Kurses „Mobile Internet“. Der Vortrag ist dabei in folgende Kapitel unterteilt:

  • What You Should Know
  • The Viewport Meta Tag
  • Data Attribute Syntax
  • CSS Media Queries
  • Java Script Basics
  • JQuery Basics
  • JQuery Mobile Boilerplate

Quiz zum Vortrag

  1. Tripled
  2. About the same
  3. Doubled
  4. Quadrupled
  1. Java
  2. Objective-C
  3. C
  4. C++
  1. Objective-C
  2. Java
  3. C
  4. C++
  1. False
  2. True
  1. Is much faster than a native app
  2. Same codebase for all platforms
  3. Builds apps with HTML, CSS and JavaScript
  4. Can access device features like camera and geolocation
  1. Displays the data
  2. Styles the data
  3. Gets the data
  4. Calculates the data
  1. Styles the data
  2. Gets the data
  3. Displays the data
  4. Calculates the data

Dozent des Vortrages Mobile HTML, CSS, JS, JQuery

 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

... HTML Attributes - Format of an HTML Document - Inline & ...

... markup language. It simply displays the data/content to the user. CSS is how we style that data ?So ...

... want it to zoom out. We want to tell the browser that it can zoom in to the width of ...

... data attributes to any element. Data attributes consist of a name and ...

... controls="controls"> Lets add some helpful data to the audio element ...

... room to work with Elements tend to be centered more than on a ...

... screen and (max-width: 600px) { .class { background: #ccc; } } MIN WIDTH The following CSS will apply if the viewing area ...

... Linking JavaScript Documents Basic JavaScript Fundamentals – Variables, loops, ...

... gets the data ready to insert into the HTML - JavaScript libraries/frameworks ...

... for just about all of our UI (buttons, ...

... } For(var i = 0; i ...

... into the content div’); $( "button" ...

... On Top Of JQuery Core ?Theming Framework/Custom Themes ...