WordPress Admin Pages Appear Outlined

March 3rd, 2013

I recently ran into this problem on a word press installation:
outline

Everything in the admin pages was laid out correctly but all I was the borders of the positioned elements.  It looked as if all the background colors/images where missing.  Upon closer inspect in firebug, I noticed that colors-fresh.min.css was coming back as 404 file not found even though it was on the server:

outline_404

To correct the problem I created an .htaccess file for the WordPress installation and then set the permalinks to post-name.  This wrote to the .htaccess file. Which allowed the css file to resolve on the server and restore visual beauty to the WordPress admin panel.

A quick and easy wrapper for HTML5 IndexedDB

March 3rd, 2013

After some trail and error I stumbled across https://github.com/jensarps/IDBWrapper. It is a quick and easy to use wrapper for the HTML5 IndexedDB wrapper. There is a two part tutorial (part 1, part 2) that will get you up and running in a few minutes.

Create a Chrome OS Recovery Image

March 2nd, 2013

To create a Chrome OS Recovery Image for your Chromebook or Chromebox you need a 4GB or larger USB flash drive or SD Memory Card. If your Chrome device is currently in a working state then in your web browser go to chrome://imageburner and follow the instructions. If you device is not currently in a working state or you want to roll back to the stable channel from the development or beta channels then you can follow Google’s instructions.