DoD: Yay it's Friday

June 01, 2007 @ 07:36 AM | posted by carmelyne

(last updated: 06.19.07)

Photo Credit: iStockPhoto Subman

[ Last updated: June 19, 2007 @ 04:06 PM ]


2 Responses to...
“DoD: Yay it's Friday”

  1. paulo:

    Neat eyes. It matches your site.

    Posted:
  2. carmelyne:

    @paulo, the wonders of the color replace tool in photoshop. :) That's how I got the white of the eyes to turn green well even the gloves.



    Posted:

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