2nd Flight of the Super Cub

After repairing my Super Cub from my first crashes, I ventured onto the flying field again today, this time with the help of an experienced veteran flier, Michael Torrie. Thanks to Michael’s help, the experience was almost totally positive. I learned to land! I also got some much needed practice at controlling my turns, rolls, […]

General Conference Podcast Updated for October 2006

I’ve updated my LDS General Conference podcast to include the most recent conference, October 2006. If you are already subscribed, you don’t need to do anything. Your podcasting software (like iTunes) will automatically download the latest conference sessions. If you want to subscribe to the general conference podcast, just paste this link into your podcasting […]

PHP: The @ Operator

I’ve seen some confusion online lately about the purpose of the “@” operator in PHP. Let’s figure out exactly what the “at operator” does. PHP holds your hand with error reporting during development by printing error messages to the user’s browser automatically when something goes wrong. This often looks something like this: Warning: mysql_connect() [function.mysql-connect]: […]