rssHome » E-Books » JavaScript

Gal Shachor, Adam Chace, Magnus Rydin, «JSP Tag Librar...

Gal Shachor, Adam Chace, Magnus Rydin, «JSP Tag Libraries» Gal Shachor, Adam Chace, Magnus Rydin, «JSP Tag Libraries»  Publisher: Manning Publications | ISBN: 193011009X | edition 2001 | PDF | 652 pages | 10,8 mb Shows HTML and Java programmers how to create and use JSP tag components to perform iterations and access databases, and manipulate EJB’s, e-mail systems, Java Beans, and e-commerce applications and WAP that work with cellular phones.

Foundation HTML5 Animation with JavaScript

Foundation HTML5 Animation with JavaScript Book DescriptionFoundation HTML5  Animation with JavaScript covers everything that you need to know to create dynamic scripted animation using the HTML5 canvas. It provides information on all the relevant math you’ll need, before moving on to physics concepts like acceleration, velocity, easing, springs, collision detection, conservation of momentum, 3D, and forward and inverse kinematics. Foundation HTML5 Animation with JavaScript is a fantastic resource for all web developers working in HTML5 or switching over from Flash to create standards-compliant games, applications, and animations that will work across all modern browsers and most mobile devices, including iPhones, iPads, and Android devices. You will learn how to utilize the amazing animation and physics-based code originally created by author Keith Peters in his hugely successful Foundation ActionScript Animation in all of your HTML5 applications. In no time at all, you’ll understand the concepts behind scripted animation and also have...

Steve Holzner, “Inside JavaScript”

Steve Holzner, “Inside JavaScript” Steve Holzner, “Inside JavaScript”  Publisher: New Riders Publishing | ISBN: 0735712859 | edition 2002 | CHM | 1104 pages | 11 mb Written for beginning to intermediate readers looking to learn how to work with JavaScript and how best to use it with other web technologies. Inside JavaSript fills a void between the very beginning and high level books available in bookstores today. It’s a book readers want primarily for two reasons: re-usable code and up-to-date browser information. Books currently out on the shelf are not up to the latest in browser technology; thus, frustrating readers because everything done in JavaScript is dependent on browser capabilities. 

Jerry Bradenbaugh, «JavaScript Application Cookbook»

Jerry Bradenbaugh, «JavaScript Application Cookbook» Jerry Bradenbaugh, «JavaScript Application Cookbook»  Publisher: O’Reilly Media | ISBN: 1565925777 | edition 1999 | PDF | 444 pages | 2,6 mb Seasoned Java coders will find the JavaScript Application Cookbook compiled just for them. Written in the same vein as the old-style programmer “toolbox” titles, this book sheds the usual tutorial presentation and simply introduces a series of JavaScript applications you can use on your own sites. The cookbook begins with recipes such as a client-side search engine application that facilitates complex database searching to maximize local processing. (An interactive multiple-choice testing application follows, along with code for an interface to multiple search engines on the Net).

JavaScript and AJAX For Dummies

JavaScript and AJAX For Dummies JavaScript and AJAX For Dummies 432 pages | For Dummies; 1 edition (December 2, 2009) | ISBN-10: 0470417994 | PDF | 4.8 Mb Learn to use these powerful tools together and build Web sites that work If you want to build Web pages that offer real value to your site’s visitors, JavaScript and AJAX are top tools for the job. Even if you’re new to Web programming, this book helps you create sites any designer will admire. With easy-to-understand steps and an emphasis on free tools, you’ll be able to jump right into building a site using the same techniques as the pros.

JavaScript and Ajax for the Web, Sixth Edition

JavaScript and Ajax for the Web, Sixth Edition JavaScript and Ajax for the Web, Sixth Edition 512 pages | Peachpit Press; 6 edition (September 7, 2006) | ISBN-10: 0321430328 | PDF | 12.8 Mb Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In this completely updated edition of our best-selling guide to JavaScript, leading Web and computing experts Tom Negrino and Dori Smith use crystal-clear instructions and friendly prose to introduce you to all of today’s JavaScript essentials. Along the way, you’ll find extensive coverage of Ajax and XML techniques, current browsers (Opera, Safari, Firefox), and more.

