Category Archives: Technology

Node.JS is a Swimming Pool

Over the past six months I have heard about the unbelievable awesomeness involved in this project called Node.JS. At first I thought, “Server Side JS NOT on the JVM” – YAY! Then after a few days of that I thought, “I really don’t care about server side code, even if it is JS”. See the thing is, right out of college I started fooling with raw DOM, cross browser event firing and capturing and building pretty big cool projects without … Continue reading

Posted in CouchDB, JavaScript, Node, Open Source, Technology, Web | Tagged , , , | Leave a comment

CouchCamp was great

I just wanted to drop a quick note outlining some of my thoughts about CouchCamp (or you could call it “Swiss Family Robinson” meets database geeks anonymous). First and foremost — having a tech conference at a summer camp is just plain awesome. As we all know that the social lubrication required to gel a bunch of geeks can lead to a state where said geeks should not operate any kind of a vehicle. In this case, all they had … Continue reading

Posted in CouchDB, Open Source, Review, Technology | Tagged , , , | Leave a comment

iPad’s, iPhone’s, iThink I’m going broke

Some of you may know that over the past few years I have been a bit of a early adopter, when it comes to Apple products. A few years ago, it was considerably easier — since the rate of product releases felt much slower and the increase in technological capabilities of each of the revisions seems significantly less compelling than today. I remember thinking, I have a Macbook Pro and an iPod — what else could Apple possibly release that … Continue reading

Posted in Life, Location Aware, Technology, Web | Tagged , , , , , , , , , | Leave a comment

My new gig – Sauce Labs

After almost two years of working at Slide Inc, I have started my new job at Sauce Labs. The press release can be found here: “Sauce Labs Adds Windmill Test Framework Co-Creator Adam Christian to Engineering Team“. Slide Inc. I had a fantastic experience and learned a ton working with the really talented team of engineers, artists and product managers over at Slide. It was incredibly educational to work in an environment where so many people use your product everyday. … Continue reading

Posted in Automation, Career, Continuous Integration, Life, Open Source, Startup, Technology, Uncategorized, Web, Windmill, Work | Tagged , , , , | 3 Comments

Considering in-house web automation?

Recently I have had numerous conversations with people at various tiers of companies all over the place who are toying with the idea of building their own test automation and continuous integration infrastructure. Since I have spent a considerable amount of time dealing with such undertakings I decided that it might be worth the time to brain dump some of the issues you may want to consider before you dive in. Choosing Tools Boxes, VM’s or Cloud? A common first … Continue reading

Posted in Automation, Continuous Integration, Firefox, Hudson, java, JavaScript, Open Source, Python, Review, Technology, Web, Work | Tagged , , , , , , , , , , | 1 Comment

Windmill Plugin for Hudson

Over the last 6+ months, I have been using Hudson in conjunction with Windmill very heavily for continuous integration. For the most part using the build step specific to whatever the slave OS requires has worked sufficiently well until recently when my needs changed. I use the ‘configuration matrix’ option to build a matrix of browsers to run the tests, this way I can have one job that represents a test run on multiple boxes and multiple browsers on each … Continue reading

Posted in Automation, Continuous Integration, java, Open Source, Slide, Technology, Web, Windmill, Windmill-dev | Tagged , , , , | Leave a comment

PyCon 2009 Recap

Getting back in the swing of things after conferencing for weeks can be pretty painful, thus the lateness of the post. However I think it’s important to go over some thoughts still lingering in my brain as a result. First off, I have to say that for those of you who don’t know, PyCon is a community organized event, and amazingly well done. I was impressed by the design of the conference, the way they had four talks going on … Continue reading

Posted in Automation, Career, Continuous Integration, JavaScript, Open Source, Python, Slide, Technology, Web, Windmill, Windmill-dev | Tagged , , , , , , , , , , | 2 Comments

This thing I’m calling Windmill-Lite

In preparation for the Windmill 2 client side re-architecting, and an article I am writing about simulating user sessions with JavaScript, I decided it was time to go through the Windmill JavaScript source and pull out the pieces necessary to drive a user session in JavaScript. It turns out that it’s easily broken into a few pieces: Events: Cross browser compatible event firing functionality ElementsLib: DOM element lookup functionality via many methods called ‘locators’ Controller: The logic for firing the … Continue reading

Posted in Automation, JavaScript, Open Source, Python, Technology, Web | Tagged , , , , , , | Leave a comment

Diving into GIT

Over the last year, I have known that the day would come when I could no longer avoid moving from SVN (my comfort zone) to this new beast called GIT that everyone is so excited about. My first hour, which was installing it on my Mac and pulling down a repo to play with was very pleasant. My ssh keys and ~/.ssh/config was already setup the way I wanted and everything just worked. The pain began when I started in … Continue reading

Posted in Automation, Continuous Integration, Hudson, Slide, Technology, Windmill, Work | Tagged , , , , , , , | Leave a comment

Windmill Gets a Facelift for 1.0Beta1

Working up to the Windmill 1.0 Beta 1 Release, I finally had the opportunity to put some time into making the IDE (that a lot of you live in when in test writing mode) a little bit nicer to look at. The IDE has been growing organically since 0.1 and there was a lot of functionality hacked into it that wasn’t in the original game plan, so I did what I could to improve the beauty of the CSS/Layout as … Continue reading

Posted in Automation, Firefox, JavaScript, Mozilla, Open Source, Python, Technology, Web, Windmill, Windmill-dev | Tagged , , , , , , , | Leave a comment