Since I’ve got a full-time job I tend to leave my former primary source of computing, my dear little black MacBook, at home more and more. Since my company will assign me to various different projects in the future I have to get used to working in different environments and on varying operating systems. My daily dose of communications consists of several different protocols/programs and just lately I guess I found a way to have each of them available on my laptop with a designated client as well as online, via web-based apps.
Here is a short breakdown:

Email
RoundcubeSince I solely rely on IMAP, there is no problem at all, keeping my email accessible wherever I am. There’s Apple Mail on my computer, the already quite awesome Roundcube Webmail that I’ve got running on my server. And for all those times, I can’t access any of both, I keep my good old friend Mutt close as well.

RSS
NewsgatorWell, that’s a completely different story. I really wished Google Reader would synchronize with various desktop RSS clients but it doesn’t seem like that could be any time soon. So in the meantime I’m gonna stick to NetNewsWire which, to me, serves the best interface on the Mac and, with the license I bought over a year ago, automatically syncs to Newsgator which features a semi decent web-based RSS reader.

IM
MeeboThat point is really pretty much settled. Nothing beats Adium as a desktop client on the Mac. And absolutely nothing even comes close to one of the most awesome web-apps: Meebo. With a single username/password combination I can log in to their website and I’m instantly online in AIM, Google Talk, ICQ and MSN.

Calendar
PlaxoI’m a heavy user of iCal on the Mac because it syncs perfectly to my two cellphones. And lazy as I am, I tend to forget a lot of appointments, so it’s absolutely necessary to always have this data with me. For a long time I was thinking about a way to sync my iCal to Google Calendar, since I already got a Google account anyway. But there didn’t seem to be any easy, cheap way to accomplish this. Just a few days ago I finaly found a remedy for my calendaring problems: Plaxo
Plaxo allows you to sync your whole AdressBook and iCal in one swoop and features a really nice calendar interface on their webpage, that also lets me add events via the web that get synced back to my laptop whenever I turn it on. I have to say I’m really satisfied with that solution and their whole service seems quite promising.

Contact Data
For quite a long time I kept exporting my Mac OS X AddressBook as a Vcard file and uploaded it to my GoogleMail account, so in case of emergency I could look up email addresses or other contact details while away from my laptop. The problem was that I didn’t do it regularly so the data was never up to date. Now Plaxo also cured this problem, by syncing automatically to a neat, very Web 2.0’isch, address book interface that I can always summon in any webbrowser. As an added bonus, I instantly found a few of my contacts to be already in Plaxo and received their updated contact data.

Out of pure boredom and because I did enough work on my thesis today (…and because there wasn’t anything decent on TV), I decided to distract myself with a little coding. This is what came out:

LastVenue

Just download it, rename the filename ending to .php, configure it by pasting in the last.fm URL of your desired location and upload it to your webserver. You will also have to download SimplePie that takes care of the all the RSS stuff and place it in the same directory as the LastVenue script.
If you want to include it into a PHP script paste in the following:
include('lastVenue.php');

This script pulls all events for a specific venue from last.fm and lists them in a simple, CSS styleable unorderd list. The script is meant to be included into a webpage and thus features none of the other HTML markup to make it into a full document. It basically only echoes out a headline and a few list items.

Oh yea, of course the script is Microformats enabled 😉
Microformats enabled

Note: the AJAX loding functions got skipped, because I’m really tired right now. Maybe they’ll show up in version 2.0 …who knows?

In case anybody needs to quickly publish DB contents as RSS feed, you can now use my SRSSS – Simple RSS Script 🙂
Nothing sophisticated but should serve a valid RSS 2.0 feed. Just fill in the setup vars on the top, construct your SQL query and make sure you’ve got the right values in the while-loop.

Download here -> SRRS

ICS.istsehr.org

I reactivated a (very) old site that I did in my first year at uni. It basically gives you the chance to send in funny quotes from colleagues and lecturers for everybody else to view it. (It’s even got RSS 🙂 )

I know it’s mainly the concept of bash.org copied. But I wrote it all from scratch (in about 5min.) so it’s no exact copy 😉

Unfortunately it’s in german, so unless Google Translate improves or you learn reading my mother tounge you’re out of the game.