Telerik blogs

Latest

For the latest product updates, please visit Release.

  • 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.
    June 12, 2013 6 min read
  • 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 11, 2013 3 min read
  • Web jQuery

    Hello jQuery

    This is the first section in the ongoing course HTML5 Development For ASP.NET Developers. This module will covers the very basic information that you will need to know about jQuery and how to use it inside of Visual Studio / Internet Explorer. There are some good tips on...
    May 04, 2012 10 min read
  • Web jQuery

    What You May Not Know About jQuery

    It never ceases to amaze me at how much I don’t know. jQuery is a pretty straight forward library.  It’s essentially one large object off of which we can call and chain functions.  The beauty of it is in it’s simplicity.  It takes a somewhat convoluted and...
    January 07, 2012 6 min read
  • Web jQuery

    Cross-Domain Queries to OData Services with jQuery

    As more application code moves from the server to the client, it's increasingly common to use JavaScript to load JSON data that lives on a different domain. Traditionally, this cross-domain (or more accurately, cross-origin) querying is blocked by browser security, but there is a popular technique...
    August 24, 2011 7 min read