|
|
|
|
LEADER |
00000cam a2200000 4500 |
001 |
OR_ocn850080693 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
130625s2013 xx ob 001 0 ger d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d OCLCQ
|d UMI
|d DEBSZ
|d E7B
|d OCLCQ
|d OCLCO
|d OCLCF
|d YDXCP
|d COO
|d OCLCQ
|d WYU
|d OCLCQ
|d VT2
|d OCLCQ
|d SFB
|d OCLCO
|d OCLCQ
|d EBLCP
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 862982047
|
020 |
|
|
|a 9783864913020
|
020 |
|
|
|a 3864913020
|
020 |
|
|
|a 3864900565
|
020 |
|
|
|a 9783864900563
|
020 |
|
|
|z 9783864900563
|
029 |
1 |
|
|a AU@
|b 000055898266
|
029 |
1 |
|
|a DEBSZ
|b 399532293
|
035 |
|
|
|a (OCoLC)850080693
|z (OCoLC)862982047
|
037 |
|
|
|a CL0500000337
|b Safari Books Online
|
050 |
|
4 |
|a TK5103.4885. F384 2013
|
082 |
0 |
4 |
|a 384.5
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Friberg, Philipp.
|
245 |
1 |
0 |
|a Web-Apps mit jQuery Mobile :
|b Mobile Multiplattform-Entwicklung mit HTML5 und JavaScript.
|
260 |
|
|
|b dpunkt.verlag,
|c 2013.
|
300 |
|
|
|a 1 online resource (300 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
520 |
|
|
|a Hauptbeschreibung Wenn eine App nicht nur auf einer Plattform laufen soll, sondern auf vielen oder gar auf allen, dann sind sogenannte Web-Apps auf Basis von HTML5 und JavaScript gefragt. Wie diese Multiplattform-Entwicklung mithilfe des populären jQuery-Mobile-Frameworks gelingt, zeigt dieses Buch. In einem durchgehenden Beispiel setzen Sie sich mit HTML5, verschiedenen JavaScript-APIs, mobiler Architektur sowie jQuery Mobile auseinander und bauen Schritt für Schritt eine eigene Web-App. Außerdem wird gezeigt, wie man aus der Web-App auch noch native Apps erzeugen kann. <b.
|
588 |
0 |
|
|a Print version record.
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Inhaltsverzeichnis; Vorwort; 1 Die Whisky-App; 1.1 Szenario; 1.2 Der Ergonomie-Workshop; 1.2.1 Was macht eine gute App aus?; 1.2.2 Designelemente; 1.2.3 Zusammenfassung; 1.3 Ein Story-Board für die Whisky-APP; 1.3.1 Anforderungen; 1.3.2 Use-Case-Diagramm; 1.3.3 Story-Board; 1.4 Zusammenfassung; 2 Mobile Entwicklung; 2.1 Der Einfluss des Browsers; 2.2 Entwicklungsumgebungen; 2.2.1 Eclipse; 2.2.2 Aptana Studio; 2.2.3 IntelliJ IDEA; 2.2.4 Adobe Dreamweaver ab CS5.5; 2.2.5 Eclipse Orion; 2.3 JavaScript minimieren; 2.4 Simulatoren; 2.4.1 Android-Simulator; 2.4.2 iOS-Simulator; 2.4.3 iOS-Emulatoren
|
505 |
8 |
|
|a 2.4.4 BlackBerry-Simulator2.5 Paralleler Test; 2.6 Zusammenfassung; 3 Architektur von Web-Apps; 3.1 JavaScript; 3.2 Das Problem der ID; 3.3 Wie die Logik vom GUI unabhängig wird; 3.4 Die Whisky-App-Logik; 4 Von HTML5 bis jQuery Mobile; 4.1 HTML5 und CSS3; 4.2 Test-Bibliothek; 4.3 jQuery-Tutorial; 4.4 jQuery-Mobile-Tutorial; 4.4.1 Die erste Webseite; 4.4.2 Grundgerüst der Whisky-App; 4.4.3 Externe Webseiten; 4.5 Inside jQuery Mobile; 4.5.1 Stack; 4.5.2 Formatierung; 4.5.3 data-role-Attribut; 4.6 Zusammenfassung; 5 Der Whisky-App ein Gesicht geben; 5.1 Model und Controller an die View anbinden
|
505 |
8 |
|
|a 5.2 Themen5.3 Formular-Elemente gruppieren; 5.3.1 Collapsible Sets; 5.3.2 Grid-Darstellung; 5.4 Die Formular-Elemente; 5.4.1 Field-Container; 5.4.2 Mini-Elemente; 5.4.3 Texteingabe; 5.4.4 Datumseingabe; 5.4.5 Slider; 5.4.6 Rangesliders; 5.4.7 Flip Toggle Switch; 5.4.8 Radio-Buttons; 5.4.9 Sternen-Wertung; 5.4.10 Checkbox; 5.4.11 Select Options; 5.4.12 Native Forms; 5.4.13 Tooltips/Pop-ups; 5.4.14 Buttons; 5.5 Form-Elemente in der Whisky-App; 5.5.1 View; 5.5.2 Controller; 5.5.3 Eingabeprüfung; 5.6 Die Listview als Ausgangspunkt; 5.6.1 Definieren der Listenstruktur
|
505 |
8 |
|
|a 5.6.2 Weitere Eigenschaften der Listview5.6.3 Erstellen der View; 5.7 Die jQM-Tabelle; 5.7.1 Reflow-Tabelle; 5.7.2 Column-toggle-Tabelle; 5.8 Panels; 5.9 Tablet-Feeling; 5.10 App-Feeling; 5.10.1 Home-Icon; 5.10.2 Vollbildmodus; 5.10.3 Startgrafik; 5.11 Zusammenfassung; 6 Whisky-App und HTML5-APIs; 6.1 Datenbanken auf dem Mobile; 6.1.1 Web SQL; 6.1.2 Indexed DB; 6.2 Die eigene Location ermitteln; 6.2.1 Das Geolocation-Objekt; 6.2.2 Anpassungen an der View; 6.2.3 Anpassungen im Controller; 6.2.4 Fortlaufende Beobachtung; 6.2.5 Unterstützung; 6.3 Diagramme zeichnen; 6.3.1 Canvas
|
505 |
8 |
|
|a 6.3.2 Browser-Unterstützung6.3.3 Flot; 6.4 Offline gehen; 6.4.1 Caching; 6.4.2 Dynamische Manifest-Datei; 6.5 Zusammenfassung; 7 Weitere jQM-Themen; 7.1 Das .mobile-Objekt; 7.2 Page Loading Message; 7.3 Placeholder-Kontrast; 7.4 Performance; 7.4.1 Transition; 7.4.2 ThemeRoller; 7.4.3 jQuery-Selektoren einschränken; 7.4.4 Events; 7.4.5 Page Cache; 7.4.6 HTML-Seiten vorladen; 7.4.7 live() und bind(); 7.4.8 Performance bei vielen Daten; 7.5 jQuery-Mobile-Widgets; 7.5.1 jQM-Widget am Beispiel des Input-Elementes; 7.5.2 Ein eigenes jQM-Widget; 7.6 Konfiguration; 7.6.1 Standard-Texte
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a HTML (Document markup language)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a HTML (Langage de balisage)
|
650 |
|
7 |
|a HTML.
|2 aat
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a HTML (Document markup language)
|2 fast
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Friberg, Philipp.
|t Web-Apps mit jQuery Mobile : Mobile Multiplattform-Entwicklung mit HTML5 und JavaScript.
|d : dpunkt.verlag, ©2013
|z 9783864900563
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781457184970/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10762504
|
994 |
|
|
|a 92
|b IZTAP
|