Productivity

You are currently browsing articles tagged Productivity.

update:

THIS is better.

Check out these features.

[via Daring Fireball]

I’m constantly shrinking URLs. Often it’s because I worry that a long link in an email will get broken. Other times it’s because when I Twitter something the functionality in Twitterific or Twhirl doesn’t do the trick – I feel better just doing it myself.

However, it’s a drag to go to some url shrinking site, then copy, then return to whatever Twitter/email client your using and paste.

Even the revered Quicksilver doesn’t provide a great solution (that I’m aware of).

So, I’m happy to report that I’ve found a good workaround. If you go to THIS page, you’ll see a bookmarklet you can add to Safari or Firefox.

Here’s a screenshot. Just drag the text in red right to your bookmark bar:

Now, when you’re on a web site with a long URL that you want to share, just click the “Shorten with is.gd” (or whatever you named it) bookmarklet. It’ll take you to the is.gd page (which is a pain – wish you could just stay on the page you were browsing), and copy the shrunk url to your clipboard so you can paste away.

Not perfect, but not bad.

Tags: ,

Unclutterer has a good round up of web-based project management software: HERE.

I’m a fan of Basecamp (see my sidebar), but the post lists the relative merits of several others. Give ‘em all a look, and get your projects in order!

Tags: ,

Very fine musician and student, Michael Girardot (check out his fantastic band, Antenna Inn), sent me a link to this very useful meeting management app.

Certainly a great thing for scheduling band rehearsals, etc.

One way to guarantee to make me happy, send me an email that starts (as Michael’s did) with the phrase: “I feel like being a maven.”

Thanks, Michael

Tags: , ,

After some sweet npr plugging on GTD, 43 Folders has compiled a post of all their great resources for this essential organizational approach.

I talk about it a lot here at 9GS too, and if the 43 Folders information seems a bit daunting at first, do have a look at my 10 minute crash course on GTD

Tags: , ,

twitter

The jury is still out here at 9GS HQ with re Twitter. I’m trying it, and there’s something compelling about it, but – eh – just not sure.

If, however, your convinced that up to the minute updating of your activity is imperative, this very nice script makes it super easy to update your Twitter feed.

You’ll need the free Twitter client, Twitterific.

Once you have it loaded up, just paste this script into your script editor:

using terms from application “Quicksilver”
on process text tweet
tell application “Keychain Scripting”
set twitter_key to first Internet key of current keychain whose server is “twitter.com”
set twitter_login to quoted form of (account of twitter_key & “:” & password of twitter_key)
end tell
set twitter_status to quoted form of (“status=” & tweet)
set results to do shell script “curl –user ” & twitter_login & ” –data-binary ” & twitter_status & ” http://twitter.com/statuses/update.json”
— display dialog results
return nothing
end process text
end using terms from

…and put it here: ~/Library/Application Support/Quicksilver/Actions as Tweet.scpt.

Now, invoke QS, hit the “.” to enter text, type your update, and tab to “tweet” to post right to Twitter.

It’s all nicely described here.

Certainly makes it even easier to get the minutiae of one’s life out there.

I do think that for artists Twitter has some purpose. You could, for instance, use it as yet another way to keep your fans clued in to what you’re doing. Why, on the other hand, anyone would want to know what I’m doing on a minute by minute basis…who knows.

Tags: , , , , ,

« Older entries § Newer entries »