Big.First.Name

May 24, 2007 @ 07:28 AM | posted by carmelyne

(last updated: 06.19.07)
Big First Name

One of the memorable thing from the conference was the big.first.name site considering our name badges done by Oreilly were not so user friendly when it comes to legibility.

Check them out if you ever need name badges. The first tier account set up is free with a limit of 100 name badges. It's really simple yet pretty slick.

[ Last updated: June 19, 2007 @ 05:35 PM ]

Sorry, comments are closed for this article.

Snippets of 06/24/07

Rails 'A'..'Z' Paginate

1
2
3
4
5
6
7
8
9
10
11
# Starts with 'A'..'Z' Paginate / model
def self.sort(sort)
  if sort
    find(:all, :conditions => ['name LIKE ?', "#{sort}%"])
  else
    find(:all, :order => 'name')
  end  
end

# index action / controller
@models = Model.sort(params[:sort]) 

Recent Posts...

RailsConf 2006
I heart devChix