I’m the founder of Red27 Consulting, responsible for day-to-day operations, technical development, and team leadership. I have a degree in graphic design and have been actively developing software for more than 11 years. During this time I’ve been involved with two successful start-ups, eonBusiness and GoToast (acquired by aQuantive), and many other successful business projects. I’ve also ventured out on my own with the development of Visutext. In addition, I blog here, candland.code. Overall I’m passionate about software development and enjoy the rewards of building products and services.
({
Dusty_Candland:{
looking_for: 'web development work',
programs: ['Ruby', 'JavaScript', 'C#'],
father_of: ['Torin', 'Griffen'],
climbs: 5.10,
blogs_at: 'http://candland.net',
phone: '303-875-2721',
gitHub: 'http://github.com/candland'
},
about: function() {
var m = this.Dusty_Candland;
var w = function(a) {return a.slice(0,1).toUpperCase()+a.slice(1);}
var x = function(a) {return a.replace(/_/g,' ');};
var y = function(a) {return a.slice(0,4)==='http'?''+a+'':a;};
var z = function(a) {return a.toString().replace(/,/g,' and ');};
for (n in m) {document.write(w(x(n))+' '+y(z(m[n]))+'
');}
}
}).about();