This book might become outdated as JavaScript evolves, but this book covers the essential fundamentals. Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that’s more reliable, readable, and maintainable than the […]
Getting Started with TypeScript
Any doubt you may have had about TypeScript should have melted away with the recent announcement of Angular 2 being written in TypeScript. Google and Microsoft putting aside their egos (and money) to build an open source project together certainly indicates something amazing about AngularJS and TypeScript. I don’t need to tell you how awesome AngularJS is, so in this post I’d like to show you how awesome TypeScript is.
Yet Another Podcast #115 – What’s Coming in Javascript
In this podcast, I speak to world-renown, Jesse Liberty, about the next version of JavaScript and Web Components.
Using Kendo UI Mobile with RequireJS
A short e-book on advantages of fusing RequireJS to your Kendo UI architecture, along with an overview of the framework and file structure of Kendo UI.
Kendo UI Mobile: Nuts and Bolts
A book for web developers and designers that want to use the Kendo UI framework and widgets to build mobile web applications with HTML5, CSS and JavaScript/jQuery, including MVVM binding and iOS/Android development.
Kendo UI: Nuts and Bolts
A book for web developers and designers that want to use the Kendo UI framework and widgets to build responsive applications with HTML5, CSS and JavaScript/jQuery, including MVVM binding.
JavaScript: Nuts and Bolts
A self-paced book that teaches you the fundamentals of JavaScript development, including functions, parameters, native objects, object-oriented programming techniques, and debugging.
JavaScript says, “let” there be block-scope!
Variable in JavaScript has always been a leaky concept. We all know global variables are evil, but “hoisted” variables within a certain scope can lead to unexpected bugs that are hard to track down. Introducing the new “let” keyword!
JavaScript classes with ECMAScript 6
JavaScript has been officially initiated as an object-oriented language with the introduction of classes in ECMAScript 6. Now that classes are baked into JavaScript, it changes the whole playing field!
Getting Started with DevExpress and AngularJS
The DevExtreme suite from DevExpress allows you to build cross-platform HTML5 and JavaScript tools for next-generation mobile and web development. In this post, we will use the AngularJS integration for MVVM.
- 1
- 2
- 3
- 4
- Next Page »