{ Mar 6, 2012 }
Taken with instagram

Taken with instagram

{ Mar 6, 2012 }
Strictly business.

Strictly business.

{ Feb 29, 2012 }
{ Feb 29, 2012 }
rickwebb:

(via The Millions : The Arcades Project: Martin Amis’ Guide to Classic Video Games)
How in god’s name did I not know about this? This is amazing. 

rickwebb:

(via The Millions : The Arcades Project: Martin Amis’ Guide to Classic Video Games)

How in god’s name did I not know about this? This is amazing. 

{ Feb 28, 2012 }
Can anyone recommend a good project management program to manage my project management programs?

Can anyone recommend a good project management program to manage my project management programs?

{ Feb 28, 2012 }

ActsAsPositioned

We’re pleased to announce ActsAsPositioned, our first open-source gem. It’s available right now on GitHub.

We often use RailsAdmin or Typus as the CMS for our projects, and though they’re mostly great, they suck at organizing records by position. Slides in slideshows and songs in playlists take forever to re-order, and even if you’re careful their positions usually get messed up.

It should be impossible for your CMS to let you set positions like this:

2. Come Together
3. Something
3. Maxwell's Silver Hammer
3. Oh! Darling
16. Octopus's Garden

But spend some time organizing a playlist in Typus, and it’s likely to turn out that way or worse.

We like slideshows and playlists. They should be easy to organize, and you shouldn’t have to be careful.

When you call acts_as_positioned on an ActiveRecord model, you can save records in whatever position you want, and your app will adjust the rest of the list intelligently. Your lists will stay in sequence, and you won’t have to think about this problem anymore.


How-To

First, add it to your gemfile:

gem 'acts_as_positioned', :git => 'git://github.com/ALLDAYEVERYDAY/acts_as_positioned.git'

Second, run bundle install.

Last, use it in a model:

class Song < ActiveRecord::Base
    acts_as_positioned 
end

Enjoy! You’ll find the source and more documentation on GitHub.

{ Feb 28, 2012 }
(via ninety9)

(via ninety9)

{ Feb 28, 2012 }
Thanks Internet!

Thanks Internet!

{ Feb 24, 2012 }
{ Feb 23, 2012 }

Revised Font Stack

Serious efforts are being made to get more typeface choices on the web to enhance web typography. Still, most of us prefer web-safe fonts like: Verdana, Georgia, Times New Roman and Arial. Though choices are limited, yet the number can be increased by exploring other pre-installed fonts.

Navigate