Gaining momentum

March 08, 2007 @ 05:36 AM | posted by carmelyne

(last updated: 06.28.07)

It's quite the month. I'm just glad for the wide range of cool stuff to be done. There's some major re-designs, additional features to an existing coldfusion coded site, online catalog launches; I was able to implement javascript framework (prototype and scriptaculous) to some free-lance projects. Ah SMS in the mix too.

NDA's == :(

When it's lifted I can talk about certain projects more.

This leaves me little time to give my own site the loving it needs.

I am happy when I am busy though. ;p

[ Last updated: June 28, 2007 @ 11:05 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