Contents tagged with knockoutjs

  • Knockout JS Pluralsight Course in the Works

    I love data, data binding and development patterns. So it should be no surprise that my next course to be released with Pluralsight is on KnockoutJS. I recently released an Introduction to Building Windows 8 Metro Applications course with my good friend Dan Wahlin for Pluralsight. Thanks to all of you who have been watching it! I’ve been asked what else is on my list for Pluralsight videos, so I … more

  • KnockoutJS NuGet Packages

    Visual Studio has a ton of perks for making development easier. One of those perks is the package manager, better known as NuGet. Now, when you do KnockoutJS development in Visual Studio you have 4 Knockout packages available on NuGet: KnockoutJS KnockoutJS is an MVVM JavaScript library, written by Steve Sanderson, and is the heart of Knockout because, well, it is Knockout. If you are doing … more

  • New Pluralsight Course on MVVM, JavaScript Patterns and KnockoutJS

    My latest course Building HTML5 and JavaScript Apps with MVVM and Knockout is now available at Pluralsight! Learn how to build robust and maintainable Web applications with JavaScript patterns, MVVM, and KnockoutJS . 

    Free Preview:

      

    Course Description:

    Do you write a lot of HTML, JavaScript, and jQuery to push and pull data? Does your JavaScript seem to lack … more

  • South Florida Code Camp is Tomorrow

      I’ll be heading to Ft Lauderdale tonight so I can get a bright and early start for South Florida Code Camp tomorrow. They have a pretty good lineup and I’ll be presenting 2 sessions. Hope to catch you there!   HTML5 and JavaScript Fundamentals with MVVM and KnockoutJS John Papa 11:10am – 12:20pm Do you write a lot of HTML and JavaScript code to push and pull data? In this session you … more

  • Knockout Session from South Florida Code Camp

    I had a great time at the South Florida Code Camp last weekend presenting a Whirlwind tour of Knockout and Javascript Patterns. The rooms were small and way overpacked, but I’ll take that as a sign that the topic is popular The Knockout session is a whirlwind tour of KnockoutJS ’s features. If you like it and want to see more in depth material on Knockout, you can check out my full  course … more

  • Whirlwind Tour of Building HTML5 and JavaScript Apps with MVVM and Knockout

      This is the Whirlwind Tour of Building HTML5 and JavaScript Apps with MVVM and Knockout presentation I gave at the Spring 2012 DevConnections conference in Las Vegas and in Orlando Code Camp (both last week). It covers some of the key topics you need to know to build web applications using the MVVM pattern with JavaScript and jQuery that consume json data, use json objects in Javascript, … more

  • Learn About External Templates with KnockoutJS

    Templating is a killer feature of many technologies that helps reduce code and make it more manageable and adaptable. Knockout.js has a native template engine (or you can tie in a custom templating engine), but often I like to go a bit further and load my templates from external files. In this month’s Papa’s Perspective column in Visual Studio Magazine I cover the Knockout.js External Template … more

© JohnPapa.net