An Evil Mad Scientist

i blogged about your mom lastnight...

Wednesday, August 20, 2008

Gamelayers: First Day at PMOG

First day in the office yesterday with GameLayers. Quite Cool - My coworkers are all pretty down to earth. They seem to be more interested in getting things done right and exploring many different approaches towards the solution of a problem. I’m not used to this. I’m more used to people hastily making a business decision and working towards the goal. This freedom to be creative and do what you need to do to solve a problem is really rubbing off on me.

So far, I love my new job.

Tags: ,

posted by Lorin Tackett at 1:24 pm  

Thursday, June 5, 2008

SASS Blueprint Grid on Github

Table of contents for SASS Gridification

  1. SASS Gridification - Part 1
  2. SASS Gridification - Part 2: Blueprint
  3. SASS Blueprint Grid on Github

I started a github project for those of you following the SASS Blueprint Grid.

SASS Blueprint Grid

posted by Lorin Tackett at 9:55 pm  

Saturday, May 24, 2008

HAML 2.0

Just reading about HAML 2.0. Man. I wish I wasn’t packing up for a move. I wanna play with it! Suffice it to say, I’m more of a SASS junkie than a HAML fiend, and the new SASS 2.0 features alone are enough to make me salivate.

Mix-ins is by far my favorite new feature in SASS 2.0. Now you can write chunks of reusable code:

=clearfix
  display: inline-block
  &:after
    content: "."
    height: 0
    clear: both
    visibility: hidden
  * html &
    height: 1px

… And place it within whatever rule you like

#sidebar
  +clearfix
  border: 1px solid black

Talk about leaner, meaner and more productive. Holy crap!

I’ll be rejiggering the SASS grid generator in SASS 2.0 in the next few weeks. I also have a new SASS project underway for when I have more time, SASS 2.0 will play an integral part in making it all work… without tipping my hand too much, it involves color schemes.

posted by Lorin Tackett at 12:29 pm  

Tuesday, May 20, 2008

SASS Gridification - Part 2: Blueprint

Table of contents for SASS Gridification

  1. SASS Gridification - Part 1
  2. SASS Gridification - Part 2: Blueprint
  3. SASS Blueprint Grid on Github

I have extended my initial SASS grid to work with the Blueprint grid library. Now I can leverage the Blueprint grid in a completely SASSy way.

Please refer to Blueprint CSS for instructions and tutorials on how to use the grid.

Feel free to download, use, distribute and modify my work as you like.

http://blog.lorintackett.com/wp-content/plugins/downloads-manager/img/icons/default.gif