Mootools 1.3 Cookbook
ISBN: 9781849515689 / Angielski / Miękka / 276 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. MooTools is a JavaScript framework that abstracts the JavaScript language. JavaScript itself, complex in syntax, provides the tools to write a layer of content interaction for each different browser. MooTools abstracts those individual, browser-specific layers to allow cross-browser scripting in an easy-to-read and easy-to-remember syntax. Animation and interaction, once the domain of Flash, are being taken by storm by the MooTools JavaScript framework, which can cause size, shape, color, and opacity to transition smoothly. Discover how to use AJAX to bring data to today's web page users who...
MooTools is a JavaScript framework that abstracts the JavaScript language. JavaScript itself, complex in syntax, provides the tools to write a layer o...
|
|
cena:
238,52 zł |
Mongoose for Application Development
ISBN: 9781782168195 / Angielski / Miękka / 142 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Mongoose is all about putting the data model where it should be: in your application. You can control everything from within your application in JavaScript, eliminating the need to work with the database or a separate management system. Mongoose for Application Development is a practical, hands-on guide that takes you from installing the technology stack through the steps of developing a web application. It covers the key features of Mongoose and how to use them to rapidly develop a Node.js and MongoDB application. This book introduces the full technology stack of Node.js, MongoDB, Express,...
Mongoose is all about putting the data model where it should be: in your application. You can control everything from within your application in JavaS...
|
|
cena:
214,17 zł |
Learning Jquery, Third Edition
ISBN: 9781849516549 / Angielski / Miękka / 428 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. To build interesting, interactive sites, developers are turning to JavaScript libraries such as jQuery to automate common tasks and simplify complicated ones. Because many web developers have more experience with HTML and CSS than with JavaScript, the library's design lends itself to a quick start for designers with little programming experience. Experienced programmers will also be aided by its conceptual consistency. Learning jQuery Third Edition is revised and updated for version 1.6 of jQuery. You will learn the basics of jQuery for adding interactions and animations to your pages. Even...
To build interesting, interactive sites, developers are turning to JavaScript libraries such as jQuery to automate common tasks and simplify complicat...
|
|
cena:
214,17 zł |
Using the Html5 Filesystem API: A True Filesystem for the Browser
ISBN: 9781449309459 / Angielski / Miękka / 74 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Several client-side storage options are available to web applications, but one area that's been lacking until now is file I/O the ability to organize binary data into a true hierarchy of folders. That has changed with the advent of HTML5. With this book, you'll learn how to provide your applications with a file system that enables them to create, read, and write files and folders in a sandboxed section of the user's local filesystem. Author Eric Bidelman, a Senior Developer Programs Engineer on the Google Chrome team, provides several techniques and complete code examples for working... Several client-side storage options are available to web applications, but one area that's been lacking until now is file I/O the ability to organi... |
|
cena:
87,81 zł |
Jquery Ui: Learn How to Use Dialogs, Autocomplete, and More
ISBN: 9781449316990 / Angielski / Miękka / 150 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. With the jQuery UI library, you can apply the power and standards of jQuery to user interface design, complete with interactive elements, animation, and themeable widgets. This concise, code-heavy guide demonstrates how to harness interactive features that HTML5 lacks, including tabs, accordions, and dialog boxes. You ll also learn how to program common but complex tasks, such as managing drag and drop and autocomplete, that make it easier for users to interact with your site. This book provides a quick tour of how jQuery UI can improve your HTML pages, followed by standalone... With the jQuery UI library, you can apply the power and standards of jQuery to user interface design, complete with interactive elements, animation... |
|
cena:
109,78 zł |
Node for Front-End Developers: Writing Server-Side JavaScript Applications
ISBN: 9781449318833 / Angielski / Miękka / 60 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. If you know how to use JavaScript in the browser, you already have the skills you need to put JavaScript to work on back-end servers with Node. This hands-on book shows you how to use this popular JavaScript platform to create simple server applications, communicate with the client, build dynamic pages, work with data, and tackle other tasks. Although Node has a complete library of developer-contributed modules to automate server-side development, this book will show you how to program with Node on your own, so you truly understand the platform. Discover firsthand how well Node works... If you know how to use JavaScript in the browser, you already have the skills you need to put JavaScript to work on back-end servers with Node. Thi... |
|
cena:
65,85 zł |
Javascript: Novice to Ninja: The Ultimate Beginner's Guide to JavaScript
ISBN: 9780995382626 / Angielski / Miękka / 664 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Comprehensively updated to cover ECMAScript 6 and modern JavaScript development, the second edition of this step-by-step introduction to coding in JavaScript will show you how to to solve real-world problems, design eye-catching animations, build smarter forms, and develop richer applications.
Comprehensively updated to cover ECMAScript 6 and modern JavaScript development, the second edition of this step-by-step introduction to coding in Jav...
|
|
cena:
173,66 zł |
Maintainable JavaScript: Writing Readable Code
ISBN: 9781449327682 / Angielski / Miękka / 242 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. You may have definite ideas about writing code when working alone, but team development requires that everyone use the same approach. With the JavaScript practices in this book--including code style, programming tips, and automation--you will learn how to write maintainable code that other team members can easily understand, adapt, and extend. Author Nicholas Zakas assembled this collection of best practices as a front-end tech leader at Yahoo , after completing his own journey from solo hacker to team player. He also includes rules recommended by other industry authorities. Use... You may have definite ideas about writing code when working alone, but team development requires that everyone use the same approach. With the Java... |
|
cena:
173,84 zł |
Web Workers: Multithreaded Programs in JavaScript
ISBN: 9781449322137 / Angielski / Miękka / 50 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. 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 callbacks--you're ready to tackle Web Workers with the tools in this... Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this b... |
|
cena:
87,81 zł |
Mobile JavaScript Application Development: Bringing Web Programming to Mobile Devices
ISBN: 9781449327859 / Angielski / Miękka / 150 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. When developing apps for the latest smartphones, you're faced with several vexing questions. How many platforms do you need to accommodate? What level of support do mobile browsers provide? To help you address these and many other key issues, this guide provides a hands-on tour of the most powerful JavaScript frameworks available today. You'll build sample apps with jQuery Mobile, Sencha Touch, and PhoneGap to learn the unique advantages--and disadvantages--of each framework. From there, you can determine which one is best for your project. This book is ideal for web developers... When developing apps for the latest smartphones, you're faced with several vexing questions. How many platforms do you need to accommodate? What le... |
|
cena:
109,78 zł |
Getting Started with D3: Creating Data-Driven Documents
ISBN: 9781449328795 / Angielski / Miękka / 70 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn how to create beautiful, interactive, browser-based data visualizations with the D3 JavaScript library. This hands-on book shows you how to use a combination of JavaScript and SVG to build everything from simple bar charts to complex infographics. You ll learn how to use basic D3 tools by building visualizations based on real data from the New York Metropolitan Transit Authority. Using historical tables, geographical information, and other data, you ll graph bus breakdowns and accidents and the percentage of subway trains running on time, among other examples. By the end of the... Learn how to create beautiful, interactive, browser-based data visualizations with the D3 JavaScript library. This hands-on book shows you how to u... |
|
cena:
87,81 zł |
Appcelerator Titanium: Up and Running: Building Native IOS and Android Apps Using JavaScript
ISBN: 9781449329556 / Angielski / Miękka / 150 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Build native apps for iOS, Android, and Blackberry from a single JavaScript codebase with Appcelerator Titanium. This guide gets you quickly up to speed on this amazing framework and shows you how to generate cross-platform apps with 100% native controls. You ll also learn the advantages of using Titanium when you want to create an app for just one native platform, rather than struggle with Java or Objective-C. Fast-paced and full of examples, this book helps you build your first project with Titanium Studio, and then takes you through the steps necessary to build complex data-bound... Build native apps for iOS, Android, and Blackberry from a single JavaScript codebase with Appcelerator Titanium. This guide gets you quickly up to ... |
|
cena:
87,81 zł |
Pro JavaScript for Web Apps
ISBN: 9781430244615 / Angielski / Miękka / 280 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. JavaScript is the engine behind every web app, and a solid knowledge of it is essential for all modern web developers. Pro JavaScript for Web Apps gives you all of the information that you need to create professional, optimized, and efficient JavaScript applications that will run across all devices. It takes you through all aspects of modern JavaScript application creation, showing you how to combine JavaScript with the new features of HTML5 and CSS3 to make the most of the new web technologies.
The focus of the book is on creating professional web applications, ensuring... JavaScript is the engine behind every web app, and a solid knowledge of it is essential for all modern web developers. Pro JavaScript for...
|
|
cena:
175,88 zł |
Clojurescript: Up and Running: Functional Programming for the Web
ISBN: 9781449327439 / Angielski / Miękka / 116 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Learn how to build complete client-side applications with ClojureScript, the Clojure language variant that compiles to optimized JavaScript. This hands-on introduction shows you how ClojureScript not only has similarities to JavaScript--without the flaws--but also supports the full semantics of its parent language. You'll delve into ClojureScript's immutable data structures, lazy sequences, first-class functions, macros, and support for JavaScript libraries. No previous experience with Clojure or ClojureScript is necessary. If you're familiar with JavaScript, HTML, CSS, and the DOM,... Learn how to build complete client-side applications with ClojureScript, the Clojure language variant that compiles to optimized JavaScript. This h... |
|
cena:
87,81 zł |
JavaScript: 2 Books in 1: Beginner's Guide + Tips and Tricks to Programming Code with JavaScript
ISBN: 9781542873154 / Angielski / Miękka / 192 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. JavaScript Best Seller - 2 Books In 1 For a limited time only, get to own this Amazon top seller for just $24.00 Regularly priced at $30.76. This JavaScript Computer Programming Bundle contains:
Book 1 - JavaScript: Beginner's Guide to Programming Code with JavaScript Book 2 - JavaScript: Tips and Tricks to Programming Code with JavaScript Save time and money by learning the basic essentials of JavaScript AND then learning the Tips and Tricks used for better JavaScript code Book 1 - JavaScript: Beginner's Guide to... JavaScript Best Seller - 2 Books In 1 For a limited time only, get to own this Amazon top seller for just $24.00 Regularly priced at $30.7...
|
|
cena:
136,70 zł |
Node Cookbook
ISBN: 9781849517188 / Angielski / Miękka / 342 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The principles of asynchronous event-driven programming are perfect for today's web, where efficient real-time applications and scalability are at the forefront. Server-side JavaScript has been here since the 90's but Node got it right. With a thriving community and interest from Internet giants, it could be the PHP of tomorrow. "Node Cookbook" shows you how to transfer your JavaScript skills to server side programming. With simple examples and supporting code, "Node Cookbook" talks you through various server side scenarios often saving you time, effort, and trouble by demonstrating best...
The principles of asynchronous event-driven programming are perfect for today's web, where efficient real-time applications and scalability are at the...
|
|
cena:
238,52 zł |
Jump Start JavaScript: Get Up to Speed with JavaScript in a Weekend
ISBN: 9780987332189 / Angielski / Miękka / 184 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Get a Jump Start on JavaScript today JavaScript is a key technology in modern web development, enabling you to craft interactive, usable and engaging experiences for your users. In just one weekend with this SitePoint book, you'll learn how to:
Plus you'll discover how to use modern techniques such as Canvas and... Get a Jump Start on JavaScript today JavaScript is a key technology in modern web development, enabling you to craft interactive, usable an... |
|
cena:
130,19 zł |
Pro JavaScript Performance: Monitoring and Visualization
ISBN: 9781430247494 / Angielski / Miękka / 220 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Performance is a hugely important area of web development. If your site runs slowly, users are going to leave, and the problem only grows as your site gets more popular. Pro JavaScript Performance gives you the tools you need to keep your sites smooth and responsive no matter how many users you have.
Best practices are changing or becoming redefined continually because of changes and optimizations at the interpreter level, and differences in system configuration, and network speeds. This is exacerbated by the quickened release schedule that most browsers have adopted. Just as... Performance is a hugely important area of web development. If your site runs slowly, users are going to leave, and the problem only grows as your site...
|
|
cena:
105,35 zł |
Html5 Graphics & Data Visualization Cookbook
ISBN: 9781849693707 / Angielski / Miękka / 344 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The HTML5 canvas tag makes creating any plot shape easy, all you have to do then is fill it with exciting visualizations written in JavaScript or using other visualization tools. "HTML5 Graphing and Data Visualization Cookbook" is the perfect break into the world of Canvas, charts, and graphs in HTML5 and JavaScript. In this book we will go through a journey of getting to know the technology by creating and planning data-driven visualizations. This cookbook is organized in a linear, progressive way so it can be read from start to finish, as well as be used as a resource for specific tasks....
The HTML5 canvas tag makes creating any plot shape easy, all you have to do then is fill it with exciting visualizations written in JavaScript or usin...
|
|
cena:
267,73 zł |
JavaScript Testing with Jasmine: JavaScript Behavior-Driven Development
ISBN: 9781449356378 / Angielski / Miękka / 54 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Get a concise introduction to Jasmine, the popular behavior-driven testing framework for JavaScript. This practical guide shows you how to write unit tests with Jasmine that automatically check for bugs in your application. If you have JavaScript experience with knowledge of some advanced features you ll learn how to write specifications for individual components, and then use those specs to test the code you write. Throughout the book, author Evan Hahn focuses primarily on methods for testing browser-based JavaScript applications, but you ll also discover how to use Jasmine with... Get a concise introduction to Jasmine, the popular behavior-driven testing framework for JavaScript. This practical guide shows you how to write un... |
|
cena:
65,85 zł |