Adjust XBMC OpenELEC volume via keyboard? [+/-]

It took me a bit of key pressing to finally figure out how to control the volume on my fresh OpenELEC XBMC installation via keyboard. Eventually, I found that a default OpenELEC XBMC installation uses the + and – keys (plus and minus keys) to adjust the volume UP and volume DOWN. Hopefully this tip will save you some time and allow you to enjoy the perfect volume for your movies and TV shows 🙂 PS after my trial and error

Kawasaki MULE 4010 Trans4X4 skid plates

The Mule 4010 is a nice farm machine that is quite durable. However, if you do a lot of driving through heavy brush you may want to invest in some skid plates to protect the undercarriage from damage. Kawasaki offers a rear skid plate, and CV join guards. Here are the relevant part numbers and prices: For MULE™ 4010 Trans4X4 Rear Skid Plate: KAF30-035 $199.95 MSRP C/V Joint Guards: Front KAF25-049 $109.95 MSRP Rear KAF30-036 $92.95 MSRP Description: Metal covers

Connect an older iMac to a TV via HDMI

Large LCD TV’s are nice for showcasing plans, presentations and other business documents. However, many recent TV’s only have HDMI inputs and HDMI ports are often not available on older business PCs or Macs. Today I encountered just that situation where a client had been trying to connect an LCD TV to their older (circa 2008) iMac as a secondary display. They had tried an expensive $85 USB to HDMI adapter with no luck 🙁 Thankfully, since the iMac was

Clickable USA map for WordPress (plugin or widget)

I am working on a new project that requires a clickable USA map. There are a LOT of options out there but after wading through them all this was my top choice: WordPress – Interactive World Maps at CodeCanyonhttp://codecanyon.net/item/interactive-world-maps/2874264?ref=coolthemezThis is a WordPress plugin to create as many maps as you want, with interactive and colored markers, continents, countries or regions. Check out the standalone non-wordpress version: here It is a nice turnkey package that can easily do a clickable map

Extract high-res satellite imagery from Google maps

Here are some articles about, and frameworks for, the Google static maps API: Google Static Maps V2 | Fat-Free Framework for PHPhttp://fatfreeframework.com/google-static-mapsThe Google Static Maps class provides a simple way to embed a Google Maps image on your web page without requiring JavaScript or any dynamic page loading. Generating Static Images of Google Maps – PHP articles, tutorials and screencasts – PHP 5, MySQL, PostgreSQL, AJAX, Web 2.0http://www.phpriot.com/articles/static-google-mapsOne useful feature of Google Maps is the ability to generate a static

How to download YouTube videos to your computer or phone [SOLVED]

I received the following question from my friend Alicia: Do you know of a way that I can take videos from youtube and put them on a flash drive or disc so I can watch them at home? I’m wanting some zumba videos to use at home but my phone internet isn’t strong enough to run them.. -Alicia So I sent her are a couple websites where you can paste the youtube video’s URL (website address) into the form and then

Data truncated for column ‘status’ at row 1 [SOLVED]

Recently I encountered the following error: Data truncated for column ‘status’ at row 1 This was specifically in a PHP based web hotel/reservations app that uses MySQL for the database backend. When trying to add a new dropdown option value of ‘departed’, the form submission would always fail with the aforementioned error. Thankfully, the solution was easy once I checked the table/field definitions. The column ‘status’ was of type enum and thus needed to have the ‘departed’ value specifically enumerated in