Archive for February, 2008

Lunar Eclipse 2008

Wednesday, February 20th, 2008

I managed to force myself out into the cold long enough to watch the lunar eclipse and snap a few shots with my little Sony Cybershot. Unfortunately, I own a Sony Cybershot and the pictures didn't come out very well at all. Well, I don't care. I stood out in ...

Yahoo Pipes is pretty neat

Friday, February 15th, 2008

I know Pipes has been around for a while, but I just now got into using it. The interface is really simple to use but configuring the actual modules is something that requires at least a little programming talent. This is particularly true once you start involving aspects like regular ...

Test SyntaxHighlighter

Friday, February 15th, 2008

Testing SyntaxHighlighter...  module EvenOdd def even? # is the number even? 0==self%2 end def odd? # or is it odd? 0!=self%2 end end Integer.send(:include, EvenOdd)

Matt on… wordpress

Wednesday, February 13th, 2008

I've been playing around with Wordpress a lot more lately and have decided that I love it. So, I've migrated all of my MT content over to WP. I was using a combo of Drupal/MT for my site previously and still have to get the Drupal content into WP, so ...