2007 Apr 17, 11:45Opera (
the fifth most popular web browser) has a new feature named
Speed Dial (video of it in action). Whenever you open a new tab you get your Speed Dial view which consists of nine thumbnails of user-settable
pages. Its like a quick-favorites that appears every time you open a new tab. I think this is a neat idea and was considering how I might do that in IE7. The following is my hack-y and ugly but no
coding required version of Speed Dial for IE7. I like my hack and I'm about to expound upon it in unnecessary detail so skip to the last paragraph if you're afraid of losing interest.
By default in IE7, whenever you open a new tab you navigate to 'about:Tabs'. As noted in wikipedia the result of
navigation to 'about:Tabs' is determined by values in the registry. Specifically, values in the key in
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AboutURLs". Usually this fact is exploited by
malicious software to hijack
"about:blank" and show you ads but we can hijack it too in order to display our Speed Dial-ish page.
Of course since this is a code-less hack we've got limited options on what to change 'about:Tabs' to display. It should have the following requirements.
- Something local so that our 'about:Tabs' doesn't disappear when we go offline and so that its relatively fast.
- The user should be able to modify its content.
- Show links that the user uses.
- Show thumbnails of those links
- Provide easy to use drag and drop interaction and generally look cool.
Now, I use del.icio.us which allows me to store all of my favorites online and which provides RSS feeds that list my saved links. New in IE7 is an
RSS platform that will, among other things, cache RSS feeds locally. So, by pointing
about:Tabs to my del.icio.us feed 'http://del.icio.us/rss/sequelguy/quickreference' I get (1) from IE7's RSS support, and (2) and (3) from del.icio.us. Of course requirements (4) and (5) are missing
but hey, I said this was ugly.
In summary, if you change the registry value "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AboutURLs!Tabs" to point to an RSS feed of your favorites you can get a hack-y version of Opera's
Speed Dial. I should note that although its referenced on pages such as wikipedia changing your 'about:Tabs' URI in the manner I describe is not documented and not supported by Microsoft. There could
be all kinds of horrible repercussions from this change of which I'm not aware. Yeah, actually you know what? Forget I said any of this. Pretend I never wrote it...
browser technical hack 2007 Apr 15, 4:06For the past several months I've seen various articles suggesting why bees are disappearing. At first I thought this was another crackpot's article that somehow made it onto digg.com. But they keep
coming and sometimes from credible sources. After the article I saw tonight I thought I should go back and put together the various articles I've read on this topic. Bees may be disappearing due to
pesticides,
new organic pathogens,
genetically modified crops,
mobile
phones, or
climate change. Apparently,
the US hasn't been keeping accurate counts of its
bees so we don't know the extent of the situation. There's an
interview with Maryann Frazier, M.S., of the Dept.
of Etymology at Penn State and a
congressional hearing on the matter.
I know this is all very serious and could signal the end of our ecosystem as we know it, but I can't help throwing in the following links as well. The bees could be
hiding in this Florida couple's kitchen. Or perhaps they're laying low while being
trained by the government to fight terrorism. Or
they're hiding in extra dimensions that we mere humans can't perceive (I'm fairly certain that's what this
article is suggesting. Really. Read it. Seriously. Its awesome.)
roundup personal bees nontechnical 2007 Apr 4, 4:30StumbleUpon is a social bookmarking site with a bunch of features. Including commenting on a particular URL and getting an RSS feed of those comments. This sounds like a way for me to integrate
comments into my website...
bookmark social stumbleupon folksonomy rss feed comment web tag tagging internet 2007 Mar 30, 2:10From the guy who did the 1920s keyboard this is a telegraph piece that taps out RSS feeds in morse code.
steampunk telegraph rss video 2007 Mar 13, 12:22My project that displays Delicious RSS feeds as a hierarchical graph.
me projects vizicious personal java 2007 Feb 8, 3:22Don't you hate it when someone implements your idea before you?
yahoo rss pipes feed review article 2007 Jan 24, 8:51Get Firefox's Live Bookmarking feature in IE7 using my extension Feed Folder. Feed Folder lets you view your feeds as lists of links that auto update. Works great with del.icio.us feeds!
projects ie ie7 browser extension extensions feed rss atom feed-folder free download me personal 2007 Jan 24, 5:32My new extension for IE7 named
Feed Folder is now (more) available. Feed Folder is like Firefox's
Live Bookmarks feature. You can view your subscribed IE7 feeds as a folder containing shortcuts to each of the feed's items. If you've got Windows
XP and you like Feeds then use my extension with IE7. Do it now!
feed-folder feed live-bookmarks ie7 technical project atom rss extension 2007 Jan 21, 5:13ATOM XML syndication format specification.
atom rss feed reference rfc specification xml web syndication quickreference 2006 Dec 11, 3:35This is a language for describing outlines. Its used in several places on the Internet to convey your RSS feed subscription list.
reference xml html language opml rss specification 2006 Dec 5, 12:15IE7 RSS team blog linked directly to a guy's flickr photo w/o attribution. The guy changed the photo to the goatse.cx image. Ouch.
humor article blog microsoft seattlepi todd-bishop rss ie7 niall-kennedy 2006 Dec 4, 1:27A 3D RSS reader built on WPF (Windows Presentation Foundation) free from Microsoft.
rss tools windows vista wpf 3d ie7 microsoft free 2006 Nov 28, 3:42This is an RSS extension that enables sharing and sync'ing of data between different applications.
rss sse xml microsoft opml syndication sharing reference msdn simple-sharing-extension specification read 2006 Nov 6, 6:51I've updated my webpage some more. I now have the onmouseover on the thumbnails in my photos section. So that's fun. I'm using the
flickr badge
script and then including a javascript file I made that finds the flickr imgs in my page and adds in onmouseover and onmouseout events. I've also got the whole thing validating on
W3C's HTML validator and
W3C's CSS validator.
The one thing I'd like to fix is the comments for my blog posts. They aren't included in the RSS feed. I'm shopping for a blog site that supports
comment counts in the RSS feed at least. If possible I'd like the actual comments to appear in
the feed but I doubt anyone does that.
css html script validator homepage flickr 2006 Nov 3, 3:02I'm updating my
homepage to include a sorted list of
my livejournal blog entries and
my del.icio.us bookmarks. I'm using
BadgerFish to convert the XML of the RSS feeds of the two into JavaScript objects. At
that point I can do fun stuff like sorting them into lists on my page. Neat. This is how I spend my free time... OK.
xml badgerfish feed rss script livejournal delicious homepage 2006 Aug 23, 2:34This is the MSDN docs on the new RSS API Platform in IE7 and Vista
rss ie7 ie programming msdn microsoft reference 2006 Mar 29, 11:29Validate your HTML/XML
validate validator tools free web html sgml xml rss w3c