bgeek.net

Slides from My OSLO “PDC Fireworks” Presentation

Posted by Owen Evans on Wednesday, November 5th, 2008

The lightning talks went well, everyone was reasonably happy to sit through the presentations and I’m hoping people took away some nuggets of information that will help them divulge deeper.
My talk spawned a small drinking game (although with mimed drinks) from James. A drink for every time I said “model”. For an 8-10 minute talk [...]

continue reading

Getting Oslo’s Intellipad to show MGrammar Mode

Posted by Owen Evans on Tuesday, October 28th, 2008

[EDIT: You can just launch Intellipad with Samples Enabled, from the Start Menu. For some reason my first port of call was to run Intellipad from the command line]
Ok I’m beginning to dive into Oslo, so I can at least Appear knowledgeable for the PDC Fireworks talk next week, but there was one thing that [...]

continue reading

Like footprints on the moon: beware your software legacy

Posted by Owen Evans on Wednesday, October 22nd, 2008

This post has been brewing for some time:
A couple of weeks ago I was very amused to get a tweet from Daniel Cazzulino (the guy behind Moq)

The reason I found the text funny was the idea that Daniel found it strange to have legacy parts of an application within a year of starting the application. [...]

continue reading

Author Archive

Twitter Updates for 2008-08-06

Wednesday, August 6th, 2008

blog post: code camp 2008: http://tinyurl.com/5hw64q #
@timhaines yeah, not sure about it, it’s a bit image heavy. #
ok fixed the contact form on my blog, had to clear out some corruption in the Wordpress database #
@Shadowfoot pretty awesome report. like it, wish i could show the report i just generated to the people i just [...]

Code Camp 2008

Wednesday, August 6th, 2008

I’ve just signed up for Code Camp this year and volunteered to do a session. If you haven’t already signed up get over to http://www.codecamp.net.nz and register, it’s the day before Tech Ed, and runs from 9am in the morning till 6pm,
Here’s the blurb
Auckland Code Camp 2008You heard about it. You read about it. You [...]

Twitter Updates for 2008-08-05

Tuesday, August 5th, 2008

trying to work out a way of attending blogging dinner code camp and tech ed when i was supposed to just be going up on Tuesday Morning. argh #
off to see dark knight. yay #
wonder if @shanselman will be at code camp nz before TechEd. #
@timhaines i recomend the PeepCode tutorial on TextMate, v. good. [...]

Xero API + Ruby Revisited

Thursday, July 31st, 2008

Oh my, thanks very much to Tim Haines for pointing out HTTParty, this little gem makes writing an API for the Xero code really, really easy:
here’s all the methods for getting info out of Xero:
require ‘HTTParty’
require ‘pp’
class Xero
include HTTParty
format :XML
def initialize(url,api_key)
Xero.base_uri(url)
Xero.default_params({:apiKey=>api_key})
[...]

Connecting to the Xero API: Part 1 [Ruby, GET, Contacts]

Wednesday, July 30th, 2008

Hey hey hey, so I finally get an excuse to post some ruby code, yay!
As part of my foray into the Xero API I wanted to get a feel for how easy it would be to connect from non .net languages and as my Ruby was getting a bit rusty I thought I’d pull out [...]

To Snapper or not to Snapper

Friday, July 25th, 2008

So for those who aren’t in Wellington, the local busses are starting to completely roll out the new Snapper card payment system. If you’re from the UK think Oyster.
Let me first off say that I REALLY want to like this system, I loved travelling round London on the Oyster, and putting my monthly passes on [...]

Is that you?

Friday, July 18th, 2008

I didn’t recognise you it’s been so long.
I finally got the urge and the patience to fire up my editor and write a post for this long neglected weblog.
How are you all doing? good I hope?
Ok so I may have been prompted to write by a link from Julian over at ProWorkflow but I’m here [...]

Wellington Geek Lunch

Tuesday, April 8th, 2008

So today we managed to get the Wellington Geek Lunches off the ground. The enthusiasm was great, hopefully we can convert it into long term stickability*. We’re trying to decide on a decent wellington venue for the meetings but we’ve agreed to try a meeting room next week (if anyone has a suitable, easy access [...]

Mocking 101

Wednesday, April 2nd, 2008

Last night I held my first presentation for the Wellington .net user group, it went down really well and I think I managed to keep everyone’s attention for the 50 minutes or so i rambled on. It was really encouraging to see so many people there as mocking and unit testing still feel alt.net to [...]

Come show me some love

Thursday, March 27th, 2008

I’ll be talking at the Wellington Dot Net User group on Wednesday. I’ll try and make the talk as exciting as possible, it’s on mocking and why it’s useful.
 
http://dot.net.nz/Default.aspx?tabid=1&mid=388&ctl=Detail&xmid=3520&xmfid=2
Come along if you’re in the region.

Sphere: Related Content