Telerik blogs

Latest

  • Mobile

    JavaScript Performance On Mobile Devices

    While working up a blog post today on creating a simple game with HTML5, I tested the app on my iPhone and found something quite interesting.  It was ridiculously slow. You can check out the application here and see it’s performance on your mobile device.  It appears to...
    October 08, 2011 6 min read
  • People

    StarWest Follow Up and Slide Deck

    I’m at the John Wayne airport waiting on my flight back home from the StarWest conference. This was the first conference I’ve been at as a vendor – I’ve always been a visitor at the front of the booth, never behind it. I had to make some interesting mental changes, but it was a great experience once I got in the groove. Thursday morning I did a session called “Automation Isn’t Just Shiny Toys” where I discussed how to avoid some of the common pitfalls around automation: long running tests, brittle tests, tests which consume far too much time for ...
    October 07, 2011 2 min read
  • Web

    RadBulletGraph Architecture and Features

    We introduced RadBulletGraph beta in the Q2 2011 SP1 release with the idea that the sooner we release a stable product the more time we will have to polish it and even implement user requirements before the final version. With this blog post I will explain how RadBulletGraph is structured internally and how this internal structure enables the features that it currently supports. With this in mind I kindly ask you, dear reader, to give your opinion on RadBulletGraph, to tell us what else you need or what can be done in a better way so that we can provide the best...
    October 07, 2011 4 min read
  • Desktop

    RadChart for Windows 8 WinRT – The Compilation

    This is part two of the RadChart for WinRT blog series. For more information please refer to the other parts of the series: Part one - A Prelude Part three - Taking its First Breath   Now that we have successfully ported our Windows Phone Chart to WinRT I will share some tips and tricks about the whole process and what is different compared to Silverlight and WPF regarding code behind and XAML compilation. Code behind namespaces Both logical and visual tree hierarchies of Dependency Objects now reside in new namespaces and the old ones like System.Windows.Controls do not exist. This automatically breaks any existing C#/VB code. SL/WPF UI namespaces...
    October 07, 2011 3 min read
  • Release

    Kendo UI Beta 2 now available

    It's been two short months since we originally introduced the Kendo UI beta, and now we're very happy to deliver the second beta release! This release builds on the very successful beta 1 by introducing a number of new features, new widgets, along with the expected...
    October 07, 2011 4 min read
  • People

    Telerik Test Studio @StarWest 2011

    Hey! Telerik Test Studio is at StarWest! We have prepared for you some nice surprises – and two awesome awards – Kindle and iPAD2. So if you’re there – stop by Telerik’s Booth #8-9 and have a chat with the Testing Crew! They’ll tell you the rules! Check out the amazing sky-blue detective t-shirts and the very funny purple dancing robots! Also, last week, with the second major Test Studio release for 2011, we launched some pretty nice new features, including performance testing capabilities, support for manual test type, and HTML 5 support. You have a chance to get a free...
    October 06, 2011 1 min read
  • Desktop WinForms

    RadGridView for WinForms conditional formatting – a matter of expressions

    RadGridView provides numerous handful approaches to customize its appearance, even at runtime. For example, you could use  formatting events or the Style property . However, sometimes it is handy to specify complex conditions in a script form. In our previous release we introduced an  expression editor which allows for using formulas and expressions both at design time and runtime. In our next release we will introduce the same powerful feature for conditional formatting. You and your end-users will be able to target and style RadGridView cells and rows using powerful expressions. With the help of our existing rule-based conditional formatting you can easily highlight all cells...
    October 06, 2011 1 min read
  • Web

    FOUJUI: Flash of Uninitialized JavaScript UI

    One of the challenges that comes with pure JavaScript UI is a nasty little user experience problem that I'm calling "Flash of Uninitialized JavaScript UI," or FOUJUI (rolls right off the tongue). FOUJI, similar to FOUC, occurs when: Your rich UI is initialized by JavaScript You rely...
    October 06, 2011 6 min read
  • People Accessibility

    Need Accessibility in Your ASP.NET AJAX Apps? You’re Already Covered

    Here at Telerik accessibility support has always been important. We strive to ensure that when you are developing an application with our ASP.NET AJAX controls you can rest easy knowing that they provide compliance with some of the highest standards in the industry. Ease-of-mind and ease-of-implementation, does it get any better? :) Let’s take a look at just how we are making your applications more accessible. Accessibility Guidelines For a while now Telerik’s ASP.NET AJAX controls have been in compliance with the W3C Web Content Accessibility Guidelines 1.0/2.0 (say that a few times fast!). These guidelines set standards for applications providing accessible content by...
    October 06, 2011 3 min read
  • People

    The LOB Chronicles Episode 9: The Repository Pattern + Source Code Is In!

    In the last episode we were exploring how MEF created a unique issue in loading assemblies and missing dependencies as well as how we utilized a creative synchronous approach to ensuring assemblies were downloaded before loading modules. This week we’re pushing full speed ahead with the application and what we have to show (more on that later), but before we start highlighting the UI work being done I thought it would be good to take an episode to discuss how we’re handling data within the application. As you might have guessed from the title this involves the Repository Pattern. Repository Pattern...
    October 05, 2011 6 min read