Webmaster Tips » Webmaster Books » JavaScript

Sort by:

JavaScript books

JavaScript Interview Questions You'll Most Likely Be Asked

Author: Vibrant Publishers
List price: $19.95
Amazon price: $15.91   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: CreateSpace ( 4 October 2010)

JavaScript Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today's competitive job market. Rather than going through comprehensive, textbook-sized reference guides, this book includes only the information required immediately for job search to build an IT career. This book puts the interviewee in the driver's seat and helps them steer their way to impress the interviewer. Includes: a) 200 JavaScript Interview Questions, Answers and Proven Strategies for getting hired as an IT professional b) Dozens of examples to respond to interview questions c) 51 HR Questions with Answers and Proven strategies to give specific, impressive, answers that help nail the interviews d) 2 Aptitude Tests available as download on www.vibrantpublishers.com

Node: Up and Running: Scalable Server-Side Code with JavaScript

Author: Tom Hughes-Croucher
List price: $34.99
Amazon price: $26.79   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: O'Reilly Media (22 March 2012)

This book introduces you to Node, the new web development framework written in JavaScript. You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.

Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.

  • Understand Node's event-loop architecture, non-blocking I/O, and event-driven programming
  • Discover how Node supports a variety of database and data storage tools
  • Learn best practices for writing easy-to-maintain code for Node
  • Get concrete examples of how to use the various Node APIs in practice
  • Take advantage of the book’s complete API reference

The Web Wizard's Guide to JavaScript (Addison-Wesley Web Wizard Series)

Author: Steven G. Estrella
List price: $40.00
Amazon price: $25.52   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Prentice Hall (15 November 2001)

The Web Wizard's Guide to JavaScript teaches readers how to create Web sites that will have an audience coming back for more. From rollovers to cookies, this quick and easy-to-understand introduction to JavaScript will show readers how to create well-designed, user-friendly Web sites in no time. This book discusses plug-ins and multimedia, presents information on forms and explains the basic programming concepts behind JavaScript. It includes appendices of HTML tags and JavaScript keywords. The Web Wizard Series from Addison-Wesley is a series of brief, introductory books written by instructors on Internet and Web programming topics of interest to anyone who wants to create web pages. Each book includes an easy-to-read, full-color design featuring plenty of hands-on examples and exercises, and is written in a concise and practical manner so readers can use the technologies in no time.

JavaScript Examples Bible: The Essential Companion to JavaScript Bible

Author: Danny Goodman
List price: $29.99
Amazon price: $83.78   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Wiley (15 August 2001)

JavaScript Examples Bible is the example companion to the best-selling JavaScript Bible by Danny Goodman. This book is for anyone who is looking for complete examples of JavaScripts. Many of the examples reveal detailed descriptions of HTML listings that illustrate a particular object model or language feature. Even more Example sections invite you to try out an object model or language feature with the help of an interactive workbench, called The Evaluator -- a JavaScript Bible exclusive!

iPhone JavaScript Cookbook

Author: Arturo Fernandez Montoro
List price: $44.99
Amazon price: $41.52   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Packt Publishing (23 June 2011)

Written in a cookbook style, this book offers solutions using a recipe-based approach. Each recipe contains step-by-step instructions followed by an analysis of what was done in each task and other useful information. The cookbook approach means you can dive into whatever recipes you want in no particular order. This book is for web developers interested in applying their knowledge for building web applications for iOS devices. You can develop your own iPhone web applications using nothing but JavaScript combined with XHTML and CSS. You can even give these apps a native look and feel though you won't be able to submit them to the App Store. You will develop an application for iOS without having to learn the Objective-C programming language. This is the book for any iPhone developer looking to side-step Apple's totalitarian App Store regime.

JavaScript Testing Beginner's Guide

Author: Liang Yuxian Eugene
List price: $44.99
Amazon price: $24.99   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Packt Publishing (24 August 2010)

This book is organized such that only the most essential information is provided to you in each chapter so as to maximize your learning. Examples and tutorials are given in an easy to follow, step-by-step manner so that you can see how the testing process is being carried out and how the code is being written. The source code also contains detailed explanation so that you know what the code is doing. Multiple screenshots are used in places that matter so that you have a visual sense of what is happening. Beginner JavaScript developers looking for essential ways to write, test, and debug JavaScript for different purposes and situations.

JavaScript Bible, Fifth Edition

Author: Danny Goodman
List price: $49.99
Amazon price: $26.89   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Wiley (19 March 2004)
  • This new edition of the definitive guide to JavaScript has been revamped to cover the latest browsers, language updates, extensions, and JavaScript standards
  • Part tutorial and part reference, the book serves as a learning tool for building new JavaScript skills and a detailed reference for seasoned JavaScript developers
  • Danny Goodman's exclusive interactive workbench, The Evaluator, makes it easy to master JavaScript and DOM concepts
  • Offers deployment strategies that best suit the user's content goals and target audience
  • Bonus CD-ROM is packed with advanced content for the reader who wants to go an extra step

HTML5 and JavaScript Projects

Author: Jeanine Meyer
List price: $39.99
Amazon price: $22.49   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Apress (17 October 2011)

