My take on "Collagism"

June 19, 2007 @ 03:49 PM | posted by carmelyne

(last updated: 06.24.07)

Practice, practice, practice.

Old Theme

I think it's obvious by now that my color preference leans on the really obnoxiously bold end. After reading ThinkVitamin's article on Web Design-isms: 7 Surefire Styles that Work by Lisa Meek, I thought it would be nice to follow along and respond with a redesign. Implementing what you learn and read is always the best route to just hone in on that skill. Here we go then. Please let me know if there's anything out of the ordinary that I should be fixing. Thanks :)

[ Last updated: June 24, 2007 @ 12:48 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