Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

CGI, JavaScript, Perl, VBScript eBooks

If you like CGI, JavaScript, Perl, VBScript eBooks, then you'll love these top picks.
Showing 121 - 144 of 1373 Results
Skip side bar filters
  • Programming Python

    by Mark Lutz ...
    Already the industry standard for Python users, ProgrammingPython fromO'Reilly just got even better. This third edition has been updated toreflect current best practices andthe abundance of changes introduced by the latest version of thelanguage, Python 2.5.Whether you're a novice or an advancedpractitioner, you'll find thisrefreshed book more than lives up to its reputation. ProgrammingPython, ... Read more

    $43.99 CAD

  • JavaScript The Complete Reference 3rd Edition

    This fully updated definitive JavaScript guide covers the latest features—including its uses in Ajax and HTML5-based Web applicationsJavaScript: The Complete Reference, Third Edition is completely revised to cover the newest changes to JavaScript up to version 1.9, the latest browser-specific features for Internet Explorer, Firefox, and Chrome, as well popular JavaScript frameworks like jQuery. ... Read more

    $54.99 CAD

  • JavaScript: Advanced Guide to Programming Code with Javascript

    JavaScript Computer Programming, #4

    Series Book 4 - JavaScript Computer Programming
    Have you learned the basics of JavaScript computer programming and want to take your knowledge further? Has your appetite been whetted and you want to see how far you can go? Or are you looking for more to get your teeth into?If you answered yes to any of these questions, then look no further - this book is for you!In this Definitive JavaScript Advanced Level Guide, you're about to discover ... Read more

    $4.99 CAD or Free with Kobo Plus

  • Learning JavaScript Data Structures and Algorithms

    Hone your skills by learning classic data structures and algorithms in JavaScript

    Hone your skills by learning classic data structures and algorithms in JavaScriptKey Features\[\*\] Understand common data structures and the associated algorithms, as well as the context in which they are used.\[\*\] Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs.\[\*\] All concepts are ... Read more

    $41.59 CAD or Free with Kobo Plus

  • Introduction to JavaScript

    Learn how to create scripts in JavaScript for your website

    by J.D Gauchat ...
    Learn how to program with JavaScript. After reading this guide, you will know how to create a program in JavaScript, how to define functions and objects, and how to read and modify an HTML document dynamically.Table of ContentsJAVASCRIPTIntroduction to JavaScriptImplementing JavaScriptVariablesStringsBooleansArraysConditionals and LoopsControl Transfer InstructionsFunctionsDeclaring FunctionsScope ... Read more

    $3.90 CAD

  • Understanding ECMAScript 6

    The Definitive Guide for JavaScript Developers

    ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you’ll be able to see new ... Read more

    $26.39 CAD

  • Eloquent JavaScript, 4th Edition

    Start building beautiful web applications in JavaScript with the bestselling introduction to the language, updated with new features, fresh exercises, and fun projects.JavaScript, the programming language that allows us to add programs to web pages, lies at the heart of almost every modern web application, from social media sites to browser-based games. Just about every device can run it, making ... Read more

    Was $43.19 CAD Now $5.39 CAD

  • PThreads Programming

    A POSIX Standard for Better Multiprocessing

    Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time.That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. The Mach operating system, the Distributed Computer Environment (DCE), and Windows NT all feature threads.One advantage ... Read more

    $26.99 CAD

  • WebGL: Up and Running

    Building 3D Graphics for the Web

    by Tony Parisi ...
    Get a quick introduction to WebGL, the new standard for 3D rendering on the Web and a member of HTML5’s family of technologies. With this hands-on guide, you’ll learn essential WebGL development and production concepts, using the JavaScript 3D engine Three.js. At the end of the book, you’ll put everything together and build a full 3D application with WebGL.You don’t have to be a game development ... Read more

    $25.99 CAD

  • React: Cross-Platform Application Development with React Native

    Build 4 real-world apps with React Native

    Harness the power of React Native to build 4 real-world appsKey FeaturesBuild quirky and fun projects from scratch and become efficient with React NativeLearn to build professional Android and iOS applications using your existing JavaScript knowledgeUse isomorphic principles to build mobile apps that offer a native user experienceEmbedded with assessments that will help you revise the concepts you ... Read more

    $37.59 CAD or Free with Kobo Plus

  • Building Progressive Web Apps

    Bringing the Power of Native to the Browser

    by Tal Ater ...
    Move over native apps. New progressive web apps have capabilities that will soon make you obsolete. With this hands-on guide, web developers and business execs will learn how—and why—to develop web apps that take advantage of features that have so far been exclusive to native apps. Features that include fast load times, push notifications, offline access, homescreen shortcuts, and an entirely app ... Read more

    $45.99 CAD

  • Web Audio API

    Learn how to process audio in your website with HTML5 and JavaScript

    by J.D Gauchat ...
    Learn how to create an audio system for a web site or a web application. After reading this guide, you will know how to create audio nodes to play audio, how to connect them to filter the source and add effects, how to mix multiple sources, how to create 3D sounds for 3D video games or applications, and how to analyze the audio signal.Table of ContentsWEB AUDIO APIAudio StructureAudio ContextAudio ... Read more

    $3.90 CAD

  • Beginning Perl for Bioinformatics

    An Introduction to Perl for Biologists

    by James Tisdall ...
    With its highly developed capacity to detect patterns in data, Perl has become one of the most popular languages for biological data analysis. But if you're a biologist with little or no programming experience, starting out in Perl can be a challenge. Many biologists have a difficult time learning how to apply the language to bioinformatics. The most popular Perl programming books are often too ... Read more

    $28.99 CAD

  • Guide to: Learning Iteration and Generators in Python

    by Matt Harrison ...
    Understanding iteration enables understanding generators and easily creating objects that can iterate. This guide will explain the theory behind iteration in Python and teach best practices for generator creation and use. Do not beware the yield, rather embrace the power it provides. ... Read more

    $6.77 CAD

  • JavaScript Crash Course

    A Hands-On, Project-Based Introduction to Programming

    by Nick Morgan ...
    **A fast-paced, thorough programming introduction that will have you writing your own software and web applications in no time.Like Python Crash Course, this hands-on guide is a must-have for anyone who wants to learn how to code from the ground up—this time using the popular JavaScript programming language.**Learn JavaScript—Fast!JavaScript Crash Course is a fun-filled, fast-paced introduction to ... Read more

    $43.19 CAD

  • Going GAS

    From VBA to Google Apps Script

    Whether you’re moving from Microsoft Office to Google Docs or simply want to learn how to automate Docs with Google Apps Script, this practical guide shows you by example how to work with each of the major Apps Script services.Office still supports VBA, but it’s not likely to do so for much longer. If you’re a VBA or .NET developer, you’ll learn how to port existing VBA code and structure to their ... Read more

    $27.99 CAD

  • React Cookbook

    Create dynamic web apps with React using Redux, Webpack, Node.js, and GraphQL

    Over 66 recipes that cover UI development, animations, component architecture, routing, and testing with React Key FeaturesUse essential hacks and simple techniques to solve React application development challengesCreate native mobile applications for iOS and Android using React NativeLearn how you can write robust tests for your applications using Jest and EnzymeBook DescriptionReact.js is ... Read more

    $41.59 CAD or Free with Kobo Plus

  • Node.js Web Development

    Create real-time server-side applications with this practical, step-by-step guide

    by David Herron ...
    Create real-time server-side applications with this practical, step-by-step guideKey Features\[\*\] Learn about server-side JavaScript with Node.js and Node modules through the most up-to-date book on Node.js web development\[\*\] Understand website development both with and without the Connect/Express web application framework\[\* \] Develop both HTTP server and client applicationsBook ... Read more

    $41.59 CAD or Free with Kobo Plus

  • JavaScript in easy steps, 5th Edition

    by Mike McGrath ...
    Series series In Easy Steps
    JavaScript in easy steps, now in its 5th edition, instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality.  You need have no previous knowledge of any scripting language so it's ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to ... Read more

    $20.36 CAD

  • Building Web Apps with Spring 5 and Angular

    Modern end-to-end web application development

    A complete guide to build robust and scalable web applications with Spring and Angular. Key FeaturesThis hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular.It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers.Learn the core ... Read more

    $47.19 CAD or Free with Kobo Plus

  • Learning Three.js: The JavaScript 3D Library for WebGL - Second Edition

    Create stunning 3D graphics in your browser using the Three.js JavaScript library

    by Jos Dirksen ...
    Key FeaturesBook DescriptionIf you know JavaScript and want to start creating 3D graphics that run in any browser, this book is a great choice for you. You don't need to know anything about math or WebGL; all that you need is general knowledge of JavaScript and HTML.What you will learnUse the different geometries that are provided by Three.jsApply realistic lighting and shadows to the 3D objects ... Read more

    $47.19 CAD or Free with Kobo Plus

  • Angular 2 Cookbook

    Discover over 70 recipes that provide the solutions you need to know to face every challenge in Angular 2 head on

    Over 70 recipes to build applications with Angular 2Key Features\[\*\] A first-rate reference guide with a clear structure and intuitive index that gives you as a developer exactly the information you want in exactly the way you want it\[\*\] Covers no legacy material from the outdated Angular release candidates; it is up-to-date with the latest release of Angular 2.4\[\*\] All the code in the ... Read more

    $47.19 CAD or Free with Kobo Plus

  • The Principles of Object-Oriented JavaScript

    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The ... Read more

    $16.79 CAD

  • JavaScript & DHTML Cookbook

    Solutions & Examples for Web Programmers

    by Danny Goodman ...
    In today's Web 2.0 world, JavaScript and Dynamic HTML are at the center of the hot new approach to designing highly interactive pages on the client side. With this environment in mind, the new edition of this book offers bite-sized solutions to very specific scripting problems that web developers commonly face. Each recipe includes a focused piece of code that you can insert right into your ... Read more

    $32.99 CAD