function writeBMSArticles() { var result = ''; result += '
DevWeek 2010
-
Friday, March 19, 2010
' ; result += '
Had a great time again at DevWeek 2010 . All my demos are uploaded to our conference page. It was the first year we ran our “Ask the Doctor” booth for all those that dropped in I hope you found the advice useful…we certainly had a great tim...
'; result += '
'; result += '
The Shameful Legacy of 20th Century Software
-
Wednesday, March 17, 2010
' ; result += '
Last week I got to spend an evening reinstalling my wife’s laptop because she picked up some malware. She received an email from a friend with a link to a YouTube video that prompted her to install a new codec. Except the codec wasn’t ...
'; result += '
'; result += '
Demos from DevWeek 2010
-
Wednesday, March 17, 2010
' ; result += '
Thanks to everyone who attended my sessions at DevWeek 2010. I’ve ve now uploaded the demos demos which you can find at the following locations A Day Day of .NET
'; result += '
'; result += '
Why forecasts fail: simple ones are better
-
Monday, March 15, 2010
' ; result += '
As regular readers may recall (one of my favourite expressions!)... I regularly ponder my subscription to the MIT Sloan Management Review . After a few dull issues - which leave me wondering if it is worth the money - it has once again come up with...
'; result += '
'; result += '
Exploring Facebook API
-
Saturday, March 13, 2010
' ; result += '
I’m looking at creating a new website for our ATV club, but we also have a fan page on on Facebook… looking to integrate the two… offering some basic info from Facebook onto onto our site seems easy… now looking to see if and how I can have a list of...
'; result += '
'; return result; } document.write(writeBMSArticles());