Beginning JavaScript:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Indianapolis, IN
Wiley
2007
|
Ausgabe: | 3. ed. |
Schriftenreihe: | Wrox beginning guides
Wrox programmer to programmer |
Schlagworte: | |
Online-Zugang: | Table of contents only Inhaltsverzeichnis |
Beschreibung: | XXII, 767 S. Ill. |
ISBN: | 9780470051511 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV022713841 | ||
003 | DE-604 | ||
005 | 20220530 | ||
007 | t | ||
008 | 070904s2007 xxua||| |||| 00||| eng d | ||
010 | |a 2007008102 | ||
020 | |a 9780470051511 |9 978-0-470-05151-1 | ||
035 | |a (OCoLC)225584977 | ||
035 | |a (DE-599)BVBBV022713841 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-824 |a DE-861 |a DE-634 | ||
050 | 0 | |a QA76.73.J39 | |
082 | 0 | |a 005.13/3 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Wilton, Paul |d 1969- |e Verfasser |0 (DE-588)1037708806 |4 aut | |
245 | 1 | 0 | |a Beginning JavaScript |c Paul Wilton ; Jeremy McPeak |
250 | |a 3. ed. | ||
264 | 1 | |a Indianapolis, IN |b Wiley |c 2007 | |
300 | |a XXII, 767 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Wrox beginning guides | |
490 | 0 | |a Wrox programmer to programmer | |
650 | 4 | |a JavaScript (Computer program language) | |
650 | 4 | |a World Wide Web | |
650 | 4 | |a Web servers | |
650 | 0 | 7 | |a JavaScript |0 (DE-588)4420180-1 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4151278-9 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a JavaScript |0 (DE-588)4420180-1 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
700 | 1 | |a McPeak, Jeremy |d 1979- |e Verfasser |0 (DE-588)132418304 |4 aut | |
856 | 4 | |u http://www.loc.gov/catdir/toc/ecip0712/2007008102.html |3 Table of contents only | |
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=015919652&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015919652 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804136935957987328 |
---|---|
adam_text | Contents
Acknowledgments ix
Introduction xix
Chapter X: Introduction to JavaScript and the Web l
Introduction to JavaScript 1
What Is JavaScript? 1
JavaScript and the Web 2
Why Choose JavaScript? 3
What Can JavaScript Do for Me? 4
Tools Needed to Create JavaScript Web Applications 4
The script Tag and Your First Simple JavaScript Program 6
A Brief Look at Browsers and Compatibility Problems 12
Introducing the Who Wants To Be A Billionaire Trivia Quiz 13
Ideas Behind the Coding of the Trivia Quiz 16
What Functionality to Add and Where? 18
Summary 18
Chapter 2: Data Types and Variables 21
Types of Data in JavaScript 21
Numerical Data 22
Text Data 22
Boolean Data 24
Variables — Storing Data in Memory 24
Declaring Variables and Giving Them Values 25
Assigning Variables with the Value of Other Variables 28
Setting Up Your Browser for Errors 30
Displaying Errors in Firefox 30
Displaying Errors in Internet Explorer 31
What Happens When You Get an Error 32
Uslng Data — Calculatlons and Basic String Manipulation 35
Numerical Calculations 35
Operator Precedence 39
Basic String Operations 42
Mixing Numbers and Strings 44
Data Type Conversion 45
Dealing with Strings That Won t Convert 48
49
Arrays
A Multi Dimensional Array
The Who Wants To Be A Billfonafre Trivia Quiz — Storing the Questions Using
Arrays f*
Summary **
Exercise Questions
Question 1 62
Question 2 62
Chapter 3: Decisions. Loopsr and Functions _ —63
Decision Making — The if and switch Statements 64
Comparison Operators 64
The if Statement 66
Logical Operators 7^
Multiple Conditions Inside an if Statement 73
eise and eise if 77
Comparing Strings 78
The switch Statement 7^
Looping — The for and while Statements 84
The for Loop 84
The for...in Loop 87
The while Loop 88
The do...while loop 90
The break and continue Statements 91
Functions 92
Creating Your Own Functions 92
Variable Scope and Lifetime 96
The Trivia Quiz — Building One of the Basic Functions 97
Summary 100
Exercise Questions 102
Question 1 102
Question 2 102
Question 3 103
Question 4 103
Chapiej 4; JavaScript An Object Ba««^ |,angimgft 105
Object Based Programming 105
A Brief Introduction to Objects l05
Objects in JavaScript 106
Using JavaScript Objects 1°7
Primitives and Objects 110
xii
Contents
The JavaScript Native Objects 111
String Objects 111
The Math Object 122
Number Object 129
Array Objects 130
Date Objects 137
JavaScript Classes 146
Summary 156
Exercise Questions 157
Question 1 157
Question 2 157
Question 3 157
Chapter 5: Programming the Browser 153
Introduction to the Browser Objects 160
The window Object — Our Window onto the Page 161
The history Object 163
The location Object 163
The navigator Object 164
The screen Object 164
The document Object — The Page Itself 165
Connecting Code to Web Page Events 169
Browser Version Checking Examples 175
Summary 185
Exercise Questions 186
Question 1 186
Question 2 186
Question 3 186
Chapter 6: HTML Forms — Interactlng with the User 187
HTML Forms 188
Other Form Object Properties and Methods 190
HTML Elements In Forms 191
Common Properties and Methods 193
Button Form Elements 194
Text Elements 197
textarea Element 204
Check Boxes and Radio Buttons 207
The select Elements 215
The Trivia Quiz
227
Creating the Form
228
Creating the Answer Radio Buttons
Summary
233
Exercises
235
Question 1
Question2 °
235
Frames and the window Object
Coding Between Frames
Code Access Between Frames
Opening New Windows 247
Opening a New Browser Window
Scripting Between Windows 257
Moving and Resizing Windows 264
Security 269
Trivia Quiz 270
Creating the New Trivia Quiz 271
Summary 272
Exercise Questions 287
Question 1 289
Question 2 289
289
Additional String Methods
The split() Method 292
The replace() Method 292
The search() Method 295
The match() Method 296
Regulär Expressions 296
Simple Regulär Expressions 297
Regulär Expressions: Special Characters 297
Covering All Eventualities 300
Grouping Regulär Expressions 308
^e Srr SP t0 rePlaCe —K). —« Method. m
The replace() Method 312
The search() Method 314
The match() Method 318
Using the RegExp Object s Constructor £J
Contents
The Trivia Quiz 322
Summary 329
Exercise Questions 330
Question 1 330
Question 2 331
Question 3 331
Chapter 9; Pate, Time, and Timers 333
World Time 334
Setting and Getting a Date Object s UTC Date and Time 339
Timers in a Web Page 347
One Shot Timer 348
Setting a Timer that Fires at Regulär Intervals 352
The Trfvia Quiz 354
Summary 360
Exercise Questions 360
Question 1 360
Question 2 360
I Can t Believe I Just Did That: Some Common Mistakes 361
1: Undefined Variables 362
2: Case Sensitivity 363
3: Incorrect Number of Closing Braces 364
4: Missing Plus Signs During Concatenation 364
5: Equals Rather than Is Equal To 365
6: Incorrect Number of Closing Parentheses 365
7: Using a Method as a Property and Vice Versa 366
Microsoft Script Debugger 367
Obtaining the Script Debugger 367
Installing the Script Debugger 368
Using the Script Debugger 370
Firefox Debugglng wlth Venkman 388
Error Handling 393
Preventing Errors 393
The try...catch Statements 394
Summary 404
Exercise Questions 405
Question 1 405
Question 2 405
Baking Your First Cookie
A Fresh Baked Cookie 407
The Cookie String 408
Creating a Cookie 415
Getting a Cookie s Value 418
Cookie Limitations 422
Cookie Security and IE6 and IE7 428
Summary 429
Exercise Questions 434
Question 1 435
Question 2 435
435
Cross Browser Issues
Events 437
CSS: A Primer 438
Adding Some Style to HTML 458
Dynamic HTML 459
Accessing Elements 470
Changing Appearances 470
Positioning and Moving Content 470
Example: Animated Advertisement 478
Summary 483
Exercise Questions 488
Question 1 488
Question 2 488
488
The Web Standards 490
HTML 492
ECMAScript 492
XML 492
XHTML 493
The Document Object Model 494
The DOM Standard 495
Differences Between the DOM and the BOM 496
Representing the HTML Document as t e 497
The DOM Objects ücument as a Tree Structure 497
501
Contents
DOM Properties and Methods 502
The DOM Event Model 521
DHTML Example: Internet Explorer 5+ 526
The IE Event Model 526
Building a DHTML Toolbar 528
DHTML Example: The Toolbar In Firefox and Opera 540
Creating Cross Browser DHTML 544
Summary 548
Exercise Questlons 548
Question 1 548
Question 2 549
Chapter 14: JavaScript and XML 551
What Can XML Do för Me? 551
The Basics of XML 552
Understanding XML Syntax 552
Creating an XML Document 557
Document Type Definition 559
Creating the First DTD File 559
Bring on the Data 561
Altering the Look of XML 566
Style Sheets and XML 566
Extensible Stylesheet Language 568
Manlpulatlng XML wlth JavaScript 576
Retrieving an XML File in IE 577
Determining When the XML File Has Loaded 579
Retrieving an XML File in Firefox and Opera 580
Determining When the File is Loaded 580
Cross Browser XML File Retrieval 581
Displaying a Daily Message 582
Summary 592
Exercise Questlons 593
Question 1 593
Question 2 593
Chapter 15: Using ActiveX and Plug ins wtth JavaScript 595
Checking för and Embeddlng Plug ins In Firefox 596
Adding a Plug in to the Page 596
Checking for and Installing Plug ins in Firefox 598
Checking for and Embedding ActiveX Controls on Internet Explorer 601
Adding an ActiveX Control to the Page 602
Installing an ActiveX Control 606
Using Plug ins and ActiveX Controls 607
Testing Your No Plug in or ActiveX Control Redirection Script 614
Potential Problems 614
Summary 617
Exercise Question 618
Question 1 618
phapter 16: Ajax and Remote Scripting 619
What Is Remote Scripting? 619
What Can It Do? 619
Ajax 621
Browser Support 521
Ajax with JavaScript: The XMLHttpRequest Object 622
Cross Browser Issues g22
Using the XMLHttpRequest Object 626
Asynchronous Requests 527
Creating a Remote Scripting Class 629
The HttpRequest Constructor 629
Creating the Methods 53^
The Füll Code g32
Creating a Smarter Form with XMLHttpRequest 634
Requesting Information g34
The Received Data g35
Before You Begin g35
Creating a Smarter Form with an IFrame 644
The Server Response 645
Things to Watch Out For 652
The Same Origin Policy 652
ActiveX 52
Usability Concerns 653
Summary 54
Exercise Questions 655
Question 1 g55
Question 2 655
Appendix A: Exercise Snfuti nc ^gj
Index 727
|
adam_txt |
Contents
Acknowledgments ix
Introduction xix
Chapter X: Introduction to JavaScript and the Web l
Introduction to JavaScript 1
What Is JavaScript? 1
JavaScript and the Web 2
Why Choose JavaScript? 3
What Can JavaScript Do for Me? 4
Tools Needed to Create JavaScript Web Applications 4
The script Tag and Your First Simple JavaScript Program 6
A Brief Look at Browsers and Compatibility Problems 12
Introducing the "Who Wants To Be A Billionaire" Trivia Quiz 13
Ideas Behind the Coding of the Trivia Quiz 16
What Functionality to Add and Where? 18
Summary 18
Chapter 2: Data Types and Variables 21
Types of Data in JavaScript 21
Numerical Data 22
Text Data 22
Boolean Data 24
Variables — Storing Data in Memory 24
Declaring Variables and Giving Them Values 25
Assigning Variables with the Value of Other Variables 28
Setting Up Your Browser for Errors 30
Displaying Errors in Firefox 30
Displaying Errors in Internet Explorer 31
What Happens When You Get an Error 32
Uslng Data — Calculatlons and Basic String Manipulation 35
Numerical Calculations 35
Operator Precedence 39
Basic String Operations 42
Mixing Numbers and Strings 44
Data Type Conversion 45
Dealing with Strings That Won't Convert 48
49
Arrays
A Multi Dimensional Array
The "Who Wants To Be A Billfonafre" Trivia Quiz — Storing the Questions Using
Arrays f*
Summary **
Exercise Questions
Question 1 62
Question 2 62
Chapter 3: Decisions. Loopsr and Functions _ —63
Decision Making — The if and switch Statements 64
Comparison Operators 64
The if Statement 66
Logical Operators 7^
Multiple Conditions Inside an if Statement 73
eise and eise if 77
Comparing Strings 78
The switch Statement 7^
Looping — The for and while Statements 84
The for Loop 84
The for.in Loop 87
The while Loop 88
The do.while loop 90
The break and continue Statements 91
Functions 92
Creating Your Own Functions 92
Variable Scope and Lifetime 96
The Trivia Quiz — Building One of the Basic Functions 97
Summary 100
Exercise Questions 102
Question 1 102
Question 2 102
Question 3 103
Question 4 103
Chapiej 4; JavaScript An Object Ba««^ |,angimgft 105
Object Based Programming 105
A Brief Introduction to Objects l05
Objects in JavaScript 106
Using JavaScript Objects 1°7
Primitives and Objects 110
xii
Contents
The JavaScript Native Objects 111
String Objects 111
The Math Object 122
Number Object 129
Array Objects 130
Date Objects 137
JavaScript Classes 146
Summary 156
Exercise Questions 157
Question 1 157
Question 2 157
Question 3 157
Chapter 5: Programming the Browser 153
Introduction to the Browser Objects 160
The window Object — Our Window onto the Page 161
The history Object 163
The location Object 163
The navigator Object 164
The screen Object 164
The document Object — The Page Itself 165
Connecting Code to Web Page Events 169
Browser Version Checking Examples 175
Summary 185
Exercise Questions 186
Question 1 186
Question 2 186
Question 3 186
Chapter 6: HTML Forms — Interactlng with the User 187
HTML Forms 188
Other Form Object Properties and Methods 190
HTML Elements In Forms 191
Common Properties and Methods 193
Button Form Elements 194
Text Elements 197
textarea Element 204
Check Boxes and Radio Buttons 207
The select Elements 215
The Trivia Quiz
227
Creating the Form
228
Creating the Answer Radio Buttons
Summary
233
Exercises
235
Question 1
Question2 ""°
235
Frames and the window Object
Coding Between Frames
Code Access Between Frames
Opening New Windows 247
Opening a New Browser Window
Scripting Between Windows 257
Moving and Resizing Windows 264
Security 269
Trivia Quiz 270
Creating the New Trivia Quiz 271
Summary 272
Exercise Questions 287
Question 1 289
Question 2 289
289
Additional String Methods
The split() Method 292
The replace() Method 292
The search() Method 295
The match() Method 296
Regulär Expressions 296
Simple Regulär Expressions 297
Regulär Expressions: Special Characters 297
Covering All Eventualities 300
Grouping Regulär Expressions 308
^e'Srr SP"t0' rePlaCe"' —K). —« Method. m
The replace() Method 312
The search() Method 314
The match() Method 318
Using the RegExp Object's Constructor £J
Contents
The Trivia Quiz 322
Summary 329
Exercise Questions 330
Question 1 330
Question 2 331
Question 3 331
Chapter 9; Pate, Time, and Timers 333
World Time 334
Setting and Getting a Date Object's UTC Date and Time 339
Timers in a Web Page 347
One Shot Timer 348
Setting a Timer that Fires at Regulär Intervals 352
The Trfvia Quiz 354
Summary 360
Exercise Questions 360
Question 1 360
Question 2 360
I Can't Believe I Just Did That: Some Common Mistakes 361
1: Undefined Variables 362
2: Case Sensitivity 363
3: Incorrect Number of Closing Braces 364
4: Missing Plus Signs During Concatenation 364
5: Equals Rather than Is Equal To 365
6: Incorrect Number of Closing Parentheses 365
7: Using a Method as a Property and Vice Versa 366
Microsoft Script Debugger 367
Obtaining the Script Debugger 367
Installing the Script Debugger 368
Using the Script Debugger 370
Firefox Debugglng wlth Venkman 388
Error Handling 393
Preventing Errors 393
The try.catch Statements 394
Summary 404
Exercise Questions 405
Question 1 405
Question 2 405
Baking Your First Cookie
A Fresh Baked Cookie 407
The Cookie String 408
Creating a Cookie 415
Getting a Cookie's Value 418
Cookie Limitations 422
Cookie Security and IE6 and IE7 428
Summary 429
Exercise Questions 434
Question 1 435
Question 2 435
435
Cross Browser Issues
Events 437
CSS: A Primer 438
Adding Some Style to HTML 458
Dynamic HTML 459
Accessing Elements 470
Changing Appearances 470
Positioning and Moving Content 470
Example: Animated Advertisement 478
Summary 483
Exercise Questions 488
Question 1 488
Question 2 488
488
The Web Standards 490
HTML 492
ECMAScript 492
XML 492
XHTML 493
The Document Object Model 494
The DOM Standard 495
Differences Between the DOM and the BOM 496
Representing the HTML Document as\ t e 497
The DOM Objects ücument as a Tree Structure 497
501
Contents
DOM Properties and Methods 502
The DOM Event Model 521
DHTML Example: Internet Explorer 5+ 526
The IE Event Model 526
Building a DHTML Toolbar 528
DHTML Example: The Toolbar In Firefox and Opera 540
Creating Cross Browser DHTML 544
Summary 548
Exercise Questlons 548
Question 1 548
Question 2 549
Chapter 14: JavaScript and XML 551
What Can XML Do för Me? 551
The Basics of XML 552
Understanding XML Syntax 552
Creating an XML Document 557
Document Type Definition 559
Creating the First DTD File 559
Bring on the Data 561
Altering the Look of XML 566
Style Sheets and XML 566
Extensible Stylesheet Language 568
Manlpulatlng XML wlth JavaScript 576
Retrieving an XML File in IE 577
Determining When the XML File Has Loaded 579
Retrieving an XML File in Firefox and Opera 580
Determining When the File is Loaded 580
Cross Browser XML File Retrieval 581
Displaying a Daily Message 582
Summary 592
Exercise Questlons 593
Question 1 593
Question 2 593
Chapter 15: Using ActiveX and Plug ins wtth JavaScript 595
Checking för and Embeddlng Plug ins In Firefox 596
Adding a Plug in to the Page 596
Checking for and Installing Plug ins in Firefox 598
Checking for and Embedding ActiveX Controls on Internet Explorer 601
Adding an ActiveX Control to the Page 602
Installing an ActiveX Control 606
Using Plug ins and ActiveX Controls 607
Testing Your "No Plug in or ActiveX Control" Redirection Script 614
Potential Problems 614
Summary 617
Exercise Question 618
Question 1 618
phapter 16: Ajax and Remote Scripting 619
What Is Remote Scripting? 619
What Can It Do? 619
Ajax 621
Browser Support 521
Ajax with JavaScript: The XMLHttpRequest Object 622
Cross Browser Issues g22
Using the XMLHttpRequest Object 626
Asynchronous Requests 527
Creating a Remote Scripting Class 629
The HttpRequest Constructor 629
Creating the Methods 53^
The Füll Code g32
Creating a Smarter Form with XMLHttpRequest 634
Requesting Information g34
The Received Data g35
Before You Begin g35
Creating a Smarter Form with an IFrame 644
The Server Response 645
Things to Watch Out For 652
The Same Origin Policy 652
ActiveX 52
Usability Concerns 653
Summary 54
Exercise Questions 655
Question 1 g55
Question 2 655
Appendix A: Exercise Snfuti"nc ^gj
Index 727 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Wilton, Paul 1969- McPeak, Jeremy 1979- |
author_GND | (DE-588)1037708806 (DE-588)132418304 |
author_facet | Wilton, Paul 1969- McPeak, Jeremy 1979- |
author_role | aut aut |
author_sort | Wilton, Paul 1969- |
author_variant | p w pw j m jm |
building | Verbundindex |
bvnumber | BV022713841 |
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)225584977 (DE-599)BVBBV022713841 |
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 | 3. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01809nam a2200481zc 4500</leader><controlfield tag="001">BV022713841</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20220530 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070904s2007 xxua||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2007008102</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470051511</subfield><subfield code="9">978-0-470-05151-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)225584977</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022713841</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-824</subfield><subfield code="a">DE-861</subfield><subfield code="a">DE-634</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></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">Wilton, Paul</subfield><subfield code="d">1969-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1037708806</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Beginning JavaScript</subfield><subfield code="c">Paul Wilton ; Jeremy McPeak</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. 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">XXII, 767 S.</subfield><subfield code="b">Ill.</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">Wrox beginning guides</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Wrox programmer to programmer</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">JavaScript (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">World Wide Web</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web servers</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="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4151278-9</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</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="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">McPeak, Jeremy</subfield><subfield code="d">1979-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132418304</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/toc/ecip0712/2007008102.html</subfield><subfield code="3">Table of contents only</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=015919652&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-015919652</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> |
genre | (DE-588)4151278-9 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV022713841 |
illustrated | Illustrated |
index_date | 2024-07-02T18:27:29Z |
indexdate | 2024-07-09T21:04:19Z |
institution | BVB |
isbn | 9780470051511 |
language | English |
lccn | 2007008102 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015919652 |
oclc_num | 225584977 |
open_access_boolean | |
owner | DE-824 DE-861 DE-634 |
owner_facet | DE-824 DE-861 DE-634 |
physical | XXII, 767 S. Ill. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Wiley |
record_format | marc |
series2 | Wrox beginning guides Wrox programmer to programmer |
spelling | Wilton, Paul 1969- Verfasser (DE-588)1037708806 aut Beginning JavaScript Paul Wilton ; Jeremy McPeak 3. ed. Indianapolis, IN Wiley 2007 XXII, 767 S. Ill. txt rdacontent n rdamedia nc rdacarrier Wrox beginning guides Wrox programmer to programmer JavaScript (Computer program language) World Wide Web Web servers JavaScript (DE-588)4420180-1 gnd rswk-swf (DE-588)4151278-9 Einführung gnd-content JavaScript (DE-588)4420180-1 s 1\p DE-604 McPeak, Jeremy 1979- Verfasser (DE-588)132418304 aut http://www.loc.gov/catdir/toc/ecip0712/2007008102.html Table of contents only HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015919652&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 | Wilton, Paul 1969- McPeak, Jeremy 1979- Beginning JavaScript JavaScript (Computer program language) World Wide Web Web servers JavaScript (DE-588)4420180-1 gnd |
subject_GND | (DE-588)4420180-1 (DE-588)4151278-9 |
title | Beginning JavaScript |
title_auth | Beginning JavaScript |
title_exact_search | Beginning JavaScript |
title_exact_search_txtP | Beginning JavaScript |
title_full | Beginning JavaScript Paul Wilton ; Jeremy McPeak |
title_fullStr | Beginning JavaScript Paul Wilton ; Jeremy McPeak |
title_full_unstemmed | Beginning JavaScript Paul Wilton ; Jeremy McPeak |
title_short | Beginning JavaScript |
title_sort | beginning javascript |
topic | JavaScript (Computer program language) World Wide Web Web servers JavaScript (DE-588)4420180-1 gnd |
topic_facet | JavaScript (Computer program language) World Wide Web Web servers JavaScript Einführung |
url | http://www.loc.gov/catdir/toc/ecip0712/2007008102.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015919652&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT wiltonpaul beginningjavascript AT mcpeakjeremy beginningjavascript |