Telerik blogs
  • Web

    Seven JavaScript Quirks I Wish I'd Known About

    list image
    If you are new to JavaScript or it has only been a minor part of your development effort until recently, you may be feeling frustrated. All languages have their quirks - but the paradigm shift from st...
    April 10, 2014 16 min read
  • Mobile

    Converting PhoneGap/Cordova Projects to AppBuilder

    Interested in using AppBuilder, but worried you may not be able to use it with your existing PhoneGap/Cordova projects? No problem! Jim Cowart explains how you can convert an existing PhoneGap/Cordova project to AppBuilder. It's not difficult, it just requires copying the right files and folders to the right place.
    March 06, 2014 7 min read
  • Mobile

    Getting Started With Kendo UI Mobile in AppBuilder

    Interested in getting started with using Kendo UI Mobile with AppBuilder? In this post, Jim Cowart helps you hit the ground running, covering the basics of Kendo UI Mobile like views, transitions, data binding and themes.
    February 28, 2014 13 min read
  • Web

    Getting Started with Kendo UI and MVVM

    New to Kendo UI and the Model-View-ViewModel (MVVM) pattern? In this post, Jim Cowart looks at what MVVM is, how it can help structure client side code and how it works when using Kendo UI.
    January 15, 2014 9 min read
  • Web

    Using RequireJS to Load Kendo UI Templates

    I've used RequireJS a lot over the last 2+ years, and as I've been learning Kendo UI, I was curious how well the two could work together. Burke Holland has already written a bit on this topic as well, but I wanted to find out if I could use the "text" loader plugin for RequireJS to load Kendo templates from external files. It turns out, you can. There's just a slight twist in doing so.
    December 18, 2013 7 min read