-
Take your partner by the hand..
If LobsterPot Solutions had a theme song, one pretty obvious choice would be Rock Lobster by The B52s.
It looks like we now have another option!
First Microsoft Partner with Gold Competency in Australia - Well done Rob, Ben, Roger, Ashley (and me!).
Also a big welcome to Ashley, our most recent Lobster to jump in the pot đ
-
Select your Windows Phone 7 handset with Silverlight PivotViewer
Windows Phone 7 devices are now available in Australia. I dropped into a Telstra shop yesterday and spent a few minutes playing with their demo model. At some stage Iâm hoping Iâll be able to actually purchase one of these things for myself! (A definite step up from my super-basic C3050, whoâs primary reason for purchase was that it could at least play podcasts*).
Of course, the main reason Iâd like a Windows Phone 7 is to play Nigelâs Word Puzzle game, but thereâs also the whole âsmartphoneâ thing of email/calendar/podcasts etc. If they can fix the âjust show only the default calendar for a single email sourceâ limitation (so that I can retrieve all our Google calendars for our family), then I reckon Iâd consider getting Narelle one too, so that I could finally solve my calendar problem.
Anyway, so how to choose from the âvast arrayâ (slight exaggeration!) of new handsets entering the market?
Why not try out a new Pivot Collection Iâve created that lets you sort and filter by your requirements â just go to http://pivot.lobsterpot.com.au/WP7/ and have fun!
Thanks to Rob for kindly hosting this on the LobsterPot Solutions site.
* â And Iâm not even doing that right now as Iâve lost the earphones, and it has a silly non-standard plug so I havenât replaced them yet. Not that Iâm saying the loss of earphones alone is justification for getting a new phone!
-
Writing a Media Center Application in Visual Studio 2010
My ISP (Internode) provides a number of unmetered streaming radio stations for its customers. A while back Iâd followed some instructions on how to set up shortcuts in Media Center to link to some of these stations. This worked pretty well, until the ISP reorganised their server and all of the shortcuts broke. I thought it would be an interesting exercise to write a simple Media Center application that could grab the current radio list from the published radio stream RSS feed, list those stations in Media Center and allow selecting a station and getting Media Center to start playing it.
- Download and install the Windows 7 Media Center SDK. This install some samples, the SDK help file and some templates (but only for Visual Studio 2008).
- Go to Charlie Owenâs blog and download his Addendum.zip. Amongst other things, this contains both project and item templates suitable for Visual Studio 2010. Follow the instructions to copy the templates into your Visual Studio templates folder.
- Download and install the latest WiX 3.5 build (WiX 3.5 includes support for 2010)
Now you can start Visual Studio and youâll see a new project template in the C# language section. Thereâs a few more things I needed to update to get everything working properly:
- Search for âMicrosoft SDKs\Windows\v6.0Aâ and replace it with âMicrosoft SDKs\Windows\v7.0Aâ (eg. devinstall.cmd)
- Search for âWindows Installer XML v3\binâ and replace it with âWindows Installer XML v3.5\binâ (eg. build.cmd)
Then itâs just a matter of getting up to speed with the intricacies of Media Center application writing!
The source code for the application (InternodeRadioMCE) is published on Google Code. It is very rough at the moment. As I get more familiar with the Media Center programming model I hope to improve it a bit!
And the photo? Itâs of Rocky River (courtesy of our recent holiday to Kangaroo Island) â and the closest thing I could think of to a stream (as in streaming radio!)