Ian Wootten

I'm awesome.

First Post From Octopress

Introduction

Here is some markdown I’ve written to see if I have a clue of actually writing what’s required for an octopress type blog.

See my homepage for more info about me.

I’m going to write lot’s of stuff and see if the various examples work.

Here is some things I like:

  • Fancy new blogging frameworks
  • Development
  • Node.js
  • Lithium

Here is some code:

1
2
var arr1 = new Array(arrayLength);
var arr2 = new Array(element0, element1, ..., elementN);