Telerik blogs

Latest

  • People

    Bad code exposed! Do you really know when your code smells?

    I’ve seen really bad code in my day. I have seen it in legacy code bases, code reviews on greenfield projects, and worse: I’ve even seen it in my own code. In fact, I can open up just about any open source project and immediately detect the existence of potentially bad code. I am not bragging… it is not as though I am incredibly gifted or that I have superhuman powers. I’ve experienced enough issues from bad code to intuitively pick up on much of it, and the rest of my knowledge comes from reading books on the subject of writing...
    May 27, 2021 5 min read
  • Mobile

    Location Awareness in about 2 minutes with Windows 8–HTML

    Introduction I was working on a mapping application for Windows 8 – HTML using the Bing SDK and needed to pass the latitude and longitude into it. I began searching for a straightforward way to get the location and had to read through pages of documentation before finally finding it. Here it is in case you want to use it in your own apps. Default.html Just replace the <body> tag as shown below: 1: <body> 2: Latitude: <div id="latitude"></div><br /> 3: Longitude: <div id="longitude"></div><br /> 4: Accuracy:...
    May 27, 2021 3 min read
  • Mobile

    Creating A Live Tile In Windows 8

    Continuing my series of Blog posts that distill the presentations I’m giving this month in Europe and the UK, today I’ll take a look at creating a Live Tile.  Live tiles tell the user that something interesting is happening in your application, or that you have new information for them.  Live tiles are an essential and exciting part of Windows 8 and creating a Live tile is not very difficult. In fact, creating a simple Life tile is, well, simple. To start, create a new blank application and name it LiveTile.  The very first thing to do is to add the NotificationsExtensions project...
    May 27, 2021 2 min read
  • Mobile

    Windows 8–Search Suggestions

    I recently started a series of postings from my tour of presentations in Europe and the UK.  Today I’d like to return to Searching (which I started to cover here), and this time take a look at what it takes to have your application offer Search suggestions as the user types into the Search box.  To examine this, we’ll create a Windows 8 application with the suggestions hard coded, but you can just as easily obtain the suggestions from a web service, or database, etc.Once again what I’m going to do is strip down one of the Microsoft SDK examples and then...
    March 22, 2023 6 min read
  • Productivity Testing

    Telerik Test Studio Better Than Ever! Latest Release is Live!

    You’ve been waiting, we’ve been working. Now it’s time to drop the curtains and get Test Studio 2012’s R2 release out to you! We’ve got a number of great features that will help you focus your time and effort on critical factors in the systems you’re delivering. Here are my three favorite parts of the new release: Gooooaaaaaaaal! Got goals for your load testing efforts? Likely! (And if you don’t, you should!) With the R2 release you can now add in specific thresholds in metrics such as response times, HTTP errors, etc. Load test runs will pass or fail as ...
    May 27, 2021 2 min read
  • Mobile

    Windows 8 App Bars

    In my previous posting I said that I’d be distilling parts of my presentations into blog posts.  This post continues that idea, focusing on the App Bar.  If we are going to place Content Before Chrome and remove as much of the navigation from the content as possible, we need a way to make the chrome (e.g., navigation and command buttons) available to the user on demand.  That is the role of the appbar.You retrieve the appbar by swiping up from the bottom or down from the top of the screen. The appbar can appear on the bottom, the top or both.  ...
    May 27, 2021 3 min read
  • Mobile

    How to Build a Picture Gallery app for Windows Phone - Part 2

    In this second part of the picture gallery blog series we'll discuss how information is being passed between pages and how favorites are persisted to the phone's flash memory. If you haven't read the first part of this blog series, be sure to also check out the first part as well. Passing state When navigating between pages we need a mechanism to tell the new page what it will be visualizing. There are two ways to achieve this. One is to pass information between pages as parts of the query string in the page’s Uri. This is a rather limited approach and in...
    May 27, 2021 3 min read
  • Productivity

    Just* works even better in Visual Studio 2012

    Exciting news never comes alone. The brand-new Visual Studio 2012 is officially released bringing lots of good and handy new features, options and opportunities for all .NET developers. Telerik is never behind, and we’ve released Service Packs for your favorite Telerik tools that make them integrate seamlessly with Visual Studio 2012. The recent Telerik JustCode Service Pack 2 adds dynamic support for the new color themes in VS 2012. This means that if you change the colors and theme of your Visual Studio 2012 instance, JustCode will simply pick them up and use them. And if VS looks good, JustCode will look...
    May 27, 2021 1 min read
  • Web

    Cascade Your Data With Kendo UI

    The other day I was looking with someone at the demos for the Kendo UI DropDown List and I noticed that the drop downs now have cascading functionality built right in out of the box. You would think that I would know these given the fact...
    June 10, 2025 15 min read