Telerik blogs

Latest

  • Web

    Sitefinity at Internet World for the First Time

    We are excited to share with you all the impressions we gathered from the largest IT event in Europe - Internet World 09. The London-based conference for digital marketing and online business, content management, social media and web 2.0 attracted over 10 000 visitors who we were happy to meet and make contacts with our Sitefinity team reps at the Telerik booth in Earls Court 2. This was the first Internet World event we took part in so Sitefinity got the chance to impress many attendees who were amazed by its rich functionality and robustness. Internet World was our second European...
    May 27, 2021 1 min read
  • People

    Azure videos now on Telerik TV

    If you followed my posts last week, you learned that the RadControls for ASP.NET AJAX are “cloud ready.” You can take the RadControls for ASP.NET AJAX that you know and love today and confidently use them in Cloud Service applications that target the Microsoft Azure cloud environment. In case you missed those posts, you can catch-up now:   RadControls for ASP.NET AJAX on Azure Deploying RadControls to Azure   I’m happy to relay that the videos that are related to these blog posts are now both available on Telerik TV for your immediate viewing pleasure. Each video illustrates the concepts defined in the blog posts,...
    May 27, 2021 1 min read
  • People

    Come see us at TechEd 2009

    If you are attending TechEd, be sure to say “hi” to the members of the team who will be there. Todd Anglin, our head of Developer Evangelism, will be running Birds of Feather sessions on building great web applications: http://telerikwatch.com/2009/04/join-me-at-my-teched-bof-sessions.html Stephen Forte, our Chief Strategy Officer, will try to break his personal record of 10 TechEd sessions by doing 11 (you read it right - eleven!) talks this time. Here's his schedule: http://www.stephenforte.net/PermaLink,guid,d1e24c20-eff1-48e4-a0e8-7dbad80994f8.aspx If you try to locate the Telerik booth, you'll notice that there isn't one this year. Unlike many others, we choose not to send marketing and sales people to trade shows....
    May 27, 2021 2 min read
  • Desktop WPF

    Making a RadGauge look like a Dial

    I have had several people ask me about whether Telerik offers a dial control.  I thought it might be interesting to try and leverage the RadGauge control to build something that looks like a dial.  Essentially the RadGauge offers all the capabilities you would need, it is just a matter of styling.  I decided to build a kitchen timer application so I could create a dial theme.  I am no artist, but I think my end result turned out pretty well.  The video below will demonstrate how I use Expression Blend to quickly get a 3D (ok, 3Dish, again I...
    May 27, 2021 1 min read
  • Productivity Testing

    WebUI Test Studio and Sitefinity

    The folks from Telerik Sitefinity team just blogged about testing the Sitefinity modules with WebUI Test Studio. There are several important facts I’d like to point you to: - You can automate the testing of all the elements on the page in any ASP.NET Web application with WebUI Test Studio. Sitefinity CMS is an excellent example as its modules often contain quite complex pages. - Although we often highlight the RadControls Translators we add as the third component of the test studio, the product is not limited to testing of RadControls-based applications at all. For example such small but ...
    May 27, 2021 1 min read
  • Web

    Executing JavaScript function from server-side code

    This is a pretty common scenario when working with WebForms. There are many ways to achieve the desired result, but they have one thing in common – you should make sure that the controls are fully loaded in the page before trying to get a reference to them and use them in your JavaScript code. In ASP.NET it is pretty straightforward to do that. For example you could use a label: ASPX <head runat="server">     <title>Untitled Page</title>     <script type="text/javascript">     function calledFn()     {         alert("code fired");      }     </script> </head> <body>     <form id="form1" runat="server">         <asp:Button ID="Button1" runat="server" Text="Run JavaScript Code" OnClick="Button1_Click" />         <asp:Label ID="Label1" runat="server"></asp:Label>    ...
    May 27, 2021 3 min read
  • Web

    Cannot discover WCF services in your Silverlight application?

    If you try to add service reference in your Silverlight application and you simply cannot discover any services in the solution using the Add Service Reference tool here is the way how to solve it. Note that the issue occurs both in Silverlight 2 and Silverlight 3 Beta.     1. Uninstall your Silverlight tools for Visual Studio      2. Go to C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE or the place you have installed your Visual Studio environment.     3. Delete the file Microsoft.VisualStudio.ServicesProxy.dll      4. Install again Silverlight tools for Visual Studio and note that your file will be created again. There seems to be something wrong with the installer of Silverlight tools, which...
    May 27, 2021 1 min read
  • Web

    How to show hidden panes in the Silverlight docking control

    Usually, when you use docking manager you want to be able to re-open the closed panes. This looks as simple as setting the IsHidden property of the pane to False. However, this does not cover all the cases. The pane might be in a ToolWindow and this ToolWindow might be closed by its X button. In this case, the pane would not be hidden, but it would not be visible either as it is in the hidden window. Another approach might be closing the last pane in a ToolWindow, thus triggering closing the window, too. In this case the pane will...
    May 27, 2021 3 min read
  • Productivity Testing

    Running WebUI Test Studio tests with MSTest and MSBuild

    Introduction Let’s start with a few words about MSTest and MSBuild. MSTest is a software unit testing framework developed by Microsoft. With MSTest you can manage and run unit tests from within the Visual Studio IDE, as well as externally, from the command line. MSBuild is a Microsoft build platform typically used in conjunction with Visual Studio. MSBuild version 2.0 is part of .NET Framework 2.0 and works together with Visual Studio 2005. Version 3.5 of MSBuild, which is bundled together with .NET 3.5 (and Visual Studio 2008), allows .NET projects to be built for either 2.0, 3.0 or ...
    May 27, 2021 3 min read
  • People

    Saying goodbye&hellip;

    Today marked my last day as a Telerik Evangelist. It is with some regret that I say goodbye because I have really enjoyed my time with Telerik, getting to know both the outstanding products we build, the outstanding people who build them, and the outstanding customers we support. Telerik has been a great (and fun!) company to work for, and I can’t say enough good things about them. I have been impressed with how deeply Telerik cares about their customers and how tirelessly they work to “deliver more than expected” for each and every one of you. Even though I’m...
    May 27, 2021 1 min read