Web and Windows Phone 7 by Ben Cull

Author Archive

What is Gadgeteer? – Getting Started

Posted on February 22nd, 2012 by Benjii

Whether you’ve just purchased a Gadgeteer like me, or you’re just curious, this post will give you some quick links and helpful tips to get started. What is Microsoft .NET Gadgeteer? Really cool plug’n’play style hardware for programmers. Starting with a mainboard and a power module, you can connect an awesome array of modular components [...]

Using Multiple Application Bars in Windows Phone Development

Posted on December 12th, 2011 by Benjii

You know when you select multiple emails and the application bar swaps out for a different one? No? We’ll get ready to learn. This trick looks much better than enabling and disabling menu items on your application bar and is dead simple to achieve. Step 1: Create your Application Bars Make sure you have the [...]

Continuum Transition for Windows Phone Silverlight Toolkit

Posted on November 8th, 2011 by Benjii

You know that cool swooshing transition you get when you click an email on your Windows Phone? Now you too can make use of that awesome transition using only the Silverlight Toolkit and this handy dandy Continuum Transition class. Step 1 – Go get the Silverlight Toolkit!! As always, I suggest you use Nuget to [...]

Scrollfixed Sidebar Tutorial with jQuery

Posted on June 6th, 2011 by Benjii

With the unveiling of my brand new blog theme, you may notice a cool little quirk that appears every time you scroll past the header. That’s right not only does the sidebar follow you, but it also pops up a cool mini version of my main header. This post will describe the surprisingly difficult time [...]

TwitLinkz Wp7 App – Summarizing a Twitter Feed Near You!

Posted on May 24th, 2011 by Benjii

TwitLinkz takes your favourite twitter feeds, pulls out the links and summarizes the articles for you. It’s as simple as that. If you source your up to the minute news from twitter, Twitlinkz is a great way to browse the headlines. Available in the marketplace now, TwitLinkz is free and is set to change the [...]

Push Notifications in Windows Phone 7 – #3 Push that Notification

Posted on April 23rd, 2011 by Benjii

Finally we arrive at the thrilling conclusion to my push notifications miniseries. This time we will actually push a notification to a device we have previously recorded. Posts in the series: Code on the device – This will handle everything you need to put into your wp7 app Code on the server – This will [...]