Learning with Action Mapping

March 4, 2009

I’ve always been a fan of Kathy Sierra and was extremely disappointed when she retired from blogging.  Thankfully Twitter came along and she’s participating in the conversation again.  It’s good to have her unique perspective and information flow back.
Today she posted:

 
 
 
 
 
 
 
I haven’t done much with Action Mapping, but I can quickly see how they can [...]

Read the full article →

Pixel Couch

January 10, 2009

Perfect couch for a geek office!

Read the full article →

Microsoft SQL Server 2008 – Tip 1 – Purge Transaction Log

November 4, 2008

We’ve been migrating some of our production databases at work to SQL 2008 and I’m finding that Microsoft changed a lot. They updated the BACKUP LOG t-sql command and removed the TRUNCATE_ONLY switch, which means quickly and easily purging the transaction log requires a bit more work. I spent a little while yesterday [...]

Read the full article →

It is official, Obama lost because of my vote

October 31, 2008

A friend sent this to me and it is way fun!

Read the full article →

Linq to CheckBoxList in asp.net

October 21, 2008

Linq is pretty amazing.  I’m working on a feature for Boardroom Web where a person can select multiple items that are in a CheckBoxList.  I wanted a quick and easy way to read all of the items they checked.  Here’s the Linq statement to read everything that is checked:

var selectionResults = from ListItem item in [...]

Read the full article →

Gary Vaynerchuk’s Web 2.0 Expo NY Talk

September 23, 2008

Stop whatever you’re doing right now and spend the 15 minutes and watch this video.  Gary drops the f-bomb a couple of times during the talk, but don’t lose sight of the real message.

Read the full article →

Jungle Disk Automatic Backups on Windows 2008 Server

September 4, 2008

I’ve been working on the server that’s running this web site and a couple others and one thing high on the list was automating backups.  If you bundle backups with hosting plans, they always seem to be fairly expensive, so I choose to use Amazon’s S3 service with Jungle Disk.
Jungle Disk’s biggest shortcoming is the [...]

Read the full article →

Checking out Google Chrome Beta

September 2, 2008

I just installed the beta of Google Chrome and I’m checking out a couple sites in the new browser.  I really like the clean look and feel and how fast the browser feels.  I wonder how I’ll like it in a week from now…
Download Google Chrome

Read the full article →

Building a New Development Computer

August 20, 2008

I’ve been thinking about building or buying a new development computer for home and have been torn between building, buying a Dell, or Mac Pro.  All of those options present various pros and cons which is what kept me on the fence so long.  Not any more, most of my parts have arrived, except the [...]

Read the full article →

Blueprint CSS Framework

August 19, 2008

Over the last couple of months I’ve been using Blueprint CSS framework with the web applications I’m working on.  I looked at several CSS frameworks, but this one seems the best fit for my needs and the more I use it, the more I love it.
Here are some of the resources that I’ve used when [...]

Read the full article →