How to cheaply protect your touchscreen device against snow/rain
Thursday, January 28, 2010 in Technology, Video

if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod'))
{
print <<
END;
}
else {
print <<
How to (cheaply) protect your touchscreen device against rain/snow from Shawn Chittle on Vimeo.
Rain/snow will ruin your touchscreen device in no time. How to protect it without spending a fortune on a bulky waterproof case? We share a great tip.
END;
}
?>



© Copyright 2012 Shawn Chittle. All Rights Reserved.