Archive for January, 2009

Faceoff: A New Podcast by Mark Sanborn and Jade Robbins

This is the first episode of our new podcast called, Face Off.

This was our first recording of any kind ever. Since this is our first podcast it is very amateur. There are times in the podcast where there is light swearing. The first recording was also not structured and was never really meant to be a podcast until we were done and had over an hour worth of material we wanted to share, so, please bare with us. We promise to have a more structured show for episode two.

If this is something you would like to see more of please let us know either by leaving a comment below or sending me or Jade Robbins an email.

Episode 1: 56:30

Topics include:

  • Frameworks
  • Ruby on Rails
  • Zend Framework
  • Wordpress 2.7
  • Firebug
  • Personal Brand Image
  • Negative Blog Comments

Without further ado

Faceoff-001-Frameworks.mp3

You can listen to Episode 2 when you are done with this one.

Extract without First Directory

Whenever I download something that is compressed on the Internet in a .zip, .rar or .tar.gz it is always a crapshot whether or not it contains a “container directory”. A “container directory” is a directory that contains all the other files usually with the same name as the compressed file.

For example the Zend Framework when downloaded contains a folder called, ‘ZendFramework-1.7.2‘. All the other files are contained under this folder. This is great but sometimes I want to extract the contents of the folder without the “container folder”.

This is how I used to extract the contents and remove the “container folder”: Read more »