Category: JavaScript

angularjs

AngularJS In-Depth

“AngularJS In Action” author Lukas Ruebbelke dives into AngularJS, an intuitive framework that makes it easy to organize code by incorporates concepts like two-way binding, dependency injection and views which results in very testable code.   Source Files: Here  

jquery

jQuery Mobile Web Applications

jQuery Mobile is one of the fastest and most popular ways to build web applications for smartphones and tablets. This course covers the major workflow elements of creating mobile applications with jQuery Mobile, starting with a basic app using components,...

javascript

JavaScript the Good Parts

JavaScript has bad parts that many times overshadow it’s good parts. Douglas claims JavaScript has, “some of the best parts of any programming language ever created.” He explains why in this course, quizzes you on functional programming and covers the...

introduction to jquery

Introduction to JavaScript & jQuery

Karl Swedberg, author of Learning jQuery and the jQuery API Documentation (api.jquery.com), teaches you what you need to know about the JavaScript language before diving into jQuery; including closures, anonymous functions, and implicit versus explicit iteration. If you missed out...

backbonejs

Backbone.js Fundamentals

Backbone.js is a set of tools that gives structure to client-side web applications. It helps us write clean, maintainable JavaScript applications. This course will show you how to get the most out of each backbone component, and how to assemble...