HTML5 and JavaScript Projects shows you how to build on your basic knowledge of HTML5 and JavaScript to create substantial HTML5 applications. Through the many interesting projects you can build in this book, you'll build your HTML5 skills for your future projects, and extend the core skills you may have learned with its companion book, The Essential Guide to HTML5.
HTML5 and JavaScript Projects covers the most important areas of HTML5 that you'll want to know how to program, including: video, and audio, databases, localStorage, and geolocation. The projects have been carefully selected to help you build your HTML5 and JavaScript programming skills. You'll build games and applications, such as video jigsaws, recipe archives, paper dolls, and many more captivating examples.
Each project starts out with an introduction to the basic HTML5 and JavaScript concepts covered and then includes specific, appealing examples explained step-by-step. You'll also discover line-by-line explanations for every single line of code—we'll make sure that you can fully understand what each line of code does, so that you can easily take that understanding and apply it to your own HTML5 projects.
HTML5 and JavaScript Projects:

  • Shows how to produce applications combining Canvas drawings, photos, and videos
  • Explains how to incorporate Google Maps and geolocation into your projects
  • Reveals how to build applications requiring persistent data, storing the information locally or on a database on the server
What you’ll learn
  • How to create line drawings using mathematical operations for defining coordinate positions
  • How to incorporate Google Maps and geolocation to determine the location of the user
  • How to use locations as triggers for playing videos using JavaScript
  • How to combine the canvas with geolocation maps using HTML5 and JavaScript
  • Use HTML5 Audio for event sounds and background music
  • How to manipulate, store and retrieve complex information using localStorage
  • How to build applications involving JavaScript and the HTML5 APIs
Who this book is for

HTML5 and JavaScript Projects is for the developer who wants and needs to move to the next level of Web development, including more sophisticated programming and the design and construction of sets of applications. This book targets people who want to go beyond the basics of HTML5 and, for example, incorporate maps using the Google Maps API into their work or build projects that require persistent data on the client computer (localStorage). The book will be helpful for people working in teams, where considerable effort is required to create, access and manage information.

Table of Contents
  1. Building the HTML5 Logo—Drawing on Canvas, with Scaling, and Semantic Tags
  2. Paper Dolls—Accurately Positioning Objects on the Canvas
  3. Bouncing Video—Animating and Masking HTML5 video
  4. Map Maker—Combining Google Maps and Canvas
  5. Deep-Linking—Creating Journeys Through Video, Images and Maps
  6. Where Am I?—Building Games with the Geolocation API
  7. Accurate Origami—Using Math to Draw Precise Paper Folding on the Canvas
  8. Video Jigsaw—Moving and Checking HTML5 Elements Using JavaScript
  9. Picture Puzzle—Storing Game Scores and Choices Using the LocalStorage API
  10. Bookmark Application—Using Form Validation and Databases

Building Android Apps with HTML, CSS, and JavaScript

Author: Jonathan Stark
List price: $29.99
Amazon price: $18.29   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: O'Reilly Media ( 4 October 2010)

If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android applications. This hands-on book shows you how to use these open source web standards to design and build apps that can be adapted for any Android device -- without having to use Java.

You'll learn how to create an Android-friendly web app on the platform of your choice, and then convert it to a native Android app with the free PhoneGap framework. Discover why device-agnostic mobile apps are the wave of the future, and start building apps that offer greater flexibility and a broader reach.

  • Learn the basics for making a web page look great on the Android web browser
  • Convert a website into a web application, complete with progress indicators and more
  • Add animation with jQTouch to make your web app look and feel like a native Android app
  • Take advantage of client-side data storage with apps that run even when the Android device is offline
  • Use PhoneGap to hook into advanced Android features -- including the accelerometer, geolocation, and alerts
  • Test and debug your app on the Web under load with real users, and then submit the finished product to the Android Market
This book received valuable community input through O'Reilly's Open Feedback Publishing System (OFPS). Learn more at http://labs.oreilly.com/ofps.html.

Designing with JavaScript, 2nd Edition

Author: Nick Heinle
List price: $34.95
Amazon price: $5.20   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: O'Reilly Media (15 December 2001)

JavaScript is one of the core technologies of the Web. Using JavaScript, you can create dynamic, interactive web pages that include image rollovers, pop-up windows, auto-scrolling frames, intelligent forms, and sophisticated Dynamic HTML effects. Even better, you don't have to be a programming ace to learn enough JavaScript to incorporate these elements into your web pages.

Designing with JavaScript shows you how to create the effects you want, without forcing you to wade through pages of dry programmer-speak about variables, operators, and functions. Each chapter demonstrates common JavaScript techniques and explains how to customize them for your own use. Along the way, it introduces basic JavaScript concepts, teaching the language in the context of real-world examples. By the time you finish this book, you'll have a solid foundation of JavaScript knowledge that you can apply to your own web pages.

With Designing with JavaScript, you will learn to:

  • Use JavaScript to produce visual effects, such as image rollovers and rotating billboards
  • Launch new browser windows, control frames, and validate form data
  • Customize your site by using JavaScript to detect browsers, platforms, and plug-ins
  • Use cookies to keep track of visitors, so you can welcome new users while offering customized pages to returning users
  • Create a tabbed folder interface, drop-down menus, and a scrolling headline ticker, using the basics of Dynamic HTML

The first edition of Designing with JavaScript taught tens of thousands of web designers how to enliven their pages with JavaScript. This new edition has been updated to cover the latest JavaScript techniques supported by current web browsers. If you are ready to start incorporating JavaScript into your designs, this is the book for you.