Read posts about plugins

July 8

Bit.ly, a new URL shortener, launches, but I’m not going to use it. Yet. (Tiny Screenfuls (JoshB)) by Josh Bancroft

switchAbit, purveyors of wonderful web tools, have launched a new URL shortener called bit.ly. Besides a cute name, bit.ly has some nice developer-centric features that make it stand out among the hordes of these services (TinyURL, is.gd, twurl.nl, etc.). From Dave Winer’s post on the launch:

They asked what it would take for me to use bit.ly, I said: data. I need to know how many clicks each pointer got and where the clicks came from.

They gave me that, and thumbnails, permanent caching of the pages I’m pointing to (goodbye linkrot) and a lot of smart stuff going on behind the scenes that we’re not ready to talk about yet. (Though we told Marshall and he explained.) Here’s the info page for this post.

And, most important, an XML/JSON interface, so I can process all that data with my own programs.

As URL shorteners go, it looks great. I love the caching using Amazon S3/EC2 cloud resources, the stats, the developer features (XML and JSON), and again, the name is cute.

But I won’t be switching my bits (ha!) to use bit.ly. At least, not yet. Why? Because it’s still way too big of a pain in the butt to use these services, without some tools to make it easier.

Even with a bookmarklet (which you can click to shorten the URL of the page you’re on), it costs me way too much to time load the page for the URL I want to shorten, click the bookmarklet, wait for the shortener page to load (and, optionally, tell it “yes, I really want to shorten this”), and then get my shortened URL, which I then have to manually copy for pasting elsewhere.

Right now, I use TinyURL as my URL shortener (mostly for posting links in Twitter, where every character counts). Not because it has better features than any other shortener (in fact, compared to bit.ly, TinyURL comes up lacking in a lot of ways), But I keep using it for one reason: the TinyURL Creator Firefox addon.

TinyURLMenu.jpg

With that addon installed, all I have to do to shorten a URL is right click on any page (OR any URL on the page), choose “Create TinyURL”, wait a second (during which my TinyURL is created and automatically placed on the clipboard for pasting), then click the “Close” button and paste the shortened URL wherever it’s going.

TinyUrl Creator.jpg

Simple and fast, it saves me at least 10 seconds every time I shorten a URL (which I do many times per day, thanks to Twitter).

I WANT to start using bit.ly. But I won’t until there’s a FireFox addon for it. I can’t code worth beans, or I’d do it myself, and I know the developers are busy, having just launched a few hours ago. But having a Firefox extension makes shortening URLs MUCH faster and simpler, and as soon as I can get one for bit.ly, I’ll dump TinyURL like a bad high school romance, and “switch my bits”. (ha! See that? I did it again!) ;-)

Posted in: addons , bit.ly , blog , extensions , firefox , plugins , shorteners , tinyurl , tools , twitter , url , web
March 3

inboX yuB yaM tfosorciM (Martin Gordon's Blog (cptncelchu)) by Martin

Xobni is an Outlook add-in that basically adds search, conversations and profiles to Outlook. When I first heard about Xobni, I was really excited to try it and was ecstatic when I got an invite a few months ago (I still have a few invites left, if anyone wants one).

That said, I'm about ready to give it up. The search, while better than Outlook's default search, is still no match for anything Google or Apple offer, and almost painful to use since while in "search mode" almost a quarter of the sidebar is covered in a completely out-of-place Yahoo web search. Conversations are also nice, but limited in usefulness due to their being restricted to the sidebar. Further, since I deal with only a limited amount of people via email, the profiles lack utility (though the auto-discovery of phone numbers is nice). To top it all off, Xobni often makes Outlook unresponsive (though responsive enough to tell me that it's not responding).

I still like the product, and despite it's flaws, I'm still using it since it's features (ever so slightly) outweigh its drawbacks, and was glad to hear that Microsoft may buy Xobni. This can only be good since proper integration into Outlook would likely fix any performance issues and enhance Xobni's feature set. As a lukeworm fan, I can only hope that Xobni continues to see improvements and a Microsoft acquisition looks to be one pretty sure way of making that happen.

Technorati Tags: , , , ,

Posted in: microsoft , office , outlook , plugins , productivity , software
January 18

Three tips to protect your WordPress installation [ma.gnolia] (Put together quickly (Haligan)) by MichaelBiven

Three tips to protect your WordPress installation

Here are three easy but important ways to protect yourself if you run a WordPress blog.

Saved By: Michael Biven | View Details | Give Thanks

Tags: , ,

Posted in: plugins , security , wordpress
March 7

a work on process » Rails Geo Plugins: acts_as_geocodable [ma.gnolia] (Put together quickly (Haligan)) by MichaelBiven

a work on process » Rails Geo Plugins: acts_as_geocodable

acts_as_geocodable (blog entry, repository) is the newest kid on the rails geo plugin block. It actually consists of two parts, a gem called graticule which handles the actual geocoding, interacting with external services, etc, and the plugin which offers extensions to your models.

Tags: , ,

Posted in: gis , plugins , rails
March 1

Web 2.0 Technologies: GeoKit: a plugin for location-based Rails apps [ma.gnolia] (Put together quickly (Haligan)) by MichaelBiven

Web 2.0 Technologies: GeoKit: a plugin for location-based Rails apps

Geokit is a Rails plugin for building location-based apps. It provides geocoding, location finders, and distance calculation in one cohesive package.

Tags: , ,

Posted in: gis , plugins , rails
February 19

Twitter Reciprocate (for Greasemonkey) 0.3 (Martin Gordon's Blog (cptncelchu)) by Martin

Robert asked for it, and I was bored, so here's my first attempt at a Greasemonkey script. It basically adds "[Add]" next to your followers list so you can easily add followers as friends. You can find the script here. Let me know of any suggestions/improvements in the comments:

Known issues:

  • Doesn't check to see if a follower is already a friend (could be fixed by checking /statuses/friends.xml). Nothing seems to break by adding people multiple times, however.
  • Doesn't create the link for users with default icons (because user IDs aren't exposed from followers page, but can get them from /statuses/followers.xml). I really hope that the xml returns users in the same order as the page lists them.

I discovered that after putting together this script that those two xml files linked above have the information needed to fix the two issues. I'll get this out there in case people want it ASAP, but I'll work on doing it via the API.

Also, check me out on Twitter.

Technorati Tags: , , ,

Posted in: development , firefox , javascript , plugins
January 25

ieHTTPheaders [ma.gnolia] (Put together quickly (Haligan)) by MichaelBiven

ieHTTPheaders

Tags: , ,

Posted in: http headers , internet explorer , plugins