Telerik blogs

Latest

  • Productivity

    Writing a JustCode Code Cleaning Extension

    I recently decided to clean up an open source project, and the best tool I found for the job was Telerik JustCode’s Code Clean option. If you’ve never tried it, open the JustCode Options, go to Code Cleaning, then use the drop down to select Full (built-in) and press the “Set as Default” button. If you wish, you can use the “New” or “Clone” button to set up your own profile that matches your coding style. Afterwards, return to a piece of code file and press Ctrl+Shift+Alt+F and watch your (co-worker’s) code be processed into a thing of beauty. Opening a...
    April 10, 2012 5 min read
  • People

    Have an idea for a start-up? Don’t fall in love with it.

    The news today is buzzing with the announcement of Facebook’s acquisition of Instagram for $1billion.  Instagram co-founders, Kevin Systrom and Mike Krieger, literally had a billion dollar idea. The idea for Instagram was also Systrom and Krieger’s Plan B. Kevin Systrom and Mike Krieger raised $500k of seed funding from Baseline Ventures and Andreessen Horowitz while working on Plan A in early 2010. The original idea for Instagram was called Burbn, a check-in app that competed with Foursquare and allowed you to check-in to locations and add photos and videos to your check-in. Burbn’s focus was suppose to be a mash-up of Foursquare and Mafia Wars (where the name Burbn...
    May 27, 2021 2 min read
  • Productivity

    Lazy Programming for Smarties

    As a programmer, I can honestly say that I am lazy. Forget the menial job of repeating tasks... if it takes me an hour to complete an iteration, I would rather spend 3 hours automating the process. You never know when you might need to do it again, and the click of a button is much more satisfying than an hour of processing data. I know I’m not the only one who feels this way either, otherwise Andy Hunt and Dave Thomas wouldn’t have codified the DRY principle in The Pragmatic Programmer…. Don’t Repeat Yourself.  Visual Studio makes it easy to be...
    May 27, 2021 4 min read
  • Productivity Testing

    Test Studio 2012 R1 is Here (Soon!)

    It’s that time of the year: the latest, greatest release of Telerik’s Test Studio is due out Wednesday, 11 April! We’ve got a number of great features lined up for this release: integrated bug tracking, exploratory testing tooling, better support for HTML controls, and of course, the big feature: load testing! Grab the release bits tomorrow, but be sure to stop by the Release webinar on Wednesday, 25 April at 11AM Eastern US. You’ll need to register first, but there are plenty of spaces! Load testing can be a complex, intimidating subject. If you’d like some more information, I ...
    May 27, 2021 2 min read
  • Desktop WinForms

    Print your data with RadGridView for WinForms in a few quick steps

    We are sure you will agree that the highly demanded Printing support for RadGridView for WinForms was welcomed warmly by your end-users. We wanted to make sure that the Print Preview, Print Settings and Watermark dialogs will make the printing as easy as possible, but at the same time they will enable end-users to customize the printing output to the smallest detail. The result is that you can print a RadGridView with a call to the Print() method and the grid is send to the printer. On the other hand if you want to customize the result by using code, you have a...
    May 27, 2021 3 min read
  • Desktop WPF

    XAMLflix Introduces RadUpload

    It’s Thursday again, meaning that you’re one day closer to the weekend and can happily kick back with another round of videos, brought to you by XAMLflix. This Thursday we are going to focus on RadUpload, a Silverlight upload component with a server-side handler that enables quick and easy uploading from the client. This also includes helpful features like multi-file upload and providing a drop target for dragging files from the desktop to your application. For a quick recap, XAMLflix = Videos + Projects covering all of the controls in both the RadControls for Silverlight and RadControls for WPF control suites. We are...
    May 27, 2021 2 min read
  • Web

    IE10: The Next IE6?

    Let me be very clear: IE10 is a great browser. Genuinely. For all of its missteps with Internet Explorer over the years, Microsoft takes one giant step with IE10 towards finally feeling like a proper, modern, HTML5-ready browser. Of course, it won’t fully close the “HTML5 gap”...
    May 27, 2021 4 min read
  • People

    Become a Visual Studio 11 Master Detective – A Look into the Page Inspector

    Last week I mentioned my top five Visual Studio 11 designer improvements for ASP.NET development which took a look at some new goodies for us ASP.NET devs in VS11. One of these items, the Page Inspector, did get a bit of a spotlight but I think a paragraph or two cannot contain the sheer awesomeness that is this tool. Now I can hear some of you asking “What is this Page Inspector, and what makes it so special?” Well, let me tell you :) The Page Inspector found in VS11 brings in some of the most useful features within our favorite modern browser’s...
    May 27, 2021 7 min read
  • Productivity

    From Legacy to Dependency Injection

    The best thing about using Telerik JustMock is that you can mock practically everything. You can even mock types without using dependency injection, making JustMock the best framework to use when working with legacy code. We’ve all encountered tightly-bound code, and our first instinct is to correct it. However, there are only so many hours in a sprint, and it’s not always convenient to go on a large refactoring spree when the backlog is filling up. With JustMock, you can still ensure the code works, and it will set you up for the cleaning that will take place at a later time. The...
    May 27, 2021 4 min read
  • Web

    Creating Custom Kendo UI Plugins

    One of the questions that I see with some frequency on the Twitters, Emails and general InterWebs is: “Hey yo! How can I extend Kendo UI widgets or create custom Kendo UI plugins?”. Of course the fabulous thing about JavaScript frameworks is that you can in fact...
    May 27, 2021 10 min read