Kamis, 25 Agustus 2011

[T520.Ebook] Free Ebook JavaScript for Kids: A Playful Introduction to Programming, by Morgan

Free Ebook JavaScript for Kids: A Playful Introduction to Programming, by Morgan

Investing the leisure by reviewing JavaScript For Kids: A Playful Introduction To Programming, By Morgan could offer such great encounter even you are only seating on your chair in the office or in your bed. It will certainly not curse your time. This JavaScript For Kids: A Playful Introduction To Programming, By Morgan will guide you to have even more precious time while taking rest. It is really pleasurable when at the noon, with a mug of coffee or tea as well as an e-book JavaScript For Kids: A Playful Introduction To Programming, By Morgan in your gizmo or computer system screen. By taking pleasure in the views around, below you could start reading.

JavaScript for Kids: A Playful Introduction to Programming, by Morgan

JavaScript for Kids: A Playful Introduction to Programming, by Morgan



JavaScript for Kids: A Playful Introduction to Programming, by Morgan

Free Ebook JavaScript for Kids: A Playful Introduction to Programming, by Morgan

JavaScript For Kids: A Playful Introduction To Programming, By Morgan. A task may obligate you to constantly enhance the understanding and also encounter. When you have no enough time to enhance it directly, you could get the encounter and also knowledge from reading guide. As everyone understands, book JavaScript For Kids: A Playful Introduction To Programming, By Morgan is very popular as the window to open the globe. It suggests that reading publication JavaScript For Kids: A Playful Introduction To Programming, By Morgan will certainly offer you a brand-new method to discover everything that you require. As the book that we will certainly supply below, JavaScript For Kids: A Playful Introduction To Programming, By Morgan

The reason of why you can obtain and get this JavaScript For Kids: A Playful Introduction To Programming, By Morgan quicker is that this is guide in soft file form. You can review guides JavaScript For Kids: A Playful Introduction To Programming, By Morgan wherever you desire also you remain in the bus, office, house, as well as other areas. Yet, you could not need to relocate or bring the book JavaScript For Kids: A Playful Introduction To Programming, By Morgan print anywhere you go. So, you won't have much heavier bag to lug. This is why your choice making far better principle of reading JavaScript For Kids: A Playful Introduction To Programming, By Morgan is really practical from this case.

Knowing the means how you can get this book JavaScript For Kids: A Playful Introduction To Programming, By Morgan is also valuable. You have remained in appropriate site to start getting this details. Get the JavaScript For Kids: A Playful Introduction To Programming, By Morgan link that we supply here and also check out the link. You can get guide JavaScript For Kids: A Playful Introduction To Programming, By Morgan or get it as soon as feasible. You could rapidly download this JavaScript For Kids: A Playful Introduction To Programming, By Morgan after getting deal. So, when you require guide promptly, you can straight get it. It's so easy therefore fats, right? You need to prefer to in this manner.

Merely link your gadget computer system or gizmo to the web linking. Get the modern technology to make your downloading and install JavaScript For Kids: A Playful Introduction To Programming, By Morgan completed. Even you do not intend to read, you could straight shut the book soft file and also open JavaScript For Kids: A Playful Introduction To Programming, By Morgan it later. You can likewise effortlessly get the book anywhere, since JavaScript For Kids: A Playful Introduction To Programming, By Morgan it remains in your device. Or when remaining in the workplace, this JavaScript For Kids: A Playful Introduction To Programming, By Morgan is additionally advised to review in your computer system tool.

JavaScript for Kids: A Playful Introduction to Programming, by Morgan

JavaScript is the programming language of the Internet, the secret sauce that makes the Web awesome, your favorite sites interactive, and online games fun!

JavaScript for Kids is a lighthearted introduction that teaches programming essentials through patient, step-by-step examples paired with funny illustrations. You'll begin with the basics, like working with strings, arrays, and loops, and then move on to more advanced topics, like building interactivity with jQuery and drawing graphics with Canvas.

Along the way, you'll write games such as Find the Buried Treasure, Hangman, and Snake. You'll also learn how to:

  • Create functions to organize and reuse your code
  • Write and modify HTML to create dynamic web pages
  • Use the DOM and jQuery to make your web pages react to user input
  • Use the Canvas element to draw and animate graphics
  • Program real user-controlled games with collision detection and score keeping
With visual examples like bouncing balls, animated bees, and racing cars, you can really see what you're programming. Each chapter builds on the last, and programming challenges at the end of each chapter will stretch your brain and inspire your own amazing programs. Make something cool with JavaScript today!

