<?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>Dharmafly &#187; video</title>
	<atom:link href="http://dharmafly.com/tags/video/feed" rel="self" type="application/rss+xml" />
	<link>http://dharmafly.com</link>
	<description>Apps for change</description>
	<lastBuildDate>Tue, 24 Apr 2012 11:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>YLiveGroups: Live Video at BarcampBrighton2</title>
		<link>http://dharmafly.com/ylivegroups</link>
		<comments>http://dharmafly.com/ylivegroups#comments</comments>
		<pubDate>Sat, 15 Mar 2008 13:09:00 +0000</pubDate>
		<dc:creator>Madhava</dc:creator>
				<category><![CDATA[Dharmafly Creations]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[barcampbrighton2]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[vcard]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[xoxo]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yahoolive]]></category>
		<category><![CDATA[ylivegroups]]></category>

		<guid isPermaLink="false">http://dharmafly.com/blog/ylivegroups</guid>
		<description><![CDATA[This weekend is BarcampBrighton2, a grassroots technology conference organised and run by the participants. Over the last couple of days, we&#8217;ve been piecing together a special Greasemonkey userscript for the conference, which enables Yahoo Live users to broadcast live video as a group. We call it YLiveGroups. &#187; Install the script We first used Yahoo [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3238/2332562265_4705efe360.jpg" title="Barcamp Brighton 2" alt="Barcamp Brighton 2" width="264" height="77" /></p>
<p>This weekend is <a href="http://www.barcampbrighton.org">BarcampBrighton2</a>, a grassroots technology conference organised and run by the participants. Over the last couple of days, we&#8217;ve been piecing together a special <a href="http://www.greasespot.net">Greasemonkey</a> userscript for the conference, which enables <a href="http://live.yahoo.com">Yahoo Live</a> users to broadcast live video as a group. We call it <strong>YLiveGroups</strong>.</p>
<p><a href="http://dharmafly.com/projects/ylivegroups/ylivegroups.user.js">&raquo; Install the script</a></p>
<p><a href="http://dharmafly.com/blog/semanticcamplondon">We first used Yahoo Live</a> at last month&#8217;s <a href="http://barcamp.org/SemanticCampLondon">SemanticCampLondon</a> and there was a great buzz of conversation from people who were watching from other countries, discussing the topics of the talks, asking questions and learning about the subjects.</p>
<p><span id="more-58"></span>For BarcampBrighton2, we&#8217;ll help people get broadcasting and we&#8217;ll use YLiveGroups to bring them all together. Viewers from around the world will be able to tune in and keep track of the <a href="http://barcampbrighton2.backnetwork.com/schedule/">many talks</a> taking place.</p>
<h3>Yahoo Live</h3>
<p>Yahoo Live is an interesting new experiment. It makes it possible for anyone to create their own live video channel, available to anyone who cares to watch. As has been <a href="http://morethanseven.net/posts/example-of-the-yahoo-live-api/">pointed out before</a>, there is plenty of scope to increase its potential for social networking. YLiveGroups is our attempt to do just that with some rudimentary group functionality.</p>
<h3>YLiveGroups</h3>
<p><a href="http://www.flickr.com/photos/dharmasphere/2334281155/" title="YLiveGroups"><img src="http://farm3.static.flickr.com/2042/2334281155_28fb72eb8a.jpg" title="YLiveGroups" alt="YLiveGroups" width="500" height="158" /></a></p>
<p>To use YLiveGroups, you will need to use the <a href="http://mozilla.org/firefox">Firefox web browser</a>, along with the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey add-on</a>. Then, <a href="http://dharmafly.com/projects/ylivegroups/ylivegroups.user.js">install YLiveGroups</a> and head on over to <a href="http://live.yahoo.com">Yahoo Live</a>.</p>
<p>At the moment, the only group available is BarcampBrighton2. However, we intend to develop the code so that anyone can create their own group. These groups could be used to tie broadcasts together at events, connect people around a single topic or simply bring together a group of friends.</p>
<h3>Techie Details</h3>
<p>In case you were wondering&#8230;</p>
<p>The userscript interacts with both the <a href="http://developer.yahoo.com/ylive/">Yahoo Live <acronym title="Application Programming Interface">API</acronym></a> and our own simple YLiveGroups API. Our API uses <a href="http://microformats.org/wiki/xoxo">XOXO</a> microformat HTML documents to exchange data (as opposed to standard <a href="http://en.wikipedia.org/wiki/XML">XML</a> or <a href="http://en.wikipedia.org/wiki/JSON">JSON</a>). The script then uses <a href="http://jquery.com">JQuery</a> to interract with the XOXO documents and the web page that the user is currently viewing. <a href="http://premasagar.com">Premasagar</a> will be talking more about this in his presentation at Barcamp.</p>
<p>We&#8217;d love to work with other developers to take this project forward. If you&#8217;d like to get involved, or have any feedback at all, then please leave a comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://dharmafly.com/ylivegroups/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SemanticCampLondon</title>
		<link>http://dharmafly.com/semanticcamplondon</link>
		<comments>http://dharmafly.com/semanticcamplondon#comments</comments>
		<pubDate>Tue, 19 Feb 2008 13:45:37 +0000</pubDate>
		<dc:creator>Premasagar</dc:creator>
				<category><![CDATA[Dharmafly Creations]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[compoundmicroformats]]></category>
		<category><![CDATA[livecasting]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[longtail]]></category>
		<category><![CDATA[SemanticCamp]]></category>
		<category><![CDATA[SemanticCampLondon]]></category>
		<category><![CDATA[semantics]]></category>
		<category><![CDATA[semanticweb]]></category>
		<category><![CDATA[semantopoly]]></category>
		<category><![CDATA[streamcasting]]></category>
		<category><![CDATA[upcoming:event=402789]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videoblogging]]></category>
		<category><![CDATA[vlogging]]></category>
		<category><![CDATA[yahoolive]]></category>

		<guid isPermaLink="false">http://dharmafly.com/blog/semanticcamplondon</guid>
		<description><![CDATA[This weekend was SemanticCampLondon (alt) &#8211; a grassroots conference of semantic web developers. Semantics is all about meaning &#8211; and the idea of the &#8220;semantic web&#8221; is to use techniques that add greater and greater meaning to web content. The intention is for computers &#8211; as well as humans &#8211; to &#8220;understand&#8221; something of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/dharmasphere/2277286846/" title="Semantopoly"><img src="http://farm3.static.flickr.com/2032/2277286846_c98ea38697.jpg" title="Semantopoly" alt="Semantopoly" width="500" height="309" /></a></p>
<p>This weekend was <a href="http://barcamp.org/SemanticCampLondon">SemanticCampLondon</a> (<a href="http://semanticcamp.tommorris.org">alt</a>) &#8211; a grassroots conference of <a href="http://en.wikipedia.org/wiki/Semantic_Web">semantic web</a> developers.</p>
<p><a href="http://en.wikipedia.org/wiki/Semantics">Semantics</a> is all about <em>meaning</em> &#8211; and the idea of the &#8220;semantic web&#8221; is to use techniques that add greater and greater meaning to web content. The intention is for computers &#8211; as well as humans &#8211; to &#8220;understand&#8221; something of the content, allowing them to make associations with related content and to present options to the web user based on those associations.</p>
<p>When web developers agree about standard ways to add semantic meaning to content, then some <a href="http://www.technologyreview.com/Infotech/13784/?a=f">pretty amazing</a> <a href="http://www.readwriteweb.com/archives/the_new_era_of_semantic_apps.php">things</a> become possible.</p>
<p><span id="more-53"></span><a href="http://tommorris.org">Tom Morris</a> and <a href="http://vanirsystems.com/danielsblog/">Daniel Lewis</a> did an excellent job of pulling the event together. It seemed to me that they acted as a bridge between developers who approach the Semantic Web from quite different angles. There was a spectrum of perspectives and some tangible synergy taking place&#8230;</p>
<h3 id="niche-tv">Niche TV</h3>
<p><a href="http://www.flickr.com/photos/dharmasphere/2270531015/" title="SemanticCamp Live: Grassroots Niche TV"><img src="http://farm3.static.flickr.com/2240/2270531015_db2270583e_m.jpg" title="SemanticCamp Live: Grassroots Niche TV" alt="SemanticCamp Live: Grassroots Niche TV" width="240" height="148" /></a></p>
<p>On a whim, I started using <a href="http://live.yahoo.com">Yahoo Live</a> to stream live video of the conference from <a href="http://live.yahoo.com/premasagar">my webcam</a>. The service launched last week and is so easy to use &#8211; just plug in the webcam and &#8220;Go Live&#8221;.</p>
<p>It was pretty effective. There were viewers from different parts of the world tuning in, asking questions and educating each other on the fine points of the technologies being presented. In this way, something of the event spread beyond the confines of London. I will try to encourage a handful of people to stream video from next month&#8217;s <a href="http://barcampbrighton.org">BarCampBrighton</a>&#8230;</p>
<h3 id="compound-microformats">Compound Microformats</h3>
<p><a href="http://www.flickr.com/photos/dharmasphere/2276498933/" title="Compound Microformats"><img src="http://farm3.static.flickr.com/2252/2276498933_813617ef10_m.jpg" title="Compound Microformats" alt="Compound Microformats" width="240" height="148" /></a></p>
<p>For my session, I put together an <a href="http://premasagar.com/microformats/compound/">interactive demo of Compound Microformats</a> &#8211; a way of combining simple building blocks of HTML, so that their combined semantic meaning becomes greater than the sum of their parts:</p>
<p><img src="http://dharmafly.com/images/compound-microformats.gif" alt="Diagram of compound microformats" /><br />
(<a href="http://microformats.org/wiki/compound">Image from Microformats wiki</a>)</p>
<p>We talked about people innovating on new patterns for combining microformats. We also discussed whether software that understand microformats should consider the configuration of compounds, to glean something more of the semantic meaning intended by the coder.</p>
]]></content:encoded>
			<wfw:commentRss>http://dharmafly.com/semanticcamplondon/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Shazaam!</title>
		<link>http://dharmafly.com/shazaam</link>
		<comments>http://dharmafly.com/shazaam#comments</comments>
		<pubDate>Mon, 08 Oct 2007 16:43:04 +0000</pubDate>
		<dc:creator>Premasagar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[commoncraft]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://dharmafly.com/blog/shazaam</guid>
		<description><![CDATA[Welcome to our shiny new blog. We&#8217;ll be posting news, tips and bits here&#8230; about social media, web strategy, web development and ethical business. Follow Us Want to stay in touch, but too many things to remember?! Have our content delivered straight to you, with our splendid RSS feed. What&#8217;s RSS? Watch this video from [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to our shiny <strong>new blog</strong>. We&#8217;ll be posting news, tips and bits here&#8230; about social media, web strategy, web development and ethical business.</p>
<h3>Follow Us</h3>
<p>Want to stay in touch, but too many things to remember?! Have our content delivered straight to you, with our splendid <a class="rss" href="http://feeds.feedburner.com/dharmafly"><acronym title="Really Simple Syndication">RSS</acronym> feed</a>.</p>
<p><span id="more-24"></span></p>
<h3>What&#8217;s RSS?</h3>
<p>Watch this video from those ingenius folks at <a href="http://www.commoncraft.com/rss_plain_english">Common Craft</a>:<br />
<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2007082501"></script><script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&amp;posts_id=209879&amp;source=3&amp;autoplay=true&amp;file_type=flv&amp;player_width=&amp;player_height="></script></p>
<div id="blip_movie_content_209879" class="video">
<p><a rel="enclosure" href="http://blip.tv/file/get/Leelefever-RSSInPlainEnglish369.flv" onclick="play_blip_movie_209879(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play"  src="http://blip.tv/file/get/Leelefever-RSSInPlainEnglish369.flv.jpg" /></a><br />
<a rel="enclosure" href="http://blip.tv/file/get/Leelefever-RSSInPlainEnglish369.flv" onclick="play_blip_movie_209879(); return false;">Click To Play</a></p>
</div>
<h3>RSS Feed Readers</h3>
<ul>
<li><a href="http://www.google.com/reader/">Google Reader</a> is a pretty handy online reader</li>
<li><a href="http://www.mozilla.com/thunderbird/">Thunderbird</a> is a useful desktop-based email client, with in-built RSS feed reader</li>
</ul>
<p>Any other recommendations? Feel free to share them in the <a href="http://dharmafly.com/blog/shazaam#respond">comments</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dharmafly.com/shazaam/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/Leelefever-RSSInPlainEnglish369.flv" length="11782895" type="video/x-flv" />
		</item>
	</channel>
</rss>

