Sunset in Kamini

Use the slider below to scroll through the scene.

Select a new scene
Sunset in Kamini Hydra at night Hydra at night Hydra at night

How to make Xubuntu your default desktop environment

October 20th, 2011 at 12:03 pm No Comments

I have Ubuntu setup to automatically log me in, so I don’t get a chance to pick which desktop environment I want; it always just picks the default (Unity), but I wanted it to default to Xubuntu. Here’s how to change the default to Xubuntu.
Read more »

Getting VIM setup for Ruby on Rails

October 3rd, 2011 at 9:39 pm No Comments

I just got started using Vim for Ruby on Rails development. Here are some of my notes on how I got started. Please note that this is more of a (rough) guide on how to get Vim setup for Ruby on Rails than it is how to use it.
Read more »

Quick Tip: Methods in Ruby

August 18th, 2011 at 11:29 pm No Comments

Here are some quick tips to keep in mind when coding new methods in Ruby.
Read more »

Quick Tip: How to use unless in Ruby

April 22nd, 2011 at 3:44 pm No Comments

Unless is a backwards if in Ruby. For the longest time I had a hard time wrapping my head around using it instead of just using not if, which I’ve always been used to. But, if you want to be apart of the Ruby culture, you need to learn how to use unless, here’s my simple technique on how I learned to use it.
Read more »

How to delete a custom workspace in Adobe Fireworks

February 7th, 2011 at 11:50 am 1 Comment

If you want to remove a remove custom workspace from Fireworks, there is no interface to do so, you have to do it manually.
Read more »

Zootool Lasso button for Opera

January 12th, 2011 at 4:05 pm 2 Comments

If you’re using Zootool with Opera. Here’s a custom Opera button for the Zootool Lasso.
Read more »

How to fix the “msvcrt-ruby18.dll is missing from your computer” error message in Ruby on Rails

November 11th, 2010 at 1:09 pm 10 Comments

Here’s how to fix that annoying Ruby on Rails popup message: “The program can’t start because msvcrt-ruby18.dll is missing from your computer. Try reinstalling the program to fix this problem.”

This fix applies if you’re using cucumber on Windows.
Read more »