Telerik blogs

Latest

  • Web

    No more Internet Explorer for Mac

    One of the people on our design team sent us the good news this morning - it's official that Internet Explorer for Mac will no longer be supported and will not be available for download as of December 31st, 2005. You can read the full bulletin at the Mactopia site:http://www.microsoft.com/mac/products/internetexplorer/internetexplorer.aspx?pid=internetexplorerI am sure there won't be a lot of tears in the eyes of our development team now that the "villain" will be finally gone. We will not stop to support Mac IE immediately but we do plan to drop support for the notorious browser at some point in Q1 2006. We do recommend to customers...
    May 27, 2021 1 min read
  • People

    I am a published author!!!

    It's official now: I am a co-author of a real paper book. The book is titled ???????????? ?? .NET Framework (.NET Framework programming) and it is written in Bulgarian. I am holding it right now -- it is a bit heavy (800+ pages for the first part), but holding it feels good. The first part has been published and we are expecting the second part really soon. The cool thing is that the book is distributed under a free license and you can download the text in DOC or PDF format from the site. The book is an introductory-level text, aimed for the beginner programmers. Most...
    May 27, 2021 2 min read
  • Productivity

    Code complexity and metrics

    My name is Vladimir Milev and I am a software engineer at telerik. I would like to talk about code metrics in my first post on the company blog. The r.a.d.controls suite has come a long way and features a lot of components. This has come at a price though – increasing complexity of the code. Code complexity is measured in different ways, however, the most commonly acclaimed metric is called “Cyclomatic complexity”. It was introduced by Thomas McCabe in 1976, and it measures the number of linearly-independent paths through a program module. The score is determined by the following...
    May 27, 2021 2 min read
  • People Accessibility

    Making ASP.NET XHTML 1.1 compliant

    As you may know, all components from the r.a.d.controls suite render XHTML 1.1 compliant output. We wanted to promote it in a way that all users can click a button in our online examples and see for themselves that everything validates perfectly. W3C provides an online validation service (http://validator.w3.org) so it should not be that hard. Unfortunately ASP.NET 1.x complies with *NO* HTML standard ever approved by W3C. ASP.NET 2.0 was first XHTML 1.1 compliant, but then in the official release Microsoft fell back to XHTML 1.0 transitional which is less restrictive. I made a couple of Google searches and found other people...
    May 27, 2021 3 min read
  • Release

    r.a.d.controls and support for DotNetNuke

    DotNetNuke 4.0 was officially released about a month ago, giving a major revamp to the project, now specifically designed for .NET 2.0 and offering Visual Studio 2005 support. Although there were some inevitable glitches, in my opinion DNN 4.0 is a solid release. Porting the existing r.a.d.controls for DNN to 4.0 proved to be a straightforward task. Almost all our DNN controls compiled right away after simply replacing the old .NET 1.1 assemblies with the 2.0 ones (e.g. RadEditor.dll -> RadEditor.NET2.dll). The main task was to simplify the new distributions by taking advantage of the new functionality offered by .NET 2.0. All skinobjects and...
    May 27, 2021 2 min read
  • Web

    Test-driving Windows shell scripts with Windows Scripting Host

    I was creating a small banner rotation script yesterday.  It needed to be tiny, lightweight and easy to deploy, so I chose to do it in JScript as it is available on every Windows machine.  I usually do small automation projects in Ruby, but the machine that has to run the script does not have Ruby installed.  I am a closure freak, so I went for JScript (VBScript does not have closures).The script has to select a random subfolder from the source location and copy all its files to the destination.  I don't have much experience with Windows Scripting Host's (WSH)...
    May 27, 2021 3 min read
  • People

    The life and death of r.a.d.designer

    After three years of good service, r.a.d.designer will be discontinued. As of r.a.d.controls Q4 2005 SP1 next week, the product will no longer be part of the ASP.NET suite. Wondering why we decided to do it? A bit of history... r.a.d.designer was telerik's third product after r.a.d.editor and r.a.d.menu. It was born out of an experimental project and it's initial goal was very different from what it is today - it had to be a tool that allows you to put stuff in containers and move them around. It was supposed to be very close to what r.a.d.dock does. Back in time...
    May 27, 2021 3 min read
  • Mobile

    telerik and Mono

    It all started at Microsoft PDC this year.  We met Miguel de Icaza at our booth, and we talked about running our products under Mono.  I had previously done some tests under my Linux machine at home, and it turned out that our obfuscated assemblies broke the Mono CLR.  Yes, that means crashes and abnormal process terminations.  Miguel was really kind and offered his help.  He was able to determine that our obfuscator (Xenocode) was generating invalid IL instructions in order to break possible decompilations.  Unfortunately that broke Mono too.  In fact it was not only Mono -- we had a lot of...
    May 27, 2021 2 min read
  • Release

    r.a.d.controls Q4 2005 is out!

    The Q4 release finally went live last Friday! It was our hardest, but also our best release so far. We added 5 new controls to the suite (upload, input, calendar, window, toolbar), released major updates for r.a.d.grid and r.a.d.combobox, extended the in-built AJAX support of most products, and on top of that, we were on the front line with full support for Visual Studio 2005. Here's a link to the complete news release: http://www.telerik.com/Default.aspx?PageId=1861&b21ActiveNewsId=bBj&b21CategoryId=drh I am particularly thrilled by r.a.d.grid 3.0. and r.a.d.window. The latter offers some unique capabilities and is a great addition to the r.a.d.controls suite as it allows developers to easily build applications with...
    May 27, 2021 2 min read
  • People

    The AJAX hysteria

    I got really aggravated by an article I read today and more specifically from the statement "before AJAX". It kind of gave the impression that they were not talking about an acronym but rather an important period in human history (e.g. "Before the fall of Communism") It seems to me that everywhere, everyone is talking about AJAX and it's becoming ridiculous. In just 7-8 months the web got cluttered with all kinds of AJAX addicts, Evangelists, "leaders" and people claiming they were doing AJAX even before XmlHttp was in the browser. It's almost like the infamous Web 2.0... Everyone talks about it, but no one knows exactly what it is. Am...
    May 27, 2021 3 min read