Distraction from coding...

May 23, 2007 @ 09:50 PM | posted by carmelyne

(last updated: 06.19.07)
twitter_seamless

I like to distract myself from coding once in awhile. I found my twitter page lacking. I'm not saying this tiled seamless background is the best but it gives me time to practice with Photoshop.

I created the seamless image using custom shapes in photoshop. You can download the file here. Back to regular coding now. ;p


[ Last updated: June 19, 2007 @ 03:20 PM ]


2 Responses to...
“Distraction from coding...”

  1. Edgar Garcia:

    I totally need to pick up some designing skills. I also need to pick up an Adobe suite for my PC, and maybe something for my Mac... Slick design!

    Posted:
  2. carmelyne:

    Thanks. It's nothing fancy but it's my way of practicing design and Photoshop. ;p I need an Adobe Suite for my Mac. It's 1.5k for a full version. Ouch.

    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