Contents tagged with pluralsight

  • 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

  • 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

  • JsRender Fundamentals: Templating for HTML5 Applications

      This is a JsRender Fundamentals presentation I gave at the Spring 2012 DevConnections conference in Las Vegas. It covers some of the key topics you need to know to build web applications with JsRender. Learn how JsRender brings a new templating library to HTML5 development that has a code-less tag syntax, high performance, no dependency on jQuery nor a DOM, supports creating custom … 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

  • New Article on JsRender Templating

    Super fast rendering, easy to pick up, no DOM nor jQuery dependency. That’s JsRender. Check out this month’s Client Insight column where I cover the basics of JsRender. And be on the lookout for my new full length course on JsRender, coming to Pluralsight in May 2012. JsRender is the successor to jQuery Templates created by Boris Moore. It brings a new templating library to HTML5 development that … more

  • Simple JavaScript Notifications with toastr

    My friend Hans Fjällemark and I have been collaborating on some JavaScript libraries lately and we decided it was time to release toastr, the first of them, on github. Our collaborative organization is under https://github.com/CodeSeven  toastr is a simple JavaScript toast notification library that is small, easy to use, and extendable. It allows you to create simple toasts with HTML5 and … more

© JohnPapa.net