Contact form

July 21, 2007 @ 11:22 PM | posted by carmelyne

(last updated: 07.23.07)

Not an intention to hide...

I have unconsciously forgotten to link my contact form on the site.

I do apologize to people trying to get a hold of me through my blog. Of course, I'd want to hear from you.

I'm really not that hard to get a hold of as I'm all over the web under the same name as this site or as Wrap/dida. Pretty sure you can guess my gmail address :)

To make it simpler, feel free to use my contact form. Thanks.

[ Last updated: July 23, 2007 @ 03:53 PM ]


2 Responses to...
“Contact form”

  1. Wilma:

    Hi I was googling at random and found your blog. It's a fun read / look :-) Hope you're well, seems you're keeping very busy.



    Posted:
  2. carmelyne:

    Hey Wilma, thanks for dropping by. I miss working with you. Come back to PWIM ;p



    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