Thomas Swift

Running a West Coast Offense since ‘81

Entries Tagged as 'iden.tify.us'

iden.tify.us on Mashable!

May 15th, 2007 · No Comments

iden.tify.us was written about on Mashable! I am really quite interested to see what kind of comments and feedback comes from this.
In the article, the reviewer, Kristen Nicole mentions that user registration might be a barrier for some to consider using it to identify songs. I originally thought that people would see the usefulness […]

[Read more →]

Tags: iden.tify.us

iden.tify.us - people helping people identify music

May 10th, 2007 · No Comments

What is iden.tify.us? It’s a place for people to upload music and have it identified by the community.
Is there a community yet? Not yet, but sign up and grab a RSS feed of the songs being asked or a RSS Feed for a certain genre that you might know way to much about.
Why should […]

[Read more →]

Tags: iden.tify.us

iden.tify.us presentation

April 6th, 2007 · No Comments

Thanks to the fellow PSIG attendees and Jonathan for allowing me to give a presentation about iden.tify.us, If you would like to see the the slides, they are available here.
Overall, the presentation went pretty smoothly given that fact that I haven’t given one in quite sometime.
Thanks again to everyone who was there and listen […]

[Read more →]

Tags: iden.tify.us

Securing your log files when using acts as authenticated

April 4th, 2007 · No Comments

I came across the Filtering Sensitive Logs Railscast the other day and Ryan explains how to filter out password information out of your development and production log files, something i needed to do for my site.
He uses a simple application with only one password field, where I am using acts as authenticated which uses […]

[Read more →]

Tags: rails · iden.tify.us

to do

April 2nd, 2007 · No Comments

use amberjack for identifyus

[Read more →]

Tags: iden.tify.us

Identifyus Embedded Test

March 24th, 2007 · No Comments


[Read more →]

Tags: iden.tify.us

Audio File Uploads with Attachment_fu

March 21st, 2007 · 14 Comments

I want to use attachment_fu to handle audio file uploads.
In the rails root, in the command-line

script/plugin install http://svn.techno-weenie.net/projects/plugins/attachment_fu/

and

script/generate Model Audio

Edit the newly created migration in db/00X_Create_Audios.rb

class CreateAudios < ActiveRecord::Migration
def self.up
create_table :audios do |t|
t.column :parent_id, :integer
[…]

[Read more →]

Tags: rails · iden.tify.us