Subscribe
-
Recent Posts
- CSS properties that can potentially be used to replace images
- iPad orientation script
- Windows 8 Application Development Reference
- Scrolling content in fixed-height container for iPad
- Twitter User Feed jQuery Plugin
- sessionStorage and localStorage
- Embedding Youtube and HTML5 Video Option
- @fontface, Google’s WebFont Loader and Cufon
- Bing Map v7 Address Query using jQuery
- Stylesheet for Print
- insertAdjacentHTML
- Lazy Loading Asynchronous JavaScript
- Honoring Steve Jobs
- Facebook Login using OAuth 2.0 Protocol
- Fake PageRank
- Live website tracking
- Nice SEO tips from RSS Pieces
- Digital Media for Brands
- Changing Default jQuery AJAX properties
- Great tool for interacting with Canvas or creating Canvas applications
Archives
Categories
random music video
I want to hold your hand (Washington, 1964)
-
My Humps
Blogroll
Meta
Tag Archives: iframe
Scrolling content in fixed-height container for iPad
A real elegant solution from iScroll, after viewing several unworkable or out-dated solutions in stackoverflow. 1. Load iScroll script if iPad device detected, or you can check in more general. <script type=”text/javascript”> var isiPad = navigator.userAgent.match(/iPad/i) != null; if (isiPad) … Continue reading
Embedding Youtube and HTML5 Video Option
A couple of things I changed to make use of the new iframe code for embedding Youtube videos on the website. The new code supports both Flash and HTML5 video. Only users of supported browsers who opt into the Youtube … Continue reading