Pluralsight- training : JavaScript 2009-2011

Pluralsight- training : JavaScript 2009-2011 Pluralsight- training : javascript 2009-2011 English | Duration :05:15:33 | wmv 210 kb/s | 1024×768 15.00 fps(r) | wmav2 stereo, 128 kb/s | 442 MB Genre: VideoTraining This course introduces javascript by examining each aspect of the language in detail. Learn how to get the most from the language of the web. ASP.NET Ajax javascript and jQuery – 2:22:24 javascript Fundamentals – 2:53:09

Extending Acrobat Forms with JavaScript

Extending Acrobat Forms with JavaScript Extending Acrobat Forms with JavaScript By John Deubert Publisher: Ado..be Pre..ss 2003 | 280 Pages | ISBN: 0321172388 | PDF | 35 MB Unlike other books on JavaScript, which explain how to write JavaScript programs for the Web, Extending Acrobat Forms with JavaScript is the first and only book to explain how to use JavaScript to create sophisticated, interactive documents in Adobe Acrobat. Acrobat expert John Deubert teaches JavaScript programming basics in the context of carrying out specific, useful tasks in Acrobat. For example, you’ll learn how to manipulate Acrobat with JavaScript to perform calculations, retrieve data from a database, process form data, and more. And each tutorial is broken down into small, manageable chunks so as not to overwhelm you with long blocks of code. A one-of-a kind book, Extending Acrobat...

JavaScript & jQuery: The Missing Manual

JavaScript & jQuery: The Missing Manual JavaScript & jQuery: The Missing Manual By David Sawyer McFarland Publisher: Pogue Press; Second edition 2011 | 536 Pages | ISBN: 1449399029 | PDF | 16 MB JavaScript lets you supercharge your HTML with animation, interactivity, and visual effects—but many web designers find the language hard to learn. This jargon-free guide covers JavaScript basics and shows you how to save time and effort with the jQuery library of prewritten JavaScript code. You’ll soon be building web pages that feel and act like desktop programs, without having to do much programming.

Head First HTML5 Programming: Building Web Apps with JavaScript

Head First HTML5 Programming: Building Web Apps with JavaScript Eric T Freeman and Elisabeth Robson, “Head First HTML5 Programming: Building Web Apps with JavaScript” O’Re illy Media | 2011 | ISBN: 1449390544 | 608 pages | PDF | 84,8 MB HTML has been on a wild ride. Sure, HTML started as a mere markup language, but more recently HTML’s put on some major muscle. Now we’ve got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and threads, and more. And to speak this language you’ve got to go beyond HTML5 markup and into the world of the DOM, events, and JavaScript APIs.

PeepCode.com – Backbone.js framework tutorials

PeepCode.com – Backbone.js framework tutorials PeepCode.com – Backbone.js framework tutorials English | AVC 272kbps | 1000×600 | AAC 60.2kbps | 347MB Authors: Geoffrey Grosenbach and David Goodlad | Duration: 2h | Level: Beginner | Released: 07/2011 Genre: eLearning Backbone is a lightweight model/view/controller framework for writing complex javascript client applications in a simple way. Unlike other client-side frameworks, you can read through the code in about an hour. You can use your existing knowledge of HTML and CSS, and your favorite templating language. Backbone works well as a client for almost any server-side web language or framework, including Rails, Django, PHP, .Net, or Java . In this screencast (Part I), we introduce the basic objects in Backbone: Model, View, Collection, Router. You’ll start writing an application and even write a simple test with the Jasmine test library. Approximately 56 minutes long. In...

Learning jQuery, 3rd Edition

Learning jQuery, 3rd Edition Book Description 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.

New Perspectives on HTML, XHTML, and XML (New Perspectives, 3 edition)

New Perspectives on HTML, XHTML, and XML (New Perspectives, 3 edition) Patrick Carey, “New Perspectives on HTML, XHTML, and XML (New Perspectives, 3 edition)”  C..rse T–logy | 2009 | ISBN: 0495806404 | 1000 pages | PDF | 50,7 MB NEW PERSPECTIVES ON CREATING WEB PAGES WITH HTML, XHTML, AND XML teaches students how to create simple to complex Web sites from scratch using HTML, XHTML, and XML.

