September 11th, 2008
Here's a common problem that perplexes some beginner CSS stylers, with an easy (but not obvious) solution.
When you float an element within a container, it seems to escape the bounds of the container and spill outside. What if you want the container to resize to contain the items floating ...
Posted in Uncategorized by Ian Ring | 1 Comment »
September 10th, 2008
Fucking Fuck! fuck Microsoft for making a fucking horrible fucking OS (fucking Vista), and an even worse fucking browser!! I am so fucking sick of this fucking browser fucking crashing when I've fucking written a fucking article into a fucking browser, I opened Yahoo in another fucking tab to do ...
Posted in Uncategorized by Ian Ring | No Comments »
September 10th, 2008
This ad has been up for a while on facebook, but for some reason I've started seeing it showing up a lot. I think it's because I recently added some "info" to my profile, and now I'm fitting my own targeted demographic.
Anyways here's the ad:

And this ...
Posted in Uncategorized by Ian Ring | 1 Comment »
September 8th, 2008
This problem came up in conversation recently, and I realized I don't have the mathematical chops to figure it out. It's about the probability of birthdays...
Answer these questions, assuming the distribution of birthdays is even (which it actually isn't):
1) what is the probabiility that person A's birthday is January 1?
>> ...
Posted in Uncategorized by Ian Ring | 4 Comments »
September 7th, 2008
Princessa R and I were delighted to find a new flower in her garden today -- a bright orange blossom rising on a slender stem from a voluminous plant with distictive round leaves. I had no idea what it was, but came online and eventually identified it as a variety ...
Posted in Uncategorized by Ian Ring | No Comments »
September 3rd, 2008
A couple of years ago leading up to Pubcon Vegas 2006, there was a minimeme doing the rounds among bloggers who were going to attend the conference, listing some people they hoped to meet. At the time, I published a pretty short list of a few people I wanted ...
Posted in Uncategorized by Ian Ring | 1 Comment »
September 3rd, 2008
I whipped up a parody of the Google Chrome comic this afternoon. Enjoy!
Posted in Uncategorized by Ian Ring | 2 Comments »
September 2nd, 2008
I've tested Google Chrome for about 20 minutes now, including the time spent writing this little post. So far, it is the fastest, best browser I've ever used, and that's saying a lot considering I've tested just about every browser that's existed since Netscape 2.
The acid test for me was ...
Posted in Uncategorized by Ian Ring | 1 Comment »
August 29th, 2008
First, install facebook's built-in Translations tool.
http://www.new.facebook.com/apps/application.php?id=4329892722
You can also find Translations by typing "translations" into the facebook search box.
Now you'll see a globe icon appear in your bottom toolbar.

click it, and you get a menu.

Choose a language other than English.
Your page will ...
Posted in Web Development by Ian Ring | No Comments »
August 5th, 2008
Here's something I do so often, it's embarassing.
I use alert() often in debugging. I know there are fancier methods of tracing variables using the Firebug console, but I like to debug in multiple browsers, and an alert() is quick way to inject a little debug message into JS code.
But when ...
Posted in AJAX + Javascript by Ian Ring | No Comments »