Radiohead on iTunes, five years on

Five years and almost a month ago, I wrote a post called Interesting absence(s) about the disappearance of Radiohead and Sigur Rós from the then-new iTunes Music Store. When I expanded it for Blogcritics, I laid a finger on one of the causes—friction between artists and labels over digital rights and reimbursement. At the time I thought it might take a few months or a year before the Radiohead catalog returned. It only took Sigur Rós until February of 2004 to return, but it took until this week for the Radiohead back catalog to reappear, and then only after In Rainbows proved such a hit on the service.

The Red Herring post makes a few points about the reasons bands hold out, but they don’t answer one question: why is Radiohead only dipping its toe in? There is only one EP on the service, meaning only two non-album tracks, compared to other artists like U2 and Sting who have been far more generous with posting digital rarities—which fans like myself would be motivated to shell out cash for. Perhaps it’s only a matter of time.

(Confidential to Matt F: Hey, Fish, see what you can do about getting Thom and the boys to post some more b-sides and exclusives, won’t you? Much love.)

links for 2008-06-05

Using a Google Maps Gadget in Google Sites

I’m working on a Google Site for a group I belong to, and it’s been an uneven experience. The user experience for general editing is quite good, but things get very hairy very quickly when you try to insert “gadgets” onto the page. I assumed that adding, for example, a Google Map to a page would be trivial, but working with the official Map Gadget was frustrating as there was no help documentation on how to populate the “data source URL” field.

I finally dug deep enough to turn up the answer. The Google Map gadget was intended to work with Google Spreadsheets. To get a map on your Google Site showing your map content, here’s what you do:

  1. Create a spreadsheet in Google Docs.
  2. In the first column of the spreadsheet, type in the address as you would search for it in Google Maps. Full street addresses seem to work quite reliably.
  3. In the second column, enter some text that describes the item–this becomes the tooltip for the marker on the map. Repeat for as many items as you like, making sure not to skip rows.
  4. For debugging, I like to add a Map Gadget to the spreadsheet to check my data. Tell it to use Sheet!A1:B10 (or however many rows you have) and to use the last column for tooltips, then Apply and Close.
  5. Verify that the map looks right, then click the map so the title bar is showing, click the little menu in the upper right hand corner of the gadget, and choose Get Query Data Source URL. Choose Entire Sheet and select and copy the resulting URL to the clipboard.
  6. In your Google Site, edit the page you want to put the map on.
  7. Insert a map gadget into the page using the Gadget browser. Fill in the fields, pasting the URL you copied in step 5 into the Data Source URL field, and checking the option to use the last column for tooltips.
  8. Save your changes to the page and behold: a map with markers for all your attractions.

This gives you a pretty basic map view with control over the markers, the height and width of the displayed map, and tooltips. For more advanced map control (street view vs. satellite, zoom level, etc.) I think you’d have to embed raw calls to the API, but I’d be thrilled to be proven wrong.