<?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"
	>

<channel>
	<title>ginger's thoughts</title>
	<atom:link href="http://blog.gingertech.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gingertech.net</link>
	<description>Silvia's blog</description>
	<pubDate>Fri, 05 Sep 2008 01:34:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>New Ogg MIME Types ratified</title>
		<link>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/</link>
		<comments>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 01:28:19 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Ogg MIME types]]></category>

		<category><![CDATA[rfc 5334]]></category>

		<category><![CDATA[rfc3534]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=168</guid>
		<description><![CDATA[The IETF has just ratified RFC 5334 &#8220;Ogg Media Types&#8221;, which I have co-authored.
The new Ogg MIME types are as follows:

audio/ogg for all Ogg files that contain predominantly audio, such as Ogg Vorbis files (.ogg or .oga), Ogg Speex files (.spx) or Ogg FLAC files. The file extension recommended to be used is .oga, but [...]]]></description>
			<content:encoded><![CDATA[<p>The IETF has just ratified <a href="http://www.ietf.org/rfc/rfc5334.txt" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.ietf.org/rfc/rfc5334.txt');">RFC 5334</a> &#8220;Ogg Media Types&#8221;, which I have co-authored.</p>
<p>The new Ogg MIME types are as follows:</p>
<ul>
<li><strong>audio/ogg</strong> for all Ogg files that contain predominantly audio, such as Ogg Vorbis files (.ogg or .oga), Ogg Speex files (.spx) or Ogg FLAC files. The file extension recommended to be used is <strong>.oga</strong>, but .ogg will continue to be used for <a href="http://xiph.org/vorbis/doc/Vorbis_I_spec.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://xiph.org/vorbis/doc/Vorbis_I_spec.html');">Ogg Vorbis I files</a> for backwards compatibility.</li>
<li><strong>video/ogg</strong> for all Ogg files that contain predominantly video, such as Ogg Theora or Ogg Dirac files. The file extension recommended to be used is <strong>.ogv</strong>. Please stop using .ogg for Ogg Theora files, since that causes havoc for any application trying to determine which application to use for opening such a file.</li>
<li><strong>application/ogg</strong> <a href="http://www.ietf.org/rfc/rfc3534.txt" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.ietf.org/rfc/rfc3534.txt');">used to be</a> the MIME type recommended for any Ogg encapsulated file. This is obsoleted by the new RFC. Instead, application/ogg is a generic MIME type that can be used for Ogg files containing custom content tracks. This may e.g. be a Ogg file with 5 vorbis, 2 speex, 2 theora, 5 CMML, 2 Kate, and a custom image tracks. Such files have to use the <a href="http://wiki.xiph.org/index.php/Ogg_Skeleton" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/Ogg_Skeleton');">Skeleton extension</a> to Ogg to be able to describe the content of the file. The file extension recommended to be used is <strong>.ogx</strong>.</li>
</ul>
<p>The RFC also specifies the possibility of using <a href="http://wiki.xiph.org/index.php/MIMETypesCodecs" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/MIMETypesCodecs');">codec parameters to the MIME types</a> to specify directly within the MIME type what codecs are contained inside the files. This may for example be &#8220;video/ogg; codecs=&#8217;dirac,speex,CMML&#8217;&#8221;.</p>
<p>More details on these decisions and on further considered MIME types are in the <a href="http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions');">Xiph wiki</a>.</p>
<p>Disclaimer: I had no influence on the funny number game that happened between the obsoleted rfc3534 and the new rfc5334. <img src='http://blog.gingertech.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Happy MIME-typing!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Resurrecting old Maaate code</title>
		<link>http://blog.gingertech.net/2008/08/23/resurrecting-old-maaate-code/</link>
		<comments>http://blog.gingertech.net/2008/08/23/resurrecting-old-maaate-code/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 13:42:21 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[analytics]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[MPEG audio analysis toolkit]]></category>

		<category><![CDATA[Sourceforge]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=164</guid>
		<description><![CDATA[Have you ever been haunted by an old open source package that you wrote once, published, and then forgot about?
The BSD community has just reminded me of the MPEG audio analysis toolkit Maaate that I wrote at CSIRO when I first came to Australia and that was then published through the CSIRO Mathematical and Information [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been haunted by an old open source package that you wrote once, published, and then forgot about?</p>
<p>The BSD community has just reminded me of the MPEG audio analysis toolkit Maaate that I wrote at CSIRO when I first came to Australia and that was then published through the <a href="http://www.cmis.csiro.au/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.cmis.csiro.au/');">CSIRO Mathematical and Information Sciences</a> division.</p>
<p>The BSD guys were going to remove it from their repositories, because since I left CSIRO more than 2 years ago, CSIRO has taken down the project pages and the code, so there were no active project pages available any longer. I&#8217;m glad they contacted me before they did so.</p>
<p>Since it is an open source project, I have now resurrected the old pages at Sourceforge. They are available from <a href="http://maaate.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://maaate.sourceforge.net/');">http://maaate.sourceforge.net/</a>. I have re-instated the relevant weg pages and documentation  and updated all the links. I discovered that we did some cool things then and that it may indeed be worth preservation for the future. I expect Sourceforge is up to the task.</p>
<p>Thanks very much, BSD community and welcome back, MPEG Maaate!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/08/23/resurrecting-old-maaate-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FOMS submission deadline extended</title>
		<link>http://blog.gingertech.net/2008/08/15/foms-submission-deadline-extended/</link>
		<comments>http://blog.gingertech.net/2008/08/15/foms-submission-deadline-extended/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 00:27:19 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[FOMS]]></category>

		<category><![CDATA[LCA]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=163</guid>
		<description><![CDATA[The Foundations of Open Media Software workshop has just extended its deadline for submission of registrations requests with travel sponsorship.
FOMS addresses hot topics - such as the new &#60;video> and &#60;audio> tags in HTML5, the uptake and development of open video codecs like Ogg Theora, BBC&#8217;s Dirac and SUN&#8217;s OMS codec and their native support [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.foms-workshop.org/foms2009/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.foms-workshop.org/foms2009/');">Foundations of Open Media Software</a> workshop has just extended its deadline for submission of registrations requests with travel sponsorship.</p>
<p>FOMS addresses hot topics - such as the new &lt;video> and &lt;audio> tags in HTML5, the uptake and development of open video codecs like Ogg Theora, BBC&#8217;s Dirac and SUN&#8217;s OMS codec and their native support in Firefox, open audio &#038; media frameworks and players such as gstreamer, ffmpeg, vlc or xine, or the standardisation of audio APIs across platforms. Further topics are listed in the <a href="http://www.foms-workshop.org/foms2009/pmwiki.php/Main/CFP" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.foms-workshop.org/foms2009/pmwiki.php/Main/CFP');">CFP</a>.</p>
<p>In previous years, FOMS has stimulated heated technical discussions and amazing new developments in open media software, such as the creation of libsydneyaudio, the uptake of <a href="http://wiki.xiph.org/index.php/OggPlay" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/OggPlay');">liboggplay</a>, the creation of Xiph <a href="http://wiki.xiph.org/index.php/ROE" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/ROE');">ROE</a>, or the creation of the new Ogg <a href="http://wiki.xiph.org/index.php/OggCELT" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/OggCELT');">CELT</a> codec.</p>
<p>Video proceedings of last years&#8217; workshops are <a href="http://www.foms-workshop.org/foms2008/pmwiki.php/Main/Proceedings" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.foms-workshop.org/foms2008/pmwiki.php/Main/Proceedings');">here</a>. There are also community goals that were set in <a href="http://www.foms-workshop.org/foms2008/pmwiki.php/Main/CommunityGoals" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.foms-workshop.org/foms2008/pmwiki.php/Main/CommunityGoals');">2008</a> and <a href="http://www.foms-workshop.org/foms2007/Main/CommunityGoals" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.foms-workshop.org/foms2007/Main/CommunityGoals');">2007</a> and provide ongoing challenges.</p>
<p>You should definitely attend, if you are an open media software hacker. This is a chance to get to know others in the community personally and clear up those long-standing issues that need a face-to-face to get solved. Also, it&#8217;s a great social event not to be missed. As a bonus, you can spend the week after FOMS at LCA, the world-famous Australian Linux hackers conference, and deepen your relationships in the community. Come and join in the fun in January 2009, Summer in Hobart, Tasmania.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/08/15/foms-submission-deadline-extended/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Seeking a maintainer for liboggplay</title>
		<link>http://blog.gingertech.net/2008/08/06/seeking-a-maintainer-for-liboggplay/</link>
		<comments>http://blog.gingertech.net/2008/08/06/seeking-a-maintainer-for-liboggplay/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 23:36:42 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[FOMS]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[liboggplay maintainer]]></category>

		<category><![CDATA[liboggplay Ogg Dirac support]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=162</guid>
		<description><![CDATA[liboggplay is a library that vastly simplifies the decoding and playback of Ogg encapsulated audio-visual content for programmers. It abstracts away from the complexity of libogg&#8217;s encapsulation pages, codec packets, and encoded data, giving the programmer the freedom to work with audio-visual streams, video frames, and audio samples. It does everything apart from the actual [...]]]></description>
			<content:encoded><![CDATA[<p>liboggplay is a library that vastly simplifies the decoding and playback of Ogg encapsulated audio-visual content for programmers. It abstracts away from the complexity of libogg&#8217;s encapsulation pages, codec packets, and encoded data, giving the programmer the freedom to work with audio-visual streams, video frames, and audio samples. It does everything apart from the actual display of audio and video and has thus been selected as the thinnest library to provide support for Ogg Theora/Vorbis in <a href="http://www.bluishcoder.co.nz/2008/07/theora-video-backend-for-firefox-landed.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.bluishcoder.co.nz/2008/07/theora-video-backend-for-firefox-landed.html');">Firefox&#8217;s new HTML5 &lt;video> and &lt;audio> tag implementation</a>.</p>
<p>Shane Stephens, now with Google, implemented most of liboggplay while working at <a href="http://ict.csiro.au/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://ict.csiro.au/');">CSIRO</a> on the <a href="http://www.annodex.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.annodex.net/');">Annodex</a> project. Chris Double picked up liboggplay for Mozilla/Firefox, where it got committed to trunk only this week. Many others have and continue to provide patches. And finally, yesterday, I made an actual <a href="http://annodex.net/software/liboggplay/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.net/software/liboggplay/index.html');">first tarball release</a> of liboggplay.</p>
<p>There is only one little hick-up: liboggplay doesn&#8217;t actually have a maintainer. So, we are now looking to find somebody who is highly enthusiastic about open media codecs, has experience in C programming, can compile and test liboggplay on all major operating systems (probably set it up on a build farm) and has enough time to react swiftly to the need of bug fixes. We don&#8217;t want people&#8217;s Firefoxes to choke on Ogg content, but rather amaze them about how easy to handle and nicely integrated Ogg works on the Web.</p>
<p>One of the big next challenges for liboggplay is the implementation of support for Ogg Dirac - the BBC&#8217;s wavelet-based video codec. Mozilla, would be very keen to get Dirac support into liboggplay and thus diversify the open codecs supported in Firefox.</p>
<p>If you want to become the new maintainer for liboggplay, or want to implement Ogg Dirac support into liboggplay, or do both, get in touch with me and we&#8217;ll get you set up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/08/06/seeking-a-maintainer-for-liboggplay/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The end of patent fud</title>
		<link>http://blog.gingertech.net/2008/08/04/the-end-of-patent-fud/</link>
		<comments>http://blog.gingertech.net/2008/08/04/the-end-of-patent-fud/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 00:17:27 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Ogg Theora patent fud]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=161</guid>
		<description><![CDATA[Mozilla have just published a brief statement that they have taken legal advice before they chose to support Ogg Theora/Vorbis natively in the Firefox codebase. Seems like the risk of submarine patents was not large enough to hold back.
Apple and Microsoft should follow this example, undertake their own patent risk assessment (rather than hiding behind [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla have just published a <a href="http://weblogs.mozillazine.org/roc/archives/2008/08/why_ogg_matters.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://weblogs.mozillazine.org/roc/archives/2008/08/why_ogg_matters.html');">brief statement</a> that they have taken legal advice before they chose to support Ogg Theora/Vorbis natively in the Firefox codebase. Seems like the risk of submarine patents was not large enough to hold back.</p>
<p>Apple and Microsoft should follow this example, undertake their own patent risk assessment (rather than hiding behind Nokia), and make an informed decision on whether or not to support Ogg Theora in their browsers.</p>
<p>The old excuse that there hasn&#8217;t been a large player in the market yet that supports the codec is now not true any longer. The ball is in your court to show us better arguments for not supporting the codec!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/08/04/the-end-of-patent-fud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Native Ogg Theora support in Firefox</title>
		<link>http://blog.gingertech.net/2008/07/31/native-ogg-theora-support-in-firefox/</link>
		<comments>http://blog.gingertech.net/2008/07/31/native-ogg-theora-support-in-firefox/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 03:08:30 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[FOMS]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Firefox video]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=159</guid>
		<description><![CDATA[What a day for great news!
Chris Blizzard and Chris Double of Mozilla have just announced that native Ogg Theora and Vorbis support is now available in the trunk of Firefox&#8217;s codebase. Compiles of that codebase have the support enabled by default, which means that very soon now any Firefox that gets installed on any platform [...]]]></description>
			<content:encoded><![CDATA[<p>What a day for great news!</p>
<p><a href="http://www.0xdeadbeef.com/weblog/?p=492" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.0xdeadbeef.com/weblog/?p=492');">Chris Blizzard</a> and <a href="http://www.bluishcoder.co.nz/2008/07/theora-video-backend-for-firefox-landed.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.bluishcoder.co.nz/2008/07/theora-video-backend-for-firefox-landed.html');">Chris Double</a> of Mozilla have just announced that native <a href="http://hg.mozilla.org/mozilla-central/index.cgi/rev/20a2f518b07d5896d9392311b712540b101b53ec" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://hg.mozilla.org/mozilla-central/index.cgi/rev/20a2f518b07d5896d9392311b712540b101b53ec');">Ogg Theora and Vorbis</a> support is now available in the trunk of Firefox&#8217;s codebase. Compiles of that codebase have the support enabled by default, which means that very soon now any Firefox that gets installed on any platform will come with built-in Ogg Theora/Vorbis support out of the box.</p>
<p>This is exciting in more than one way.</p>
<p>First of all: it is a browser implementation of the new HTML5 video tag currently in the process of standardisation. Opera is the only other browser that has support for the video tag also using Ogg Theora as the baseline codec, but <a href="http://ajaxian.com/archives/opera-element-proposal" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://ajaxian.com/archives/opera-element-proposal');">Opera&#8217;s support is in an experimental branch</a>, while Firefox will be the first to have native support. </p>
<p>The choice to include Ogg Theora natively is a huge step forward on Mozilla&#8217;s behalf considering the <a href="http://www.bluishcoder.co.nz/2007/12/video-element-and-ogg-theora.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.bluishcoder.co.nz/2007/12/video-element-and-ogg-theora.html');">submarine</a> <a href="http://metavid.ucsc.edu/blog/2007/12/11/the-attack-against-ogg-theora-or-how-i-learned-to-stop-worrying-and-love-the-proprietary-web/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://metavid.ucsc.edu/blog/2007/12/11/the-attack-against-ogg-theora-or-how-i-learned-to-stop-worrying-and-love-the-proprietary-web/');">patent</a> <a href="http://blog.gingertech.net/2007/12/13/about-baseline-video-codecs-and-html5/" >debate</a> that has been raging around this codec ever since it was removed from the HTML5 specification as baseline codec. So, maybe the Mozilla lawyers believe the risk of this threat is negligible and if they have, other browser vendors may follow.</p>
<p>This is a big day for open media technology and a big day for the future of video on the Web.</p>
<p>It is important because the availability of free and unencumbered video and audio codecs that are natively supported on the Web will make a huge difference in progressing the capabilities of video on the Web. As an example, look at the efforts of <a href="http://annodex.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.net/');">Annodex</a>, where we are creating video webs through a video format with embedded hyperlinks and annotations. To make this feasible, you need a standard and open format for the time-aligned hyperlinks and annotations, which will only work with a flexible open video format. This is just an example: open captioning and karaoke formats, open overlay formats and many other extensions to video formats will now be feasible. The golden age of online video is starting.</p>
<p><a href="http://metavid.ucsc.edu/blog/2008/07/30/native-theora-for-firefox-31/"><br />
Michael Dale</a>&#8217;s <a href="http://metavid.ucsc.edu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://metavid.ucsc.edu/');">metavid</a> project is giving us a taste of this future. Video can be searched on time-aligned annotations and only the relevant video segment will be retrieved. Video segments can be addressed by <a href="http://annodex.net/node/69" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.net/node/69');">temporal hyperlinks</a> and recombined easily into new mash-ups simply through the creation of a list of temporal hyperlinks. How powerful this will be when we do it across sites! This takes video into a completely new dimension.</p>
<p>Now, let&#8217;s step back again from the future to the current exciting news. I am particularly proud of the input that Annodex people have made to this development - code from people like Conrad Parker, Andre Pang, Zen Kavanagh, Shane Stephens, and many others.</p>
<p>Chris Double from Mozilla has been implementing the Firefox Ogg Theora support for more than a year and is using Shane Stephens&#8217; <a href="http://wiki.xiph.org/index.php/OggPlay" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.xiph.org/index.php/OggPlay');">liboggplay</a> library, which was originally developed by <a href="http://ict.csiro.au/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://ict.csiro.au/');">CSIRO</a> and is in the <a href="http://svn.annodex.net/liboggplay/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://svn.annodex.net/liboggplay/');">code repository</a> of the <a href="http://annodex.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.org/');">Annodex Association</a>. liboggplay requires libraries from <a href="http://www.xiph.org/ " onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.xiph.org/ ');">Xiph.org</a> (libogg, libvorbis, libtheora) and from <a href="http://annodex.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.net/');">Annodex</a> (<a href="http://annodex.net/software/liboggz/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.net/software/liboggz/index.html');">liboggz</a> and <a href="http://annodex.net/software/libfishsound/index.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://annodex.net/software/libfishsound/index.html');">libfishsound</a>) to work. All of this has to work across operating system platforms.</p>
<p>It is an enormous achievement and I congratulate the open media technology community on this big success.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/07/31/native-ogg-theora-support-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Congratulations to Julian</title>
		<link>http://blog.gingertech.net/2008/07/31/congratulations-to-julian/</link>
		<comments>http://blog.gingertech.net/2008/07/31/congratulations-to-julian/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 01:54:39 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[vquence]]></category>

		<category><![CDATA[acquisition]]></category>

		<category><![CDATA[omnisio]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=158</guid>
		<description><![CDATA[Julian Frumar used to be our Visual Communications Manager at Vquence until last year, when he left for new grounds and created a startup with two friends in Palo Alto called Omnisio. They received Y-combinator funding and worked hard on creating this video-centric Web2.0 startup in a very short amount of time.
Today, Techcrunch announced that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://au.youtube.com/watch?v=OHzT9mh4rBI" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://au.youtube.com/watch?v=OHzT9mh4rBI');">Julian Frumar</a> used to be our Visual Communications Manager at Vquence until last year, when he left for new grounds and created a startup with two friends in Palo Alto called <a href="http://www.omnisio.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.omnisio.com/');">Omnisio</a>. They received Y-combinator funding and worked hard on creating this video-centric Web2.0 startup in a very short amount of time.</p>
<p>Today, Techcrunch announced that Omnisio were <a href="http://www.techcrunch.com/2008/07/30/google-acquires-omnisio-to-spice-up-youtube/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.techcrunch.com/2008/07/30/google-acquires-omnisio-to-spice-up-youtube/');">acquired by Google</a> to extend the YouTube technology base for an estimated US$15M. Congratulations, Julian!</p>
<p>PS: Rodney Gedda wrote a good review on this over at <a href="http://www.techworld.com.au/article/255252/aussies_strike_it_rich_15m_google_buyout" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.techworld.com.au/article/255252/aussies_strike_it_rich_15m_google_buyout');">Techworld</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/07/31/congratulations-to-julian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So you think you deserve an award&#8230;</title>
		<link>http://blog.gingertech.net/2008/07/20/so-you-think-you-deserve-an-award/</link>
		<comments>http://blog.gingertech.net/2008/07/20/so-you-think-you-deserve-an-award/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 06:24:29 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Stuff]]></category>

		<category><![CDATA[IT innovation]]></category>

		<category><![CDATA[NSW]]></category>

		<category><![CDATA[Peacey Award]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=157</guid>
		<description><![CDATA[&#8230;because of your outstanding contributions to Australia&#8217;s computing sector, but haven&#8217;t had the chance to put yourself out there? Or you have a friend who really deserves an award for his excellent work? Here&#8217;s your chance.
This year&#8217;s NSW State Pearcey Award is open for applications and nominations. It is one of the only Australian awards [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;because of your outstanding contributions to Australia&#8217;s computing sector, but haven&#8217;t had the chance to put yourself out there? Or you have a friend who really deserves an award for his excellent work? Here&#8217;s your chance.</p>
<p>This year&#8217;s NSW State Pearcey Award is open for <a href="http://www.pearcey.org.au/index.php/Nominations" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.pearcey.org.au/index.php/Nominations');">applications and nominations</a>. It is one of the only Australian awards that singles out individuals and their contribution to the Australian ICT profession early in their career (where &#8220;early&#8221; is used rather flexibly to mean anyone who has not yet reached the end of their career).</p>
<p>If you have made any outstanding technical innovations or created novel commercial businesses in IT in NSW, you should consider sending in your CV.</p>
<p>Previous award winners can be seen <a href="http://www.pearcey.org.au/index.php/Awards" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.pearcey.org.au/index.php/Awards');">here</a>. There are some excellent people - even some from the open source community. In 2006, James Dalziel of <a href="http://www.melcoe.mq.edu.au/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.melcoe.mq.edu.au/');">MELCOE</a> won the award. <a href="http://www.waughpartners.com.au/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.waughpartners.com.au/');">Jeff and Pia Waugh</a> won last year. And I was myself highly commended in 2006 for the <a href="http://www.annodex.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.annodex.net/');">Annodex</a> work we did at CSIRO.</p>
<p>You&#8217;ll need to send in the completed <a href="http://www.pearcey.org.au/index.php/Nominations" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.pearcey.org.au/index.php/Nominations');">nomination form</a> and your CV before the end of August. Good luck! <img src='http://blog.gingertech.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/07/20/so-you-think-you-deserve-an-award/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Date &#038; Time selection plugins for Rails</title>
		<link>http://blog.gingertech.net/2008/07/17/date-time-selection-plugins-for-rails/</link>
		<comments>http://blog.gingertech.net/2008/07/17/date-time-selection-plugins-for-rails/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 10:15:10 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[date plugin]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=156</guid>
		<description><![CDATA[I just tried comparing the different date &#038; time selection plugins that are available for Rails and because the wiki page at rubyonrails.org is dated and I cannot edit it, I decided to write this brief blog post to save you the 20 min it took me to locate the currently available plugins and their [...]]]></description>
			<content:encoded><![CDATA[<p>I just tried comparing the different date &#038; time selection plugins that are available for Rails and because the <a href="http://wiki.rubyonrails.org/rails/pages/DatePicker" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.rubyonrails.org/rails/pages/DatePicker');">wiki page at rubyonrails.org</a> is dated and I cannot edit it, I decided to write this brief blog post to save you the 20 min it took me to locate the currently available plugins and their demos:</p>
<ul>
<li><a href="http://code.google.com/p/calendardateselect/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://code.google.com/p/calendardateselect/');">CalendarDateSelect</a> plugin (20k JS): <a href="http://www.restatesman.com/static/calendar" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.restatesman.com/static/calendar');">demo</a> - has different colours, small, time selection</li>
<li><a href="http://code.google.com/p/rails-unobtrusive-date-picker/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://code.google.com/p/rails-unobtrusive-date-picker/');">Unobtrusive JavaScript date-picker</a> plugin (80k JS): <a href="http://www.frequency-decoder.com/demo/date-picker-v2/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.frequency-decoder.com/demo/date-picker-v2/');">demo</a> - keyboard control, flexible date selection, i18n</li>
<li><a href="http://www.oreillynet.com/ruby/blog/2006/09/datebocks_the_new_intuitive_da.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.oreillynet.com/ruby/blog/2006/09/datebocks_the_new_intuitive_da.html');">Datetime Toolbooks</a> engine (85k JS): <a href="http://datetime.toolbocks.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://datetime.toolbocks.com/');">demo</a> - uses engines plugin, not very pretty, nice built-in drop-down menus, introduces date grammar</li>
<li><a href="http://dry.4thebusiness.com/?section=2" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://dry.4thebusiness.com/?section=2');">DHTML Calendar</a> plugin (76k JS): <a href="http://www.dynarch.com/projects/calendar/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.dynarch.com/projects/calendar/');">demo</a> - flexible parameters to make it popup or selectable</li>
</ul>
<p>So now you can compare and pick the one that suits you best. Enjoy! <img src='http://blog.gingertech.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>UPDATE: John just told me that there is a list of other plugins at the bottom of the <a href="http://code.google.com/p/calendardateselect/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://code.google.com/p/calendardateselect/');">CalendarDateSelect</a> plugin page - doh!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/07/17/date-time-selection-plugins-for-rails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>W3C Video in the Web activity</title>
		<link>http://blog.gingertech.net/2008/07/04/w3c-video-in-the-web-activity/</link>
		<comments>http://blog.gingertech.net/2008/07/04/w3c-video-in-the-web-activity/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:49:03 +0000</pubDate>
		<dc:creator>silvia</dc:creator>
		
		<category><![CDATA[Digital Media]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[vquence]]></category>

		<category><![CDATA[w3c video tag]]></category>

		<guid isPermaLink="false">http://blog.gingertech.net/?p=155</guid>
		<description><![CDATA[The W3C has just released a set of proposed charters for a new W3C Video in the Web activity with a request for feedback.
The following working groups are proposed:

Timed Text Working Group
Media Fragments Working Group
Media Annotations Working Group

Two further ones under investigation are:

Codecs and containers
Best practices for video and audio content

It is worth checking out [...]]]></description>
			<content:encoded><![CDATA[<p>The W3C has just released a <a href="http://www.w3.org/QA/2008/07/video_in_the_web.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.w3.org/QA/2008/07/video_in_the_web.html');">set of proposed charters</a> for a new W3C Video in the Web activity with a request for feedback.</p>
<p>The following working groups are proposed:</p>
<ol>
<li>Timed Text Working Group</li>
<li>Media Fragments Working Group</li>
<li>Media Annotations Working Group</li>
</ol>
<p>Two further ones under investigation are:</p>
<ol>
<li>Codecs and containers</li>
<li>Best practices for video and audio content</li>
</ol>
<p>It is worth checking out the site and the three different working groups they are planning to create. Sure - the codec discussion is a big one. But it&#8217;s not as big as some of the other activities as to new functionality for video on the Web.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gingertech.net/2008/07/04/w3c-video-in-the-web-activity/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
