<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bubble Foundry &#187; Apple</title>
	<atom:link href="http://www.bubblefoundry.com/blog/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bubblefoundry.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 18:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.bubblefoundry.com/?pushpress=hub'/>
		<item>
		<title>HTML5 TV</title>
		<link>http://www.bubblefoundry.com/blog/2010/06/html5-tv/</link>
		<comments>http://www.bubblefoundry.com/blog/2010/06/html5-tv/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 17:19:13 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[HTTP live streaming]]></category>
		<category><![CDATA[Mobile Safari]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.bubblefoundry.com/?p=346</guid>
		<description><![CDATA[At the Dutch GTUG HTML5 Hackathon I decided to make an HTML5 TV. My HTML5 TV uses a whole grab bag of hot web features:  CSS 3, SVG, the canvas element, the video element, and HTTP live streaming video. In theory the TV works in all of the most recent versions of the Safari browser variants. [...]]]></description>
			<content:encoded><![CDATA[<p>At the <a href="http://sites.google.com/site/dutchgtug/events/event-hackathon-2">Dutch GTUG HTML5 Hackathon</a> I decided to make an <a href="http://www.bubblefoundry.com/html5tv/">HTML5 TV</a>.</p>
<p>My <a href="http://www.bubblefoundry.com/html5tv/">HTML5 TV</a> uses a whole grab bag of hot web features:  <a href="http://www.css3.info/">CSS 3</a>, <a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a>, the <a href="http://en.wikipedia.org/wiki/HTML_canvas">canvas element</a>, the <a href="http://en.wikipedia.org/wiki/HTML5_video">video element</a>, and <a href="http://en.wikipedia.org/wiki/HTTP_Live_Streaming">HTTP live streaming video</a>. In theory the TV works in all of the most recent versions of the Safari browser variants. However, in Mobile Safari Apple puts a custom overlay over the video element, hiding the static, and prevents videos from playing automatically. I leave it up to you whether this is desirable. Given this, I recommend you use Safari 5 on OS X to view the page.</p>
<p>I can confirm that the latest version of Chrome on OS X does not play HTTP live streaming videos. If you can&#8217;t see HTTP live streaming video in your browser and are comfortable with its Javascript console, you can change the channels used like so:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">TV.<span style="color: #660066;">channels</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#91;</span>
  <span style="color: #009900;">&#123;</span>
    <span style="color: #3366CC;">'name'</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">'BBB'</span><span style="color: #339933;">,</span>
    <span style="color: #3366CC;">'url'</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">'http://cdn.kaltura.org/apis/html5lib/kplayer-examples/media/bbb_trailer_iphone.m4v'</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#93;</span></pre></div></div>

<p>As you can see, <code>channels</code> is an array of anonymous objects with <code>name</code> and <code>url</code> properties and you can have as many as you want. I recommend doing this before you turn on the TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bubblefoundry.com/blog/2010/06/html5-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://cdn.kaltura.org/apis/html5lib/kplayer-examples/media/bbb_trailer_iphone.m4v" length="3889885" type="video/mp4" />
		</item>
		<item>
		<title>Conference Season</title>
		<link>http://www.bubblefoundry.com/blog/2009/04/conference-season/</link>
		<comments>http://www.bubblefoundry.com/blog/2009/04/conference-season/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 11:44:46 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google I/O]]></category>
		<category><![CDATA[Silicon Valley]]></category>
		<category><![CDATA[Where 2.0]]></category>
		<category><![CDATA[WWDC]]></category>

		<guid isPermaLink="false">http://www.bubblefoundry.com/?p=189</guid>
		<description><![CDATA[Or, should I spend a month in Silicon Valley soon? May 19-21 is Where 2.0 May 27-28 is Google I/O June 8-12 is WWDC All nice events and ones that are relevant to the work I&#8217;m doing but not cheap&#8230; Will you be at any of these conferences?]]></description>
			<content:encoded><![CDATA[<p>Or, should I spend a month in Silicon Valley soon?</p>
<p>May 19-21 is <a href="http://en.oreilly.com/where2009/">Where 2.0</a></p>
<p>May 27-28 is <a href="http://code.google.com/events/io/">Google I/O</a></p>
<p>June 8-12 is <a href="http://developer.apple.com/WWDC/">WWDC</a></p>
<p>All nice events and ones that are relevant to the work I&#8217;m doing but not cheap&#8230; Will you be at any of these conferences?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bubblefoundry.com/blog/2009/04/conference-season/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

