Upgraded Your WP7? How to reinstall your apps

I recently got my hands on new Nokia Lumia 800 and I am loving it! Especially how PINK it is! Anyway, after the initial setup and plugging it into my zune software, I wanted to load my previously downloaded apps through my pc instead of trying to remember what I’ve downloaded and searching for them… Continue reading Upgraded Your WP7? How to reinstall your apps

Logging out of Facebook WP7

Building a WP7 application with facebook and I’ve been using the Facebook C#SDK  which was fine till I wanted to enable logging out of my application. I found this post helpful http://claudiufarcas.blogspot.com/2011/06/wp7-webbrowser-caching-and-facebook.html but changed the code a bit as facebook was returning a different HTML from when this code was probably created private void wb_Navigated(object… Continue reading Logging out of Facebook WP7

Syncing One Note on your WP7 phone with Office Live

If you start up the Office app, there’s a One Note section Basically, click on all and then refresh. There will be a prompt that will ask you to confirm the creation of your default notebook on your Skydrive. After that’s done, you should be able to access your notes from the phone on http://office.live.com … Continue reading Syncing One Note on your WP7 phone with Office Live

Techfriday: Looping Panorama for Windows Phone 7 Series

Just a quick note:  I’m sure MS will be providing controls to this interface in the future so we don’t have to spend too much time building these controls ourselves This post, as with the previous one, was meant more as an Expression Blend Exercise for myself to be explore the features of Silverlight /… Continue reading Techfriday: Looping Panorama for Windows Phone 7 Series

Panoramic Navigation on Windows Phone 7 with No Code!

I was reading through the UI Design and Interaction Guide for Windows Phone 7 Series and found out that there is currently no panoramic application template or control provided as part of the standard application platform. Nothing stops us from creating our own though. To make things easier, I’ve made a behavior library for everyone… Continue reading Panoramic Navigation on Windows Phone 7 with No Code!

Consuming data from Nimbus Using LinqToXML (Updated) on iPhone + WP7!

I’ve been starting to explore iPhone development lately. At first I was taking my time at learning at Objective C which went fine for a while but one of the guys on the project was asking if I could help build some apps for Project Nimbus, translation: build stuff fast. We talked about MonoTouch.NET which… Continue reading Consuming data from Nimbus Using LinqToXML (Updated) on iPhone + WP7!