Started the PDX Selenium Users Group! 01 Dec 11

Google Test Automation Conference 2011

October 29, 2011

Google Test Automation Conference 2011

Just got back from GTAC. Wow what a great conference!   It was a invite only conference and google picked up the entire bill.  It was a complete who’s who in software test automation.  Made a lot of great contacts, learned a lot and have a bunch of ideas.  Next years is in Paris.  Better start working on [...]

Featured in IBM Rational Case Study on Test Automation!

September 28, 2011

Featured in IBM Rational Case Study on Test Automation!

  Me and my coworkers were featured in a IBM Rational Case Study.  We had a lot of success with the Rational tools, but we have moved on to Selenium for added features, community and multi-browser capability. Regence BlueCross BlueShield of Oregon halves testing time Testing automation with IBM Rational tools dramatically improves efficiency and [...]

Java Certified! The Love/Hate Saga Continues!

September 24, 2011

Java Certified!  The Love/Hate Saga Continues!

I think it has been over 10 years since I wrote my first ‘Hello World’  in Java and this week I became certified in Java by Oracle. A few co-workers were putting together a study group so I joined in.  I am a sucker for some social geekery. I have a love hate relationship with [...]

A Brief look @Font-Face

September 18, 2011

A Brief look @Font-Face

I started to design a header menu bar and didn’t want to use an image as the Application title home link, but I didn’t want some old boring font either.  Enter @Font-Face a struggling standard that looks like it is finally going to grab hold in css3.   @Font-Face basically lets you tell the browser [...]

Tweet History via CouchDB & JQuery Sparklines!

September 6, 2011

Tweet History via CouchDB & JQuery Sparklines!

Wanting to play more with CouchDB I thought of this small little project. The goal was to graph the number of tweets per day I made over 2010.  So began the journey. Download all tweets from api.twitter.com in json format. Install CouchDB on dev machine localhost. Insert all tweets into CouchDB.  CouchDB talks json so [...]

Twitter List – Fun with the api and JQuery

August 28, 2011

Twitter List – Fun with the api and JQuery

I have been wanting to do some more jquery, json, javascripty stuff to improve my chops….so I figured I would play with the twitter api this time. If you follow me on twitter you may have seen that I have had issues creating twitter lists in the past via the twitter.com gui.  Odd errors and [...]

Test github:gist embed

August 25, 2011

Test github:gist embed

Testing embedding github:gist in my blog.

Hello Worl..ordpress goodbye blogger

August 15, 2011

Hello Worl..ordpress goodbye blogger

That is me and my wife in Southpark…make your own here: www.sp-studio.de Wow its done!! I made the move from Blogger to WordPress! The import went really well. Only thing I didn’t like was the blogger tags came across as categories . I do like all the features in wordpress…plus its just fun to create [...]

Learnin’ Ruby – #2. Develop a simple Ruby on Rails application.

May 29, 2011

Learnin’ Ruby – #2. Develop a simple Ruby on Rails application.

Well I created a Ruby on Rails Blog application. You can find it hosted on Heroku here: http://jameseisenhauer.heroku.com/ It could use some more features, but generally it completes the story of blogging. Well how did I get here…… First!  Like any newb programmer I looked for a tutorial.  The http://rubyonrails.org site recommend  http://railsforzombies.org/ .  So why not start there. [...]