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 889 - 912 of 1378 Results
Skip side bar filters
  • Etudes for ClojureScript

    A short composition that provides practice material for a particular musical skill is called an étude. In this hands-on book, you’ll find more than 30 études to help you practice ClojureScript skills for specific programming areas, ranging from functions and variables to asynchronous processing. Each of these small projects includes a description of a program that you will compose (write) in ... Read more

    $5.39 CAD

  • Ext JS Application Development Blueprints

    Develop robust and maintainable projects that exceed client expectations using Ext JS

    by Colin Ramsay ...
    Key FeaturesBook DescriptionIf you are a developer who has knowledge of Ext JS but would like to expand it to encompass the bigger picture of application development, then this book is ideal for you.What you will learnSimplify your code by understanding how to use Ext JS view models and data bindingBuild basic applications with the MVVM architectureArchitect advanced Ext JS applications based on a ... Read more

    $41.59 CAD or Free with Kobo Plus

  • Batter Backbone Applications With MarionetteJS

    Backbone.js is a growing, popular library for building JavaScript-based web applications in a well-structured, organized and maintainable way, using patterns similar to MVC. If you already have a working knowledge of Backbone, it's now time to take your applications to the next level with MarionetteJS. The Backbone extension builds on top of Backbone's event-driven architecture and adds a myriad ... Read more

    $17.66 CAD

  • Tkinter GUI Application Development Cookbook

    A practical solution to your GUI development problems with Python and Tkinter

    Discover solutions to all your Tkinter and Python GUI development problemsKey FeaturesIntegrate efficient Python GUI programming techniques with TkinterEfficiently implement advanced MVC architectures in your Python GUI appsSolve all your problems related to Tkinter and Python GUI developmentBook DescriptionAs one of the more versatile programming languages, Python is well-known for its batteries ... Read more

    $37.59 CAD or Free with Kobo Plus

  • Getting started with programming

    Professional Training

    by Rémy Lentzer ...
    This book is intended for anyone who wants to study the principles of writing code. The important thing is to think well before programming. After a brief history of the development of calculators and computers, you will learn how to design algorithms using everyday examples, such as a recipe of a cheese soufflé, a bubble sort, and a sequential and dichotomous method to sort out numbers in a list. ... Read more

    $24.99 CAD or Free with Kobo Plus

  • Building a Countdown Timer Web App with Vanilla HTML, CSS, and JavaScript.

    A Practical Q&A Guide Using a Countdown Timer

    Building a Countdown Timer Web App with Vanilla HTML, CSS, and JavaScript is a hands-on guide for developers who want to create a fully functional countdown timer using core web technologies. Structured in a practical Q&A format, this book walks you through each step of the process, from setting up your project to deploying a working app in the browser.You’ll learn how to:Structure your HTML for ... Read more

    $6.99 CAD or Free with Kobo Plus

  • Practical Advanced TypeScript

    by Bledar Ramo ...
    Practical Advanced TypeScript is your one-stop guide to mastering TypeScript's advanced language features through a unique, hands-on approach. This book is perfect for developers looking to learn the language in depth, understand its latest features, and select the patterns that fit real-world projects perfectly.Each topic in this book is explained in a well-defined and compact way, offering the ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Cooking up the web with HTML and JavaScript

    Being proficient on the web requires basic knowledge of HTML. Therefore we cover tables, divs, and spans, along with HTML5 changes as well.Then we cover JavaScript in two parts. In part one, we cover some basic elements of the programming language.Mastering loops and conditionalsWorking with variable scopeHow to use ClosuresThat gets you off the ground, and then we move beyond to more advanced ... Read more

    $2.99 CAD or Free with Kobo Plus

  • Angular 11 e Firebase

    Construindo uma aplicação integrada com a plataforma do Google

    No desenvolvimento de aplicações web e mobile, há disponível uma quantidade expressiva de linguagens, frameworks e ferramentas. Nessa imensidão, é comum se questionar ou até ter inseguranças sobre qual o melhor caminho para a construção neste segmento. O Angular é uma plataforma que facilita a construção de aplicativos, combinando templates, injeção de dependências, tudo integrado às melhores ... Read more

    $13.99 CAD or Free with Kobo Plus

  • Progressive Web Application Development by Example

    Develop fast, reliable, and engaging user experiences for the web

    by Chris Love ...
    Leverage the full potential of the web to make your web sites better than native applications for every platform. Key FeaturesExplore different models and patterns required to develop progressive web applicationsCreate applications requiring shorter runtime for attracting more usersStudy different projects to understand the fundamentals of progressive web applicationsBook DescriptionAre you a ... Read more

    $37.59 CAD or Free with Kobo Plus

  • JavaScript for hackers

    Learn to think like a hacker

    by Gareth Heyes ...
    Have you ever wondered how a hacker approaches finding flaws in the browser and JavaScript? This book shares the thought processes and gives you tools to find your own flaws. It shares the basics of JavaScript hacking, then dives in and explains how to construct JavaScript payloads that don't use parentheses.Shows how you can find flaws with fuzzing and how to quickly fuzz millions of characters ... Read more

    $31.49 CAD

  • The Modern Web

    Multi-Device Web Development with HTML5, CSS3, and JavaScript

    by Peter Gasston ...
    Today’s web technologies are evolving at near–light speed, bringing the promise of a seamless Internet ever closer to reality. When users can browse the Web on a three-inch phone screen as easily as on a fifty-inch HDTV, what’s a developer to do?Peter Gasston’s The Modern Web will guide you through the latest and most important tools of device-agnostic web development, including HTML5, CSS3, and ... Read more

    $23.99 CAD

  • If Hemingway Wrote JavaScript

    by Angus Croll ...
    What if William Shakespeare were asked to generate the Fibonacci series or Jane Austen had to write a factorial program? In If Hemingway Wrote JavaScript, author Angus Croll imagines short JavaScript programs as written by famous wordsmiths. The result is a peculiar and charming combination of prose, poetry, and programming.The best authors are those who obsess about language—and the same goes for ... Read more

    $13.59 CAD

  • Vue.js从入门到精通

    by 明日科技 ...
    《Vue.js从入门到精通》从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用Vue.js进行程序开发需要掌握的各方面技术。全书分为4篇,共19章,内容包括初识Vue.js、ECMAScript 6语法介绍、Vue实例与数据绑定、条件判断指令、v-for指令、计算属性和监听属性、元素样式绑定、事件处理、表单元素绑定、自定义指令、组件、组合API、过渡和动画效果、渲染函数、使用Vue Router实现路由、使用axios实现Ajax请求、Vue CLI、状态管理,以及51购商城项目实战。书中的大多数知识点都结合具体实例进行介绍,涉及的程序代码给出了详细的注释,使读者可轻松领会Vue.js程序开发的精髓,快速提高开发技能。 ... Read more

    $23.31 CAD

  • PhoneGap Beginners Guide (third edition)

    Create, develop, debug, and deploy your very own mobile applications with PhoneGap

    Key FeaturesBook DescriptionThis book is for web developers who want to be productive in the mobile market quickly. In fact, by using PhoneGap, it's possible to deploy native applications based on web standards. This book assumes a very small knowledge of HTML/CSS/JavaScript and mobile platforms, such as Android, BlackBerry, iOS, and Windows Phone, and takes the reader step-by-step into a deep ... Read more

    $41.59 CAD or Free with Kobo Plus

  • jQuery Mobile

    Unit Testing

    Series Book 104 - shortcuts
    Das Thema Unit Testing und insbesondere testgetriebene Entwicklung ist heute nichts Neues mehr, dennoch ist es gerade im JavaScript-Umfeld noch nicht bei jedem Entwickler angekommen. Seit mehr als zehn Jahren gibt es nun schon Unit-Testing-Frameworks für JavaScript. Eines der neueren JavaScript-Unit-Testing-Frameworks ist QUnit, das Testframework aus der jQuery-Familie. In diesem shortcut wird der ... Read more

    $7.99 CAD or Free with Kobo Plus

  • Babylon.js Essentials

    Understand, train, and be ready to develop 3D Web applications/video games using the Babylon.js framework, even for beginners

    Understand, train, and be ready to develop 3D Web applications/video games using the Babylon.js framework, even for beginnersKey FeaturesUnderstand the basics of 3D (along with the theory) before practicingEach mini-project provides previous features, alongside the new feature you are learning, to supply the examplesLearn from the best of the best, a developer at Microsoft, FranceBook ... Read more

    $28.79 CAD or Free with Kobo Plus

  • Rediscovering JavaScript

    Master ES6, ES7, and ES8

    JavaScript is no longer to be feared or loathed - the world's most popular and ubiquitous language has evolved into a respectable language. Whether you're writing frontend applications or server side code, the phenomenal features from ES6 and beyond - like the rest operator, generators, destructuring, object literals, arrow functions, modern classes, promises, async, and metaprogramming ... Read more

    $42.39 CAD

  • De Complete Programmeercollectie

    Python, JavaScript, Java, PowerShell & PHP

    Series series De IT collectie
    De Complete Programmeercollectie bundelt vijf volledige programmeerboeken uit De IT Collectie in één krachtige, overzichtelijke uitgave. Deze serie is uitgegroeid tot een betrouwbare bron voor iedereen die zijn technische vaardigheden wil ontwikkelen — van absolute beginners tot ervaren ontwikkelaars die hun kennis willen uitbreiden.In deze bundel vind je de complete gidsen voor Java, JavaScript, ... Read more

    $9.99 CAD or Free with Kobo Plus

  • Mastering React: From Zero to Hero (Step By Step)

    by Sin Cos Web ...
    Mastering React: From Zero to Hero is a concise yet comprehensive React 18 book, guiding you from beginner to confident developer through 10 practical chapters.What you will learn:First published in 2025, this book teaches React’s core principles by building real-world applications without complex tooling. Across 10 chapters, you’ll master setting up projects, crafting components with JSX, ... Read more

    $4.06 CAD or Free with Kobo Plus

  • Beginner Projects with Vanilla JavaScript

    Fun and Practical Projects to Learn Core JavaScript Without Frameworks

    by Dargslan ...
    Series Book 10 - Dargslan - JavaScript - Beginner Level
    Beginner Projects with Vanilla JavaScript: Fun and Practical Projects to Learn Core JavaScript Without FrameworksMaster JavaScript fundamentals through 15 hands-on projects that grow progressively more challenging – perfect for beginners and self-taught developers looking to solidify their skills!Are you tired of JavaScript tutorials that leave you wondering how to apply what you've learned to ... Read more

    $24.17 CAD or Free with Kobo Plus

  • DOM Manipulation Made Easy with JavaScript

    A Beginner’s Guide to Creating Interactive Web Pages Using JavaScript and the DOM

    by Dargslan ...
    Series Book 5 - Dargslan - JavaScript - Beginner Level
    DOM Manipulation Made Easy with JavaScript: A Beginner's Guide to Creating Interactive Web Pages Using JavaScript and the DOMTransform your static websites into dynamic, responsive experiences with the power of JavaScript DOM manipulation!Are you ready to take your web development skills to the next level? "DOM Manipulation Made Easy with JavaScript" is your comprehensive, beginner-friendly guide ... Read more

    $24.17 CAD or Free with Kobo Plus

  • JavaScript for Beginners

    A Comprehensive Guide to Mastering JavaScript from Scratch

    by Alex Thompson ...
    "JavaScript for Beginners: Unlocking the Power of Web Development: A Comprehensive Guide to Mastering JavaScript from Scratch" is your essential resource for diving into the dynamic world of JavaScript. This book, designed for complete novices and those with a basic understanding, takes you on a step-by-step journey to master the language that powers modern web development. From setting up your ... Read more

    $11.19 CAD