pc4media: Compiled 2006 Predictions
pc4media: Compiled 2006 Predictions - I haven’t even finished reading it - but Peter’s “predictions” beat everyone else’s a thousand times over.
pc4media: Compiled 2006 Predictions - I haven’t even finished reading it - but Peter’s “predictions” beat everyone else’s a thousand times over.
Windows Search Guide - a (very beta) page is up for adding search engines to the search box in Internet Explorer 7. Note that at the time of this writing the OpenSearch Description files they’re using are in v1.1 draft 1, which they’ll hopefully upgrade appropriately. Also they’re declaring that the results are in RSS, when they are actually in HTML.
Anyhow, now that there are two browsers (okay, so IE7 hasn’t been released yet…) that support adding search engines via javascript, here’s a single javascript function that handles both of them. It assumes you have three files - .src plugin file and a 16x16 icon, and an OpenSearch Description file. There’s a .src to OpenSearch Description file converter I wrote on A9.com.
function addEngine() {
try {
window.sidebar.addSearchEngine('http://example.com/plugin.src',
'http://example.com/plugin.png', 'Example Search Engine', 'Category Name');
}
catch (e) {
try {
window.external.AddSearchProvider('http://example.com/opensearch.xml');
}
catch (e) {
alert('Internet Explorer 7, Firefox, Mozilla, Netscape 6 or higher,
or Camino is needed to install a search engine.');
}
}
}
personal notes for later:
Opera:
Manually Editing Opera Searches using search.ini
Opera Search.ini Editor 1.25
Safari
Add Mozilla-like keyword functionality to Safari’s search bar (a hack)
AcidSearch 0.61
Scott Johnson, Feedster’s recently-departed co-founder, lets us know that François, Feedster’s other co-founder has posted on the Feedster blog: The Story of Feedster: A Word From Feedster’s Co-Founder. He hasn’t maintained his own blog in quite a long time, so it’s nice to hear some public words from him.
It even includes a photo of the Feedster team - my it’s changed (and grown) since my internship there ended in April of this year. François is the one front and centre.
Someone please explain to me why the Google Homepage API is a small XML format that includes an HTML bit, instead of just HTML itself?
Okay, so they introduce a few bits of meta data. The links, such as screenshot can be handled by <link /> with rel=”screenshot” and such. The other bits of data can be handled by <meta />, except for the title… there’s already one of those in HTML
Note that I haven’t taken a good look at any of the Microsoft Live Gadgets, Google Sidebar API, Yahoo! Widgets (Konfabulator), or Dashboard.
FeedBurner offers a very attractive service, and their new FeedFlare is just one part of that. But please, FeedBurner… when a user changes some settings, record the time of that change and only allow that change to affect new items. Not that it isn’t fun to see a whole lot of my subscriptions suddenly all marked as unread.
I’ve been hard at work at A9.com, working on the OpenSearch website.
Here’s some of what’s new:
That’s the gist of it. Although it isn’t yet, I think OpenSearch is very much on the road to become ubiquitous, just as RSS/Atom is becoming so. The support by Internet Explorer 7 gives that a huge push.
It’s amazing that I’ve been given the opportunity to put so much work into an open format, that benefits the entire industry, not just A9.com. You can be sure I’ll be saying more about OpenSearch in the future - if not in this blog, then on the mailing list, on other blogs, etc.
NDP talking about tax cuts… Conservatives talking about child care….
so all the parties are going to win over voters from the other parties by being more like them… that’s a good plan, right?
since there are three main parties… and the leftmost is moving right and the rightmost moving left… everyone’s a Liberal? Seems like a good way to defeat the Liberal party, uh, right?