HDR practice 2

October 05, 2008 @ 04:00 PM | posted by carmelyne

(last updated: 10.05.08)

Magnificent Tiger walking about in his lair.


Just mouseover image to see the original

Tiger HDR Practice

Credits: Flickr image (I took this picture)

I'm still loving HDR and have been practicing it with every free time I get.

[ Last updated: October 05, 2008 @ 04:13 PM ]

Leave a Reply | or Contact me via email.

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