Categories
.How To

Using Yahoo! Pipes to Find a Job

I’ve recently had the distinct pleasure of looking for a new job. Job seeking, even when we’re not in a tough economic climate isn’t fun. Here’s a little tutorial to make it a little easier.

Broaden your job hunt

When looking for a job, you don’t want to limit your search to one Web site as employers post different jobs to different sites. Pulling all of these job resources into one feed can be quite handy and a one time effort can make subsequent searches even easier.

Additionally, some sites, like Craigslist, don’t allow boolean operators in search and/or don’t offer other advanced search options. Sites specific to job hunting like Indeed, Simply Hired, and Dice.com do provide better search constraints than Craigslist, but ultimately, visiting all of these sites and keeping where-you-saw-which-listing straight can be difficult and time consuming.

Enter Yahoo! Pipes

Yahoo! Pipes is a service designed to help normal people build custom RSS feeds that can then be reused in other places. Pipes can help you accomplish this with no programming skill required.

I pull all new job listings for the search terms “product manager” and “program manager” in Seattle into Google Reader for later viewing, as it makes it easier for me to know whether or not I’ve seen a job listing. If you don’t use an RSS reader, you can view feed results directly on the Yahoo! Pipes web site.

I was inspired by Dawn Foster’s Yahoo! Pipes 2 Minute Vanity Feed Demo video which taught me how to build a custom feed to help track news about me and my company. I based my “Find a Job” Pipe on her demo as it was simple to follow and allowed me to “de-duplicate” job postings.

Rolling your own own “Find a Job” feed

Indeed, Craigslist and SimplyHired make RSS feeds available from the searches that you type in. I’m sure there are others, but I found these sites most useful.

  • Look for the RSS logo or search the page for the word “RSS.”
  • Copy and paste that URL into a text file.
  • Go to my pre-made, job-finding Pipe.
  • Next, click “clone.”

clone-me.png

  • Once you clone the pipe, you can then create your own copy.
  • Click “Edit Source,” you’ll be presented with a window that looks like this:
Yahoo! Pipes: editing 'Find a job'

  • Replace all the URLs in the “Fetch Feed” module with the ones that you copied into your text document then click “Save.”
  • Finally, click “Run Pipe.”

Run Pipe.png

You should get something that looks like this.

Thanks

Thanks for reading. Let me know if you found this useful or if there are any changes that you would suggest to make this Pipe or tutorial better.

Categories
.How To Pictures

Add lots of keywords to Lightroom quickly

I discovered a quick and dirty keywording method in Lightroom that has improved my workflow a great deal. Keywording photos makes it easier to find them later in Lightroom and better yet, if you are sharing your photos on Flickr, it will make your photos infinitely more findable for anyone who is searching.

Easy Tagging

I started using Lightroom because of the thoughtful, fast workflow it offered. Keywording in Lightroom is both quick and robust and the metadata I added was exported to Flickr as tags (thanks to Jeffrey Friedl’s wonderful Export to Flickr Tool).

Prior to Lightroom, I used iPhoto to organize my photos which has keyword support that was designed for people needing only a handful of keywords (if any).

iPhoto-Keywords.png

iPhoto Keywords

I always expected more from iPhoto, but I imagine, for most people, tagging is a secondary feature. 1

Why Not Just Use Lightroom’s Existing Keyword Method?

Lightroom’s keyword tool is great if you’re just typing in a few new keywords, but if you have many keywords to enter (with Parent categories and synonyms), it gets a little tedious. Lightroom requires you to switch back and forth from the mouse to keyboard a lot, which can really slow you down.

Second, if you already have a keyword data source that is a long list, you can’t just copy and paste that into Lightroom.

Finally, once you import keywords, it’s easier to keyword photos inside Lightroom through auto-completion (if you type them in) or dragging and dropping onto the keyword.

Getting Started: Export Your Keywords

If you’ve already been keywording your photos in Lightroom, you can get an idea of what your existing keyword data looks like by selecting Metadata > Export Keywords… The resulting file is a tab delimited text file that can be viewed in any text editor (TextEdit, TextMate, etc).

The keywords are structured something like this:

[Folder]
	Keyword
		{synonym, synonym, etc}

Creating a Text File to Import

I have a massive amount of keyword data in Lightroom and I’m constantly adding to it. On occasion, I know what keywords I’m going to add before a photo shoot.

Shortly before the last Ignite Seattle event, Brady had posted the schedule on the Ignite site, including speaker names, their Twitter IDs and the topic of their talk. This made for an easy copy and paste into Excel.

After a little data massaging, I saved the file as a .txt file that was tab separated and ready for Lightroom. It looked something like this:

[People]	
	Hillel Cooperman 
		{@hillel}
	Dawn Rutherford
		{dawnoftheread} 
	Shelly Farnham 
		{@ShellyShelly}
	Dominic Muren 
		{@dmuren}
	Jen Zug 
		{@jenzug}
...

Import Your New Keywords

Lightroom_Metadata_menu.pngNow, before you start importing keywords into Lightroom, I’d suggest that you first set up a new catalog to see what the results from the import will look like.

If you import a lot of new keywords and they aren’t structured properly, you might muck up your existing Keyword List. While you can “Purge Unused Keywords,” this might remove other keywords that you actually wanted.

Create a new catalog, by selecting File > New Catalog.

Select Metadata > Import Keywords and you are on your way.

Keyword entry

Lightroom_Keywords_entry.png
If you do type your keywords, type in the little keyword box, not the big one. If you enter keywords into the big keyword box, they don’t auto-complete whereas they do auto-complete in the little box.

That’s it.

Hopefully, this will help you as much as it has helped me. Having good keywords will help you find and organize your photos much more than without them.

Caveat – Don’t Move/Change Keywords

Sadly, what I really wanted to do was restructure my keywords without breaking my existing keyword set, but this is not possible with the current Import/Export tools. If you want to move a keyword into a category, you must use the Lightroom interface to do so.

For example, if you have a category “People” and a keyword “Randy Stewart” at the top level of your keyword hierarchy, you can’t move “Randy Stewart” under “People” in the text file.

Lightroom stores keywords as explicit paths. For example, you can have both

[People]
	Randy Stewart
Randy Stewart

which I think is a total pain. You can have the same keyword on multiple levels. Some folks think this is a feature, personally, I think that it is a bug.

It would be fantastic to edit this file manually although, I suppose if keywords didn’t work this way, they would have to store keywords in a database rather than a flat file.


  1. The inclusion of facial recognition changes this substantially, but so far this hasn’t translated into more robust keywording, but it makes it much easier for keywording people.