Archive for the 'OS X' Category

Feedr 1.1 Update

After someone with an eye for design made some nice clean improvements to Feedr, I was inspired to add a few things and put together a 1.1 version. Matt Ebb sent me a version with a nice white background frame for the displayed images, and also changed the back to look like the back of all the Apple widgets. To that I changed the help to have a fun roll-down animation like sheets in OS X, and added a way to paste in any image RSS feed from Flickr. For example, since with the tags and NSIDs you can’t easily specify your contacts, now you can copy and past the RSS 2.0 URL from your Flickr contacts page and be all set. Ben had that idea.

See my original post for the download link.

Published in: OS X | on May 16th, 2005 | 9 Comments »

Feedr Flickr Widget

This is my first Dashboard Widget. It reads RSS feeds from Flickr and cycles through the pictures. You can configure the refresh time, set which tags to match, and set which user IDs to match.

Updated 5/16/05 - version 1.1 - more info

Download Feedr 1.1

Creative Commons License
Feedr 1.0 is licensed under a Creative Commons License.

Apple says I should give you these instructions:
Mac OS X 10.4 Tiger is required. If you’re using Safari, click the download link. When the widget download is complete, show Dashboard, click the Plus sign to display the Widget Bar and click the widget’s icon in the Widget Bar to open it. If you’re using a browser other than Safari, click the download link. When the widget download is complete, unarchive it and place it in /Library/Widgets/ in your home folder. show Dashboard, click the Plus sign to display the Widget Bar and click the widget’s icon in the Widget Bar to open it.

Published in: OS X | on May 2nd, 2005 | 2 Comments »

Widget Doodad

Answers.com says that doodad is a synonym for widget. It also lists gimmick and contrivance, but I don’t want to complain as much as my last post.

Last Friday I took the time to update my computer to OS X 10.4, which brings with it Dashboard. I don’t have much to say about how new or not new putting JavaScriptlets on your desktop is or is not, but the installation and moving over of my files went smoothly enough that I decided to make my own Widget. I started trying to make a widget that displays a Flickr badge by generating the request that you get from their nice badge creation page, but the problem with that is it comes in as javascript code that you embed in a page, which is not easy to dynamically update. After only having something partly working I decided to rethink the whole thing. Now I use our friend the XMLHttpRequest to pull the RSS 2.0 feed and pull the title, image, and link out of that. Easy. Well, mostly easy.

Whatever part of OS X that does the HTML/CSS/JavaScript, I think it’s WebKit, is a little quirky to my understanding of xhtml. It seems that <div/> is not the same as <div></div> which is also treated differently than a div followed by a new line followed by the closing div.

Hmm, how about some of this drag and drop magic in a Dashboard Widget?

Published in: JavaScript, OS X | on May 2nd, 2005 | No Comments »