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 […]
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 […]
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