Learning to play a real guitar with GarageBand.

Jan 18
2010

Over the last week or so I’ve started using GarageBand to start the process of learning to play.  Here is a video of lesson 1, I’m onto number 3 now.  It’s a great way to learn at your own pace, and I’ve gotten to know “Tim” well.

  • Share/Bookmark

My Windows 7 Media Center system

Jan 14
2010

Here’s how I currently watch TV most of the time.

  • Share/Bookmark

John Mayer provides tech support that hits too close to home.

Jan 03
2010

Here is John Mayer giving tech support to his Dad over the phone, been there done that – almost word for word by the way.

For all you non-techies out there he is trying to explain to his dad how to open the email client Entourage on his Mac.

  • Share/Bookmark

Must have…

Jan 02
2010

The new Audi e-tron.

  • Share/Bookmark

My largest MySQL SELECT statement.

Dec 31
2009
 
SELECT id, name, fullname, birth1, death1, deathplace, is_divorced, 
wedding1, ann_name, MONTH( birth1 ) AS bday_month, 
DAYOFMONTH( birth1 ) AS bday_day, YEAR( birth1 ) AS event_year, 
DATE_FORMAT( birth1, '%m %d' ) AS event_date, 
DATE_FORMAT( birth1, '%Y-%m-%d' ) AS event_date_comp, 
DATE_FORMAT( birth1, '%b %d' ) AS event_date_display
FROM armer_individuals
WHERE (
MONTH( birth1 ) > '$c_month'
)
OR (
(
MONTH( birth1 ) = '$c_month'
)
AND (
DAYOFMONTH( birth1 ) > '$c_day'
)
)
ORDER BY event_date
)
UNION (
 
SELECT id, name, fullname, birth1, death1, deathplace, is_divorced, 
wedding1, ann_name, MONTH( wedding1 ) AS ann_month, 
DAYOFMONTH( wedding1 ) AS ann_day, YEAR( wedding1 ) AS ann_year, 
DATE_FORMAT( wedding1, '%m %d' ) AS event_date, 
DATE_FORMAT( wedding1, '%Y-%m-%d' ) AS event_date_comp, 
DATE_FORMAT( wedding1, '%b %d' ) AS event_date_display
FROM armer_individuals
WHERE (
(
MONTH( wedding1 ) > '$c_month'
)
OR (
(
MONTH( wedding1 ) = '$c_month'
)
AND (
DAYOFMONTH( wedding1 ) > '$c_day'
)
)
)
AND (
is_divorced <> 'yes'
)
AND (
YEAR( death1 ) = '0'
)
ORDER BY event_date
)
ORDER BY event_date
LIMIT 5 "

—————————————————–

And here is the result, happen to have no anniversaries in the nest 5 events.

  • Share/Bookmark
Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin