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...
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 ...
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. ...
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...
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...
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...
Test Studio 2012 R2 is nearly here! How close is it? I’ll tell you tomorrow. In the meantime, please join us for our release webinar next Wednesday, 26 September, at 11AM US Eastern. (Register here.) We’ll record the webinar and post it to Telerik TV; however, attending the webinar gives you the chance to ask questions and interact during the webinar. And one of you attending live will be lucky enough to win a free Instructor Led Online Training Session worth $349! The R2 release adds significant functionality around our Load and Performance testing, plus there are some ...
I am in Europe this week and for the next three weeks, traveling from city to city and giving presentations on Windows 8. Along the way I will be distilling these presentations into blog posts, adding in commentary about what I’m learning as I give the presentations.There are four presentations that I’m giving in total:Crash Course In Windows 8 ProgrammingWindows 8 Programming for .NET DevelopersTo 10 Things You’ll Love About Windows 8 ProgrammingCrash Course II – Beyond the Basics of Windows 8 ProgrammingLast evening I gave the second of these, and as I often do, I begin with a core...
IntroductionWe all love pizza. I know that I do and several have speculated how it will be ordered in the future. Don’t take my word for it, check out the video below:Ordering Pizza in the Future: http://www.youtube.com/watch?v=RNJl9EEcsoEWhile it may seem strange that in the year 2015 people are using Windows 98 to order pizza, it may be more realistic to say they will be using Windows 8 instead. So, let’s build a Windows 8 HTML app using several new controls that are part of Telerik’s Windows 8 UI Controls that we have not seen yet. They include: RadDropDownList, RadSlider and RadGauge. Before We...