Telerik blogs

Latest

  • Web

    Automating Complex JavaScript-rich Controls with Watir

    Watir is a web testing tool that allows you to automate Internet Explorer and script interactions with your web application.  It uses the COM automation interface to drive the browser.  The nicest thing about the tool is that it allows you to use Ruby to create the test scripts.  Ruby is an unobtrusive, easy to learn, fully object-oriented language whose power at abstraction building will allow you to bring your testing to a level you never previously imagined. Now, a lot of people love and use Watir, and we have been getting requests for help on scripting our web controls with Watir.  All of our controls are pretty complex beasts and require...
    April 25, 2006
  • Release

    Drip -- some exciting news

    I should have posted this a few days ago, but I have been so busy that this Easter (Orthodox Easter, is THE Easter in Bulgaria) Saturday morning is my first blogging opportunity for the whole week. I was writing an article on Drip and contacted Matthias Miller, the tool's developer, about some of the limitation of the tool that I've described here . He confirmed my findings, and while I wasn't watching he pulled some ninja coding skills and sent me a new build that detected more leaks and had none of the original limitations. It worked like a charm, and Drip...
    April 21, 2006
  • Mobile

    Origami: the next Big Small thing

    Will Microsoft take on Apple and Palm with its all-in-one consumer/business ultra-portable device? Well, you’ve probably heard the news already - Microsoft is entering the persona-portble-cool-weired-widgets market with their own device… The device code named Origami (official name is UMPC which is spelled out like Ultra Mobile PC) is very compact all-in-one information device that is targeted as an iPod, Palm and BlackBerry competition. Origami sounds way cooler than UMPC though (I keep asking myself why the guys at MS are giving great code names like Indigo, Avalon and Origami, and the official naming is almost unpronounceable like WPF, WCF, UMPC,...
    April 21, 2006
  • Web

    The invisible memory leaks in MS Internet Explorer

    Oh boy, not another memory leak post!  We already got a couple here and there.JavaScript development is so frustrating at times that every little victory counts.  The seemingly memory-managed, easy-to-write script language sometimes is harder than C++, and believe me, I've had my fair share of C++, Win32  and COM development.  As if it's not enough that you have to deal with each and every browser's way of implementing the "standard", but now you have to manage and free your own memory.Memory leaks have not been a big problem most of the time.  Well, a leaked <div> or <td> here or...
    April 11, 2006
  • Web

    Playing with minimo

    With mozilla minimo recently released it will be interesting for web developers and geeks alike to mess around with it. For those not familiar with minimo it is basically mozilla’s alternative to pocket internet explorer for PDAs, smartphones and other devices that use Windows CE. And yes, it does have tabs! Here is what we can read on the official website (http://www.mozilla.org/projects/minimo/): The Minimo has been focused on code-size and runtime footprint reduction, small screen usablity, and porting to small consumer devices. We hope to make Minimo the browser of choice on small devices, or machines with limited system resources; taking advantage of...
    April 04, 2006
  • Productivity

    Creating a simple code snippet in Visual Studio 2005 – Part II

    Hi All, This is the second installment of the series "Code snippets in Visual Studio 2005". Well it has been quite a while since I updated my blog. My apologies, I think we all got too wrapped up in developing our new products and preparation of Q1 2006 release to remember to keep writing. However now I (having the time) intend to do just that. So creating a code snippet is a relatively easy task, however I will make a real case to demonstrate the creation process (refresh your mind on the topic here): - First create a text file (with your preferred editor, mine is...
    March 21, 2006
  • Design

    Telerik skins photoshop sources.

    Thinking how to make your life and our ROI targets easier, we decided it’s a good idea to provide for download the Photoshop sources of our components’ skins. So we sat down and toiled relentlessly to tame the mess of untitled layers into something of actual business value – the result is a section at http://www.telerik.com/skins with free downloads of the Photoshop sources for the most requested telerik skins. Pure design goodness for you to customize and build upon. Remember this section when the time comes to design your next application – this time you can jump start with a ready...
    March 13, 2006
  • 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...
    March 06, 2006
  • People

    Customer of the month

    We don't have an award for "Customer of the Month", but the guys from PCTS (www.pcts.com) would definitely qualify for the award. Guys, thanks for the commitment and for the "advertising on wheels"! If you are using our products in an interesting fashion, or you would like to join the club of "TELERIK" license plate holders, make a quick comment here or drop us a line using any of the means you find most convenient on telerik.com. We will be glad to come up with a nice way to reward your...
    March 06, 2006
  • Web

    Adding controls to Visual Studio Toolbox

    The Problem As Rumen said, adding controls to Visual Studio toolbox can be a tedious procedure. That's why r.a.d.controls are automatically added in the toolbox during installation. This makes it easier for the developer to start using them. However there is a catch - no control is added in Visual Studio 2005... Our toolbox adding code runs without an error but ... nothing happens. Several months ago I found the following forum thread which basically said that the code used to add toolbox items in Visual Studio 2003 will simply not work in Visual Studio 2005. And it is 100% right! We decided to abandon this...
    March 01, 2006