jQuery: vom Novizen zum Ninja
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German English |
Veröffentlicht: |
Haar bei München
Franzis
2012
|
Schriftenreihe: | Know-how ist blau
Web-Entwicklung |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | 351 S. Ill. 24 cm |
ISBN: | 9783645601733 3645601732 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV040295992 | ||
003 | DE-604 | ||
005 | 20130103 | ||
007 | t | ||
008 | 120706s2012 gw a||| |||| 00||| ger d | ||
015 | |a 12,N14 |2 dnb | ||
016 | 7 | |a 1021172626 |2 DE-101 | |
020 | |a 9783645601733 |c Pb. : EUR 30.00 (DE), EUR 30.90 (AT) |9 978-3-645-60173-3 | ||
020 | |a 3645601732 |9 3-645-60173-2 | ||
024 | 3 | |a 9783645601733 | |
035 | |a (OCoLC)800501530 | ||
035 | |a (DE-599)DNB1021172626 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 1 | |a ger |h eng | |
044 | |a gw |c XA-DE-BY | ||
049 | |a DE-12 |a DE-210 |a DE-83 |a DE-573 |a DE-91G |a DE-92 | ||
082 | 0 | |a 006.76 |2 22/ger | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 362f |2 stub | ||
084 | |a DAT 316f |2 stub | ||
084 | |a DAT 332f |2 stub | ||
100 | 1 | |a Castledine, Earle |e Verfasser |4 aut | |
240 | 1 | 0 | |a jQuery novice to ninja |
245 | 1 | 0 | |a jQuery |b vom Novizen zum Ninja |c Earle Castledine ; Craig Sharkie |
264 | 1 | |a Haar bei München |b Franzis |c 2012 | |
300 | |a 351 S. |b Ill. |c 24 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Know-how ist blau | |
490 | 0 | |a Web-Entwicklung | |
650 | 0 | 7 | |a jQuery |0 (DE-588)7681087-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a jQuery |0 (DE-588)7681087-2 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Sharkie, Craig |e Verfasser |4 aut | |
856 | 4 | 2 | |m X:MVB |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3999229&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025151094&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-025151094 |
Datensatz im Suchindex
_version_ | 1805146967231168512 |
---|---|
adam_text |
IMAGE 1
11
INHALTSVERZEICHNIS
1 SICH IN JQUERY VERLIEBEN 17
1.1 WAS IST SO GUT AN JQUERY? 17
1.1.1 BROWSERUEBERGREIFENDE KOMPATIBILITAET 18
1.1.2 CSS3-SELEKTOREN 18
1.1.3 HILFREICHE UTILITIES 18
1.1.4 JQUERY UL 19
1.2 PLUGINS 20
1.2.1 DAS MARKUP SAUBER HALTEN 21
1.2.2 BREITE AKZEPTANZ 22
1.3 WO IST DIE KEHRSEITE DER MEDAILLE? 22
1.4 JQUERY HERUNTERLADEN UND EINBINDEN 23
1.4.1 JQUERY HERUNTERLADEN 23
1.4.2 DAS GOOGLE CONTENT DISTRIBUTION NETWORK (CDN) 24
1.4.3 WEITERE CDN-OPTIONEN 26
1.4.4 NIGHTLIES UND GITHUB 26
1.4.5 UNKOMPRIMIERT ODER KOMPRIMIERT? 26
1.5 DIE ANATOMIE EINES JQUERY-SCRIPTS 27
1.5.1 DAS JQUERY-KUERZEL 27
1.5.2 EIN JQUERY-STATEMENT ANALYSIEREN 28
1.6 DOM: DAS DOCUMENT OBJECT MODEL 29
2 AUSWAEHLEN, DEKORIEREN UND VERBESSERN 3 1
2.1 SICHERSTELLEN, DASS DIE SEITE BEREIT IST 3 1
2.2 SELEKTIEREN: DAS HERZ VON JQUERY 32
2.2.1 EINFACHE AUSWAHL 33
2.2.2 DIE AUSWAHL EINGRENZEN 35
2.2.3 UNSERE AUSWAHL CHECKEN 35
2.2.4 FILTER 36
2.2.5 MEHRFACHSELEKTOREN 36
2.2.6 WERDEN SIE ZUM SELEKTIONS-PROFI 36
2.3 DEKORIEREN: CSS MIT JQUERY 37
2.3.1 CSS-EIGENSCHAFTEN AUSLESEN 37
2.3.2 CSS-EIGENSCHAFTEN ANWENDEN 38
2.3.3 KLASSEN 40
HTTP://D-NB.INFO/1021172626
IMAGE 2
12 INHALTSVERZEICHNIS
2.4 VERBESSERN: EFFEKTE MIT JQUERY 42
2.4.1 ELEMENTE VERBERGEN UND AUFDECKEN 42
2.4.2 ELEMENTE EIN-UND AUSBLENDEN 44
2.4.3 PROGRESSIVE ANPASSUNG 46
2.4.4 NEUE ELEMENTE HINZUFUEGEN 46
2.4.5 VORHANDENE ELEMENTE ENTFERNEN 49
2.4.6 INHALTE MODIFIZIEREN 49
2.4.7 GRUNDLEGENDE ANIMATIONEN: EIN-UND AUSBLENDEN MIT FLAIR 50 2.4.8
CALLBACK-FUNKTIONEN 51
2.5 EIN PAAR TRICKS 52
2.5.1 ELEMENTE BEIM HOVERN AKZENTUIEREN 52
2.5.2 SPOILER AUFDECKEN 54
3 ANIMIEREN, SCROLLEN UND SKALIEREN 57
3.1 ANIMIEREN 57
3.1.1 CSS-EIGENSCHAFTEN ANIMIEREN 57
3.1.2 FARBANIMATIONEN 59
3.1.3 EASING 60
3.1.4 FORTGESCHRITTENES EASING 61
3.1.5 AUFKLAPPENDE INHALTSBEREICHE 63
3.1.6 DIE ANIMATIONS-WARTESCHLANGE 65
3.1.7 CHAINING: AKTIONEN ANEINANDERREIHEN 66
3.1.8 CHAINING PAUSIEREN 66
3.1.9 ANIMIERTE NAVIGATION 67
3.1.10 ANIMIERTE NAVIGATION: KLAPPE, DIE ZWEITE! 70
3.1.11 DIE JQUERY-UI-BIBLIOTHEK 71
3.1.12 LASSEN SIE SICH ANIMIEREN! 73
3.2 SCROLLEN 73
3.2.1 DAS EREIGNIS SCROL 1 73
3.2.2 MITLAUFENDE NAVIGATIONSLEISTE 74
3.2.3 DAS DOKUMENT SCROLLEN 76
3.2.4 BENUTZERDEFINIERTE SCROLLLEISTEN 78
3.3 SKALIEREN 79
3.3.1 DAS EREIGNIS RESI ZE 79
3.3.2 SKALIERBARE ELEMENTE 81
4 BILDER UND SLIDESHOWS 8 9
4.1 DIE LIGHTBOX 89
4.1.1 DIE BENUTZERDEFINIERTE LIGHTBOX 89
4.1.2 TROUBLESHOOTINGMITCONSOLE.LOG 93
4.1.3 COLORBOX: EIN LIGHTBOX-PLUGIN 94
IMAGE 3
INHALTSVERZEICHNIS 13
4.2 BILDER MIT JCROP ZUSCHNEIDEN 97
4.3 SLIDESHOWS 100
4.3.1 SLIDESHOWS MIT CROSS-FADING 100
4.3.2 SCROLLENDE SLIDESHOWS 112
4.3.3 EIN SLIDESHOW-WIDGET IM IPHOTO-STIL 118
5 MENUES, TABS, TOOLTIPS UND PANELS 125
5.1 MENUES 125
5.1.1 EXPANDIERENDE MENUES 125
5.1.2 INDIKATOREN FUER OFFENE/GESCHLOSSENE MENUES 130
5.1.3 MENUE PER HOEVER AUS-UND EINKLAPPEN 131
5.1.4 DROP-DOWN-MENUES 132
5.2 ACCORDION-MENUES 135
5.2.1 EIN EINFACHES ACCORDION 135
5.2.2 ACCORDIONS MIT MEHREREN EBENEN 139
5.2.3 ACCORDION-MENUES MIT JQUERY UL 140
5.3 TABS 141
5.3.1 EINFACHE TABS 141
5.3.2 TABS MIT JQUERY UL 143
5.4 PANELS UND PANES 146
5.4.1 AUFKLAPPBARES LOGIN-FORMULAR 146
5.4.2 EIN ANIMIERTES OVERLAY 147
5.5 TOOLTIPS 150
5.5.1 EINFACHE TOOLTIPS 150
5.5.2 FORTGESCHRITTENE TOOLTIPS UND DIALOGE 153
6 STRUKTUR, AJAX UND INTERAKTIVITAET 159
6.1 IDEALE VORGEHENSWEISEN BEI DER STRUKTURIERUNG 159
6.1.1 SAUBERES JQUERY 159
6.1.2 CLIENT-SEITIGES TEMPLATING 164
6.1.3 BROWSER SNIFFING (. IST GANZ BOESE!) 167
6.2 AJAX CRASH-KURS 168
6.2.1 WAS IST AJAX? 168
6.2.2 REMOTE-HTML LADEN 169
6.2.3 HYPERLINKS ERWEITERN MIT HIJAX 169
6.2.4 HTML MIT SELEKTOREN HERAUSPICKEN 171
6.2.5 FORTGESCHRITTENE ANWENDUNG VON LOAD 172
6.2.6 AN DIE ZUKUNFT DENKEN: ON UND O F F 172
6.2.7 DATEN AUSLESEN MIT $ .GETJSON 174
6.2.8 TWITTER-SUCHE AUF CLIENT-SEITE 175
IMAGE 4
14 INHALTSVERZEICHNIS
6.2.9 DAS JQUERY-AJAX-ARBEITSPFERD 176
6.2.10 GLOBALE AJAX-EINSTELLUNGEN 177
6.2.11 EXTERNE SCRIPTS MIT $ . G E T S C R I P T LADEN 177
6.2.12 GET- UND POST-ANFRAGEN 178
6.2.13 JQUERY-AJAX-EREIGNISSE 179
6.3 INTERAKTIVITAET MIT AJAX 180
6.3.1 EINE AJAX-FOTOGALERIE . 181
6.3.2 IMAGE TAGGING 192
7 FORMULARE, KONTROLLELEMENTE UND DIALOGE 199
7.1 FORMULARE 199
7.1.1 EINFACHE FORMULARVALIDIERUNG 200
7.1.2 PRUEFUNG MIT DEM VALIDATION-PLUGIN 204
7.1.3 INDIKATOR FUER MAXIMALLAENGE 206
7.1.4 FELDBEZEICHNUNGEN IM EINGABEFELD 208
7.1.5 ALLE CHECKBOXEN PRUEFEN 209
7.1.6 INLINE-BEARBEITUNG 210
7.1.7 AUTOMATISCHES VERVOLLSTAENDIGEN 215
7.1.8 STERNE-BEWERTUNG 217
7.2 KONTROLLELEMENTE 222
7.2.1 BUTTONS 223
7.2.2 DATUMSWAEHLER 224
7.2.3 SCHIEBEREGLER 226
7.2.4 DRAG AND DROP 229
7.2.5 JQUERY UL S O R T A B L E 235
7.2.6 FORTSCHRITTSBALKEN 237
7.3 DIALOGE UND MELDUNGEN 238
7.3.1 EINFACHER MODALER DIALOG 239
7.3.2 JQUERY-UI-DIALOG 241
7.3.3 BENACHRICHTIGUNGEN IM GROWL-STIL 244
7.3.4 VIDEOSPIEL-RETRO: 1-UP! 247
8 LISTEN, BAUMSTRUKTUREN UND TABELLEN 251
8.1 LISTEN 251
8.1.1 MEHRFACHAUSWAHL PER JQUERY UL 251
8.1.2 LISTEN SORTIEREN 256
8.2 LISTEN IN AUSWAHLFELDERN MANIPULIEREN 258
8.3 BAUMSTRUKTUREN 262
8.3.1 EXPANDIERBARER KATEGORIEN-BAUM 262
8.3.2 EREIGNIS-DELEGIERUNG 265
IMAGE 5
INHALTSVERZEICHNIS 15
8.4 TABELLEN 267
8.4.1 FIXE KOPFZEILEN 267
8.4.2 SICH WIEDERHOLENDE KOPFZEILEN 270
8.4.3 DATENRASTER 272
8.4.4 ZEILEN MIT CHECKBOXEN AUSWAEHLEN 280
9 PLUGINS, THEMES UND FORTGESCHRITTENE TECHNIKEN 283
9.1 PLUGINS 283
9.1.1 EIN PLUGIN ERZEUGEN 283
9.2 FORTGESCHRITTENE TECHNIKEN 290
9.2.1 JQUERY ERWEITERN 290
9.2.2 EREIGNISSE 300
9.3 JQUERY-TRICKS FUER ECHTE NINJAS 308
9.3.1 KONFLIKTE VERMEIDEN 308
9.3.2 ANIMATIONEN IN WARTESCHLANGEN 309
9.3.3 JAVASCRIPT-OBJEKTE WIE JQUERY-OBJEKTE BEHANDELN 311 9.4 THEME
ROLLING 312
9.4.1 GALERIE-THEMES VERWENDEN 312
9.4.2 EIGENE THEMES GESTALTEN 313
9.4.3 THEMES AUF IHRE KOMPONENTEN ANWENDEN 314
9.5 JQUERY MACHT MOBIL 316
9.5.1 SPIELEN SIE IHREN TRUMPF AUS! 317
A REFERENZMATERIAL 329
A.1 $ . A J AX -OPTIONEN 329
A . L . L FLAGS 329
A.1.2 EINSTETLUNGEN 330
A.1.3 CALLBACKS UND FUNKTIONEN 332
A.2 S.SUPPORT -OPTIONEN 333
A.3 EREIGNISSE 336
A.3.1 EREIGNIS-EIGENSCHAFTEN 336
A.3.2 EREIGNIS-METHODEN 336
A.3.3 DIY-EREIGNIS-OBJEKTE 337
B JAVASCRIPT-LECKERBISSEN 339
B.L JAVASCRIPT - EINE ZWANGLOSE SPRACHE 339
B.2 GLEICHHEITS-OPERATOREN 340
B.3 TRUTHINESS UND FALSINESS 3 4 1
B.4 JQUERY DEMASKIEREN 342
IMAGE 6
16 INHALTSVERZEICHNIS
C PLUGIN-HELFER 343
C.L SELEKTOR UND KONTEXT 343
C.2 DER JQUERY-STAPEL 344
C.3 KOMPRIMIERUNG 345
STICHWORTVERZEICHNIS 347 |
any_adam_object | 1 |
author | Castledine, Earle Sharkie, Craig |
author_facet | Castledine, Earle Sharkie, Craig |
author_role | aut aut |
author_sort | Castledine, Earle |
author_variant | e c ec c s cs |
building | Verbundindex |
bvnumber | BV040295992 |
classification_rvk | ST 250 ST 253 |
classification_tum | DAT 362f DAT 316f DAT 332f |
ctrlnum | (OCoLC)800501530 (DE-599)DNB1021172626 |
dewey-full | 006.76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.76 |
dewey-search | 006.76 |
dewey-sort | 16.76 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV040295992</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20130103</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120706s2012 gw a||| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">12,N14</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1021172626</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783645601733</subfield><subfield code="c">Pb. : EUR 30.00 (DE), EUR 30.90 (AT)</subfield><subfield code="9">978-3-645-60173-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3645601732</subfield><subfield code="9">3-645-60173-2</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783645601733</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)800501530</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1021172626</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="1" ind2=" "><subfield code="a">ger</subfield><subfield code="h">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BY</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-12</subfield><subfield code="a">DE-210</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-92</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.76</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 362f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 316f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 332f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Castledine, Earle</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">jQuery novice to ninja</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">jQuery</subfield><subfield code="b">vom Novizen zum Ninja</subfield><subfield code="c">Earle Castledine ; Craig Sharkie</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Haar bei München</subfield><subfield code="b">Franzis</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">351 S.</subfield><subfield code="b">Ill.</subfield><subfield code="c">24 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Know-how ist blau</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Web-Entwicklung</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">jQuery</subfield><subfield code="0">(DE-588)7681087-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">jQuery</subfield><subfield code="0">(DE-588)7681087-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Sharkie, Craig</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">X:MVB</subfield><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3999229&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025151094&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-025151094</subfield></datafield></record></collection> |
id | DE-604.BV040295992 |
illustrated | Illustrated |
indexdate | 2024-07-21T00:38:19Z |
institution | BVB |
isbn | 9783645601733 3645601732 |
language | German English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-025151094 |
oclc_num | 800501530 |
open_access_boolean | |
owner | DE-12 DE-210 DE-83 DE-573 DE-91G DE-BY-TUM DE-92 |
owner_facet | DE-12 DE-210 DE-83 DE-573 DE-91G DE-BY-TUM DE-92 |
physical | 351 S. Ill. 24 cm |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | Franzis |
record_format | marc |
series2 | Know-how ist blau Web-Entwicklung |
spelling | Castledine, Earle Verfasser aut jQuery novice to ninja jQuery vom Novizen zum Ninja Earle Castledine ; Craig Sharkie Haar bei München Franzis 2012 351 S. Ill. 24 cm txt rdacontent n rdamedia nc rdacarrier Know-how ist blau Web-Entwicklung jQuery (DE-588)7681087-2 gnd rswk-swf jQuery (DE-588)7681087-2 s DE-604 Sharkie, Craig Verfasser aut X:MVB text/html http://deposit.dnb.de/cgi-bin/dokserv?id=3999229&prov=M&dok_var=1&dok_ext=htm Inhaltstext DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025151094&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Castledine, Earle Sharkie, Craig jQuery vom Novizen zum Ninja jQuery (DE-588)7681087-2 gnd |
subject_GND | (DE-588)7681087-2 |
title | jQuery vom Novizen zum Ninja |
title_alt | jQuery novice to ninja |
title_auth | jQuery vom Novizen zum Ninja |
title_exact_search | jQuery vom Novizen zum Ninja |
title_full | jQuery vom Novizen zum Ninja Earle Castledine ; Craig Sharkie |
title_fullStr | jQuery vom Novizen zum Ninja Earle Castledine ; Craig Sharkie |
title_full_unstemmed | jQuery vom Novizen zum Ninja Earle Castledine ; Craig Sharkie |
title_short | jQuery |
title_sort | jquery vom novizen zum ninja |
title_sub | vom Novizen zum Ninja |
topic | jQuery (DE-588)7681087-2 gnd |
topic_facet | jQuery |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3999229&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=025151094&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT castledineearle jquerynovicetoninja AT sharkiecraig jquerynovicetoninja AT castledineearle jqueryvomnovizenzumninja AT sharkiecraig jqueryvomnovizenzumninja |