Telerik blogs
  • Mobile

    Store and Share Settings in Windows 8 HTML/WinJS Apps

    Storing as well as sharing app settings between devices is just a few steps away.
    May 27, 2021 7 min read
  • Web

    Creating Custom Application Events in WinJS

    Create custom application events for Windows 8 HTML applications.
    May 27, 2021 5 min read
  • Desktop

    Setting HTML Styles with Binding in Windows 8 WinJS Apps

    This post show how to use data binding on styles and other non text elements in WinJS
    May 27, 2021 7 min read
  • Web

    Know When To CDN

    There’s no doubt that JavaScript, CSS, images and other resources are becoming larger and larger and HUGELY McHUGENATOR sized these days (just take a look at any popular website you visit!). To make matters worse, though, we also have more people accessing these monstrous websites with 50megs of animated jiffs (pronounced “gif”), 10megs of JavaScript and more CSS than an MS-Word document’s “export to HTML”. Things are a bit of a mess, quite frankly. But there’s hope, even with the monstrously sized sites and ever-increasing number of mobile users. Content-Delivery Networks (CDNs), while not a silver bullet by any means, can help you to reduce the amount of time that it takes to deliver your website assets around the world.
    May 27, 2021 11 min read
  • Web

    Check / Uncheck A TreeView Item When Clicking The Label

    Normally, when you click a label for a Kendo UI Treeview item, the item toggles between selected and not. But in some scenarios, you just don’t need the item to be selected. Sometimes it makes more sense for the checkboxes to act as the item being selected or not. I’ve had a number of people ask me how to do this recently, so I wanted to share a quick and easy tip on how to make it work.
    May 27, 2021 2 min read