uwMike.com

I'm in Waterloo at the moment, and next available to work in September 2008.

Playing Jobmine

December 6th, 2004

What is Jobmine? Jobmine is the online matching system that the University provides for Co-op students. It turns out that Googling the word Jobmine and jumping a few pages in is an oddly easy way of locating UW student blogs than the more obvious search terms, since it seems that many of them have weighed in with an opinion.

Under the cover of anonymity, some are just plain cruel. Others are more tactful, although still expressing their displeasure. Still more use an image to make their statement.

However people feel about it, one of the biggest challenges of Jobmine for most is that you must submit a resume… in HTML format. For those having never used HTML before, this is a daunting task, but some of us are like fish in water. I just thought I’d share a few tips for creating a really great CSS/XHTML resume. The example above is my own with the content and some of the extraneous flair stripped out. I’ve tested it, and it displays in IE3, IE4.01, IE5, IE5.5, IE6, and Firefox. Features to draw your attention to:

  • Print Media Rules. For clients that support print-media stylesheets, the typeface is switched from a sans-serif to Times New Roman. To see this and the effect below, select File->Print Preview.
  • Link Expansion. When printed, the ‘link’ in the document has a second part, the actual URL, which is revealed. Onscreen, this is hidden, but in print, it appears.
  • Horizontal Lists. The three columns of traits is an attractive presentation, and one easily acheived with a table. However, doing it with a horizontal list is advantageous because you can’t always predict what will happen to your resume if it’s sent as an attachment in HTML-email, and then forwarded as text-email. A table would break all over the place, but the nested lists downgrade graciously.

So there you have it. Obviously, there’s a lot more tricks to be done with CSS to create interesting and visually appealing text-only layouts, but I just created this as a basic example of what can be done.

Mike

Discussion

  1. If you’re looking for UW student blogs, try feedster or technorati - much easier than google.

    And speeking of stuff displaying in firefox properly - your comment box (the one I’m typing into right now) intrudes into your main content if the screen isn’t wide enough.

    Posted at 9:09 pm on July 11th by Anonymous.

  2. Well, I wasn’t actually interested in reading them, I was more just amused that it seemed to be a topic upon which everyone had an opinion.

    Yeah, the comment box has been a major pain… I’ll probably end up moving it into the fixed-width column, but I feel like that’s the wimpy solution. It would be more elegant if it would float below the right content when it’s too narrow. This effect is easy to acheive in FF and Opera, but IE (as usual) botches it.

    Posted at 9:09 pm on July 11th by Mike.

Leave a Reply

You can use Markdown for style. I love hearing from readers, but please don’t hijack the discussion, use offensive language, or try to sell anything.

© 2004-2008, Mike Purvis, some rights reserved. I'm running Wordpress, and I have an RSS feed.