<?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; userscript</title>
	<atom:link href="http://dharmafly.com/tags/userscript/feed" rel="self" type="application/rss+xml" />
	<link>http://dharmafly.com</link>
	<description>Apps for change</description>
	<lastBuildDate>Tue, 15 Nov 2011 23:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</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>
	</channel>
</rss>

