eBooks-it.org Logo
eBooks-IT.org Inner Image

JavaScript eBooks Page 4

Download free JavaScript eBooks Page 4

Web Workers

Multithreaded Programs in JavaScript
Web Workers Image
Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you'll learn how to use Web Workers to run computationally intensive JavaScript code in a thread parallel to the UI. Yes, multi-threaded programing is complicated, but Web Workers provide a simple API that helps you be productive without the complex algorithms.If you have an intermediate to advanced understanding of JavaScript especially event handling and callbacksyou're ready to tackle Web Workers with the tools in this example-driven guide.Start creating Web Workers and understand what they can and can't do Determine which browser versions support the API Use dedicated Web Workers for tasks that co...

Testable JavaScript

Testable JavaScript Image
One skill that's essential for any professional JavaScript developer is the ability to write testable code. This book shows you what writing and maintaining testable JavaScript for the client- or server-side actually entails, whether you're creating a new application or rewriting legacy code.From methods to reduce code complexity to unit testing, code coverage, debugging, and automation, you'll learn a holistic approach for writing JavaScript code that you and your colleagues can easily fix and maintain going forward. Testing JavaScript code is complicated. This book helps you simply the process considerably.Get an overview of Agile, test-driven development, and behavior-driven development Use patterns from static languages and standards-based JavaSc...

Supercharged JavaScript Graphics

With HTML5 canvas, jQuery, and More
Supercharged JavaScript Graphics Image
With HTML5 and improved web browser support, JavaScript has become the tool of choice for creating high-performance web graphics. This faced-paced book shows you how to use JavaScript, jQuery, DHTML, and HTML5's Canvas element to create rich web applications for computers and mobile devices.By following real-world examples, experienced web developers learn fun and useful approaches to arcade games, DHTML effects, business dashboards, and other applications. This book serves complex subjects in easily digestible pieces, and each topic acts as a foundation for the next.Tackle JavaScript optimization and understand how it impacts performance Create fast-moving graphics by combining old-school DHTML with jQuery Learn advanced UI techniques using the jQue...

Opa

Up and Running
Opa Image
Want to simplify web development? This hands-on book shows you how to write frontend and backend code simultaneously, using the Opa framework. Opa provides a complete stack for web application development, including a web server, database engine, distribution libraries, and a programming language that compiles to JavaScript. You'll learn step-by-step how to use Opa by building two projects through the course of the book: a wiki application similar to Wikipedia, and a Twitter-like micro-blogging platform. Discover how easy it is to use Opa to develop applications with real-time updates, database interactions, and web service design.Learn fundamental concepts, including Opa's functional programming style Discover how Opa compiles to JavaScript, using j...

JavaScript

The Complete Reference
JavaScript Image
2nd Edition
Create dynamic, interactive Web pages with the latest upgrade to this flexible development tool. Coverage includes event handling, object oriented programming, IE specific content, XML, and sample code that lets you work through projects and provides groundwork for your own creations. Provides information for new and non-professional developers and also more advanced coverage for experienced JS developers who want a comprehensive reference....


2007 - 2017 © eBooks-IT.org