it all flows together

scott barber blog

Archive for the ‘web 2.0’ Category

CSS Templates

Thursday
Mar 8,2007

Though I do love OSWD, I keep going back to freecsstemplates.org for really good looking stuff. Take a look.

Capistrano Love

Tuesday
Feb 27,2007

Did you know that you can deploy your rails app with just the deploy.rb file?

Download your deploy.rb file and hit it:

[sbarber@awhpbl01 onlinerss]$ ls
deploy.rb
[sbarber@awhpbl01 onlinerss]$ RAILS_ENV=qa cap -f ./deploy.rb deploy
  * executing task deploy
  * executing task update

Yeah - cap rocks.

Tuesday
Jan 23,2007

I just ran across an alternative to Pound / Pen for Mongrel balancing…
PLB.

Mtn West Ruby Conf

Tuesday
Jan 23,2007

Just registered for the Mountain West Ruby Conference to be held back in SLC, UT in March. See you there.

Thursday
Jan 11,2007

Apple iPhone: Will it run Ruby? Leopard will have it

Once again I’ve falled in love my MythTV. I’ve been running it for about 5 months solid now. no reboots, or big issues to deal with. A few recent tweaks: Added my ROM collection over a remote share for MythGame. New favorite mythtv theme: blootube. I transcode any new recordings to XviD (with commercial skip) and then move them to my NAS video share for future viewing.

Recent change of heart: Fav Desktop OS -> OSX. Still really love Ubuntu for servers, etc.

This time of year I love living in Arizona. Did you get snow recently? Gee… that’s too bad. I think we’re looking at 68 today. LOL!

Street Cred

Friday
Nov 17,2006

Working on some street cred in the community. See me at: Working With Rails: People

It’s like MySpace for Rails folks :)

Hey - I almost presented during the lighting talks in RubyConf.

OpenSearch Plugin Update

Monday
Nov 6,2006

I’ve just updated the scriptures.lds.org Firefox2 search plugin. I added some extra meta-data and a nice favicon logo. Enjoy

Monday
Oct 30,2006

During RubyConf I had a chance to sit next to John Long of RadintCMS fame. He’s a cool guy and Radiant is awesome for simple websites. I’m using Radiant for a few of my customers simple websites.

Not to be outdone in the coding arena, here are my important contributions to RadiantCMS. I call this collection of code “Inappropriate Text Filters.”

Markdown? Textile? You got nothing on me:

Filter #1: piglatin_filter.rb
class PigLatinFilter < TextFilter::Base
register 'PigLatin'
def filter(text)
text.split.collect{|word| pig(word)}.join(" ")
end
def pig(word)
leadingCap = word =~ /^A-Z/
word.downcase!
res = case word
when /^aeiouy/
word+"way"
when /^([^aeiouy]+)(.*)/
$2+$1+"ay"
else
word
end
leadingCap ? res.capitalize : res
end
end

Filter #2: crypt_filter.rb
class CryptoFilter < TextFilter::Base
register 'Crypto'
def filter(text)
text.crypt("da_salt_")
end
end

Filter #3: reverse_filter.rb
class ReverseFilter < TextFilter::Base
register 'Reverse'
def filter(text)
text.split.collect{|word| word.reverse!}.join(" ")
end
end

Flash 9 for Linux!

Thursday
Oct 19,2006

Flash Player 9 is out in beta for Linux:
Adobe Labs - Downloads: Flash Player 9 Update

For those of you running Ubuntu Dapper the following will get you there:

sudo apt-get install libc6 libx11-6 libxext6 libxt6 libfreetype6 libfontconfig1 libgtk2.0-0 libglib2.0-0 libasound2-dev libssl-dev libasound2 libssl0.9.8

Attack of the Scalability

Tuesday
Sep 26,2006

Blame Scalability…
The Ex Factor - O’Reilly ONLamp Blog

How did he get all those thoughts in my head organized coherently?
What he said.

Meta


Blogroll


Twitter


My del.icio.us


RSS My last.fm