<?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>indiWiz.com &#187; firefox</title>
	<atom:link href="http://indiwiz.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:24:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Best WebDeveloper plugins for Firefox</title>
		<link>http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/</link>
		<comments>http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 04:56:29 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[webbrowser]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=419</guid>
		<description><![CDATA[I found this interesting link listing the most interesting Firefox plugins. Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook Share this on LinkedIn Share this on Reddit]]></description>
			<content:encoded><![CDATA[<p>I found <a href="https://addons.mozilla.org/en-US/firefox/collection/webdeveloper">this interesting link</a> listing the most interesting Firefox plugins.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/&amp;title=Best+WebDeveloper+plugins+for+Firefox" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/&amp;title=Best+WebDeveloper+plugins+for+Firefox" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/&amp;title=Best+WebDeveloper+plugins+for+Firefox&amp;desc=I%20found%20this%20interesting%20link%20listing%20the%20most%20interesting%20Firefox%20plugins." rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/&amp;t=Best+WebDeveloper+plugins+for+Firefox" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/&amp;title=Best+WebDeveloper+plugins+for+Firefox&amp;summary=I%20found%20this%20interesting%20link%20listing%20the%20most%20interesting%20Firefox%20plugins.&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/&amp;title=Best+WebDeveloper+plugins+for+Firefox" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/08/07/best-webdeveloper-plugins-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encoding to Ogg Theora Format: For use in HTML5</title>
		<link>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/</link>
		<comments>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:08:58 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=375</guid>
		<description><![CDATA[To encode a video file for use in HTML5 video compatible browser (firefox 3.5 and above supports HTML5 video), use the command: $ ffmpeg -i in.flv -vcodec libtheora -sameq \ -acodec libvorbis -ac 2 -sameq out.ogg Finally use it in your page: &#60;video src="out.ogg"&#62; Your browser does not support HTML5 video. &#60;/video&#62; Reference: HTML 5 [...]]]></description>
			<content:encoded><![CDATA[<p>To encode a video file for use in HTML5 video compatible browser (<a href="http://www.mozilla.com/firefox/">firefox</a> 3.5 and above supports HTML5 video), use the command:</p>
<pre>
$ ffmpeg -i in.flv -vcodec libtheora -sameq \
   -acodec libvorbis -ac 2 -sameq out.ogg
</pre>
<p><br/></p>
<p>Finally use it in your page:</p>
<pre>
&lt;video src="out.ogg"&gt;
Your browser does not support HTML5 video.
&lt;/video&gt;
</pre>
<p><br/></p>
<p><strong>Reference</strong>: <a href="http://www.quackit.com/html_5/tags/html_video_tag.cfm">HTML 5 &lt;video&gt; Tag</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5&amp;desc=To%20encode%20a%20video%20file%20for%20use%20in%20HTML5%20video%20compatible%20browser%20%28firefox%203.5%20and%20above%20supports%20HTML5%20video%29%2C%20use%20the%20command%3A%0D%0A%0D%0A%0D%0A%24%20ffmpeg%20-i%20in.flv%20-vcodec%20libtheora%20-sameq%20%5C%0D%0A%20%20%20-acodec%20libvorbis%20-ac%202%20-sameq%20out.ogg%0D%0A%0D%0A%0D%0AFinally%20use%20it%20in%20your%20page%3A%0D%0A%0D%0A%0D%0A%26lt%3Bvideo%20src%3D%22out.ogg%22%26gt%3B%0D%0AYour%20brows" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;t=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5&amp;summary=To%20encode%20a%20video%20file%20for%20use%20in%20HTML5%20video%20compatible%20browser%20%28firefox%203.5%20and%20above%20supports%20HTML5%20video%29%2C%20use%20the%20command%3A%0D%0A%0D%0A%0D%0A%24%20ffmpeg%20-i%20in.flv%20-vcodec%20libtheora%20-sameq%20%5C%0D%0A%20%20%20-acodec%20libvorbis%20-ac%202%20-sameq%20out.ogg%0D%0A%0D%0A%0D%0AFinally%20use%20it%20in%20your%20page%3A%0D%0A%0D%0A%0D%0A%26lt%3Bvideo%20src%3D%22out.ogg%22%26gt%3B%0D%0AYour%20brows&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have you upgraded to Firefox 3.5?</title>
		<link>http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/</link>
		<comments>http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:12:52 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=370</guid>
		<description><![CDATA[Have you upgraded to Firefox 3.5? Read a review of its new features. Share this on del.icio.us Digg this! Post this on Diigo Share this on Facebook Share this on LinkedIn Share this on Reddit]]></description>
			<content:encoded><![CDATA[<p>Have you upgraded to <a href="http://www.mozilla.com/firefox/">Firefox 3.5</a>? <a href="http://arstechnica.com/open-source/reviews/2009/06/hands-on-firefox-35-released-aims-to-upgrade-the-web.ars">Read a review</a> of its new features.</p>
<p><a href="http://www.flickr.com/photos/subwiz/3678599299/" title="Firefox 3.5 by subWiz, on Flickr"><img src="http://farm3.static.flickr.com/2547/3678599299_22735aa980_o.png" width="306" height="483" alt="Firefox 3.5" /></a></p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/&amp;title=Have+you+upgraded+to+Firefox+3.5%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/&amp;title=Have+you+upgraded+to+Firefox+3.5%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/&amp;title=Have+you+upgraded+to+Firefox+3.5%3F&amp;desc=Have%20you%20upgraded%20to%20Firefox%203.5%3F%20Read%20a%20review%20of%20its%20new%20features.%0D%0A%0D%0A" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/&amp;t=Have+you+upgraded+to+Firefox+3.5%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/&amp;title=Have+you+upgraded+to+Firefox+3.5%3F&amp;summary=Have%20you%20upgraded%20to%20Firefox%203.5%3F%20Read%20a%20review%20of%20its%20new%20features.%0D%0A%0D%0A&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/&amp;title=Have+you+upgraded+to+Firefox+3.5%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/07/01/have-you-upgraded-to-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
