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 kind of growth has mobile browsing had in the past two years?
Native Android apps are created in which programming language?
Native iOS/iPhone apps are created in which programming language?
A web app that is NOT created with PhoneGap that runs ONLY in a browser can be submitted to the app stores?
Which is NOT true about a PhoneGap web app?
Which role does HTML play in mobile development?
Which role does CSS play in mobile development?
5 Sterne |
|
5 |
4 Sterne |
|
0 |
3 Sterne |
|
0 |
2 Sterne |
|
0 |
1 Stern |
|
0 |
... 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 ...