Telerik blogs
  • Design

    CSS Tip: Star Selector Not That Bad

    While working on some projects recently, I found myself frequently writing CSS rules like this to enable CSS3 hardware accelerated "fade" transitions for elements in my app: .mySelector {    -webkit-transition: opacity 1s linear 0s;    transition: opacity 1s linear 0s; } When this rule is applied, any change to an element's opacity...
    May 27, 2021 4 min read
  • Web

    Tales of Kendo UI Awesomeness: AdvancedREI

    Watching your customers being successful with your framework is tremendously gratifying. That's one of the perks of my role as a Developer Evangelist for Kendo UI; working closely with customers, I have a unique view of the amazing solutions that are being built by developers targeting...
    May 27, 2021 5 min read
  • Web

    Cascade Your Data With Kendo UI

    The other day I was looking with someone at the demos for the Kendo UI DropDown List and I noticed that the drop downs now have cascading functionality built right in out of the box. You would think that I would know these given the fact...
    June 10, 2025 15 min read
  • People

    Smashing Conference Mixes Art History and the Art of Web Development

       Telerik was  proud to be a Gold Sponsor at the very first Smashing Conference this week, held by our friends from Smashing Magazine. The Conference was located in Freiburg, Germany September 17th-19th. According to Wikipedia, the name Freiburg means "fortified town of free citizens". The town was found in 1120  by Konrad and Duke Bertold III of Zähringen as a free market town. Today Freiburg is known as an eco-city, and successfully manages to mix the medieval atmosphere of the region with the modern eco-friendly lifestyle.  The Freiburg Minster gothic cathedral dominates the central square of the city. Right next to it is...
    May 27, 2021 2 min read
  • People Accessibility

    Five Tips for Accessible Charts with Kendo UI DataViz

    Summary: In this post, I’ll share five practical tips (with code samples and illustrative videos) for making Kendo UI DataViz charts and graphs more accessible. These are things you can quickly and easily do in your own apps today to make it easier for disabled users to...
    May 27, 2021 7 min read