Telerik blogs

Latest

  • Web

    To Navigate, Or Not To Navigate?

    Routers are powerful tools in Single Page Applications, and Kendo UI's router provides an API to wrap up this power. But the API hides a lot of potential complexity and performance issues if you're not careful. Calling the navigate method without regard for the current context of the application and whether or not that context is changing can result in unwanted re-rendering of the entire application. This can reduce the responsiveness of the app, waste time re-drawing content that isn't changing, and cause a lot of flickering on the screen - and none of this is desirable from a user's perspective.
    May 31, 2013 8 min read
  • Mobile

    Is This Thing On? (Part 3)

    This is Part 3 of a four part series where we explore some of the tools available to detect and manage online/offline connectivity in web/mobile applications. In Part 1 we looked at the available APIs for detecting connectivity state (and the woes associated with them). In Part 2 we wrote a hand-rolled abstraction to manage using these APIs together and began to see elements of a state machine emerge from the chaos. In this post we're going to drive the state machine stake deeper by exploring how we can keep our FSMs from violating SRP, and set the stage for using multiple FSMs together to model more complex application behavior.
    May 31, 2013 14 min read
  • Desktop WPF

    Conference Buddy on WPF–Initial Architecture

    Initial architecture for the WPF version of Conference Buddy
    May 30, 2013 5 min read
  • Release

    Announcing RadControls for Windows Phone Q2 2013 Beta: ImageEditor and Async Support in RadMessageBox

    A look at the Q2 2013 Beta release of Radcontrols for Windows Phone.
    May 30, 2013 5 min read
  • Mobile

    Icenium keynote recording & winners

    Did you remember to join the Icenium Summer 2013 keynote yesterday? Thousands of you did, and to you, a big THANK YOU again for spending an hour with us. We had a great time showing all of the latest improvements in Icenium, introducing Icenium Everlive backend services, and showing a "sneak peek" of our upcoming support for custom Cordova plug-ins. Hopefully you learned something new and are more excited about building hybrid mobile apps!
    May 30, 2013 2 min read
  • Release

    Meet the New ApplicationMenu and RibbonBarGallery of the Telerik’s RibbonBar for ASP.NET AJAX

    This blog post intends to provide information on the newly added RibbonBarGallery as well as the improved ApplicationMenu that comes with the Q2 2013 of the Telerik’ ASP.NET AJAX controls. Here you can find how to use the new additions as well as the improved ones.
    May 29, 2013 4 min read
  • Release

    Announcing the 2013 Q2 Beta for RadControls For Windows 8 XAML

    Our Beta release is a sneak peek of the upcoming Q2 release, and includes new controls, enhanced controls and our new local data storage.
    May 29, 2013 5 min read
  • Release

    Announcing the 2013 Q2 Beta for RadControls For Windows 8 HTML

    Check out all of the new and improved features just released in the 2013 Q3 Beta for RadControls for Windows 8 HTML! Plus a couple of goodies you never saw coming!
    May 29, 2013 6 min read
  • Web

    Making A ListView Timeline

    The timeline has become a ubiquitous part of our user experience. It started with Facebook and Twitter, and now Pinterest and the Google+ interface have given us a new take on the same concept: display a list of items to the user. As they scroll down the page, add in the next batch of items. Sometimes those new items are added automatically (ala "endless scrolling"), and often there is a "push to load more" button, like in Instagram's new website.
    May 29, 2013 6 min read
  • Productivity

    Understanding .NET Just-In-Time Compilation

    Learn more about the fundamentals of .NET compilation including the different types of compilation, how they work, and what their pros and cons are. Dive deeper into the specifics of JIT (Just-In-Time) compilation and discover how JustTrace and JustMock are involved in the process of compilation.
    May 28, 2013 5 min read