<?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>Firefox Facts &#187; Interviews</title>
	<atom:link href="http://www.firefoxfacts.com/category/interviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firefoxfacts.com</link>
	<description>best guide to add-ons, themes and tips for Firefox</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Interview with Anthony Lieuallen, Greasemonkey Guy</title>
		<link>http://www.firefoxfacts.com/2009/09/19/interview-with-anthony-lieuallen-greasemonkey-guy/</link>
		<comments>http://www.firefoxfacts.com/2009/09/19/interview-with-anthony-lieuallen-greasemonkey-guy/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 14:13:46 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[anthony lieuallen]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[user-scripts]]></category>
		<category><![CDATA[venkman]]></category>
		<category><![CDATA[xul]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2009/09/19/interview-with-anthony-lieuallen-greasemonkey-guy/</guid>
		<description><![CDATA[You might not know the name Anthony Lieuallen, but I bet you have heard of Greasemonkey before.  It is the Firefox extension that allows you to extend or customize your favorite web sites in a number of different ways. Anthony is one of the driving forces behind that project, so I thought it would be [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Interview with one of the Greasemonkey Guys" src="http://www.firefoxfacts.com/wp-content/uploads/2009/09/c7b88e13f1c5.png" border="0" alt="Interview with one of the Greasemonkey Guys" width="200" height="150" align="right" /> You might not know the name <strong>Anthony Lieuallen</strong>, but I bet you have heard of <a href="http://www.firefoxfacts.com/2009/04/22/beginners-guide-to-greasemonkey/">Greasemonkey</a> before.  It is the Firefox extension that allows you to extend or customize your favorite web sites in a number of different ways.</p>
<p>Anthony is one of the driving forces behind that project, so I thought it would be fun to pick his brain to find out what his part in the project is, and what advice he might have for other hopeful Greasemonkey script writers or Firefox add-on developers.</p>
<p><strong>What all have you done in development for the Firefox Greasemonkey extension?</strong></p>
<p>I&#8217;ve definitely lost track of when and how exactly I first learned about Greasemonkey, and when I got involved.  Luckily, I can look up enough old records to get a pretty good idea of what the right answer here is.</p>
<p>I first interacted with Greasemonkey as a user.  Quickly though I graduated to User Script author.  My earliest blog post about a script I authored was in March of 2005.  I wrote a few scripts, some quite popular, for a while.  By June, Mark Pilgrim contacted me about being included in the <a href="http://oreilly.com/catalog/9780596101657/">&#8220;Greasemonkey Hacks&#8221;</a> book, essentially a cookbook-like collection of existing User Scripts, with discussion about what they were and how they worked.  I was included as a contributor when that book was published.</p>
<p><span id="more-3358"></span></p>
<p>I am first credited in <a href="http://github.com/greasemonkey/greasemonkey/commit/95749ee4f608f61e2ec32b4d5add0c8e0c28f158">a commit message</a> from November, 2006.  That&#8217;s when I first began development of Greasemonkey itself, nearly three years ago.  At the time, the original creator, Aaron Boodman, was very much in charge and I was minimally involved.  Over time, I became more and more involved in the development process.</p>
<p>The first change I made to the source code directly, rather than submitting to the maintainers and being recognized for, <a href="http://github.com/greasemonkey/greasemonkey/commit/608738e8a5febab3c4cc28e7519668b5700f677a">was in February of 2007</a>.  It was a very gradual process from there, but by some time in 2008 I was one of the more recognized authorities within the development community.  Finally, <a href="http://www.greasespot.net/2009/08/outie.html">in August of 2009</a>, the project&#8217;s original creator stepped down from the role of primary developer, handing the reins to myself and Johan Sundström, leaving me in the &#8220;co-lead&#8221; role with Johan.</p>
<p>Development progress over time has been relatively slow.  On one hand, Greasemonkey serves its purpose quite well, so doesn&#8217;t need to change very much.  On the other, there was a more complicated and difficult process for agreeing to and including changes.  Now that I&#8217;m more &#8220;in charge&#8221; than ever, I (along with Johan) am hoping to make it easier for Greasemonkey to progress, in the future.</p>
<p><strong>As far as scripting and coding goes, how did you get started and what would you suggest somebody who wants to write their own Greasemoney script or Firefox add-on go to learn more on how to do so?</strong></p>
<p>I&#8217;ve been programming since I was 10 or 11 years old.  Even earlier than that, I did &#8220;programming&#8221; by typing source code from a magazine into the Atari BASIC interpreter.  By my teens I was writing little programs, and by college I was beginning to learn PHP.  I got involved heavily in web development, and have been doing that professionally for six years now.</p>
<p>I was interested in Firefox extension development from the word go. Back in the 1.x days, however, tutorials and documentation was sparse, varied, and confusing.  Luckily today these problems have been solved. Mechanisms in Firefox 2 and 3 help make extension development easier, and both documentation and examples are much easier to find and understand.</p>
<p>I actually tried, and failed, to make my own extensions a few times. I finally got my first one running in June of 2005. Since then I&#8217;ve made a few of my own, and gotten involved with Greasemonkey.  For new extension authors, the <a href="https://developer.mozilla.org/en/Extensions">developer.mozilla.org site</a> is definitely the place to go, today.</p>
<p>User scripts are a different beast, and thankfully quite a bit simpler.  If you know javascript, you can probably get your first user script working in just a few minutes.  To learn how, visit the <a href="http://wiki.greasespot.net/">Greasespot Wiki</a>, specifically <a href="http://wiki.greasespot.net/Greasemonkey_Manual">the Manual</a>.  The <a href="http://www.oreillynet.com/pub/a/network/2005/11/01/avoid-common-greasemonkey-pitfalls.html">&#8220;common pitfalls&#8221; article by Mark Pilgrim</a> is also very useful.</p>
<p><strong>As an add-on developer, is there anything else you wish that the Mozilla team provided, or do you feel pretty happy with the information and support that they provide to developers?</strong></p>
<p>It&#8217;s hard to say.  At this point, I&#8217;m a seasoned developer, so most of what I need is in my head.  There are two things that I would really like though:</p>
<p><em>Something like xulplanet.com&#8217;s XPCOM reference.</em> The xulplanet.com site is now dead, giving just a link to the general developer wiki.  This is a good and helpful wiki, *but* has two weaknesses: it covers many disjoint topics (i.e. both web development, and extension development), and lacks the coverage that xulplanet.com<br />
had.  There are many interfaces that, now, are harder to discover and understand.  Since xulplanet went away, I&#8217;ve found myself resorting to reading the source directly, which is more difficult to navigate to, and more difficult to read.</p>
<p><em>Better support for venkman. </em>Venkman, the javascript debugger, was once quite wonderful.  Today, it&#8217;s often difficult to find the file you want to access (sometimes it&#8217;s there, sometimes it&#8217;s not) and almost impossible to find those that are/are referenced by javascript components.  Venkman seems to have bitrotted a bit.  Personally, even for web development, I strongly prefer it to Firebug for script debugging &#8212; it provides a multi-paneled interface that is significantly easier to use, than that of Firebugs, which is designed to fit in that tiny band at the bottom of the browser.</p>
<p><strong>How big of a role has working on Firefox add-ons played in your professional life?</strong></p>
<p>Almost none.  I interviewed for, but ultimately did not accept one position that would have been FF extension development.  My previous job did include creation of one extension, a port of the IE specific add-on that the company made, but was a secondary/side role.</p>
<p><strong>What Firefox add-ons or Greasemonkey scripts are you a fan of?</strong></p>
<p>For extensions, I like FireBug and Firecookie, JSONView, Open In Browser, and Web Developer extensions.</p>
<p>Most of the user scripts I use, I wrote myself.  Of those I find Linkify Plus and Submit in Select to be indispensible.  But I also use Check Range, and Google Reader Quick Links.</p>
<p><em>For more information on Anthony, what he does and his work – be sure to check out his personal site </em><a href="http://arantius.com/"><em>Arantius.com</em></a><em>.  To check out all the Firefox add-ons he has been a part of, you can also check out </em><a href="https://addons.mozilla.org/en-US/firefox/user/833"><em>his profile page on the Mozilla Add-ons</em></a><em> web site.  From all the Firefox fans, I would also like to thank Anthony for the work he has done to (in the long run) make Firefox a better browser for all.</em></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2009/09/19/interview-with-anthony-lieuallen-greasemonkey-guy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One on One with CEO of Web of Trust</title>
		<link>http://www.firefoxfacts.com/2009/01/20/one-on-one-with-ceo-of-web-of-trust/</link>
		<comments>http://www.firefoxfacts.com/2009/01/20/one-on-one-with-ceo-of-web-of-trust/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 12:11:48 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[ceo]]></category>
		<category><![CDATA[esa surrio]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web of trust]]></category>
		<category><![CDATA[WOT]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2009/01/20/one-on-one-with-ceo-of-web-of-trust/</guid>
		<description><![CDATA[If I named ten extensions I am the biggest fan of, WOT Web of Trust would be on that exclusive list. Why?  They provide a great service to the public, helping organize the public to alert itself about risky web site.  The real power in WOT isn’t the tools, it is the users.  It is [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="web-of-trust-interview" src="http://www.firefoxfacts.com/wp-content/uploads/2009/01/weboftrustinterview.png" border="0" alt="web-of-trust-interview" width="517" height="95" /> </strong></p>
<p>If I named ten extensions I am the biggest fan of, <a href="http://www.mywot.com/">WOT Web of Trust</a> would be on that exclusive list.</p>
<p>Why?  They provide a great service to the public, helping organize the public to alert itself about risky web site.  The real power in WOT isn’t the tools, it is the users.  It is the perfect mash up of the right tools, at the right time.  Anything that is simple to use, and makes users more aware of the risks around them is a good thing.  With that said, I wanted to talk a little more about the service with one of the people behind the magic, Esa Suurio, the CEO of Web of Trust.</p>
<p><strong>What was the main inspiration behind the WOT Web of Trust add-on for Firefox?</strong></p>
<p><span style="text-decoration: underline;">Esa:</span> The company was founded in 2006 by two postgraduate students, Timo Ala-Kleemola and Sami Tolvanen, both M.Sc. in Electrical Engineering. Timo and Sami graduated from Tampere University of Technology (Finland) where they had met and studied together.  Sami got the idea while researching reputation systems for his doctoral thesis. He originally planned on using it as a part of an Internet messaging system, but decided to try if it would work for websites too, and it did.</p>
<p>The guys put WOT on the Internet and it started to grow without any marketing, which clearly tells that there is a need for this kind of service.</p>
<p><strong>Where did the name, Web of Trust, come from?</strong></p>
<p><span style="text-decoration: underline;">Esa:</span> The name highlights that we are a people-driven service. The nature of Internet is open. No single authority can decide what is good and what is bad – neither has the resources to do so. We wanted to create a common platform for people to share their experience on websites and the services they offer. If unreliable sites were known to people, their lives would be short-lived.</p>
<p><strong>There is no doubt that community is the most important part of your service.  What advice would you have to other add-ons or business looking to build a community around their own product?</strong></p>
<p><span style="text-decoration: underline;">Esa:</span> We truly are a community-driven service. For example, when we develop our software, we ask our users what new functions they would like to have added. We read very carefully all the feedback we get from our users and use it as our guideline when we develop Web of Trust further. In our case it&#8217;s &#8220;product around the community&#8221; and not vice versa. The community members need to see that the systems gives them real value &#8211; I think that&#8217;s what make some communities grow.</p>
<p>We value our members and their contribution &#8211; for example, we just gave out <a href="http://www.mywot.com/en/blog/123-wot-publicity-awards-2008">Web of Trust Publicity Awards 2008</a> for users who have helped us to spread the word about WOT.</p>
<p><strong>I&#8217;ll say in my personal opinion, I was happy to see you guys come along after an add-on that might be in the same category, SiteAdvisor, kind of got a lot worse after being picked up by McAfee. What is Web of Trust doing to make sure they don&#8217;t get too watered down?</strong></p>
<p><span style="text-decoration: underline;">Esa:</span> SiteAdvisor is a great service and they are fighting on the same side with us. What makes Web of Trust different is the fact that our website ratings are based mainly on ratings coming from our users. This enables us to be faster and more accurate than computerized testing services. Internet fraud can often be only detected by a human person. Lets take an example: One of the latest trend of security threats against Internet users employs software products which pretend to be security tools that help you remove spyware or viruses. These fake anti-malware products scare users by giving false alarms and then try to deceive users into paying for removal of non-existing malware.</p>
<p>When these threats started to emerge last year, WOT was the first system to warn users about them, thanks to our active users who rated these sites. The quality of WOT website ratings has improved as our community has grown, so we definitely are on the right track.</p>
<p><strong>Are you guys working on any spin-off or side projects right now or is your main focus still on Web of Trust.</strong></p>
<p>Web of Trust is our main focus. There is so much to do. We are certainly not going to stop here &#8211; the journey has just begun.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2009/01/20/one-on-one-with-ceo-of-web-of-trust/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Chat with the Man Who Makes Your Tabs Colorful</title>
		<link>http://www.firefoxfacts.com/2008/09/12/a-chat-with-the-man-who-makes-your-tabs-colorful/</link>
		<comments>http://www.firefoxfacts.com/2008/09/12/a-chat-with-the-man-who-makes-your-tabs-colorful/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 10:00:00 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[colorful tabs]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Tabbed Browsing]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/?p=2054</guid>
		<description><![CDATA[Not often do the people behind the absolutely awesome Firefox add-ons, tools and the browser itself get much time in the spotlight.  I recently had the chance to talk with the ColorfulTabs extension author, Shivanand Sharma, to get his views on his creation and a number of other development related questions. What first inspired you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.firefoxfacts.com/wp-content/uploads/2008/09/colorful-tabs.png" border="0" alt="colorful-tabs" width="504" height="117" /></p>
<p>Not often do the people behind the absolutely awesome Firefox add-ons, tools and the browser itself get much time in the spotlight.  I recently had the chance to talk with the ColorfulTabs extension author, Shivanand Sharma, to get his views on his creation and a number of other development related questions.</p>
<p><strong>What first inspired you to create the </strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1368"><strong>ColorfulTabs</strong></a><strong> add-on for Firefox?</strong></p>
<p>Before I begin I&#8217;d like to congratulate you and commend you for the great and popular blog and content you have created. A &#8216;hello&#8217; to all your visitors and fans of Firefox.</p>
<p>Back in the old days when Firefox caught my attention, there was a page with a walk-through on how to use userchrome.css to style your toolbars and buttons. The article was created by Flexer and I was so fascinated that I spent hours coloring and styling every aspect of the browser. One day the idea just struck – what if every tab was a different color? At least the tab boundaries will be more distinguishable. It was a small idea that gave birth to ColorfulTabs. Initially ColorfulTabs just used 32 fixed colors to color each tab in a cycle (after the 32nd tab color cycle just restarted).</p>
<p><span id="more-2054"></span></p>
<p>A friend of mine used to say – &#8220;an idea always starts small but eventually it matures and manifests into something big.&#8221; Users reported using 56 tabs and said that the colors were not unique. I had never imagined someone opening 56 tabs all at once. I then implemented random generation of colors. Later users requested more and we now have coloring at domain level and user selectable colors for up to 5 domains.</p>
<p><strong>Will we ever see mono-chrome tabs? :)</strong></p>
<p>I&#8217;ve been requested this feature for quite some time now. And I&#8217;ve been toying around with this idea. In my opinion such a feature is more of a theming work than that of a functionality enhancement. When Vista came out people wanted metallic tabs. So the idea is there and the day I&#8217;m convinced about it, it will be there :)</p>
<p><strong>How difficult was it to convert Colorful Tabs over from Firefox 2 to Firefox 3?</strong></p>
<p>Generally whenever the Firefox user-interface gets modified it breaks some extensions. We saw some UI changes for the Firefox 3 tabs and that&#8217;s what required some fixing. Generally if you are good at debugging, you know what is breaking things and what needs to be modified. It took me two days to fix the JavaScript part and another few hours to style the new tabs with CSS. As always it wasn&#8217;t merely a compatibility fix. I wanted to introduce more features, more functionality to live up to the expectations of the Firefox 3 users. When it&#8217;s the launch of Firefox 3 you sure want your extension to have some new features and impress the fans. And that takes some time and trying. I was not a seasoned extension developer when I started so I&#8217;ve learnt with time. I just was good at C and logic. That goes a long way. ColorfulTabs was one of the top 50 most downloaded addons on the day of Firefox release.</p>
<p><strong>Outside of Colorful Tabs, what else do you work on professionally or for a hobby?</strong></p>
<p>Technology amuses me. I find it hard to resist computers. So of all the things I do, most are technical. I&#8217;m a jack of many trades. I&#8217;m a professionally blogger and I have my main blog at <a href="http://binaryturf.com">http://binaryturf.com</a>. It is about blogging and doing the best at that to go full-time. Once in a while I also post about the technology that catches my fascination. I sing and pursue immense interest in music and have another blog about it at <a href="http://music.binaryturf.com">http://music.binaryturf.com</a> (which I only post to when I&#8217;m really in &#8216;the mood&#8217;). I also function as an Editor at Firefox Addons (AMO). I&#8217;ve designed a WordPress theme called Femme Flora and plan to design a premium theme soon. Photography is another favorite activity of mine. So it&#8217;s pretty much anything I can get my hands on.</p>
<p>While these activities keep my interest and I plan to pursue them full-time in the future. I work with an IT company as a Systems Engineer to make a living. However most of my earning comes from Google Adsense on my blog. May be in the future I&#8217;ll just work as a part of the open source community full-time and pursue my interests. I think that is what life is all about &#8211; doing what you want, contributing to a community and changing the world in whatever small way I can, having the money to afford this luxury and having a ball of a time :).</p>
<p><strong>If somebody asked you, what is the best way to get started with creating add-ons for Firefox, what would you tell them?</strong></p>
<p>I receive a lot of those requests on a regular basis. There are many tutorials online that will walk you through the process. They all stand good as long as you experiment and learn. However if I were to start learning extension development from scratch I&#8217;d head on to:</p>
<ul>
<li><a href="http://kb.mozillazine.org/Extension_development">http://kb.mozillazine.org/Extension_development</a> &#8211; This is a formal introductory guide that serves as an induction into the process, the technology and the environment.</li>
<li><a href="http://kb.mozillazine.org/Getting_started_with_extension_development">http://kb.mozillazine.org/Getting_started_with_extension_development</a> &#8211; a guide to equip you and get set for development.</li>
<li><a href="http://developer.mozilla.org/">http://developer.mozilla.org/</a> &#8211; The central place where everything is documented and detailed. You will find code snippets and examples that come in as invaluable because there are times when you are stuck and there&#8217;s no one to help. Just copy the code and try it out. It can save you hours of frustration.</li>
</ul>
<p>The community at Mozilla has been doing some fantastic work documenting everything to make development easy for individuals of any level and knowledge of development. I&#8217;d like to thank them for their continued efforts in making Firefox such a popular project.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/09/12/a-chat-with-the-man-who-makes-your-tabs-colorful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with Michel Gutierrez of Video DownloadHelper</title>
		<link>http://www.firefoxfacts.com/2008/09/08/interview-with-michel-gutierrez-of-video-downloadhelper/</link>
		<comments>http://www.firefoxfacts.com/2008/09/08/interview-with-michel-gutierrez-of-video-downloadhelper/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 10:00:25 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[downloadhelper]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[video download helper]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/?p=2050</guid>
		<description><![CDATA[Video DownloadHelper is by far the most popular of the video downloading add-ons out the for Firefox.  Only proof you need is to check out the most popular downloads page yourself.  It gets 480,759 weekly downloads.  With that in mind, I wanted to talk with the man behind what might be one of the most [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 5px 5px; border-right-width: 0px" src="http://www.firefoxfacts.com/wp-content/uploads/2008/09/11.jpg" border="0" alt="11" width="161" height="121" align="right" /> Video DownloadHelper is by far the most popular of the video downloading add-ons out the for Firefox.  Only proof you need is to check out the <a href="https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:all?sort=popular">most popular downloads</a> page yourself.  It gets <em>480,759</em> weekly downloads.  With that in mind, I wanted to talk with the man behind what might be one of the most popular add-ons for Firefox, ever.  Who is this man? Michel Gutierrez is the brain behind the Video DownloadHelper and I was lucky enough to get him cornered to answer a few questions I had about the extension.</p>
<p><strong>Out of all the different, &#8220;download the video from that video sharing site&#8221; services out there &#8211; what does it feel like to be the most popular one, right now?</strong></p>
<p>It&#8217;s good and that&#8217;s even better to be one of the most popular Firefox extensions overall :)</p>
<p>I started computing in the early 80s on a Sinclair ZX81 (2KB of RAM!) and since then, i wrote many lines of code within a lot of various projects but DownloadHelper is by far the application that got the best success. So when you write a piece of software that will be executed one million times everyday, you for sure feel useful but a bit anxious as you have the responsibility to make this code work flawlessly.</p>
<p><span id="more-2050"></span></p>
<p><strong>What makes Video DownloadHelper different than the other video download tools for Firefox?</strong></p>
<p>There are 3 major things for an application like DownloadHelper to be successful:</p>
<p>First, it must be easy to use: most users must be able to use it right away after the installation without having to read a long manual.</p>
<p>Second, it must be reliable and work without problem is a large majority of situations. However, in this particular video downloading area, you must accept that the application won&#8217;t work in 100% of the cases users would expect it to work.</p>
<p>Third, it must be trustworthy and not try to spy the users, send them popups or anything of that kind, where it would be technically easy to do so and financially lucrative. And not only it must respect the users but it must be seen as such. This is were popularity is quite useful: users know that if millions other people use the application, this one must be safe.</p>
<p>For the case of video downloading tools, DownloadHelper is well perceived because it matches well the 3 points above, in particular it uses generic capture methods that work well in practice and do not depend on a video site implementation that could change the next day, that&#8217;s for reliability. Also, it does not resolve video media addresses through an external web site where users could suspect someone spies them upon on the videos they are watching.</p>
<p><strong>Did video web sites complain about your tool being able to grab their content?</strong></p>
<p>No, on the contrary, many of them ask for their site to be included in our lists.</p>
<p>It&#8217;s important to understand that DownloadHelper is not only a tool to grab videos to your local hard disk, but the overall project also includes a registry of more than 600 video sites which is managed mainly on the web site (<a href="http://www.downloadhelper.net/sites.php)">http://www.downloadhelper.net/sites.php)</a> and a bit in the extension (supported sites list). Thanks to the magic of statistics, from the data collected in the site over a large population of visitors, the lists are sorted accurately based on their quality. If a new good video web site opens, it will quickly show up in the top of the list.</p>
<p>This discovery feature generates everyday about 150,000 hits to those web sites. So to answer your question, a few sites requested to be removed and only 1 of them maintained this request once they understood the traffic was directed to their html pages and not directly to the media content.</p>
<p><strong>Is there still room for improvement with Video DownloadHelper, or are you more focused now keeping it up and running with the most recent Firefox versions?</strong></p>
<p>There is still a large functional margin with DownloadHelper and you can expect to see new great features in the near future. Amongst them, you should see:</p>
<ul>
<li>much smarter naming of the videos: most users would prefer downloading a file named funny_basketball_shots.flv rather than 3246874321854.flv</li>
<li>video conversion parameters sharing: fine tuning the embedded converter can be tricky. As DownloadHelper users is a large population, sharing the</li>
<li>configurations that work best becomes statistically meaningful<br />
direct access to YouTube high-quality videos</li>
<li>several other features that are still secret :)</li>
</ul>
<p><strong>Do you have other secret Firefox-related projects?</strong></p>
<p>Unfortunately, my brain is not powerful enough to handle other projects in parallel, and it&#8217;s certainly wiser to use the energy capitalizing on the popularity of DownloadHelper.</p>
<p>But still in the overall DownloadHelper context, the next big step is to take benefit of the exposure of the extension to help populations in Africa. It&#8217;s something to help people in developed countries getting videos, but if you can also provide a more significant support to people in need, then why not doing so ? I am currently discussing with associations to have that in place in late September or October.</p>
<p><strong>How many people are contributing to the DownloadHelper project ?</strong></p>
<p>About 2 millions daily users making suggestions and reporting issues (not all of them fortunately !), 800 beta-testers, 20 translators, ~10 advisers and 1 making the decisions and the coding.</p>
<p><strong>What made you want to create the add-on for Firefox?</strong></p>
<p>Basically the need for it.</p>
<p>In summer 2006, I wanted to download a video file out of YouTube. The only Firefox extension that was available at that time was really not good. As I developed several Mozilla extensions in a professional context, I had the technical expertise to do better, which I did in a week-end. The first day it was published on addons.mozilla.org it downloaded 2000 times which I found very high. I now have other figures in mind to talk about success :)</p>
<p><strong>What other Firefox add-ons out there really impress you?</strong></p>
<p>I like small extensions doing a simple job well, like <a href="https://addons.mozilla.org/en-US/firefox/addon/26">Download Statusbar</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/39">Mouse Gesture Redox</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/1852">Table2Clipboard</a>.   And also as a web developer, I could not live without <a href="https://addons.mozilla.org/en-US/firefox/addon/216">Javascript Debugger</a> (Venkman), <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a>.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/09/08/interview-with-michel-gutierrez-of-video-downloadhelper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview With the Mind Behind NoScript</title>
		<link>http://www.firefoxfacts.com/2008/09/03/interview-with-the-mind-behind-noscript/</link>
		<comments>http://www.firefoxfacts.com/2008/09/03/interview-with-the-mind-behind-noscript/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 11:17:02 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[noscript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[whitelist]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/?p=1885</guid>
		<description><![CDATA[So what type of questions would you have for the mind behind NoScript?  I recently got to chat with Giorgio Maone, the creator of possibly the most popular security related extension for Firefox. Why would the random Firefox user off the street be using NoScript? Firefox is an extremely safe browser, because it can take [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 5px 5px; border-right-width: 0px" src="http://www.firefoxfacts.com/wp-content/uploads/2008/09/ss0.png" border="0" alt="ss0" width="149" height="126" align="right" /> So what type of questions would you have for the mind behind <a href="http://noscript.net/">NoScript</a>?  I recently got to chat with <a href="http://hackademix.net/">Giorgio Maone</a>, the creator of possibly the most popular security related extension for Firefox.</p>
<p><strong>Why would the random Firefox user off the street be using NoScript?</strong></p>
<p>Firefox is an extremely safe browser, because it can take advantage of an open and agile development process, a very security-minded core development team and a multi-vendor security coordination group, including people from major Linux distributions and IT integrators, which I&#8217;m also a member of. This ensures that many experts with different backgrounds and points of view are steadily discussing about making Firefox safer and stronger, and that discussion quickly translates in bug fixing and enhancement code.</p>
<p><span id="more-1885"></span></p>
<p>That said, no modern browser can be said 100% safe:</p>
<ul>
<li>The code base is very complex and articulate, including a network stack, multiple parsers, renderers, codecs for images/video/audio, a scripting engine and many other components. This code will never be 100% bug free, because of its continuous evolution, even if the mandatory regression tests which are dictated by the current Mozilla development policy do help a lot. Incidentally, the piece which over the time proved to be the most vulnerable to security-sensitive bugs is JavaScript, and the bad guys start or prepare their attacks using this scripting language because it&#8217;s extremely powerful, ubiquitous, easy to obfuscate and often a soft-spot itself. <em>That&#8217;s the main rationale behind NoScript blocking JavaScript on every unknown site, until the user explicitly decides to trust it.</em></li>
<li>Even if the Mozilla code was absolutely clean, nowadays web content rendering requires a number of 3rd party plugins (Java, Flash, Silverlight, Quicktime, just to name the most popular) which have proven to be all but invulnerable. Most recent remote execution exploits, indeed, leverage intrinsic features of these plugins (e.g. the fact they implement virtual machines and JIT compilation, and therefore they need write access on executable memory) <a href="http://hackademix.net/2008/04/02/vista-gang-raped-by-the-browser-brothers-trio/">to bypass the additional protections put up by latest OSes and browsers</a>. <em>That&#8217;s why NoScript blocks Java, Flash and all the other plugins on sites you don&#8217;t trust.</em></li>
<li>Even if both the browser and its plugins did not expose any attack surface, today the web itself is fundamentally broken from a security perspective. The HTTP protocol and the HTML markup, the building blocks of the WWW, had been originally developed with the intent of representing and making navigable a network of interrelated (hyperlinked) documents. They were not designed to support <em>applications</em>, i.e. full fledged programs, often in charge of sensitive databases. Years later, many of our daily web destinations (Google Search, GMail, our online banking site, our customized feed-laden home page) are read/write applications, and securing them requires a great development effort because their foundation is so fragile. In facts, most of them are vulnerable, especially to attacks caused by the lack of isolation: a malicious site can read sensible data or push transactions on a different web application on behalf of the current user. This kind of attacks, the most relevant and widespread of which are <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">Cross Site Scripting (XSS)</a> and <a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">Cross Site Request Forgery (CSRF)</a>, are made possible by very common programming errors or deficiencies on the web application side; therefore, for a long time, browser vendors did not feel the responsibility of mitigating their nefarious effects. Fortunately something is changing, and I like to believe a relevant cause has been <em>the pioneering role of NoScript, which dispelled the myth that nothing could be done about XSS and CSRF on the client side:</em> IE8, for instance, will contain <a href="http://hackademix.net/2008/07/03/noscripts-anti-xss-filters-partially-ported-to-ie8/">an Anti-XSS filter which is pretty much a copy of the one introduced by NoScript</a>, albeit less effective than the original ;)</li>
</ul>
<p>I believe the reasons above are more than enough for &#8220;the random Firefox user&#8221; to embrace NoScript, because a web browser alone, even if its the safest like Firefox, could never be as safe as Firefox with NoScript.</p>
<p><strong>For those people out there who don&#8217;t read descriptions or reviews before trying out an add-on, has anybody ever complained about scripts being blocked after installing?</strong></p>
<p>Yes, I admit it used to happen all the time, even if there are a lot of sites out there (most blogs and news sites, including Slashdot) which work perfectly fine with scripts blocked.</p>
<p>But now NoScript, after first install or upgrades, redirects its users to a &#8220;Release Notes&#8221; page which incorporates also a quick tour through its features, hoping to convey the message that allowing scripting on a trusted site is just one click away from the NoScript icon, that your trust judgment will be remembered and therefore the training burden will get always lighter and lighter.</p>
<p>The training phase can enjoy a further speed up if you enable the &#8220;Allow sites opened through bookmark&#8221; preference.</p>
<p>Finally, if you don&#8217;t feel ready yet for a whitelist approach, you may want switch to the less safe &#8220;Scripts Globally Allowed&#8221; mode: Anti-XSS protection is still fully enforced, and you will be able to selectively blacklist the sites you don&#8217;t want to run scripts and plugins.</p>
<p><strong>What was the main inspiration for developing NoScript?</strong></p>
<p>More than 3 years ago (early May 2005), some months after releasing my first Firefox add-on called <a href="http://flashgot.net">FlashGot</a>, a crisis situation hit Mozilla because a serious, unpatched vulnerability was publicly disclosed, which allowed attackers to perform remote code execution against any Firefox user visiting a malicious site enabled to run JavaScript.</p>
<p>I felt concerned for my own security in the first place, and began to investigate previous known browser vulnerabilities, discovering that, across all major browsers, the culprit or the main vessel of exploitation was almost always JavaScript. Actually, in the overwhelming majority of the browser-related security advisories, the suggested work-around is still &#8220;Disable JavaScript&#8221;.</p>
<p>So I asked myself, what about disabling JavaScript as they suggest, but keeping it enabled on sites I trust and I need it to work on, like my webmail or my bank? Or should I give up online banking &#8220;until the bug is patched&#8221;? And what about the bugs which have not been disclosed yet? Am I sure bad guys don&#8217;t already know how to exploit them?</p>
<p>3 days after, NoScript 1.0 was ready and published on the Mozilla add-ons web site.</p>
<p><strong>Short of your own add-on, what other security measures or tips to you suggest people take advantage of?</strong></p>
<p>From a strict browser security stand-point, NoScript is almost all you need, because it covers active content permissions, XSS and, to a certain extent, CSRF too. The Anti-CSRF capabilities of NoScript are being dramatically augmented in the current development cycle eventually leading to NoScript 2.0, which introduces an innovative feature called &#8220;Application Boundaries Enforcement&#8221; (ABE), a sort of in-browser firewall greatly mitigating this class of vulnerabilities. In the meanwhile, some additional security on this front might be provided by <a href="http://www.nongnu.org/requestrodeo/">RequestRodeo</a> or <a href="https://addons.mozilla.org/en-US/firefox/addon/5055">LocalRodeo</a>, but I&#8217;m not sure if they&#8217;ve been updated to work with Firefox 3. The same goes for <a href="https://addons.mozilla.org/en-US/firefox/addon/1502">SafeHistory</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/1474">SafeCache</a>, two privacy-related add-ons, whose Firefox 3 compatibility status is not very clear at this moment and whose functionality will be likely absorbed by a future NoScript release. On the privacy side, other 2 add-ons I personally use with satisfaction are <a href="https://addons.mozilla.org/en-US/firefox/addon/953">RefControl</a>, which hides or forges your referrer header depending on the site you visit, and <a href="https://addons.mozilla.org/en-US/firefox/addon/5207">CS Lite</a>, to manage your cookie permissions with an user interface apparently inspired by NoScript, but if you&#8217;re after real anonymity you definitely need <a href="http://www.torproject.org/">Tor</a>. Another nice complement to NoScript is <a href="https://addons.mozilla.org/en-US/firefox/addon/3456">WOT</a>, which provides real-time security and privacy community-driven advices about each site you visit: this can help a lot to judge the accountability of a site you&#8217;re landing on for the first time, so you can better decide if it&#8217;s safe to allow in NoScript.</p>
<p>Out of the browser, I encourage using a limited user account for everyday activity (that should sound obvious if you&#8217;re on Linux or Mac OS X, but some Microsoft customers still need to be educated in that direction). If you&#8217;re not behind a corporate or home firewall, keeping a personal firewall enabled and correctly configured is mandatory too.</p>
<p>Then, especially if you&#8217;re a Windows user, you already know an anti-virus product can save your back sometimes, even if using a secure browser (Firefox+NoScript) and a secure mail client (Thunderbird) is much more important as a first line prevention strategy: after all, an anti-virus can block only the threats it already knows, so unless you practice safe browsing and mailing you&#8217;re still very exposed to <a href="http://en.wikipedia.org/wiki/Zero_day_attack">0 day attacks</a>.</p>
<p><strong>Where should people go to learn more about NoScript and your development of the add-on?</strong></p>
<p>The <a href="http://noscript.net">NoScript web site</a> contains a &#8220;<a href="http://noscript.net/features">features</a>&#8221; page, which turned into a quick user manual over the time, and a quite extensive <a href="http://noscript.net/faq">FAQ section</a>.  I&#8217;d also love people to come and share their views about security, Mozilla and other &#8220;hackerish&#8221; topics on my blog, <a href="http://hackademix.net">Hackademix</a>.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/09/03/interview-with-the-mind-behind-noscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chatting About Theme Design with TwisterMc</title>
		<link>http://www.firefoxfacts.com/2008/04/25/chatting-about-theme-design-with-twistermc/</link>
		<comments>http://www.firefoxfacts.com/2008/04/25/chatting-about-theme-design-with-twistermc/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 11:20:51 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Best Themes]]></category>
		<category><![CDATA[Interviews]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Firefox-themes]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[twistermc]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/?p=1503</guid>
		<description><![CDATA[It isn&#8217;t every day that we get the chance to pick the brain and converse with probably one of the most popular Firefox theme designers (and all around pretty cool guy) TwisterMc.  He is best known for the iPox series of themes he has done for Firefox, but also has several other projects worth checking [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.firefoxfacts.com/wp-content/uploads/2008/04/368848-9aeda3f518-o.jpg" border="0" alt="Interview with TwisterMc" width="479" height="332" /></p>
<p>It isn&#8217;t every day that we get the chance to pick the brain and converse with probably one of the most popular Firefox theme designers (and all around pretty cool guy) <a href="http://www.twistermc.com">TwisterMc</a>.  He is best known for the <a href="http://www.twistermc.com/blog/ipox">iPox series</a> of themes he has done for Firefox, but also has several other projects worth checking into when you get the time.</p>
<p><strong>To many you are only known as TwisterMc, the brilliant designer that does all those iPox themes for Firefox. Where did the nickname come from?</strong></p>
<p><span style="color: #008000;">TwisterMc:</span> I&#8217;ve always been fascinated with the weather and especially tornados; even though I&#8217;ve never seen one.  When it came time to get my own domain, I wanted something that had to do with weather.  Since twister was already taken, I added Mc from my last name and came up with TwisterMc.</p>
<p><strong>Where do you draw your inspiration or ideas from when it comes to sitting down and designing a theme from scratch?</strong></p>
<p><span style="color: #008000;">TwisterMc: </span>I get inspiration from everything.  It could be a web site I came across, cool packaging or just the result of trying a few designs and seeing what I like.</p>
<p><span id="more-1503"></span></p>
<p><strong>Now your not all just about the Firefox themes, what other side projects have you got going on?</strong></p>
<p><span style="color: #008000;">TwisterMc: </span>Besides themes I&#8217;ve dabbled in Firefox extensions, WordPress plugins, desktop backgrounds and a few miscellaneous Growl notifications and Apple Scripts.  I also operate a lot of web sites that cover a variety of topics.</p>
<p><strong>Now you have done many different themes for Firefox.  Out of them all which one would you consider to be your favorite and why?</strong></p>
<p><span style="color: #008000;">TwisterMc:</span> Ohh that&#8217;s a hard one.  I love the one I&#8217;m working on at any given moment.  If I had to pick one, I really like iPox as it&#8217;s where it all started.</p>
<p><strong>With Firefox 3, you were one of the first ones to note that there would need to be some big changes to the current themes to get them up to date with the new look and feel of the newest version of the browser.  Are you looking forward to the challenge or wishing Mozilla would have left well enough alone?</strong></p>
<p><span style="color: #008000;">TwisterMc:</span> I do like the challenge.  Re-working the themes take me back into each and gives me added incentive to polish the themes even more. The only difference this time is that I have a lot more themes to update.</p>
<p><strong>If there was no Firefox, what do you think you would be skinning up instead if anything at all?</strong></p>
<p><span style="color: #008000;">TwisterMc:</span> Probably WordPress.  I&#8217;m a big WordPress fan and I think there are a lot of possibilities with WordPress themes right now.  I know how to do it, I just haven&#8217;t sat down and done a public theme yet.</p>
<p><em>Thanks to Thomas (aka the twisted one) for taking the time out to answer a few of my questions.  If you know of any other Firefox or Mozilla aficionado you&#8217;d like for me to give the shakedown to till they answer some of our questions, let me know.</em></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/04/25/chatting-about-theme-design-with-twistermc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Me.dium Goals, Future and Praise</title>
		<link>http://www.firefoxfacts.com/2008/02/04/medium-goals-future-and-praise/</link>
		<comments>http://www.firefoxfacts.com/2008/02/04/medium-goals-future-and-praise/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 10:00:00 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[david mandell]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[medium]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/02/04/medium-goals-future-and-praise/</guid>
		<description><![CDATA[Me.dium is one of those unique Firefox addons that delivers a service that none so far have been able to duplicate. Giving you a way to chat live with other people on the same page &#8211; the idea is simple, yet brilliant. I recently had the chance to get a quick interview in with David [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.firefoxfacts.com/wp-content/uploads/2008/02/medium.jpg" alt="Me.dium Interview" align="right" /><a href="http://me.dium.com">Me.dium</a> is one of those unique Firefox addons that delivers a service that none so far have been able to duplicate.  Giving you a way to chat live with other people on the same page &#8211; the idea is simple, yet brilliant.  I recently had the chance to get a quick interview in with David Mandell the founder and VP of Marketing at Me.dium.</p>
<p><strong>Does it make you feel nervous at all that your success is so tied into the success of addons for the browser?  You have clients for both Firefox and Internet Explorer, but what if addons sometime become &#8220;not so cool&#8221;.</strong></p>
<p>Sure, industry change always makes us nervous.  The key is to continually provide enough value for the user that cool transforms into indispensable. We are trying to provide a tremendous amount of information in a very small space, so there is always the possibility of looking at other ways to display the value, but at this point, the experience of surfing with your friends is so tied to where you are on the Internet, that a marriage between the browser and Me.dium makes sense.</p>
<p><span id="more-1343"></span></p>
<p><strong>How quickly has your user base grown and how many average users would you say you have at the present date and time?</strong></p>
<p>We&#8217;ve been very pleased with our user growth and Firefox has played a big part in that.  We&#8217;re looking forward to the 3.0 upgrade to fuel even more users.  While specific numbers aren&#8217;t something that we publicize, the key with Me.dium has always been more about whether there are people that matter to me <em>(my friends or people doing similar things)</em> online right now.  We have gotten to the point now where there are enough people using Me.dium at the same time that you are no longer alone online.  You can bump into your friends and gain value by watching the activity of other users.</p>
<p><strong>From my standpoint, you have done a lot when it comes to bringing a social interaction to any site or page.  What is next with the Me.dium project?</strong></p>
<p>Thanks for the vote of confidence!  That&#8217;s definitely been our goal.  I think as far as the next evolution goes, we need to really refine a bunch of things on the User Interface side to make it much more understandable and usable.  Surfing with your friends in Me.dium still takes a bit too much of a learning curve from our perspective and adding a bunch of new features before the current version of Me.dium is a bit clearer and easier to use is probably just going to muddy the waters a bit.</p>
<p><strong>When and where does Me.dium become a profitable business? </strong></p>
<p>Working on setting that meeting right now.  I&#8217;ll shoot over the coordinates and meet you there! :)</p>
<p>In all seriousness, were working hard to package the data that our users share in a valuable way right now.  Based on all market data we have, it&#8217;s not too far out at the moment.  The key for us will be making sure that our users know how we are creating value with their shared data so the process is clear and users know exactly what we are getting in return for whatever they choose to share with us.</p>
<p><strong>As far as Firefox extensions go, what separates Me.dium from the rest of the pack as a must have addon to any browser?</strong></p>
<p>That&#8217;s an easy one. Today&#8217;s browsing experience is simply way too solitary. Me.dium makes the entire web social.  By connecting you in real time to all your friends online, Me.dium is the only way to get all the benefits of your social interactions from the real world in your online world.</p>
<p>Unlike social networks, Me.dium isn&#8217;t just a collection of pages where you post information about yourself and send your friends messages. Me.dium is a social browsing add-on that transforms the entire web into a social experience.  Navigate around the entire web with people you care about.  Bump into your friends and interact with the crowds, wherever they are.</p>
<p>Me.dium allows you to truly surf with friends for the first time:</p>
<ul>
<li>Watch YouTube vids together and share them with your friends in real time.</li>
<li>Cruise Flickr or Facebook pics with your friends.</li>
<li>Cruise the best shopping sites and shop together like your in the store with your friends.</li>
</ul>
<p>Surfing the web has been a private and solitary activity for too long. Just like in the real world, you have more fun when you can share your experiences with friends. Me.dium has redefined what it means to surf the web by bringing you and your friends together in a true social experience. That&#8217;s what separates Me.dium from the rest of the pack.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/02/04/medium-goals-future-and-praise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with &#8220;Mr. Adblock Plus&#8221; Wladimir Palant</title>
		<link>http://www.firefoxfacts.com/2008/01/16/interview-with-mr-adblock-plus-wladimir-palant/</link>
		<comments>http://www.firefoxfacts.com/2008/01/16/interview-with-mr-adblock-plus-wladimir-palant/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 12:16:41 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[adblock]]></category>
		<category><![CDATA[adblock plus]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Wladimir Palant]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/01/16/interview-with-mr-adblock-plus-wladimir-palant/</guid>
		<description><![CDATA[I think too often the extensions and themes in the Mozilla realm might get more attention than the people behind them.  With that said, I want to shed a little light on the people who make these things happen from both inside and outside of Mozilla. So where to start? How about with Wladimir Palant [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.firefoxfacts.com/wp-content/uploads/2008/01/adblock.thumbnail.jpg" alt="Adblock Plus" align="right" />I think too often the extensions and themes in the Mozilla realm might get more attention than the people behind them.  With that said, I want to shed a little light on the people who make these things happen from both inside and outside of Mozilla.  So where to start?  How about with Wladimir Palant &#8211; the creator of <a href="http://adblockplus.org/en/">Adblock Plus</a>.</p>
<p><strong>What is the difference between Adblock and Adblock Plus?</strong></p>
<p>Well, usually that&#8217;s the point where I send people to the FAQ:  <a href="http://adblockplus.org/en/faq_project#adblock" class="moz-txt-link-freetext">http://adblockplus.org/en/faq_project#adblock</a></p>
<p>Adblock is very outdated, it hasn&#8217;t been updated for a while. There is a  bunch of ways that web sites can detect Adblock, there is also a bunch  of ways that web sites can prevent their ads from being blocked &#8211; no  such security holes exist in Adblock Plus to my knowledge.</p>
<p>Adblock is  full of UI inconsistencies, I tried to eliminate those as much as  possible. One extremely important Adblock Plus feature is filter  subscriptions &#8211; you can subscribe to a filter list maintained by  somebody else and just forget about the ads. In Adblock you have to use  Filterset.G Updater if you don&#8217;t want to write the filters yourself &#8211;  not the perfect choice if compared to some subscriptions available for  Adblock Plus. Finally, I put lots of effort into making Adblock Plus  efficient and into avoiding website breakage &#8211; both points that were  never considered in Adblock development.</p>
<p>That&#8217;s only the big differences  I can give you off the top of my head.</p>
<p><strong>Have you ever been approached by any of the advertising businesses  offering to pay you briefcases full of money to stop what your doing?</strong></p>
<p>LOL &#8211; No, I am not that important yet, the advertising industry cares very  little about Adblock Plus. It is mostly owners of small websites who  care &#8211; and suspect that they would earn millions if it weren&#8217;t for  Adblock Plus. But those would never pay.</p>
<p><strong>How much of your daily life has Adblock Plus taken over?  Do you  have time for other projects and work or is it Adblock on your mind 24/7?</strong></p>
<p>I have my day job as well, you know? <span class="moz-smiley-s1"><span> :) </span></span></p>
<p>I don&#8217;t have any constant amount of time per day that I spend on Adblock  Plus. Sometimes I actually used to spend a few days on Adblock Plus only  though mostly it wasn&#8217;t more than 2-3 hours per day. Recently however  other things have taken over so that now I only spend maybe 4 hours on  Adblock Plus per week &#8211; barely enough to maintain the project yet not  enough to develop it further. I hope that I will have more time for it  again soon.</p>
<p><strong>As far as development goes, have you done all that can be done or  are you still looking at improvements that can be made to the product  for future releases?</strong></p>
<p>I haven&#8217;t even started. There is very much that can be done. Something  that I hope to see happen in the nearest future is a community-driven  filter database that will allow classification of filters, and that in  turn should allow users to choose which types of filters they want to  subscribe to (e.g. graphical ads but not text ads). Something else that  is in discussion is a set of rules for &#8220;acceptable advertising&#8221; and the  ways how a &#8220;certification&#8221; of ad servers according to these rules can  work &#8211; users would be able to configure Adblock Plus to not block these  ads then.</p>
<p><strong>What is the best way for normal everyday users to help with the  development of Adblock Plus?<br />
</strong><br />
Testing Adblock Plus (also development builds) and reporting bugs is  something where I can never get enough help. In particular testing in  less popular applications (Songbird, K-Meleon etc) is where we have  issues right now. Helping other users (forums) is another area where  everybody can contribute.</p>
<p>I have to point to the FAQ here again:<a href="http://adblockplus.org/en/faq_project#contribute" class="moz-txt-link-freetext"></p>
<p>http://adblockplus.org/en/faq_project#contribute</a></p>
<p><em>I want to thank Wladimir Palant for taking time out to talk with me here, and please be sure to check out Adblock Plus if you haven&#8217;t done so already.  I think if there was an extention hall of fame for Firefox &#8211; Wladimir&#8217;s contribution would definitely belong. </em></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/01/16/interview-with-mr-adblock-plus-wladimir-palant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdaptiveBlue Interview</title>
		<link>http://www.firefoxfacts.com/2006/10/11/adaptiveblue-interview/</link>
		<comments>http://www.firefoxfacts.com/2006/10/11/adaptiveblue-interview/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 10:00:36 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[adaptiveblue]]></category>
		<category><![CDATA[Bookmark Help]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2006/10/11/adaptiveblue-interview/</guid>
		<description><![CDATA[Now there is no saying that the adaptiveblue Firefox extension is not one of the coolest things I&#8217;ve seen in a while. The folks behind the magic are pretty awesome as well. I just caught wind of this interview with Alex Iskold and I thought it gave a pretty good insight on what it takes [...]]]></description>
			<content:encoded><![CDATA[<p>Now there is no saying that the <a href="http://www.adaptiveblue.com/">adaptiveblue Firefox extension</a> is not one of the coolest things I&#8217;ve seen in a while.  The folks behind the magic are pretty awesome as well.  I just caught wind of this interview with Alex Iskold and I thought it gave a pretty good insight on what it takes to create such a project.</p>
<p>+ <a href="http://www.emilychang.com/go/ehub/interview/adaptiveblue/">Read Alex Iskold&#8217;s Interview with eHub!</a></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2006/10/11/adaptiveblue-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