Ages 10+ (and their parents!)

  • Sales Rank: #106434 in Books
  • Brand: Morgan, Nick/ Lipovaca, Miran (ILT)/ Croll, Angus (CON)
  • Published on: 2014-12-12
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.50" h x 7.25" w x 1.00" l, 1.23 pounds
  • Binding: Paperback
  • 336 pages

About the Author

Nick Morgan is a senior front-end engineer at Twitter. He lives in San Francisco with his fluffy dog, Pancake. He blogs about JavaScript at skilldrick.co.uk.

Most helpful customer reviews

15 of 15 people found the following review helpful.
A real confidence booster!
By ChristCenteredGamer
Thank you No Starch Press for sending us this book to review!

My oldest daughter is 10 and has a knack for math and an interest in game development. When I heard about the release of JavaScript for Kids, I knew it would be right up her alley. I was right. After completing the seventeen chapters, she's still cracking open the book and tweaking her code. I like how the book has challenges at the end of the chapters to encourage the kids to take their coding skills to the next level. If you're not an IT major, you can download the code solutions from their website.

This 309 page book is broken down into three parts: Fundamentals, Advanced JavaScript, and Canvas. In parts one and two your kids will learn about syntax, comments, variables, strings, booleans, arrays, objects, HTML, loops, conditionals, prompts, functions, ODM elements, jQuery, animations, and time outs. The last section focuses on the canvas element and drawing objects like squares, arcs, circles, and later controlling them with keyboard input.

There's definitely a lot to learn in this book and I like how they made it fun to put these concepts into practice. Throughout my daughter's learning adventure she has created a text based Hang Man game, a random insult generator (what kid can resist that?), a treasure hunt game with a map, and the final program was a Snake game.

The Notepad++ editor that this book recommends is free and will catch some, but not all syntax errors. Debugging broken programs takes just as much (if not more) time to fix than they do to write. Sometimes the show stopping errors are typos, other times it's a misplaced space or semicolon. Fortunately, my computer science major husband was able to catch some of the errors in my daughter's programs when I couldn't find everything.

Despite the frustrations of debugging, this has been a positive learning experience for our daughter. She has been so excited about this that she showed her teacher at school what she has done, and was so impressed that her teacher made a whole lesson about it. As a parent, I have seen the confidence and motivation this has given her and I am both proud and excited for her. I feel like this could be a big first step towards a lifetime of self-learning and I can't wait to see where she goes with it next.

My seven year old son has been inspired by her and has started doing the Ruby Wizardry book. Expect a blog about that soon! I highly recommend either book to tech savvy kids, or to anyone who wants to introduce a potentially highly rewarding hobby to someone they love.

16 of 17 people found the following review helpful.
This is an excellent introduction not just to JavaScript
By Sandra Henry-Stocker
This is an excellent introduction not just to JavaScript, but to programming in general. It covers all the essentials -- from data types to object-oriented programming and invites the reader to do some simple development (e.g., a hangman game and simple animation). Most chapters end with a nice wrap-up of what was covered and some challenges for the reader to see if he can put what's he's learned to use.

The book is written in a style that is very inviting and formatted with a larger than normal font and cute little illustrations that make it less intimidating to anyone who has no programming experience.

Highly recommended for anyone who wants to break into programming -- from middle school to the elderly. This book makes learning the basics and understanding how computers work *fun*.

9 of 9 people found the following review helpful.
Great for kids!
By Hello Happy
My son recently mentioned something about becoming a computer programmer someday. I pointed out that kids could actually start programming anytime, because there’s no age requirement. I thought JavaScript for Kids would be a good place for him to start. This book is part of a best-selling series of “for Kids” programming books, and this one is written by an engineer who uses Javascript for his job at Twitter. It has fun examples, real games that children can program themselves, and it also requires no special software to run. It’s filled with cute illustrations and is written clearly and is easy to read.

See all 32 customer reviews...

JavaScript for Kids: A Playful Introduction to Programming, by Morgan PDF
JavaScript for Kids: A Playful Introduction to Programming, by Morgan EPub
JavaScript for Kids: A Playful Introduction to Programming, by Morgan Doc
JavaScript for Kids: A Playful Introduction to Programming, by Morgan iBooks
JavaScript for Kids: A Playful Introduction to Programming, by Morgan rtf
JavaScript for Kids: A Playful Introduction to Programming, by Morgan Mobipocket
JavaScript for Kids: A Playful Introduction to Programming, by Morgan Kindle

JavaScript for Kids: A Playful Introduction to Programming, by Morgan PDF

JavaScript for Kids: A Playful Introduction to Programming, by Morgan PDF

JavaScript for Kids: A Playful Introduction to Programming, by Morgan PDF
JavaScript for Kids: A Playful Introduction to Programming, by Morgan PDF

Tidak ada komentar:

Posting Komentar