Archive for 2009

Old Browse Pane Layout in iTunes 9

Wednesday, September 23rd, 2009

itunes old browse layout
Okay. So ‘Browse’ has been rolled into something called ‘Column Browser’. If you want to get iTunes 9 to have the same pane layout as the old, default, ‘Browse’ option, you can. Here is what you are going to want to do:

1) Turn on Column Browser: View > Show Column Browser
2) Show Albums as well as artists: View > Column Browser > Albums
3) Show Genres as well as albums and artists: View > Column Browser > Genres
4) Setup Column Browser to show up above your song lists: View > Column Browser > On Top

focusMagic jQuery Plugin

Thursday, September 17th, 2009

This plugin is meant to expedite the basic process of making form fields empty or clear on focus and refill on blur, depending on a few specs… a watermark. The three different scenarios that I have built for are represented.

  1. A normal form field watermark that empties on focus and refills on blur.
  2. A value that is set by the server trumps anything that the plugin does. (Note: this way, if a user has to fill out the form again because one of the fields didn’t validate, the server can send values so that the user doesn’t have to refill the whole form)
  3. There may be a time when you want to ignore the plugin and keep your label visible. Just add a ‘ignore’ class to your label and the plugin doesn’t touch it.
  4. This is an extra couple of lines written so that validation works correctly. What it does is it empties the fields that have not been touched by the user on submit. That way, we can run our validation against those fields, and we don’t submit our label.

This solution focuses on accessibility as it does not remove the label, just moves it off the viewport. This way, if a user does not have Javascript, CSS, or uses a screen reader, they will still get normal labels.

View a demo
Download plugin (link to jQuery plugins)

Please let me know what you think about it, or if there is anything I should do to improve.

Back to the basics

Monday, September 14th, 2009

Touring around Grand Rapids and shooting with a 35mm camera brings me back to my days as a college student. Here are some of the black and white shots that I took this past weekend. I love photography and will be shooting a lot more in the near future, I am certain.

(click on the photos to view larger)

The 6th Street Bridge
6th Street Bridge, Grand Rapids, MI

The 6th Street Bridge Webs
6th Street Bridge, Grand Rapids, MI - Spider Webs

The 6th Street Bridge Side
6th Street Bridge, Grand Rapids, MI - Sideview

Kids Playing with Art
6th Street Bridge, Grand Rapids, MI - Sideview

Highway (131 & 196)
6th Street Bridge, Grand Rapids, MI - Sideview

maxImage: jQuery image scaler – Now with center-ability!

Sunday, September 13th, 2009

maxImage is a jquery plugin that I wrote a few months ago that automatically scales images based on how much room they have in the browser window. The image will always fill your browser window. I have built a basic demo mini site for the plugin.

Note: For some reason I have lost the post that originally contained the release of my plugin. I would like a place for users of the plugin to contact me and let me know how use of the plugin is going. Please use this space, the comment area to let me know how using maxImage is going, what you would like to see added or changed.