Coding for kids ages 10 and up: coding for kids and beginners using Html, Css and JavaScript
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
[s. l.]
Abiprod
2020
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Inhaltsverzeichnis |
Beschreibung: | 247 Seiten Illustrationen |
ISBN: | 9781922462848 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV046986752 | ||
003 | DE-604 | ||
005 | 20210118 | ||
007 | t | ||
008 | 201109s2020 a||| |||| 00||| eng d | ||
020 | |a 9781922462848 |9 978-1-922462-84-8 | ||
035 | |a (OCoLC)1231963416 | ||
035 | |a (DE-599)BVBBV046986752 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-739 | ||
084 | |a SR 910 |0 (DE-625)160292: |2 rvk | ||
100 | 1 | |a Mather, Bob |e Verfasser |4 aut | |
245 | 1 | 0 | |a Coding for kids ages 10 and up |b coding for kids and beginners using Html, Css and JavaScript |
264 | 1 | |a [s. l.] |b Abiprod |c 2020 | |
300 | |a 247 Seiten |b Illustrationen | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a JavaScript |0 (DE-588)4420180-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Cascading Style Sheets |0 (DE-588)4467617-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Informatikunterricht |0 (DE-588)4026898-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a HTML |0 (DE-588)4373477-7 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a HTML |0 (DE-588)4373477-7 |D s |
689 | 0 | 1 | |a Cascading Style Sheets |0 (DE-588)4467617-7 |D s |
689 | 0 | 2 | |a JavaScript |0 (DE-588)4420180-1 |D s |
689 | 0 | 3 | |a Informatikunterricht |0 (DE-588)4026898-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032394704&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032394704&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-032394704 |
Datensatz im Suchindex
_version_ | 1804181925457297408 |
---|---|
adam_text | Օկ/տ м m Table of Contents ПІІѴ -BCfcilli լ,·֊. Passau TABLE OF CONTENTS.......................................................................................... 2 INTRODUCTION............................................................................................... 11 SOFT SKILLS OF CODING.................................................................................. 15 SETTING UP YOUR WORKSPACE.................................................................... 19 What You Need.................................................................................................................. 19 Download/Install Text Editing software......................................................................... 19 Start using NotePad++....................................................................................................... 20 Test Program.......................................................................................................................23 Result:..................................................................................................................................25 WHAT IS HTML? 27 27 Common html Tags 2 Y )
Example of html code...............................................................................................................30 Copy Paste Version of html code.......................................................................................... 30 Code Output............................................................................................................................... 33 Practice Problems......................................................................................................................35 SAMPLE HTML PROGRAM..........................................................................36 What This Project Does........................................................................................................... 36 Concepts to Understand for this Chapter...........................................................................36 Files...............................................................................................................................................38 Code..............................................................................................................................................39 Output.......................................................................................................................................... 39 Code Explained...........................................................................................................................41 Practice
Problems......................................................................................................................42 HTML FORMS............................................................................................... 43 3
Sample Form...................................................................................................................... 44 Output:................................................................................................................................ 46 Practice Problems.............................................................................................................. 47 WHAT IS JAVASCRIPT?....................................................................................48 Using JavaScript with html...............................................................................................48 JavaScript Elements........................................................................................................... 50 How to add Comments..................................................................................................... 56 Example 1................................................... ..........57 Output:................................................................................................................................ 59 The Code Explained........................................................................................................... 59 Example 2............................................................................................................................60 Output:................................................................................................................................ 61 Code
Explained:..................................................................................................................62 Practice Problems.............................................................................................................. 62 4
64 INTRODUCTION TO CSS What is CSS?....................................................................................................................... 64 Create CSS file and iink to html file................................................................................. 64 CSS Terms........................................................................................................................... 67 CSS Button Elements.........................................................................................................69 CSS Example....................................................................................................................... 70 Code Explained...................................................................................................................70 CSS And JavaScript............................................................................................................ 73 Practice Problems.............................................................................................................. 76 DOING MATH WITH JAVASCRIPT.................................................................77 Parselnt/ParseFloat........................................................................................................... 77 Rounding numbers - Math.cell(), Math.f loor() and Math.roundQ.............................80 Add, subtract, multiply, divide........................................................................................83 5
85 Modulus Operation Math.RandomO..................................................................................................................87 Exponent and Logarithms................................................................................................. 89 Square root.........................................................................................................................90 Trigonometry.....................................................................................................................92 Practice Problems...............................................................................................................95 LOOPS................................................................................................................ 97 IF LOOP EXAMPLE 1......................................................................................................... 100 IF LOOP EXAMPLE 2......................................................................................................... 103 FOR LOOP Example 1....................................................................................................... 106 FOR LOOP Example 2....................................................................................................... 108 FOR Loop Example 3 - Nested Loops............................................................................ Ill WHILE LOOP EXAMPLE 1................................................................................................ 114 Practice
Problems............................................................................................................ 117 6
120 GAME TIME-LOOPS Adding html Elements using JavaScript........................................................................... 120 Game 1 - Guess Random Numbers.....................................................................................124 Game 2 - Math Quiz Game................................................................................................... 126 Game 3 - Math Quiz with Random Numbers...................................................................129 Practice Problems....................................................................................................................135 STRING VARIABLES...................................................................................... 136 Example 1 - Playing with Your Name; Reverse name game........................................ 138 Example 2 -Address Check................................................................................................... 141 Example 3 - Enter a string and replace all curse words with *****.......................... 144 Practice Problems....................................................................................................................147 ARRAYS............................................................................................................148 Example 1 - Creating An Array in JavaScript................................................................... 149 7
Example 2 - Assigning An Array Through A Form 151 Example 3 - Guess World Capitals................................................................................ 154 Example 4 - Random Jokes.............................................................................................158 Example 5 - Animal Hangman....................................................................................... 162 Practice Problems............................................................................................................ 172 OBJECTS..........................................................................................................173 Example 1..........................................................................................................................173 Example 2..........................................................................................................................177 Practice Problems............................................................................................................ 181 CREATING A CANVAS....................................................................................182 What is a Canvas?............................................................................................................182 Canvas Example............................................................................................................... 182 Creating a Circle on the Canvas..................................................................................... 184 8
188 Creating a Rectangle on the Canvas Creating a Smiley Face........................................................................................................... 191 Practice Problems................................................................................................................... 194 TIMERAND ANIMATIONS........................................................................... 195 What is a Timer?.....................................................................................................................195 Timer Example........................................................................................................................ 196 Growing Square....................................................................................................................... 200 Growing Circle......................................................................................................................... 203 Growing Radial Circle............................................................................................................ 206 Moving Ball in Different Directions.................................................................................... 210 Bouncing Ball............................................................................................................................ 217 Practice Problems....................................................................................................................222 KEYPRESS AND MOUSE CLICK EVENT....................................................... 224 9
224 What does a KeyPress Element Do? KeyPress Example 1................................................................................................................ 224 KeyPress Example 2................................................................................................................ 227 What does a MouseClick Element Do?..............................................................................233 MouseClick Example............................................................................................................... 233 MouseClick - Hide and Seek.................................................................................................235 MouseClick-Treasure Hunt.................................................................................................239 Pong Game................................................................................................................................ 241 Practice Problems....................................................................................................................246 CONCLUSION............................................................................................. 247 10
Օկ/տ м m Table of Contents ПІІѴ -BCfcilli լ,·֊. Passau TABLE OF CONTENTS.......................................................................................... 2 INTRODUCTION............................................................................................... 11 SOFT SKILLS OF CODING.................................................................................. 15 SETTING UP YOUR WORKSPACE.................................................................... 19 What You Need.................................................................................................................. 19 Download/Install Text Editing software......................................................................... 19 Start using NotePad++....................................................................................................... 20 Test Program.......................................................................................................................23 Result:..................................................................................................................................25 WHAT IS HTML? 27 27 Common html Tags 2 Y )
Example of html code...............................................................................................................30 Copy Paste Version of html code.......................................................................................... 30 Code Output............................................................................................................................... 33 Practice Problems......................................................................................................................35 SAMPLE HTML PROGRAM..........................................................................36 What This Project Does........................................................................................................... 36 Concepts to Understand for this Chapter...........................................................................36 Files...............................................................................................................................................38 Code..............................................................................................................................................39 Output.......................................................................................................................................... 39 Code Explained...........................................................................................................................41 Practice
Problems......................................................................................................................42 HTML FORMS............................................................................................... 43 3
Sample Form...................................................................................................................... 44 Output:................................................................................................................................ 46 Practice Problems.............................................................................................................. 47 WHAT IS JAVASCRIPT?....................................................................................48 Using JavaScript with html...............................................................................................48 JavaScript Elements........................................................................................................... 50 How to add Comments..................................................................................................... 56 Example 1................................................... ..........57 Output:................................................................................................................................ 59 The Code Explained........................................................................................................... 59 Example 2............................................................................................................................60 Output:................................................................................................................................ 61 Code
Explained:..................................................................................................................62 Practice Problems.............................................................................................................. 62 4
64 INTRODUCTION TO CSS What is CSS?....................................................................................................................... 64 Create CSS file and iink to html file................................................................................. 64 CSS Terms........................................................................................................................... 67 CSS Button Elements.........................................................................................................69 CSS Example....................................................................................................................... 70 Code Explained...................................................................................................................70 CSS And JavaScript............................................................................................................ 73 Practice Problems.............................................................................................................. 76 DOING MATH WITH JAVASCRIPT.................................................................77 Parselnt/ParseFloat........................................................................................................... 77 Rounding numbers - Math.cell(), Math.f loor() and Math.roundQ.............................80 Add, subtract, multiply, divide........................................................................................83 5
85 Modulus Operation Math.RandomO..................................................................................................................87 Exponent and Logarithms................................................................................................. 89 Square root.........................................................................................................................90 Trigonometry.....................................................................................................................92 Practice Problems...............................................................................................................95 LOOPS................................................................................................................ 97 IF LOOP EXAMPLE 1......................................................................................................... 100 IF LOOP EXAMPLE 2......................................................................................................... 103 FOR LOOP Example 1....................................................................................................... 106 FOR LOOP Example 2....................................................................................................... 108 FOR Loop Example 3 - Nested Loops............................................................................ Ill WHILE LOOP EXAMPLE 1................................................................................................ 114 Practice
Problems............................................................................................................ 117 6
120 GAME TIME-LOOPS Adding html Elements using JavaScript........................................................................... 120 Game 1 - Guess Random Numbers.....................................................................................124 Game 2 - Math Quiz Game................................................................................................... 126 Game 3 - Math Quiz with Random Numbers...................................................................129 Practice Problems....................................................................................................................135 STRING VARIABLES...................................................................................... 136 Example 1 - Playing with Your Name; Reverse name game........................................ 138 Example 2 -Address Check................................................................................................... 141 Example 3 - Enter a string and replace all curse words with *****.......................... 144 Practice Problems....................................................................................................................147 ARRAYS............................................................................................................148 Example 1 - Creating An Array in JavaScript................................................................... 149 7
Example 2 - Assigning An Array Through A Form 151 Example 3 - Guess World Capitals................................................................................ 154 Example 4 - Random Jokes.............................................................................................158 Example 5 - Animal Hangman....................................................................................... 162 Practice Problems............................................................................................................ 172 OBJECTS..........................................................................................................173 Example 1..........................................................................................................................173 Example 2..........................................................................................................................177 Practice Problems............................................................................................................ 181 CREATING A CANVAS....................................................................................182 What is a Canvas?............................................................................................................182 Canvas Example............................................................................................................... 182 Creating a Circle on the Canvas..................................................................................... 184 8
188 Creating a Rectangle on the Canvas Creating a Smiley Face........................................................................................................... 191 Practice Problems................................................................................................................... 194 TIMERAND ANIMATIONS........................................................................... 195 What is a Timer?.....................................................................................................................195 Timer Example........................................................................................................................ 196 Growing Square....................................................................................................................... 200 Growing Circle......................................................................................................................... 203 Growing Radial Circle............................................................................................................ 206 Moving Ball in Different Directions.................................................................................... 210 Bouncing Ball............................................................................................................................ 217 Practice Problems....................................................................................................................222 KEYPRESS AND MOUSE CLICK EVENT....................................................... 224 9
224 What does a KeyPress Element Do? KeyPress Example 1................................................................................................................ 224 KeyPress Example 2................................................................................................................ 227 What does a MouseClick Element Do?..............................................................................233 MouseClick Example............................................................................................................... 233 MouseClick - Hide and Seek.................................................................................................235 MouseClick-Treasure Hunt.................................................................................................239 Pong Game................................................................................................................................ 241 Practice Problems....................................................................................................................246 CONCLUSION............................................................................................. 247 10
|
adam_txt |
Օկ/տ м m Table of Contents ПІІѴ -BCfcilli լ,·֊. Passau TABLE OF CONTENTS. 2 INTRODUCTION. 11 SOFT SKILLS OF CODING. 15 SETTING UP YOUR WORKSPACE. 19 What You Need. 19 Download/Install Text Editing software. 19 Start using NotePad++. 20 Test Program.23 Result:.25 WHAT IS HTML? 27 27 Common html Tags 2 Y )
Example of html code.30 Copy Paste Version of html code. 30 Code Output. 33 Practice Problems.35 SAMPLE HTML PROGRAM.36 What This Project Does. 36 Concepts to Understand for this Chapter.36 Files.38 Code.39 Output. 39 Code Explained.41 Practice
Problems.42 HTML FORMS. 43 3
Sample Form. 44 Output:. 46 Practice Problems. 47 WHAT IS JAVASCRIPT?.48 Using JavaScript with html.48 JavaScript Elements. 50 How to add Comments. 56 Example 1. .57 Output:. 59 The Code Explained. 59 Example 2.60 Output:. 61 Code
Explained:.62 Practice Problems. 62 4
64 INTRODUCTION TO CSS What is CSS?. 64 Create CSS file and iink to html file. 64 CSS Terms. 67 CSS Button Elements.69 CSS Example. 70 Code Explained.70 CSS And JavaScript. 73 Practice Problems. 76 DOING MATH WITH JAVASCRIPT.77 Parselnt/ParseFloat. 77 Rounding numbers - Math.cell(), Math.f loor() and Math.roundQ.80 Add, subtract, multiply, divide.83 5
85 Modulus Operation Math.RandomO.87 Exponent and Logarithms. 89 Square root.90 Trigonometry.92 Practice Problems.95 LOOPS. 97 IF LOOP EXAMPLE 1. 100 IF LOOP EXAMPLE 2. 103 FOR LOOP Example 1. 106 FOR LOOP Example 2. 108 FOR Loop Example 3 - Nested Loops. Ill WHILE LOOP EXAMPLE 1. 114 Practice
Problems. 117 6
120 GAME TIME-LOOPS Adding html Elements using JavaScript. 120 Game 1 - Guess Random Numbers.124 Game 2 - Math Quiz Game. 126 Game 3 - Math Quiz with Random Numbers.129 Practice Problems.135 STRING VARIABLES. 136 Example 1 - Playing with Your Name; Reverse name game. 138 Example 2 -Address Check. 141 Example 3 - Enter a string and replace all curse words with *****. 144 Practice Problems.147 ARRAYS.148 Example 1 - Creating An Array in JavaScript. 149 7
Example 2 - Assigning An Array Through A Form 151 Example 3 - Guess World Capitals. 154 Example 4 - Random Jokes.158 Example 5 - Animal Hangman. 162 Practice Problems. 172 OBJECTS.173 Example 1.173 Example 2.177 Practice Problems. 181 CREATING A CANVAS.182 What is a Canvas?.182 Canvas Example. 182 Creating a Circle on the Canvas. 184 8
188 Creating a Rectangle on the Canvas Creating a Smiley Face. 191 Practice Problems. 194 TIMERAND ANIMATIONS. 195 What is a Timer?.195 Timer Example. 196 Growing Square. 200 Growing Circle. 203 Growing Radial Circle. 206 Moving Ball in Different Directions. 210 Bouncing Ball. 217 Practice Problems.222 KEYPRESS AND MOUSE CLICK EVENT. 224 9
224 What does a KeyPress Element Do? KeyPress Example 1. 224 KeyPress Example 2. 227 What does a MouseClick Element Do?.233 MouseClick Example. 233 MouseClick - Hide and Seek.235 MouseClick-Treasure Hunt.239 Pong Game. 241 Practice Problems.246 CONCLUSION. 247 10
Օկ/տ м m Table of Contents ПІІѴ -BCfcilli լ,·֊. Passau TABLE OF CONTENTS. 2 INTRODUCTION. 11 SOFT SKILLS OF CODING. 15 SETTING UP YOUR WORKSPACE. 19 What You Need. 19 Download/Install Text Editing software. 19 Start using NotePad++. 20 Test Program.23 Result:.25 WHAT IS HTML? 27 27 Common html Tags 2 Y )
Example of html code.30 Copy Paste Version of html code. 30 Code Output. 33 Practice Problems.35 SAMPLE HTML PROGRAM.36 What This Project Does. 36 Concepts to Understand for this Chapter.36 Files.38 Code.39 Output. 39 Code Explained.41 Practice
Problems.42 HTML FORMS. 43 3
Sample Form. 44 Output:. 46 Practice Problems. 47 WHAT IS JAVASCRIPT?.48 Using JavaScript with html.48 JavaScript Elements. 50 How to add Comments. 56 Example 1. .57 Output:. 59 The Code Explained. 59 Example 2.60 Output:. 61 Code
Explained:.62 Practice Problems. 62 4
64 INTRODUCTION TO CSS What is CSS?. 64 Create CSS file and iink to html file. 64 CSS Terms. 67 CSS Button Elements.69 CSS Example. 70 Code Explained.70 CSS And JavaScript. 73 Practice Problems. 76 DOING MATH WITH JAVASCRIPT.77 Parselnt/ParseFloat. 77 Rounding numbers - Math.cell(), Math.f loor() and Math.roundQ.80 Add, subtract, multiply, divide.83 5
85 Modulus Operation Math.RandomO.87 Exponent and Logarithms. 89 Square root.90 Trigonometry.92 Practice Problems.95 LOOPS. 97 IF LOOP EXAMPLE 1. 100 IF LOOP EXAMPLE 2. 103 FOR LOOP Example 1. 106 FOR LOOP Example 2. 108 FOR Loop Example 3 - Nested Loops. Ill WHILE LOOP EXAMPLE 1. 114 Practice
Problems. 117 6
120 GAME TIME-LOOPS Adding html Elements using JavaScript. 120 Game 1 - Guess Random Numbers.124 Game 2 - Math Quiz Game. 126 Game 3 - Math Quiz with Random Numbers.129 Practice Problems.135 STRING VARIABLES. 136 Example 1 - Playing with Your Name; Reverse name game. 138 Example 2 -Address Check. 141 Example 3 - Enter a string and replace all curse words with *****. 144 Practice Problems.147 ARRAYS.148 Example 1 - Creating An Array in JavaScript. 149 7
Example 2 - Assigning An Array Through A Form 151 Example 3 - Guess World Capitals. 154 Example 4 - Random Jokes.158 Example 5 - Animal Hangman. 162 Practice Problems. 172 OBJECTS.173 Example 1.173 Example 2.177 Practice Problems. 181 CREATING A CANVAS.182 What is a Canvas?.182 Canvas Example. 182 Creating a Circle on the Canvas. 184 8
188 Creating a Rectangle on the Canvas Creating a Smiley Face. 191 Practice Problems. 194 TIMERAND ANIMATIONS. 195 What is a Timer?.195 Timer Example. 196 Growing Square. 200 Growing Circle. 203 Growing Radial Circle. 206 Moving Ball in Different Directions. 210 Bouncing Ball. 217 Practice Problems.222 KEYPRESS AND MOUSE CLICK EVENT. 224 9
224 What does a KeyPress Element Do? KeyPress Example 1. 224 KeyPress Example 2. 227 What does a MouseClick Element Do?.233 MouseClick Example. 233 MouseClick - Hide and Seek.235 MouseClick-Treasure Hunt.239 Pong Game. 241 Practice Problems.246 CONCLUSION. 247 10 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Mather, Bob |
author_facet | Mather, Bob |
author_role | aut |
author_sort | Mather, Bob |
author_variant | b m bm |
building | Verbundindex |
bvnumber | BV046986752 |
classification_rvk | SR 910 |
ctrlnum | (OCoLC)1231963416 (DE-599)BVBBV046986752 |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01842nam a2200397 c 4500</leader><controlfield tag="001">BV046986752</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210118 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">201109s2020 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781922462848</subfield><subfield code="9">978-1-922462-84-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1231963416</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV046986752</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SR 910</subfield><subfield code="0">(DE-625)160292:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Mather, Bob</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Coding for kids ages 10 and up</subfield><subfield code="b">coding for kids and beginners using Html, Css and JavaScript</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[s. l.]</subfield><subfield code="b">Abiprod</subfield><subfield code="c">2020</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">247 Seiten</subfield><subfield code="b">Illustrationen</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="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">Cascading Style Sheets</subfield><subfield code="0">(DE-588)4467617-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Informatikunterricht</subfield><subfield code="0">(DE-588)4026898-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">HTML</subfield><subfield code="0">(DE-588)4373477-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">HTML</subfield><subfield code="0">(DE-588)4373477-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Cascading Style Sheets</subfield><subfield code="0">(DE-588)4467617-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><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="3"><subfield code="a">Informatikunterricht</subfield><subfield code="0">(DE-588)4026898-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</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=032394704&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</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=032394704&sequence=000003&line_number=0002&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-032394704</subfield></datafield></record></collection> |
id | DE-604.BV046986752 |
illustrated | Illustrated |
index_date | 2024-07-03T15:51:40Z |
indexdate | 2024-07-10T08:59:24Z |
institution | BVB |
isbn | 9781922462848 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032394704 |
oclc_num | 1231963416 |
open_access_boolean | |
owner | DE-739 |
owner_facet | DE-739 |
physical | 247 Seiten Illustrationen |
publishDate | 2020 |
publishDateSearch | 2020 |
publishDateSort | 2020 |
publisher | Abiprod |
record_format | marc |
spelling | Mather, Bob Verfasser aut Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript [s. l.] Abiprod 2020 247 Seiten Illustrationen txt rdacontent n rdamedia nc rdacarrier JavaScript (DE-588)4420180-1 gnd rswk-swf Cascading Style Sheets (DE-588)4467617-7 gnd rswk-swf Informatikunterricht (DE-588)4026898-6 gnd rswk-swf HTML (DE-588)4373477-7 gnd rswk-swf HTML (DE-588)4373477-7 s Cascading Style Sheets (DE-588)4467617-7 s JavaScript (DE-588)4420180-1 s Informatikunterricht (DE-588)4026898-6 s DE-604 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032394704&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032394704&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Mather, Bob Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript JavaScript (DE-588)4420180-1 gnd Cascading Style Sheets (DE-588)4467617-7 gnd Informatikunterricht (DE-588)4026898-6 gnd HTML (DE-588)4373477-7 gnd |
subject_GND | (DE-588)4420180-1 (DE-588)4467617-7 (DE-588)4026898-6 (DE-588)4373477-7 |
title | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_auth | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_exact_search | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_exact_search_txtP | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_full | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_fullStr | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_full_unstemmed | Coding for kids ages 10 and up coding for kids and beginners using Html, Css and JavaScript |
title_short | Coding for kids ages 10 and up |
title_sort | coding for kids ages 10 and up coding for kids and beginners using html css and javascript |
title_sub | coding for kids and beginners using Html, Css and JavaScript |
topic | JavaScript (DE-588)4420180-1 gnd Cascading Style Sheets (DE-588)4467617-7 gnd Informatikunterricht (DE-588)4026898-6 gnd HTML (DE-588)4373477-7 gnd |
topic_facet | JavaScript Cascading Style Sheets Informatikunterricht HTML |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032394704&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032394704&sequence=000003&line_number=0002&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT matherbob codingforkidsages10andupcodingforkidsandbeginnersusinghtmlcssandjavascript |
Es ist kein Print-Exemplar vorhanden.
Inhaltsverzeichnis