JavaScript bible:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German English |
Veröffentlicht: |
Indianapolis, IN
Wiley
2007
|
Ausgabe: | 6. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXIV, 1173 S. Ill. 1 CD-ROM (12 cm) |
ISBN: | 9780470069165 0470069163 |
Internformat
MARC
LEADER | 00000nam a22000008c 4500 | ||
---|---|---|---|
001 | BV023334792 | ||
003 | DE-604 | ||
005 | 20080805 | ||
007 | t | ||
008 | 080609s2007 gw a||| |||| 00||| ger d | ||
020 | |a 9780470069165 |9 978-0-470-06916-5 | ||
020 | |a 0470069163 |9 0-470-06916-3 | ||
035 | |a (OCoLC)76961320 | ||
035 | |a (DE-599)BVBBV023334792 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 1 | |a ger |h eng | |
044 | |a gw |c DE | ||
049 | |a DE-20 | ||
050 | 0 | |a QA76.73.J39 | |
082 | 0 | |a 005.13/3 |2 22 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Goodman, Danny |e Verfasser |4 aut | |
245 | 1 | 0 | |a JavaScript bible |c Danny Goodman with Michael Morrison |
250 | |a 6. ed. | ||
264 | 1 | |a Indianapolis, IN |b Wiley |c 2007 | |
300 | |a XXIV, 1173 S. |b Ill. |e 1 CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a JavaScript (Computer program language) | |
650 | 0 | 7 | |a JavaScript |0 (DE-588)4420180-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a JavaScript 1.5 |0 (DE-588)4637244-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a JavaScript |0 (DE-588)4420180-1 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a JavaScript 1.5 |0 (DE-588)4637244-1 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
700 | 1 | |a Morrison, Michael |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016518675&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016518675 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804137684617134080 |
---|---|
adam_text | About the Authors v
Acknowledgments vii
Foreword xvii
Preface xix
Partl: Getting Started with JavaScript 1
Chapter 1: JavaScript s Role in the World Wide Web and Beyond 3
Competing for Web Traffic 4
Other Web Technologies 4
JavaScript: ALanguage for All 6
JavaScript: The Right Tool for the Right Job 8
Chapter 2: Authoring Challenges Amid the Browser Wars 9
Leapfrog 9
Duck and Cover 10
Compatibility Issues Today 11
Developing a Scripting Strategy 14
Chapter 3: Your First JavaScript Script 17
The Software Tools 17
Setting Up Your Authoring Environment 18
What Your First Script Will Do 21
Entering Your First Script 21
Examining the Script 23
Have Some Fun 25
Part II: JavaScript Tutorial 27
Chapter 4: Browser and Document Objects 29
Scripts Run the Show 29
WhentoUse JavaScript 30
The Document Object Model 31
When a Document Loads 33
Object References 36
Node Terminology 38
What Defines an Object? 39
Exercises 43
Chapter 5: Scripts and HTML Documents 45
Where Scripts Go in Documents 45
JavaScript Statements 49
When Script Statements Execute 49
Viewing Script Errors 52
Scripting versus Programming 54
Exercises 55
Chapter 6: Programming Fundamentals, Part I. 57
What Language Is This? 57
Working with Information 57
Variables 58
Expressions and Evaluation 60
Data Type Conversions 62
Operators 64
Exercises 65
Chapter 7: Programming Fundamentals, Part II 67
Decisions and Loops 67
Control Structures 68
About Repeat Loops 69
Functions 70
About Curly Braces 74
Arrays 74
Exercises 78
Chapter 8: Window and Document Objects 81
Top-Level Objects 81
The window Object —. 82
Window Properties and Methods 85
The location Object 87
The navigator Object 88
The document Object 88
Exercises 93
Chapter 9: Forms and Form Elements 95
The form Object ¦••.... 95
Form Controls as Objects 97
Passing Form Data and Elements to Functions .....¦•.104
Submitting and Prevalidating Forms 106
Exercises ....108
Chapter 10: Strings, Math, and Dates 109
Core Language Objects 109
String Objects HO
The Math Object ......113
The Date Object 1B
Date Calculations .......115
Exercises 117
Chapter 11: Scripting Frames and Multiple Windows 119
Frames: Parents and Children 119
References Among Family Members 121
Frame-Scripting Tips 123
About iframe Elements 124
Controlling Multiple Frames: Navigation Bars 124
References for Multiple Windows 126
Exercises 128
Chapter 12: Images and Dynamic HTML 129
The Image Object 129
Rollovers Without Scripts 135
The JavaScript: Pseudo-URL 137
Populär Dynamic HTML Techniques 138
Exercises 140
Part III: Document Objects Reference 141
Chapter 13: JavaScript Essentials 143
JavaScript Versions 143
Core Language Standard: ECMAScript 144
Embedding Scripts in HTML Documents 145
Browser Version Detection 149
Designing for Compatibility 154
Language Essentials for Experienced Programmers 158
Onward to Object Models 161
Chapter 14: Document Object Model Essentials 163
The Object Model Hierarchy 163
How Document Objects Are Born 166
Object Properties 166
Object Methods 167
Object Event Handlers 168
Object Model Smorgasbord 169
Basic Object Model 169
Basic Object Model Plus Images 170
Navigator 4-Only Extensions 170
Internet Explorer 4+Extensions 171
Internet Explorer 5+Extensions 174
TheW3CDOM 175
Scripting Trends 190
Standards Compatibility Modes (DOCTYPE Switching) 191
Where to Go from Here 192
Chapter 15: Generic HTML Element Objects 195
Generic Objects 196
Chapter 16: Window and Frame Objects 369
Window Terminology - 569
Frames 370
Window Object 376
frame Element Object 471
frameset Element Object 478
iframe Element Object 484
popup Object 490
Chapter 17: Location and History Objects 495
location Object 496
history Object 513
Chapter 18: The Document and Body Objects 519
document Object 520
body Element Object 587
TreeWalker Object 595
Chapter 19: Link and Anchor Objects 599
Anchor, Link, and a Element Objects 600
Chapter 20: Image, Area, Map, and Canvas Objects 607
Image and img Element Objects 607
area Element Object 626
map Element Object 630
canvas Element Object 634
Chapter 21: The Form and Related Objects 645
The Form in the Object Hierarchy 645
form Object 646
fieldset and legend Element Objects 663
label Element Object 665
Scripting and Web Forms 2,0 666
Chapter 21: Button Objects 669
The button Element Object, and the Button, Submit, and Reset Input Objects 669
checkbox Input Object 675
radio Input Object 682
image Input Object 688
Chapter 23: Text-Related Form Objects 691
Text Input Object 691
password Input Object 706
hidden Input Object 707
textarea Element Object 708
Chapter 24: Select, Option, and FileUpload Objects 713
select Element Object 713
Option Element Object 732
optgroup Element Object 734
Chapter 25: Event Objects 739
Why Events ? 740
Event Propagation 741
Referencing the event object 753
Binding Events 754
event Object Compatibility 758
Dueling Event Models 760
Event Types 763
IE4+ event Object 766
NN6+/Moz/Safari event Object 787
Chapter 26: Style Sheet and Style Objects 811
Making Sense of the Object Names 812
Imported Stylesheets 813
Reading Style Properties 813
style Element Object 814
styleSheet Object 816
cssRule and rule Objects 825
currentStyle, runtimeStyle, and style Objects 828
filter Object 854
Chapter 27: Ajax and XML 867
Elementsand Nodes 868
xml Element Object 869
XMLHttpRequest Object 871
Part IV: JavaScript Core Language Reference 881
Chapter 28: The String Object 883
Stringand Number Data Types 883
String Object 886
String Utility Functions 908
URL String Encoding and Decoding 912
Chapter 29: The Math, Number, and Boolean Objects 913
Numbers in JavaScript 913
Math Object 919
Number Object 922
Boolean Object 926
Chapter 30: The Date Object 927
Time Zones and GMT 927
The Date Object 929
Validating Date Entries in Forms 941
Chapter31:TheArrayObject 945
Structured Data 945
Creating an Empty Array 946
Populating an Array 947
JavaScript Array Creation Enhancements 947
Deleting Array Entries 948
Parallel Arrays 948
Multidimensional Arrays 951
Simulatinga Hash Table 952
Array Object Properties 953
Array Object Methods 955
Chapter 32: Control Structures and Exception Handling 969
Ifandlf. . .Else Decisions 969
Conditional Expressions 974
Repeat (for) Loops 975
The while Loop 979
The do-while Loop 980
Looping through Properties (for-in) 981
The with Statement 982
Labeled Statements 983
The switch Statement 985
Exception Handling 988
Using try-catch-finally Constructions 990
Throwing Exceptions 993
Error Object 997
Chapter 33: JavaScript Operators 1001
Operator Categories 1001
Comparison Operators 1002
Equality of Disparate Data Types 1003
Connubial Operators 1005
Assignment Operators 1008
Boolean Operators 1009
Bitwise Operators 1013
Object Operators 1014
Miscellaneous Operators 1018
Operator Precedence 1020
Chapter 34: Functions and Custom Objects 1023
Function Object 1023
Function Application Notes 1032
Creating Your Own Objects with Object-Oriented JavaScript 1039
Object-Oriented Concepts 1052
Object Object 1055
Chapter 35: Global Functions and Statements 1061
Functions 1062
Statements 1070
PartV: Appendixes 1077
Appendix A: JavaScript and Browser Objects Quick Reference 1079
Appendix B: JavaScript Reserved Words 1087
Appendix C: Answers to Tutorial Exercises 1089
. Chapter 4 Answers 1089
Chapter 5 Answers 1090
Chapter 6 Answers 1092
Chapter 7 Answers 1092
Chapter 8 Answers 1097
Chapter 9 Answers 1098
Chapter 10 Answers 1101
Chapter 11 Answers 1103
Chapter 12 Answers 1103
Appendix D: JavaScript and DOM Internet Resources 1105
Support and Updates forThisBook 1105
Newsgroups 1106
FAQs 1106
Online Documentation 1107
World Wide Web 1107
Appendix E: What s on the CD-ROM 1109
System Requirements 1109
Disc Contents 1110
Troubleshooting 1111
Customer Care 1111
Index 1113
Part VI: Bonus Chapters On the CD-ROM
Chapter 36: BodyText Objects
Chapter 37: HTML Directive Objects
Chapter 38: Table and List Objects
Chapter 39: The Navigator and Other Environment Objects
Chapter 40: Positioned Objects
Chapter 41: Embedded Objects
Chapter 42: The Regulär Expression and RegExp Objects
|
adam_txt |
About the Authors v
Acknowledgments vii
Foreword xvii
Preface xix
Partl: Getting Started with JavaScript 1
Chapter 1: JavaScript's Role in the World Wide Web and Beyond 3
Competing for Web Traffic 4
Other Web Technologies 4
JavaScript: ALanguage for All 6
JavaScript: The Right Tool for the Right Job 8
Chapter 2: Authoring Challenges Amid the Browser Wars 9
Leapfrog 9
Duck and Cover 10
Compatibility Issues Today 11
Developing a Scripting Strategy 14
Chapter 3: Your First JavaScript Script 17
The Software Tools 17
Setting Up Your Authoring Environment 18
What Your First Script Will Do 21
Entering Your First Script 21
Examining the Script 23
Have Some Fun 25
Part II: JavaScript Tutorial 27
Chapter 4: Browser and Document Objects 29
Scripts Run the Show 29
WhentoUse JavaScript 30
The Document Object Model 31
When a Document Loads 33
Object References 36
Node Terminology 38
What Defines an Object? 39
Exercises 43
Chapter 5: Scripts and HTML Documents 45
Where Scripts Go in Documents 45
JavaScript Statements 49
When Script Statements Execute 49
Viewing Script Errors 52
Scripting versus Programming 54
Exercises 55
Chapter 6: Programming Fundamentals, Part I. 57
What Language Is This? 57
Working with Information 57
Variables 58
Expressions and Evaluation 60
Data Type Conversions 62
Operators 64
Exercises 65
Chapter 7: Programming Fundamentals, Part II 67
Decisions and Loops 67
Control Structures 68
About Repeat Loops 69
Functions 70
About Curly Braces 74
Arrays 74
Exercises 78
Chapter 8: Window and Document Objects 81
Top-Level Objects 81
The window Object —. 82
Window Properties and Methods 85
The location Object 87
The navigator Object 88
The document Object 88
Exercises 93
Chapter 9: Forms and Form Elements 95
The form Object ¦••. 95
Form Controls as Objects 97
Passing Form Data and Elements to Functions .¦•.104
Submitting and Prevalidating Forms 106
Exercises .108
Chapter 10: Strings, Math, and Dates 109
Core Language Objects 109
String Objects HO
The Math Object .113
The Date Object 1B
Date Calculations .115
Exercises 117
Chapter 11: Scripting Frames and Multiple Windows 119
Frames: Parents and Children 119
References Among Family Members 121
Frame-Scripting Tips 123
About iframe Elements 124
Controlling Multiple Frames: Navigation Bars 124
References for Multiple Windows 126
Exercises 128
Chapter 12: Images and Dynamic HTML 129
The Image Object 129
Rollovers Without Scripts 135
The JavaScript: Pseudo-URL 137
Populär Dynamic HTML Techniques 138
Exercises 140
Part III: Document Objects Reference 141
Chapter 13: JavaScript Essentials 143
JavaScript Versions 143
Core Language Standard: ECMAScript 144
Embedding Scripts in HTML Documents 145
Browser Version Detection 149
Designing for Compatibility 154
Language Essentials for Experienced Programmers 158
Onward to Object Models 161
Chapter 14: Document Object Model Essentials 163
The Object Model Hierarchy 163
How Document Objects Are Born 166
Object Properties 166
Object Methods 167
Object Event Handlers 168
Object Model Smorgasbord 169
Basic Object Model 169
Basic Object Model Plus Images 170
Navigator 4-Only Extensions 170
Internet Explorer 4+Extensions 171
Internet Explorer 5+Extensions 174
TheW3CDOM 175
Scripting Trends 190
Standards Compatibility Modes (DOCTYPE Switching) 191
Where to Go from Here 192
Chapter 15: Generic HTML Element Objects 195
Generic Objects 196
Chapter 16: Window and Frame Objects 369
Window Terminology -"569
Frames 370
Window Object 376
frame Element Object 471
frameset Element Object 478
iframe Element Object 484
popup Object 490
Chapter 17: Location and History Objects 495
location Object 496
history Object 513
Chapter 18: The Document and Body Objects 519
document Object 520
body Element Object 587
TreeWalker Object 595
Chapter 19: Link and Anchor Objects 599
Anchor, Link, and a Element Objects 600
Chapter 20: Image, Area, Map, and Canvas Objects 607
Image and img Element Objects 607
area Element Object 626
map Element Object 630
canvas Element Object 634
Chapter 21: The Form and Related Objects 645
The Form in the Object Hierarchy 645
form Object 646
fieldset and legend Element Objects 663
label Element Object 665
Scripting and Web Forms 2,0 666
Chapter 21: Button Objects 669
The button Element Object, and the Button, Submit, and Reset Input Objects 669
checkbox Input Object 675
radio Input Object 682
image Input Object 688
Chapter 23: Text-Related Form Objects 691
Text Input Object 691
password Input Object 706
hidden Input Object 707
textarea Element Object 708
Chapter 24: Select, Option, and FileUpload Objects 713
select Element Object 713
Option Element Object 732
optgroup Element Object 734
Chapter 25: Event Objects 739
Why "Events"? 740
Event Propagation 741
Referencing the event object 753
Binding Events 754
event Object Compatibility 758
Dueling Event Models 760
Event Types 763
IE4+ event Object 766
NN6+/Moz/Safari event Object 787
Chapter 26: Style Sheet and Style Objects 811
Making Sense of the Object Names 812
Imported Stylesheets 813
Reading Style Properties 813
style Element Object 814
styleSheet Object 816
cssRule and rule Objects 825
currentStyle, runtimeStyle, and style Objects 828
filter Object 854
Chapter 27: Ajax and XML 867
Elementsand Nodes 868
xml Element Object 869
XMLHttpRequest Object 871
Part IV: JavaScript Core Language Reference 881
Chapter 28: The String Object 883
Stringand Number Data Types 883
String Object 886
String Utility Functions 908
URL String Encoding and Decoding 912
Chapter 29: The Math, Number, and Boolean Objects 913
Numbers in JavaScript 913
Math Object 919
Number Object 922
Boolean Object 926
Chapter 30: The Date Object 927
Time Zones and GMT 927
The Date Object 929
Validating Date Entries in Forms 941
Chapter31:TheArrayObject 945
Structured Data 945
Creating an Empty Array 946
Populating an Array 947
JavaScript Array Creation Enhancements 947
Deleting Array Entries 948
Parallel Arrays 948
Multidimensional Arrays 951
Simulatinga Hash Table 952
Array Object Properties 953
Array Object Methods 955
Chapter 32: Control Structures and Exception Handling 969
Ifandlf. . .Else Decisions 969
Conditional Expressions 974
Repeat (for) Loops 975
The while Loop 979
The do-while Loop 980
Looping through Properties (for-in) 981
The with Statement 982
Labeled Statements 983
The switch Statement 985
Exception Handling 988
Using try-catch-finally Constructions 990
Throwing Exceptions 993
Error Object 997
Chapter 33: JavaScript Operators 1001
Operator Categories 1001
Comparison Operators 1002
Equality of Disparate Data Types 1003
Connubial Operators 1005
Assignment Operators 1008
Boolean Operators 1009
Bitwise Operators 1013
Object Operators 1014
Miscellaneous Operators 1018
Operator Precedence 1020
Chapter 34: Functions and Custom Objects 1023
Function Object 1023
Function Application Notes 1032
Creating Your Own Objects with Object-Oriented JavaScript 1039
Object-Oriented Concepts 1052
Object Object 1055
Chapter 35: Global Functions and Statements 1061
Functions 1062
Statements 1070
PartV: Appendixes 1077
Appendix A: JavaScript and Browser Objects Quick Reference 1079
Appendix B: JavaScript Reserved Words 1087
Appendix C: Answers to Tutorial Exercises 1089
. Chapter 4 Answers 1089
Chapter 5 Answers 1090
Chapter 6 Answers 1092
Chapter 7 Answers 1092
Chapter 8 Answers 1097
Chapter 9 Answers 1098
Chapter 10 Answers 1101
Chapter 11 Answers 1103
Chapter 12 Answers 1103
Appendix D: JavaScript and DOM Internet Resources 1105
Support and Updates forThisBook 1105
Newsgroups 1106
FAQs 1106
Online Documentation 1107
World Wide Web 1107
Appendix E: What's on the CD-ROM 1109
System Requirements 1109
Disc Contents 1110
Troubleshooting 1111
Customer Care 1111
Index 1113
Part VI: Bonus Chapters On the CD-ROM
Chapter 36: BodyText Objects
Chapter 37: HTML Directive Objects
Chapter 38: Table and List Objects
Chapter 39: The Navigator and Other Environment Objects
Chapter 40: Positioned Objects
Chapter 41: Embedded Objects
Chapter 42: The Regulär Expression and RegExp Objects |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Goodman, Danny Morrison, Michael |
author_facet | Goodman, Danny Morrison, Michael |
author_role | aut aut |
author_sort | Goodman, Danny |
author_variant | d g dg m m mm |
building | Verbundindex |
bvnumber | BV023334792 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.J39 |
callnumber-search | QA76.73.J39 |
callnumber-sort | QA 276.73 J39 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)76961320 (DE-599)BVBBV023334792 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 6. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01634nam a22004458c 4500</leader><controlfield tag="001">BV023334792</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080805 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080609s2007 gw a||| |||| 00||| ger d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470069165</subfield><subfield code="9">978-0-470-06916-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0470069163</subfield><subfield code="9">0-470-06916-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)76961320</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV023334792</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">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.J39</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">22</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="100" ind1="1" ind2=" "><subfield code="a">Goodman, Danny</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">JavaScript bible</subfield><subfield code="c">Danny Goodman with Michael Morrison</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">6. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianapolis, IN</subfield><subfield code="b">Wiley</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXIV, 1173 S.</subfield><subfield code="b">Ill.</subfield><subfield code="e">1 CD-ROM (12 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="650" ind1=" " ind2="4"><subfield code="a">JavaScript (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">JavaScript</subfield><subfield code="0">(DE-588)4420180-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">JavaScript 1.5</subfield><subfield code="0">(DE-588)4637244-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">JavaScript</subfield><subfield code="0">(DE-588)4420180-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">JavaScript 1.5</subfield><subfield code="0">(DE-588)4637244-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Morrison, Michael</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ 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=016518675&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016518675</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV023334792 |
illustrated | Illustrated |
index_date | 2024-07-02T20:59:07Z |
indexdate | 2024-07-09T21:16:13Z |
institution | BVB |
isbn | 9780470069165 0470069163 |
language | German English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016518675 |
oclc_num | 76961320 |
open_access_boolean | |
owner | DE-20 |
owner_facet | DE-20 |
physical | XXIV, 1173 S. Ill. 1 CD-ROM (12 cm) |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Wiley |
record_format | marc |
spelling | Goodman, Danny Verfasser aut JavaScript bible Danny Goodman with Michael Morrison 6. ed. Indianapolis, IN Wiley 2007 XXIV, 1173 S. Ill. 1 CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier JavaScript (Computer program language) JavaScript (DE-588)4420180-1 gnd rswk-swf JavaScript 1.5 (DE-588)4637244-1 gnd rswk-swf JavaScript (DE-588)4420180-1 s DE-604 JavaScript 1.5 (DE-588)4637244-1 s 1\p DE-604 Morrison, Michael Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016518675&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Goodman, Danny Morrison, Michael JavaScript bible JavaScript (Computer program language) JavaScript (DE-588)4420180-1 gnd JavaScript 1.5 (DE-588)4637244-1 gnd |
subject_GND | (DE-588)4420180-1 (DE-588)4637244-1 |
title | JavaScript bible |
title_auth | JavaScript bible |
title_exact_search | JavaScript bible |
title_exact_search_txtP | JavaScript bible |
title_full | JavaScript bible Danny Goodman with Michael Morrison |
title_fullStr | JavaScript bible Danny Goodman with Michael Morrison |
title_full_unstemmed | JavaScript bible Danny Goodman with Michael Morrison |
title_short | JavaScript bible |
title_sort | javascript bible |
topic | JavaScript (Computer program language) JavaScript (DE-588)4420180-1 gnd JavaScript 1.5 (DE-588)4637244-1 gnd |
topic_facet | JavaScript (Computer program language) JavaScript JavaScript 1.5 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016518675&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT goodmandanny javascriptbible AT morrisonmichael javascriptbible |