Telerik blogs

Latest

  • 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 2 min read
  • Productivity

    How interactive can things be?

    I recently came across a very interesting site with videos about Multi-Touch Interaction. The videos can be found here: http://www.youtube.com/watch?v=iVI6xw9Zph8&eurl=I am a really big fan of interactive browser applications. Google Local and Microsoft Live Local are doing amazing things and, together with small companies like ours (http://www.telerik.com/ajax), are changing people perceptions about what can happen in the browser. Nonetheless, after watching this video, everything that's viewed as incredibly "interactive" on the web is a bit bleak compared to what you will see. Speaking about map interactivity, if you go to the middle of the video, you will see how a user interacts with a 3D geographical map. It's not happening on the...
    March 01, 2006 1 min read
  • Productivity

    Code snippets in Visual Studio 2005 – Part I

    Many folks are bashing VS2005 but there are some really great things the folks at MS have added for us in VS2005. One of my personal favorites is the code snippets mechanism. I personally find this feature to be kind of underestimated and will try to give you some basic knowledge about what code snippets in VS2005 are, how to manage them, how to find new, and of course how to “do it yourself” By definition code snippets are referred to as “ IntelliSense Code Snippets” – by nature they are reusable, task-oriented blocks of code, encapsulated in a XML file...
    February 22, 2006 2 min read
  • Release

    Announcing the r.a.d.callback 2.0 beta -- AJAXicity all over the place.

    I love the smell of AJAX in the morning.  Hmm, no more listening to Sodom till the end of the week!!The last few days have been overwhelming.  We have been doing our best to wrap up a the beta release of r.a.d.callback.  We are finally done, and the build has gone live.  Yes it is true now!  Go get it from the beta forum, play with it and get that feedback back to us. So, what's new and cool in there?  My favorite feature is the huge boost that the CallbackPanel got.  It is not a dumb container that only knows how to execute JavaScript...
    February 21, 2006 2 min read
  • People

    It's time for MCPD!

    As rumor has it, we have quite a few MCSDs on our team and we like to keep our skills sharp. With the release of .NET 2.0 we anticipated a change in the Microsoft certs. We were anxiously waiting for details about MCSD.NET (2.0?), but alas... Good ole MCSD became "deprecated" and you have to get ready for "The Microsoft Certified Professional Developer: Enterprise Applications Developer" (http://www.microsoft.com/learning/mcp/mcpd/entapp/).Wow.. that definitely sounds as if you are getting a pretty good ROI compared to the plain MCSD. You become a "Professional Developer" and you add the magic "Enterprise" word to your credentials. The only problem is how to...
    February 21, 2006 1 min read
  • Productivity Testing

    Telerik.QuickStart.XhtmlPage is a testing tool too!

    Many a customer has asked us "What, the heck, is XhtmlPage and do I need it to run your components?"  It is an oddity in our QuickStart examples application that needs some explanation.  Atanas, the creator of the class, has already started that in his "Making ASP.NET XHTML 1.1 compliant" post. Today I was describing a testing approach on the Extreme Programming mailing list that relied on the fact that our controls render standards compliant XHTML, and you could leverage that to write tests using the XML API in .NET -- XPath is sooo convenient for that.  And then it hit me!  What...
    February 19, 2006 2 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...
    February 10, 2006 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...
    February 08, 2006 2 min read
  • People

    John Papa, interviewing tips, and the interviews at telerik

    John Papa's post with interviewing tips is an excellent read: I also share John's belief that the tech skills won't get you the job. At least at telerik they won't. The tech skills are just a prerequisite to get you to an interview. Typically, at the interviews in our company we don't ask a lot of technical questions. We do so only in case we are not 100% certain that what the person has written in his/her resume is true. Once we get past that, we spend most of the time trying to understand the person on the other side...
    February 06, 2006 4 min read
  • People

    Egoless coding

    Earlier today my colleague Rumen posted a link to this great blog post by J Atwood from Vertigo Software: http://blogs.vertigosoftware.com/jatwood/archive/2006/01/24/The_Ten_Commandments_of_Egoless_Programming.aspx. I thought I should share it with our community as the ego of people, and especially that of the most knowledgeable and top performing people, is THE biggest problem of any organization. It kills teamwork, it doesn't leave room for self-improvement and it blinds the people, making them unaware of the context in which they are working. That's actually one of the reasons why we have our own commandment - if you are working for telerik, you have to leave your ego outside of the office door....
    January 25, 2006 1 min read