Are you a Mac Software Developer?

June 03, 2007 @ 09:07 PM | posted by carmelyne

(last updated: 07.04.07)

I am no Mac Developer but I may know a few here and there. Cough cough cough. I think ;p

Seth Dillingham, a real cool guy, is trying to reach the $6,600 goal for the cancer-care-and-treatment charity. It's a great cause. Read the details over at his site.

Donate Software for the Pan-Mass Challenge!

Image Credit: - me, I have no mac app ;p



[ Last updated: July 04, 2007 @ 09:53 PM ]


2 Responses to...
“Are you a Mac Software Developer?”

  1. Seth:

    Thanks, Carmelyne!

    I'll set that image up tomorrow morning. Or maybe tonight.

    That was very cool of you, thanks.

    Seth



    Posted:
  2. carmelyne:

    @Seth, no problem.



    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]) 
RailsConf 2006
I heart devChix