|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn939400104 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160215s2016 enka jo 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d TEFOD
|d OCLCF
|d TEFOD
|d DEBBG
|d C6I
|d DEBSZ
|d NLE
|d YDXCP
|d IDEBK
|d OCLCQ
|d CEF
|d N$T
|d UKMGB
|d AGLDB
|d IGB
|d RDF
|d OCLCO
|d OCLCQ
|d QGK
|d OCLCO
|
015 |
|
|
|a GBB6G3269
|2 bnb
|
016 |
7 |
|
|a 018007088
|2 Uk
|
019 |
|
|
|a 936624512
|a 936961756
|a 958465114
|a 1259119329
|
020 |
|
|
|a 9781783988495
|q (electronic bk.)
|
020 |
|
|
|a 1783988495
|q (electronic bk.)
|
020 |
|
|
|z 1785287176
|
020 |
|
|
|z 9781785287176
|
029 |
1 |
|
|a DEBBG
|b BV043968914
|
029 |
1 |
|
|a DEBSZ
|b 485794268
|
029 |
1 |
|
|a DEBSZ
|b 473885484
|
029 |
1 |
|
|a GBVCP
|b 882753088
|
029 |
1 |
|
|a AU@
|b 000062540022
|
029 |
1 |
|
|a UKMGB
|b 018007088
|
029 |
1 |
|
|a AU@
|b 000066232863
|
029 |
1 |
|
|a AU@
|b 000066531964
|
029 |
1 |
|
|a AU@
|b 000067108072
|
029 |
1 |
|
|a AU@
|b 000057214395
|
029 |
1 |
|
|a AU@
|b 000058967122
|
035 |
|
|
|a (OCoLC)939400104
|z (OCoLC)936624512
|z (OCoLC)936961756
|z (OCoLC)958465114
|z (OCoLC)1259119329
|
037 |
|
|
|a CL0500000716
|b Safari Books Online
|
037 |
|
|
|a 1A3BFFD9-F73C-4662-BD35-9AC321E71326
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J39
|
072 |
|
7 |
|a JNF
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2762
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Towaha, Syed Omar Faruk,
|e author.
|
245 |
1 |
0 |
|a JavaScript projects for kids :
|b gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guide /
|c Syed Omar Faruk Towaha.
|
246 |
3 |
0 |
|a Gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guide
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource :
|b illustrations.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
|
|
|a Description based on online resource; title from cover (Safari, viewed February 12, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b Gear up for a roller-coaster ride into the world of JavaScript and programming with this easy-to-follow, fun, and entertaining project-based guideAbout This Book Get to know the concepts of HTML and CSS to work with JavaScript Explore the concepts of object-oriented programming Follow this step-by-step guide on the fundamentals of JavaScript programmingWho This Book Is ForIf you've never written code before or you are completely new to the world of web programming, then this book is the right choice for you. This book is for kids of age 10 years and above and parents who are completely new to the world of programming and want to get introduced to programming.What You Will Learn Learn how to work with Google Developer tools to iterate, debug and profile your code Develop a Battleship game using the basic concepts of HTML and CSS Get to know the fundamentals of JavaScript programming Create our own version of Pac Man game. Discover the vital concepts of object-oriented programmingIn DetailJavaScript is the most widely-used programming language for web development and that's not all! It has evolved over the years and is now being implemented in an array of environments from websites to robotics. Learning JavaScript will help you see the broader picture of web development.This book will take your imagination to new heights by teaching you how to work with JavaScript from scratch. It will introduce you to HTML and CSS to enhance the appearance of your applications. You'll then use your skills to build on a cool Battleship game! From there, the book will introduce you to jQuery and show you how you can manipulate the DOM. You'll get to play with some cool stuff using Canvas and will learn how to make use of Canvas to build a game on the lines of Pacman, only a whole lot cooler! Finally, it will show you a few tricks with OOP to make your code clean and will end with a few road maps on areas you can explore further.Style and approachThis is an easy-to-follow, informative, and fun guide that takes a project-based approach to teaching programming in JavaScript. You will learn everything you need to get started with serious web application development.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Exploring JavaScript in the Console; Installing Google Chrome; Installing Atom; Chrome Developer Tools; Our first program; Why do we use Chrome Developer Tools?; Why do we use Atom as the text editor?; Exercise; Summary; Chapter 2: Solving Problems Using JavaScript; Variables; Comments; Arithmetic operators; Addition; Subtraction; Multiplication; Division; Modulus; More operators and operations; Increment or decrement operators; Assignment operators
|
505 |
8 |
|
|a JavaScript comparison and logical operatorsSummary; Chapter 3: Introducing HTML and CSS; HTML; Your first webpage; More HTML tags; Coloring HTML text; Linking HTML text; Inserting an image; CSS; JavaScript on an HTML page; Summary; Chapter 4: Diving a Bit Deeper; JavaScript methods; HTML buttons and form; Buttons; Form; If statement; Switch-case; Exercise; Loops; The for loop; Exercise; The while loop; Exercise; Summary; Chapter 5: Ahoy! Sailing into Battle; The HTML part; The CSS part; The JavaScript part; The final code; Summary; Chapter 6: Exploring the Benefits of jQuery
|
505 |
8 |
|
|a Installing jQueryExplaining the code; Going deeper; The load() method; The keyup() and keydown() methods; The change() method; The blur() and focus() methods; The resize() method; The scroll() method; Summary; Chapter 7: Introducing the Canvas; Implementing canvas; Adding JavaScript; Drawing a rectangle; Drawing a line; A quick exercise; Drawing a circle; Draw linear gradient; A quick exercise; Let's make a clock!; Summary; Chapter 8: Building Rat-man!; Game user interface; Adding functionalities to the game; The app.main.js file; The app.display_functions.js file; The app.init.js file
|
505 |
8 |
|
|a Images for Rat-man!The monsters folder; The player folder; The portal folder; The walls folder; Adding images to our cats; Draw the canvas; The app.key_handler.js file; The app.movement_functions.js file; The app.constants.js file; Playing the game; Summary; Chapter 9: Tidying up Your Code Using OOP; Inheritance in JavaScript; Encapsulation in JavaScript; Dissecting Hangman; Summary; Chapter 10: Possibilities; JavaScript as your first programming language; JavaScript is everywhere; JavaScript developer as profession; All chores can be done by JavaScript; Robotics; 3D games
|
505 |
8 |
|
|a Making apps for your smartphonesRunning web servers; Running Ruby and Python; Writing OS-independent desktop applications; Web scraping and screenshotting; Web analytics; Responsive and interactive contents; Animation; Creating cookies; Awesome JavaScript examples; Summary; Index
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a JavaScript (Computer program language)
|v Juvenile literature.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|v Ouvrages pour la jeunesse.
|
650 |
|
7 |
|a JUVENILE NONFICTION / General.
|2 bisacsh
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
655 |
|
7 |
|a Juvenile works
|2 fast
|
776 |
|
|
|z 1-78528-717-6
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781785287176/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis33796826
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12831288
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1163833
|
994 |
|
|
|a 92
|b IZTAP
|