JavaScript: The Web Technologies Series, 5th Edition

JavaScript: The Web Technologies Series, 5th Edition Book Description Now in its fifth edition, JAVASCRIPT guides beginning programmers through Web application development using the JavaScript programming language. As with previous editions of this book, Don Gosselin introduces key Web authoring techniques with a strong focus on industry application. A real-world project, similar to what students would encounter in a professional setting, is developed throughout each chapter. Since professional Web development jobs often require programmers to add features to an existing site, each chapter project uses a professionally designed Web site. After completing the course, students will be able to use JavaScript to build professional quality, dynamic Web sites. For valuable information on pricing, previous editions, changes to current editions and alternate formats, please visit www.cengage.com/highered to search by ISBN#, author, title or keyword for materials in your areas...

CoffeeScript

CoffeeScript Book Description For 15 years, dynamic web content has been written in a single language: JavaScript. Now, for the first time, programmers have an alternative that doesn’t add an extra layer of abstraction or require plugins. CoffeeScript provides all of JavaScript’s functionality wrapped in a cleaner, more succinct syntax that encourages use of “the good parts” of the language. CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You’ll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and see how to deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further.

JavaScript Web Applications

JavaScript Web Applications Book Description Building rich JavaScript applications that bring the desktop experience to the Web is now possible, thanks to powerful JavaScript engines and the CSS3 and HTML5 specifications. The key is moving state from the server to the client side, but that’s no simple task. This book takes you through all the steps necessary to create state-of-the-art JavaScript applications, including structure, templating, frameworks, communicating with the server, and many other issues. Through practical, tutorial-based explanations, you learn how to create JavaScript applications that offer a much more responsive and improved experience. You’ll work hands-on with an example application throughout the book to learn the concepts involved.

jQuery UI 1.8: The User Interface Library for jQuery

jQuery UI 1.8: The User Interface Library for jQuery Book Description jQuery UI, the official suite of plugins for the jQuery JavaScript library, gives you a solid platform on which to build rich and engaging interfaces with maximum compatibility, stability, and a minimum of time and effort. jQuery UI has a series of ready-made user interface widgets and a comprehensive set of core interaction helpers to reduce the amount of code that you need to write to take a project from conception to completion. jQuery UI 1.8: The User Interface Library for jQuery has been specially revised for version 1.8 of jQuery UI. It is written to maximize your experience with the library by breaking down each component and walking you through examples that progressively build upon your knowledge, taking you from beginner to advanced usage in a series of easy-to-follow steps.

Javascript Bible, 4th Edition

Javascript Bible, 4th Edition Danny Goodman, “Javascript Bible, 4th Edition” Wiley | 2001-04 | ISBN: 0764533428 | 1200 pages | PDF | 7,1 MB Greatly enhanced and updated from the third edition, this is the title any JavaScripter cannot afford to be without! JavaScript Bible, 4th Edition covers the new powerful functionality JavaScript will gain with the release of new revs of Internet Explorer and Netscape Communicator. This book features essential new JS information, additional ready-to-use JavaScript applications, and scores of additional JavaScripts and Web page routines. As with the last edition, this book will bring non-technical professionals, including casual programmers and scripters, painlessly up to speed on all aspects of mastering JavaScript, including programming fundamentals, JavaScript language elements, and how to use them effectively, and how to easily and efficiently add powerful new functionality to...

Applied jQuery: Develop and Design

Applied jQuery: Develop and Design Book Description Applied jQuery teaches readers how to quickly start writing application interfaces. The beautifully designed book offers practical techniques and provides lots of real-world advice and guidance. The Author, Jay Blanchard, has practical experience working in the field and wastes no time getting to the instruction, taking the reader from a beginner to a proficient interface programmer by the end of the book.

JavaScript: Visual QuickStart Guide, 8th Edition

JavaScript: Visual QuickStart Guide, 8th Edition Book Description This task-based, visual-reference guide has been fully revised and uses step-by-step instructions and plenty of screenshots to give beginning and intermediate scripters what they need to know to keep their skills up-to-date. Readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. In this updated eighth edition, readers will find new information on using frameworks and libraries–such as jQuery–and modern coding techniques.