My wife couldn’t get anyone to help her in the @REI store, so she went online while sitting on the bike she wanted and bought it.
My wife couldn’t get anyone to…
March 23, 2012 at 10:14 am | web.
March 23, 2012 at 10:14 am | web.
My wife couldn’t get anyone to help her in the @REI store, so she went online while sitting on the bike she wanted and bought it.
at 10:08 am | Design, Programming, web.
Seems like a lot of people are having problems with youtube iFrame embeds working correctly on iOS devices (iPhone, iPad). Sometimes they will work, other times they wont. I have seen a bunch of different fixes for this but nothing that worked consistently for me.
The problem seems to come from the extra parameters that people put at the end of the URL string to get certain functionality. Some of these are very nice additions that Youtube has put in there.
All of the following query string parameters that the Youtube iFrame uses to add functionality to the embedded video, will cause problems when the URL is used to load an HTML5 video for the iOS device.
HTML with params
<iframe width="519" height="350" src="http://www.youtube.com/embed/D2p0UKDrC_o? enablejsapi=1&version=3&rel=0&controls=1&playerapiid=ytplayer&modestbranding=1&autohide=1" frameborder="0" allowfullscreen></iframe>[text]
HTML without the params.
<iframe width="519" height="350" src="http://www.youtube.com/embed/D2p0UKDrC_o" frameborder="0" allowfullscreen></iframe>
You can use a JS script to load one iFrame for regular users and one for iOS devices
Gist with how to check for iOS and how to embed with a function
at 9:28 am | Apple, Design, Programming, web.
If you have run into problems checking out a case sensitive site repository to work on locally, you may know this frustration. Someone may have created a file in your repository that has the same name as another file but with different cases. eg. (imagename.png, ImageName.png) Your repository may know these as two different files but your Mac won’t (At least out of the box)
So what are you to do?
Well you can follow the following steps like I learned from some friends
at 9:15 am | web.
Facebook says it may sue employers who demand employee Facebook account info. http://t.co/ZsKReIJd
March 22, 2012 at 12:39 pm | web.
youtube iFrame embeds not working on iOS devices? Take the extra params off the end of the URL!
March 18, 2012 at 12:38 pm | web.
Google to penalize overly optimzed site. http://t.co/kVWUM4hm
March 14, 2012 at 4:00 pm | web.
Some guy at Yammer doesn’t want to hire people from Yahoo. I had to do a search on Yahoo to figure out who yammer was. #ilovesocialmedia
March 6, 2012 at 11:18 pm | web.
If you have title of Social Manager you know very little about either.
March 3, 2012 at 7:09 pm | web.
Nissan thinking about reviving Datsun brand. Maybe they can bring back the 210. My first car. We called it the Toxic Gorilla.
February 29, 2012 at 8:56 am | web.
Reports of the massive Windows Azure cloud outage hint to a leap year bug.