Tuesday, September 30, 2008

Email To (Open)ID

http://emailtoid.net/

“Emailtoid is a simple mapping service that enables the use of email addresses as OpenID identifiers.”

Thursday, September 25, 2008

Untitled

Pzkgedechecbj4fw8j4wyruso1_500

GraphJam

This site is awesome. It’s no secret that I work for iCrossing and a big part of what we do is analytics and data visualization. GraphJam is The Onion of charts and graphs.

You have to be able to laugh at yourselves, right? Definitely check it out.

Untitled

Pzkgedechecb4jbvqhw9yizeo1_500

Rails Rumble ‘08

Monday, September 22, 2008

Textmate GetBundle - Installer Shell Script

The web site that hosts GetBundle appears to be down. Here’s the shell script to install it from the Macromates site. Save it to a file, and grant execute perms:

$ chmod u+x textmate_install_getbundle.sh

$ ./textmate_install_getbundle.sh

Here’s the script…

#!/bin/shLC_CTYPE=en_US.UTF-8SVN=`which svn`echo Changing to Bundles directory...mkdir -p /Library/Application Support/TextMate/Bundlescd /Library/Application Support/TextMate/Bundlesif [ -d /Library/Application Support/TextMate/Bundles/GetBundle.tmbundle ]; then echo GetBundle bundle already exists - updating... $SVN up GetBundle.tmbundleelse echo Checking out GetBundle bundle... $SVN --username anon --password anon co http://macromates.com/svn/Bundles/trunk/Bundles/GetBundle.tmbundle/fiecho Reloading bundles in TextMate...osascript -e 'tell app "TextMate" to reload bundles'

Thursday, September 18, 2008

Getting Rails talking to SQLServer on OSX via ODBC

http://toolmantim.com/article/2007/5/7/getting_rails_talking_to_sqlserver_on_...

These were the most complete and accurate instructions I could find. Note that it wiped out my previous ruby install and replaced it with MacPorts Ruby. I had to re-load all of my gems, etc. You have been warned.

Saturday, September 6, 2008

haproxy_queue

http://37casts.s3.amazonaws.com/technical/haproxy_queue.mov

Very quick demo of HAProxy

Tumbltape

http://www.tumbltape.com/

Turn any Tumblr blog into a playlist

silverpop_mailer

http://github.com/mtodd/silverpop_mailer/tree/master

A Rails plugin to augment ActionMailer to send emails via the SilverPop Service

Cappuccino Web Framework

http://cappuccino.org/

“Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.”

Generate a Google Sitemap in Ruby on Rails

http://www.webficient.com/2008/09/06/google-sitemap-ruby-on-rails

AJAX Libraries API - Google Code

http://code.google.com/apis/ajaxlibs/

From the site:

The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the Google AJAX API Loader’s google.load() method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries including:

Amazon Web Services Blog: AWS Security White Paper

http://aws.typepad.com/aws/2008/09/aws-security-wh.html

Direct link to PDF