Entries from March 2007
Identifyus Embedded Test
March 24th, 2007 · No Comments
Tags: iden.tify.us
Ruby String Replace
March 22nd, 2007 · 3 Comments
update: I noticed I am dominating google searches for “ruby string replace”, if you have a particular example you are looking for or snippet you might need some help with, feel free to leave a comment or drop me an email and i’ll try to help you.
I just want to replace [width=”ANYNUMBER] with [width=”300] and […]
Tags: ruby
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
[…]
Tags: rails · iden.tify.us
First Post
March 15th, 2007 · No Comments
Hi, my name is Thomas Swift and this blog will serve for my thoughts, tips and tricks for web development and hopefully more. I mainly would like to use this to keep track of things I read or do. If something is helpful, leave a thanks in the comment. If something is wrong, post a […]
Tags: Uncategorized
Archives
March 15th, 2007 · No Comments
Tags: Uncategorized
Sitemap
March 15th, 2007 · No Comments
Tags: Uncategorized
About
March 15th, 2007 · 4 Comments
My name is Thomas Swift and I hate ABOUT pages, but most likely you have visited this page to get more information about me.
I run my own web design and development company, 1821 Design. Although I do mainly web design, I also do graphic design and various odd jobs related to technology. My latest odd […]
Tags: Uncategorized