Archive for the ‘How to’ Category

How to setup dual taskbars in Ubuntu

October 11th, 2010 at 10:15 am 2 Comments

If you’re running Ubuntu with dual monitors and want an additional taskbar on your secondary monitor, here’s how you can do it.
Read the rest of this entry »

How to create a virtual directory in Apache

October 1st, 2010 at 4:45 pm No Comments

Suppose you’re working on your local machine. You’re running Apache/PHP or an all-on-one package like XAMPP. You have a bunch of websites, but you don’t want to store them all under Apache’s webroot. Maybe some of your websites use PHP and you want to test them locally in your browser.

Here’s how to map a directory so you can access it via Apache without it being in the webroot.
Read the rest of this entry »

How to fix a “sqlite3.dll missing” error message in Ruby on Rails

August 5th, 2010 at 2:10 pm 35 Comments

Here’s a little reminder for myself on how I fixed the “sqlite3.dll missing” error message I was getting while setting up a new Ruby on Rails environment.
Read the rest of this entry »

How to get the Citi Cards website to work in Opera

June 5th, 2010 at 2:57 pm No Comments

If you can’t log in to the Citi Cards website in Opera, here are a couple of ways to fix that…
Read the rest of this entry »

How to fix “find as you type” in Opera 10.50

March 5th, 2010 at 1:43 am No Comments

Here’s how to fix “find as you type” and “find in page” in the new version of Opera (10.50).
Read the rest of this entry »

How to create a secret storage in an electrical box

February 14th, 2010 at 8:40 pm No Comments


Here’s how I made a secret storage space in an electrical box.
Read the rest of this entry »

How to create migrations in Ruby on Rails that only run in the development enviroment

February 13th, 2010 at 12:52 am 1 Comment

This is a reminder for myself for when I want to use a migration to create test data for the development environment only.
Read how »