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...
    September 28, 2012
  • Desktop WinForms

    Put some CSS magic to your RadControls for WinForms

    We keep a close track of the latest trends and we know how popular HTML5 and CSS are these days. That is why while implementing our new theme engine, which we presented in our previous blog, we added a small, but powerful styling feature  and in this blog we want to tell you more about it.   Until now there were two ways to create new themes for RadControls. The first one is to use the Visual Style Builder tool (http://www.telerik.com/products/winforms/tools.aspx) and to create or modify an existing theme. The other way is a bit tricky as you should edit an XML...
  • Web ASP.NET AJAX

    Touch up your app with Telerik’s MetroTouch skin for ASP.NET AJAX

    Have you ever experienced difficulties with hitting a button on a touch screen because of the button’s small size? Haven’t you wished texts were larger so you don’t need to zoom-in to read? No more troubles - our new MetroTouch skin for Telerik’s ASP.NET AJAX controls is coming on board with Q2 2012, expected in about a week!    
  • Web ASP.NET AJAX

    Separate Skin Assembly in RadControls for ASP.NET AJAX with Q3'11

    Probably all of us have identified at some point the following trend in software development — newer version usually means bigger assemblies. Sure, some of the new stuff is features that we use on a daily basis; but some of the new stuff is just eye candy that we don't always use. In fact, wouldn't it be nice if we could get just the software with the default looks; get the job done then and, if needed, add that sweet UI candy to it later? And in order to tackle this problem — maintain a reasonable file size of the main Telerik...
    November 15, 2011
  • Release

    Razor and CSS in JustCode

    The first service pack for Telerik JustCode Q2 2011 was recently released, but the development team is forging ahead with even more new features to make your life easier. New internal builds brings Razor and CSS support, which is welcome news for web developers using JustCode. Razor If you have developed applications in ASP.NET MVC 3, you are familiar with the new Razor view engine. It brings code closer to markup, and it’s fitting that its files use the extensions cshtml and vbhtml. The JustCode features you are familiar with now work on the C#, VB, JavaScript, and Html code inside Razor files. This includes...
    October 28, 2011