<?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; broadcasting</title>
	<atom:link href="http://dharmafly.com/tags/broadcasting/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>HackHUD</title>
		<link>http://dharmafly.com/hackhud</link>
		<comments>http://dharmafly.com/hackhud#comments</comments>
		<pubDate>Thu, 13 Dec 2007 17:52:24 +0000</pubDate>
		<dc:creator>Premasagar</dc:creator>
				<category><![CDATA[Awards]]></category>
		<category><![CDATA[Dharmafly Creations]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[award]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[grassroots]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[hackday]]></category>
		<category><![CDATA[hackdaylondon]]></category>
		<category><![CDATA[hackdaylondon07]]></category>
		<category><![CDATA[hackhud]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[newsvine]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[prize]]></category>
		<category><![CDATA[prizewinners]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yahoo pipes]]></category>
		<category><![CDATA[ydn]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://dharmafly.com/blog/hackhud</guid>
		<description><![CDATA[Well, this one didn&#8217;t get blogged yet&#8230; Back in June, we stayed up all night at the BBC / Yahoo Hack Day in London. The task was to combine data sources and build something experimental &#8211; and a little bit edgy. We forged a script to enhance mainstream news sites (such as BBC News) with [...]]]></description>
			<content:encoded><![CDATA[<p><a title="HackDay Prize" href="http://www.flickr.com/photos/dharmasphere/2108334545/"><img title="HackDay Prize" src="http://farm3.static.flickr.com/2416/2108334545_5e039a628f.jpg" alt="HackDay Prize" width="500" height="309" /></a></p>
<p>Well, <a href="http://dharmafly.com/projects/hackhud">this one</a> didn&#8217;t get blogged yet&#8230; Back in June, we stayed up all night at the BBC / Yahoo <a href="http://backstage.bbc.co.uk/news/archives/2007/06/hackday_london.html">Hack Day in London</a>. The task was to combine data sources and build something experimental &#8211; and a little bit edgy.</p>
<p>We forged a script to enhance mainstream news sites (such as <a title="BBC News" href="http://www.bbc.co.uk/news/">BBC News</a>) with a layer of grassroots community content &#8211; from bloggers, photographers, and the like. The idea was to propagate the news and views from the streets, alongside mainstream media. The result: &#8216;<a title="HackHUD project page" href="http://dharmafly.com/projects/hackhud">HackHUD</a>&#8216;.</p>
<p><span id="more-42"></span>It&#8217;s a <a title="Greasemonkey, an extension for the Firefox browser" href="http://www.greasespot.net">Greasemonkey</a> userscript and it uses a number of Yahooey things (<a title="Yahoo Pipes, a simple way to remix data feeds" href="http://pipes.yahoo.com">Pipes</a>, <a href="http://developer.yahoo.com/yui/"><abbr title="Yahoo User Interface">YUI</abbr></a> and <a title="Term Extraction, a way to generate keywords from a block of text" href="http://developer.yahoo.com/search/content/V1/termExtraction.html">Term Extraction</a>), to display content from <a title="Flickr, a photo-sharing site" href="http://flickr.com">Flickr</a>, <a title="Technorati, a blog search engine" href="http://technorati.com">Technorati</a> and <a title="Newsvine, user-generated news" href="http://www.newsvine.com">Newsvine</a>.</p>
<p>We were clackety-clack on the keyboard, non-stop for over 24 hours. There were tears and laughter&#8230; and in the end, <a title="Photo of us with our shiny prize" href="http://flickr.com/photos/dharmasphere/2108334545/">a prize</a>.</p>
<p>» <a title="HackHUD project page" href="http://dharmafly.com/projects/hackhud">The HackHUD Project</a><br />
» <a title="HackHUD, the userscript (requires Greasemonkey to be installed first)" href="http://dharmafly.com/projects/hackhud/hackhud.user.js">Install the script</a> (quickly, before the BBC redesign their site ;)</p>
<h3>Changelog</h3>
<ul>
<li>0.16 &#8211; Public release.</li>
<li>0.17 &#8211; Problem with Flickr photos fixed.</li>
<li>0.181 &#8211; Wikipedia and Twitter options added.</li>
<li>0.2 &#8211; Updated to accommodate changes to BBC site &amp; to Greasemonkey.</li>
<li>0.21 &#8211; Better handling of multi-word tags.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dharmafly.com/hackhud/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Climate Change in Social Media</title>
		<link>http://dharmafly.com/climate-change-in-social-media</link>
		<comments>http://dharmafly.com/climate-change-in-social-media#comments</comments>
		<pubDate>Mon, 10 Dec 2007 18:28:02 +0000</pubDate>
		<dc:creator>Premasagar</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[bangladeshboat]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[new media]]></category>
		<category><![CDATA[open content]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[social web]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[worldservice]]></category>

		<guid isPermaLink="false">http://dharmafly.com/blog/climate-change-in-social-media</guid>
		<description><![CDATA[I am afraid it is no exaggeration to say that what we saw was a hellish scene. [source] It has been a sobering experience to see reports of the Bangladesh cyclone &#8211; and to watch them flow through the Bangladesh River Journey site we built for BBC World Service. The project&#8217;s original aim was to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/bangladeshboat/2052962406/" title="Hungry for food (by bangladeshboat)"><img src="http://farm3.static.flickr.com/2068/2052962406_31d4a5e375.jpg" title="Hungry for food (by bangladeshboat)" alt="Hungry for food (by bangladeshboat)" width="500" height="333" /></a></p>
<blockquote><p>I am afraid it is no exaggeration to say that what we saw was a hellish scene. [<cite><a href="http://news.bbc.co.uk/1/hi/world/south_asia/7103539.stm">source</a></cite>]</p></blockquote>
<p>It has been a sobering experience to see reports of the Bangladesh cyclone &#8211; and to watch them flow through the <a href="http://www.bbc.co.uk/worldservice/bangladeshboat/">Bangladesh River Journey</a> site <a href="http://dharmafly.com/blog/bangladeshboat">we built</a> for BBC World Service. The project&#8217;s original aim was to expose the very real presence of climate change in Bangladesh &#8211; a low-lying land of myriad rivers &#8211; and the cyclone&#8217;s arrival seemed shockingly symbolic.</p>
<p>While news of the cyclone competed for airtime in the general media, the World Service maintained a stream of often very personal and touching accounts from the Bangladeshi people. Their <a href="http://flickr.com/photos/bangladeshboat/">Flickr photos</a> and <a href="http://twitter.com/bangladeshboat">Twitter texts</a> acted as informal media channels, adding an extra dimension to the more formal reporting on the World Service website and radio.</p>
<p><span id="more-39"></span><a href="http://www.flickr.com/photos/bangladeshboat/2033398353/" title="Children under shelter (by bangladeshboat)"><img src="http://farm3.static.flickr.com/2075/2033398353_1f652cb78a_m.jpg" title="Children under shelter (by bangladeshboat)" alt="Children under shelter (by bangladeshboat)" width="240" height="159" /></a> <a title=""This was my home" (by bangladeshboat)" href="http://www.flickr.com/photos/bangladeshboat/2048315850/"><img width="240" height="160" alt=""This was my home" (by bangladeshboat)" title=""This was my home" (by bangladeshboat)" src="http://farm3.static.flickr.com/2069/2048315850_7c84cd1c84_m.jpg"/></a></p>
<h3>Social Media News</h3>
<p>This year, the World Service are celebrating 75 years of global media broadcasting. They, and the BBC in general, are about to launch a major website redesign and there is a conscious effort to embrace new media techniques, such as <a href="http://en.wikipedia.org/wiki/Microformat">microformats</a>, <a href="http://en.wikipedia.org/wiki/Api">APIs</a>, <a href="http://en.wikipedia.org/wiki/Social_networking">social networking</a> and <a href="http://en.wikipedia.org/wiki/Open_content">open content</a>.</p>
<p>What is the future for news reporting through social media? Is there greater or less authenticity in such reporting? <a href="http://dharmafly.com/blog/climate-change-in-social-media#respond">Share your thoughts below</a>&#8230;</p>
<h3>Further Reading</h3>
<ul>
<li><a href="http://dharmafly.com/blog/bangladeshboat">Technologies in the Bangladesh River Journey site</a></li>
<li><a href="http://www.facebook.com/group.php?gid=7136857143">Cyclone Sidr group on Facebook</a></li>
<li><a href="http://www.facebook.com/group.php?gid=5992997907">Oxfam cyclone group on Facebook</a></li>
<li><a href="http://www.unitedbangladeshappeal.org/2007/11/19/17/">United Bangladesh Appeal for cyclone donations</a></li>
<li><a href="http://uncultured.com/2007/11/">&#8216;Uncultured Project&#8217; visit to the disaster area</a></li>
<li><a href="http://rezwanul.blogspot.com/2007/11/how-can-you-help-bangladesh-cyclone.html">Rezwan advises on helping victims</a></li>
<li><a href="http://www.enviroblog.org/2007/11/global-warming-bangladesh.htm">East-west perspectives on climate change</a></li>
<li><a href="http://www.drishtipat.org/blog/2007/11/17/sidr-and-what-we-can-do/">Helping cyclone victims from overseas</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dharmafly.com/climate-change-in-social-media/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

