Telerik blogs
  • 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...
    May 27, 2021 6 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...
    May 27, 2021 4 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...
    May 27, 2021 6 min read
  • Web

    Using CORS with All (Modern) Browsers

    CORS is cool. Cross-Origin Resource Sharing is a (slowly) emerging technology for the web that finally gives async web operations a way to directly grab resources from different domains. In fact, I've already talked about it a couple of times on the Kendo UI blogs here and here. By...
    May 27, 2021 7 min read
  • Web

    Fun with Remote Data and the Kendo UI Grid

    Love them or hate them, grids are a staple of user interfaces. While jQuery has made UI engineering remarkably easier on most of us, the grid is still a very iffy scenario when designing for the web. I have used jqGrid in the past on a...
    May 27, 2021 5 min read