Category: Fix

Fix Sound Drivers for Raspberry Pi – Easy

Install the Sound Drivers Update : The newer Debian “Wheezy” image enables the sound driver by default so this section is not needed to those that are using the newest version. Others that are having audio issues from previous versions of Raspian, see below. In the Debian “Squeeze” image the ALSA sound drivers are considered experimental and […]

Read more
PHP Functions

PHP Cookies don’t work on Apple/Mac – Safari and Opera Browsers/iPhone, iPad, iPod Devices – FIXED

If you’re having problems with using PHP $_COOKIES with Safari, Opera, iPad, iPod, iPhone, ibla bla or any Apple product. Please put the gun down. Queue the Hallelujah Chorus… [wpaudio url=”http://www.hallelujah-chorus.com/audio/10277-m-001.mp3″ text=”I just fixed something” dl=”0″] Below will not work on all browsers setcookie(‘nertusername’, $nertusername, time()+60*60*24*365, ‘www.test.com’); setcookie(‘nertpassword’, md5($nertpassword), time()+60*60*24*365, ‘www.test.com’); This will work on […]

Read more

Scale Image and Keep Aspect Ratio Using Only CSS

I’ve had a lot of WordPress themes that set a max-width for a post image, only to squash the image and make it look stretched. I looked high and low for a fix, here it is: max-width: 100%; height: auto; source

Read more