Telerik blogs

Latest

  • Web

    Easy application layout with Twitter Bootstrap

    You have probably seen all these nifty Twitter Bootstrap style applications popping up. You know, the ones with the black header menus and blue buttons? If you haven't seen or heard of Twitter Bootstrap, it's a base CSS / UI framework that makes laying out your...
    May 27, 2021 9 min read
  • Web ASP.NET AJAX

    How to Build Telerik.com-like Navigation with Telerik’s ASP.NET Menu Control

    Many curious customers send us tickets every week to ask us how they can implement a menu similar to that on our official website, www.telerik.com, using RadMenu for ASP.NET AJAX. The following post is inspired by them and is aimed at providing you with tips and code snippets to help you achieve this appearance and functionality.
    January 14, 2013 5 min read
  • Web ASP.NET AJAX

    Demystifying unexpected redirects to login page in ASP.NET

    Have you often configured the authorization settings of your website to specify areas with special access rules? One of the common scenarios is to create a website that should be available only to authenticated users. When doing this, have you ever run into the strange behavior of a login page life cycle being executed multiple times when the access to all pages is denied for anonymous users? Read on to see why this happens and how you can avoid it with only a few changes in the web.config file of your website.
    May 27, 2021 4 min read
  • Web

    Using Kendo UI templates with Backbone

    Backbone and Kendo make a beautiful combination as we've already seen. But this dynamic duo doesn't stop with the use of the Kendo control suite. Backbone's flexibility and defining characteristic of open and unopinionated structure allow it to be combined with more of Kenod's capabilities than just...
    May 27, 2021 4 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.
    May 27, 2021 3 min read