under_construction is a jQuery plugin that hides or overlays elements of a design that have not been implemented yet. The best part is that it is done completely with standards compliant markup and unobtrusive JavaScript.
This utility works extremely well in Agile environments where there is design work done upfront. I use it extensively and clients really appreciate the ability to see what’s done and not done in a new application.
In this update:
improved namespacing – no more collisions. To update, your function calls must be of the form $.under_construction.<function name>
improved opacity – Due to some functions that were recently made available in the latest versions of jQuery, I was able to restructure the overlay so you get a cleaner look over darker backgrounds.
In the future, I’m hoping to add iteration/sprint labels to the overlays so the client or stakeholder can see at what point the feature is going to be built.
Jon Follett and I led a discussion on how designers can integrate with Agile development teams at a recent Refresh Boston event.
I’ve really come to enjoy and look forward to Refresh Boston events. The Microsoft NERD Center is a killer venue, and Patrick Haney (notasausage) does a great job in getting a diverse crowd and stellar speakers.
Of course, Jon did a tremendous job with designing the slides for the presentation
Having worked with Jon, and after reading his articles at A List Apart, I can say it will be an interesting and informative talk. Working with Jon and Hot Knife Design has been a great experience. He brings great creative leadership to virtual teams.
The first issue of Rails Magazine has been published. It looks like there is a lot of great content from some great authors.
I wrote an article about my switch from RSpec to Shoulda. A lot of issues I discussed have been addressed by both teams. Please participate in the discussion about the latest development in test frameworks.
I think it’s really cool that Rails now has a publication. Props to Olimpiu for putting it together.