Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Web jQuery

    Trimming Down jQuery With Grunt

    list image
    I've previously written about using jQuery's AMD modules to include only the pieces of jQuery you need. That approach relied on explicitly listing jQuery modules, i.e. whitelisting, which works well i...
    July 01, 2014
  • Web jQuery

    jQuery: Using Only What You Need

    list image
    With the ever-increasing importance of mobile, performance on the web has never been more critical. Because of its popularity, jQuery is often targeted as too big because of its size. Although I've ar...
    June 05, 2014
  • Web jQuery

    jQuery UI vs. Kendo UI - What's the Difference?

    Back in January of 2012, we created jqueryuivskendoui.com/ to document the features of each library in an attempt to provide an accurate and fair comparison. Unfortunately, by internet standards January 2012 is ancient, and both Kendo UI and jQuery UI have evolved considerably. I recently started at Telerik as a developer advocate and was tasked with bringing the site up to date.
    September 12, 2013
  • Web jQuery

    jQuery Context Overload

    I'm sure most of you can relate to that feeling you get when you learn about something that you're pretty sure everyone else already knows about. Something fundamental. I remember when I learned that I could test for nullable integers in C# by using hasValue. Or when I first learned that you could use array notation in JavaScript to dynamically access properties and methods. Sometimes we don't talk about these things. We sort of just look around to make sure no one was watching when we were the last to find out.
  • Web jQuery

    Consuming Services - Cleanly Rendering Returned Data into Your App

    After my last blog post a friend asked for advice on how to render the data that's returned to his app in a clean, simple way. Immediately, two simple ways to accomplish this came to my mind. One using string concatenating and one using a hidden block of HTML as a template.
    January 10, 2013