Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Web ASP.NET AJAX

    Glassy buttons, interrupted?

    Has the time come to challenge the top place of glassy look in today’s web notion for haute couture? What could possibly act cooler than a glassy button on your web site? Admit it, even if you never had it, at one point or another you secretly craved for one. One of those fat, professional looking glassy buttons that scream out loud style & grace and are said to sky-rocket click through rates. Everyone’s got it - for the last couple of years, web interface has been all about this glassy feel – ironically enough, with the fall of the...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    ASP.NET Validation and so much more

    Perhaps some of you know that Telerik's tools provide great interoperability with the Professional Validation And More ("VAM") package by Peter Blum. Peter has a great set of products that offer much more than the validation controls that come with VS. As part of our collaboration, Peter was kind enough to give us a free license for internal use. It was sitting in our software repository and catching dust up until last week. We had to tackle an issue with validation groups in the back-end application of www.telerik.com - the postback triggered the wrong form on the page which wasn't supposed to...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Importance of meaningful error messages

    The other day I had a very strange Visual Studio 2005 experience. I was testing the new design time capabilities of r.a.d.tabstrip and something went extremely wrong. My test environment consists of a WebControlLibrary project (the control itself) and a WebSite with a single aspx page containing nothing but a humble r.a.d.tabstrip. The site has a project reference to the web control library so it gets rebuilt whenever I build the site. So far so good. Here is the fun part - whenever I rebuilt the site and refreshed the page I received the following error:Ok, i said to myself, it's debugging time. I...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Packaging resources for web parts

    Hi. My name is Atanas Korchev and I am a Product Manager here at telerik. I am involved in the development of r.a.d.controls MCMS Edition and r.a.d.editor SharePoint Edition. On this blog I will be sharing my experience with Microsoft SPS and WSS and Microsoft Content Management Server 2002, as well as anything else I find interesting. So here it goes… My first entry is about packaging resources for web parts. Web parts are deployed in most cases as CAB (Microsoft cabinet) files. A developer needs to package all web part files (manifest.xml, dwp files, assemblies or anything else) in a single cab file and distribute it. That file is then...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    Replacing the default Community Server blog editor

    I was asked to investigate the possibility of replacing the default FreeTextBox editor on our Community Server with a more sophisticated and easy-to-use editor. I took the challenge and it turned to be an easy one. The whole process took me about an hour - half for reading through the documentation and half for writing the code itself. Lucky for me Community Server uses a provider model, similar to the one in DotNetNuke, that makes it easy for users to change the text editor they wish to use. The only requirement is that the new editor has an appropriate wrapper...
    May 27, 2021 2 min read