Telerik blogs
  • People

    Accelerator 2.0

    Over the past year I have been a mentor at an accelerator called Haxlr8r. Haxlr8r, based just north of me in Shenzhen, China, is a unique accelerator since it is the only accelerator to focus exclusively on hardware startups. The targeted hyper-focus of the cohort paid dividends as everyone is in the same space and learned from each other and shared their experiences. That got me thinking, why not do the same for software!?!? Over the past few months,  I’ve been helping organize the first ever early-stage startup accelerator in Hong Kong. This accelerator is not like any of its kind. It is the only accelerator to...
    September 05, 2012
  • Productivity

    Regular VS Simulated Clicks

    Test Studio's clicking and typing steps come in two varieties: regular and simulated clicks. You can flip between the two by going into the Properties menu for the respective step: A regular (non-simulated) click/typing is an action that is injected directly into the DOM of the page. This has advantages - it's faster and more reliable. It will work even if you run the test on a locked desktop. But it's fundamentally different from a real user clicking/typing on a control. And the disadvantage is that it will not trigger any events that are associated with the control in question.  ...
    September 04, 2012
  • People

    Time to Cast Your Vote! Tell DevPro Connections and Windows IT Pro why Telerik is Your Choice

    It’s that time of year when DevPro Connections and Windows IT Pro opens up the polls to the community at large to share support for your favorite products and services.  Of course, we know that Telerik has a very loyal community – whether it is because our technology solved a particularly difficult challenge or our support team was always at the ready or maybe you just like our ninja style!  It could also be that you’re looking forward to our capabilities around Windows 8 (details to follow). Whatever the reason, we’re asking you – our loyal community – to once again give...
    September 04, 2012
  • Web

    Windows 8 Apps With HTML5 Published in Visual Studio Magazine (September 2012)

    I have a new cover story article published in print and online in Visual Studio Magazine today called, “Windows 8 Apps With HTML5”. If you're an experienced Web developer, you'll love the new Windows Store options to use HTML5/JavaScript/CSS3 to build an application that works in the Windows 8 UI. Here's a step-by-step guide to getting started. See below for more information and a link to the online article in case you don’t get a print copy. Article Introduction We now know that Windows 8 is coming on Oct. 26. That presents developers with a decision to make for building new Metro-style...
    September 04, 2012
  • Web

    Pie Chart: Taking Control of the Label

    It is pretty straight-forward to create a pie chart with a simple label that identifies the “category” for each slice. What is a bit trickier is to modify that label so that it shows not only the category, but the percentage each slice represents. Let’s build the pie chart both ways to see the difference. In either case, we begin with data. Our pie chart will reflect a municipal budget, and so our first class is BudgetData, 1: public class BudgetData : INotifyPropertyChanged 2: { 3: private double millions; 4: public double Millions ...
    September 04, 2012
  • People

    Accelerator 2.0

    Over the past year I have been a mentor at an accelerator called Haxlr8r. Haxlr8r, based just north of me in Shenzhen, China, is a unique accelerator since it is the only accelerator to focus exclusively on hardware startups. The targeted hyper-focus of the cohort paid dividends as everyone is in the same space and learned from each other and shared their experiences. That got me thinking, why not do the same for software!?!? Over the past few months,  I’ve been helping organize the first ever early-stage startup accelerator in Hong Kong. This accelerator is not like any of its kind. It is the only accelerator to...
    September 05, 2012
  • Productivity

    Regular VS Simulated Clicks

    Test Studio's clicking and typing steps come in two varieties: regular and simulated clicks. You can flip between the two by going into the Properties menu for the respective step: A regular (non-simulated) click/typing is an action that is injected directly into the DOM of the page. This has advantages - it's faster and more reliable. It will work even if you run the test on a locked desktop. But it's fundamentally different from a real user clicking/typing on a control. And the disadvantage is that it will not trigger any events that are associated with the control in question.  ...
    September 04, 2012
  • People

    Time to Cast Your Vote! Tell DevPro Connections and Windows IT Pro why Telerik is Your Choice

    It’s that time of year when DevPro Connections and Windows IT Pro opens up the polls to the community at large to share support for your favorite products and services.  Of course, we know that Telerik has a very loyal community – whether it is because our technology solved a particularly difficult challenge or our support team was always at the ready or maybe you just like our ninja style!  It could also be that you’re looking forward to our capabilities around Windows 8 (details to follow). Whatever the reason, we’re asking you – our loyal community – to once again give...
    September 04, 2012
  • Web

    Windows 8 Apps With HTML5 Published in Visual Studio Magazine (September 2012)

    I have a new cover story article published in print and online in Visual Studio Magazine today called, “Windows 8 Apps With HTML5”. If you're an experienced Web developer, you'll love the new Windows Store options to use HTML5/JavaScript/CSS3 to build an application that works in the Windows 8 UI. Here's a step-by-step guide to getting started. See below for more information and a link to the online article in case you don’t get a print copy. Article Introduction We now know that Windows 8 is coming on Oct. 26. That presents developers with a decision to make for building new Metro-style...
    September 04, 2012
  • Web

    Pie Chart: Taking Control of the Label

    It is pretty straight-forward to create a pie chart with a simple label that identifies the “category” for each slice. What is a bit trickier is to modify that label so that it shows not only the category, but the percentage each slice represents. Let’s build the pie chart both ways to see the difference. In either case, we begin with data. Our pie chart will reflect a municipal budget, and so our first class is BudgetData, 1: public class BudgetData : INotifyPropertyChanged 2: { 3: private double millions; 4: public double Millions ...
    September 04, 2012