Friday, March 30, 2012

Slides from my talk at @DevEvening this week

Similar talk to last week - just thinned down a bit (not everyone in the room was a mobile dev) and also I had slightly longer to talk and managed to pace it better.

Monday, March 26, 2012

Some HTML, Javascript, Jquery, D3.js and CoffeeScript magic - a bit like an html pivotviewer

I put this demo together last week for a school project -  http://slodge.com/teach/

It uses all sorts of html and js goodness inside and it's definitely at prototype stage - but I'm thinking about ways it could grow and change....

Ideally I'd quite like to get access to raw data from school SIMS databases. I will investigate further - but I am not paying GBP5000 for an SDK

MvvmCross slides from my @wpug talk last week

Slides from my @wpug talk last week - will shorten them for this week's DevEvening talk - always learning :)

Saturday, March 24, 2012

Update on MvvmCross - SQLBits conference app

I've been working on a lot of Mvvm on MonoTouch, MonoDroid and WP7 recently - and I've added a bit of WinRT too. 

I've built an Mvvm framework - mvvmcross for this - and it enables code sharing and databinding acoss all the platforms.

As an example app, I've just built and released the SQL Bits conference app. Source code is on https://github.com/slodge/MvvmCrossConference and screenshots are below:

On WP7:


On Android:


On iOS:


All of these apps are **Native apps** using MvvmCross on top of WP7 SDK, MonoTouch and MonoDroid