Web and Windows Phone 7 by Ben Cull

Author Archive

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 [...]

Push Notifications in Windows Phone 7 – #2 Code on the Server

Posted on January 19th, 2011 by Benjii

This is the second part in the mini series that is taking us through the steps of setting up push notifications for your windows phone 7 app. 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 [...]