IE 8 Compatibility View

As a UNIX / Linux bigot, I don’t use Internet Explorer much. As a web developer, I need to test as many browsers as possible. The matrix for all the possible browser / version combinations is pretty daunting already, and adding the IE 8 compatibility view to the mix doesn’t help. If your customer complains of hosed web pages, check the configuration under Tools -> Compatibility View Settings, and have him / her turn off all the check boxes at the bottom of the form. References: Microsoft Blog Microsoft IE 8 Features Wikipedia

Continue Reading

Watir on Windows XP – Installation

Watir – Web Application Testing in Ruby – I’m thinking about adding this as part of my standard Rails integration tests. I like the idea of capturing keystokes that a user might actually run. Plus, it makes for a dandy demo tool. Here’s the summary of installation steps. I’m assuming you’re Rails-aware enough to have an application in place, and you know how to install Ruby gems: Rails Side – gem install watir gem install tg4rb Firefox Side – Install the TestGen4Web add-on Install the JSSH extension – start here to determine which version, and follow all the instructions on the page. Once you restart Firefox, the TestGen4Web icon should… Read More

Continue Reading

Software S&M: Rails Development on Windows XP

(Professionals on closed course. Do not attempt this at home.) I love my new company, but it’s an IT staffing outfit, not a software development organization. Sure, it would have been nice to equip the Rails team with new Macs and a dedicated SQL server, but what was actually available was a couple of Dell desktops running Windows XP. So be it – three people on the team, one on a Mac, two on Windows. Can we make this work? The first order of business was to move the design environment from SVN to the Git versioning system. You can do this by installing git as part of the Cygwin… Read More

Continue Reading