<?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>Eming.com &#187; Browser</title>
	<atom:link href="http://eming.com/en/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://eming.com</link>
	<description></description>
	<lastBuildDate>Thu, 13 May 2010 17:15:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HAWHAW PHP Class Library V5.24 Released</title>
		<link>http://eming.com/en/hawhaw-php-class-library-v5-24-released/</link>
		<comments>http://eming.com/en/hawhaw-php-class-library-v5-24-released/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 20:16:54 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HAWHAW (HTML and WML hybrid adapted Webserver)]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Nintendo DS (Dual Screen)]]></category>
		<category><![CDATA[Windows Internet Explorer | Microsoft Internet Explorer | Internet Explorer | MSIE | IE]]></category>
		<category><![CDATA[WURFL (Wireless Universal Resource File)]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1569</guid>
		<description><![CDATA[HAWHAW stands for HTML and WML hybrid adapted Webserver, it is a toolkit to create universal mobile (multimodal) web applications. HAWHAW provides a single application to create website for mobile devices.
With one set of code, HAWHAW provides appropriate markup language automatically according to the browser used by user, Tera-WURFL can be used optionally for improved [...]


Related posts:<ol><li><a href='http://eming.com/en/unified-mod-install-library-umil-1-0-2-released/' rel='bookmark' title='Permanent Link: phpBB Unified MOD Install Library (UMIL) 1.0.2 Released'>phpBB Unified MOD Install Library (UMIL) 1.0.2 Released</a></li>
<li><a href='http://eming.com/en/cms-made-simple-1-7-cape-verde-released/' rel='bookmark' title='Permanent Link: CMS Made Simple 1.7 (Cape Verde) Released'>CMS Made Simple 1.7 (Cape Verde) Released</a></li>
<li><a href='http://eming.com/en/from-3-d-animation-to-desktop-publishing-the-best-free-programs-for-schools/' rel='bookmark' title='Permanent Link: From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools'>From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1570" style="padding: 1em;" title="hawhaw_Nihao_iPad" src="http://eming.com/wp-content/uploads/2010/04/hawhaw_Nihao_iPad.jpg" alt="" width="300" height="232" />HAWHAW stands for <em><strong>H</strong>TML <strong>a</strong>nd <strong>W</strong>ML <strong>h</strong>ybrid <strong>a</strong>dapted <strong>W</strong>ebserver</em>, it is a toolkit to create universal mobile (multimodal) web applications. HAWHAW provides a single application to create website for mobile devices.</p>
<p>With one set of code, HAWHAW provides appropriate markup language automatically according to the browser used by user, Tera-WURFL can be used optionally for improved device detection. </p>
<div style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-inl5"> </SCRIPT></div>
<p>The new version PHP library hawhaw.inc V5.24 supports the Apple iPad. HAWHAW output for the iPad is the same as for the already supported iPhone.</p>
<p>A simple Hello World would look like this:<code>&#60;?php<br />
  require("hawhaw.inc");<br />
  $myPage = new HAW_deck("Welcome");<br />
  $myText = new HAW_text("Hello World!");<br />
  $myPage->add_text($myText);<br />
  $myPage->create_page();<br />
?><br />
</code></p>
<p>HAWHAW supports the following browsers (list is not complete):</p>
<ul>
<li>Internet Explorer, Firefox, Opera, Safari, Chrome, Lynx</li>
<li>Cellphone browsers (WAP)</li>
<li>Smartphone browsers (WAP 2.0)</li>
<li>PDA browsers</li>
<li>Opera Mini</li>
<li>AvantGo</li>
<li>iPhone</li>
<li>Android</li>
<li>Minimo</li>
<li>PIE</li>
<li>Blackberry</li>
<li>Nintendo DS</li>
</ul>
<p>HAWHAW automatically send the correct mime-types in the HTTP response headers and creates the following markup languages for a wide range of mobile devices according the browser used:</p>
<ul>
<li>HTML</li>
<li>WML 1.x</li>
<li>XHTML Mobile Profile (WAP 2.0)</li>
<li>iMode (cHTML)</li>
<li>HDML</li>
<li>MML</li>
<li>VoiceXML</li>
</ul>
<div style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-inl5"> </SCRIPT></div>
<p>The HAWHAW PHP class library is free software; it is licensed under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p>A <a href="http://wap.hawhaw.de/">demo</a> is available, access it with PC and different mobile devices to see the output.</p>
<p>PHP library hawhaw.inc V5.24 (20 April 2010) is available for download at <a href="http://www.hawhaw.de/">HAWHAW website</a>.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/unified-mod-install-library-umil-1-0-2-released/' rel='bookmark' title='Permanent Link: phpBB Unified MOD Install Library (UMIL) 1.0.2 Released'>phpBB Unified MOD Install Library (UMIL) 1.0.2 Released</a></li>
<li><a href='http://eming.com/en/cms-made-simple-1-7-cape-verde-released/' rel='bookmark' title='Permanent Link: CMS Made Simple 1.7 (Cape Verde) Released'>CMS Made Simple 1.7 (Cape Verde) Released</a></li>
<li><a href='http://eming.com/en/from-3-d-animation-to-desktop-publishing-the-best-free-programs-for-schools/' rel='bookmark' title='Permanent Link: From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools'>From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/hawhaw-php-class-library-v5-24-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox “Lorentz” Keeps Plugin Crashes Under Control</title>
		<link>http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/</link>
		<comments>http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:45:34 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1311</guid>
		<description><![CDATA[Firefox &#8220;Lorentz&#8221; provides uninterrupted browsing for Windows and Linux users when there is a crash in the Adobe Flash, Apple Quicktime or Microsoft Silverlight plugins. Plugins such as Flash and Silverlight run in a separate process from the  browser. If a plugin crashes it will not crash the browser, and  unresponsive plugins are [...]


Related posts:<ol><li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
<li><a href='http://eming.com/en/five-years-of-firefox/' rel='bookmark' title='Permanent Link: FIVE YEARS OF FIREFOX'>FIVE YEARS OF FIREFOX</a></li>
<li><a href='http://eming.com/en/firebug-1-5-3-released/' rel='bookmark' title='Permanent Link: Firebug 1.5.3 Released'>Firebug 1.5.3 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-591" style="padding: 1em;" title="Firefox-logo" src="http://eming.com/wp-content/uploads/2010/03/Firefox-logo.png" alt="" width="150" height="57" />Firefox &#8220;Lorentz&#8221; provides uninterrupted browsing for Windows and Linux users when there is a crash in the Adobe Flash, Apple Quicktime or Microsoft Silverlight plugins. Plugins such as Flash and Silverlight run in a separate process from the  browser. If a plugin crashes it will not crash the browser, and  unresponsive plugins are automatically restarted. However this preview release does not have a Mac version.</p>
<p>The process-isolation feature has been in Google&#8217;s Chrome from the beginning. Chrome sandboxes individual tabs, crashes of one tab does not affect the running of the rest of Chrome browser. Firefox currently isolate only Adobe Flash, Apple Quicktime and Microsoft Silverlight, but will eventually isolate all plugins running on a page. </p>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>A beta of the Firefox “Lorentz” project is now <a href="http://www.mozilla.com/firefox/lorentz/">available for download</a> and public testing. Firefox “Lorentz” takes the <a href="http://developer.mozilla.org/devnews/index.php/2010/03/03/mozilla-developer-preview-now-available-with-out-of-process-plugins/">out of process plugins</a> work from Mozilla Developer Previews and builds it on top of Firefox 3.6.3. Users can submit a plugin crash report, and then reload the page to restart the plugin and try again.</p>
<p>Mozilla encourages users to test Firefox “Lorentz” on their favorite websites, and give them feedback by <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&amp;format=guided">filing a bug</a> or <a href="http://feedback.mozilla.org/">filling out this form</a>. Help from the community in evaluating these beta releases is important. Users who install Firefox “Lorentz” will eventually be automatically updated to a future version of Firefox 3.6 in which this feature is included.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
<li><a href='http://eming.com/en/five-years-of-firefox/' rel='bookmark' title='Permanent Link: FIVE YEARS OF FIREFOX'>FIVE YEARS OF FIREFOX</a></li>
<li><a href='http://eming.com/en/firebug-1-5-3-released/' rel='bookmark' title='Permanent Link: Firebug 1.5.3 Released'>Firebug 1.5.3 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsoft IE9 native support for SVG</title>
		<link>http://eming.com/en/microsoft-ie9-native-support-for-svg/</link>
		<comments>http://eming.com/en/microsoft-ie9-native-support-for-svg/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 16:13:39 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[SVG | Scalable Vector Graphics]]></category>
		<category><![CDATA[Windows Internet Explorer | Microsoft Internet Explorer | Internet Explorer | MSIE | IE]]></category>

		<guid isPermaLink="false">http://eming.com/?p=803</guid>
		<description><![CDATA[Microsoft announced that IE9 will support SVG. Graphics programming master Christian Fortini and IE SVG PM Patrick Dengler discuss IE9&#8217;s native support for SVG and demonstrate some examples in this video! They even challenge
Video: IE 9 and SVG &#8211; Past, Present and Future of Vector Graphics for the Web
Windows Internet Explorer 9 (IE9) Platform Preview [...]


Related posts:<ol><li><a href='http://eming.com/en/portableapps-com-ends-windows-9598me-support/' rel='bookmark' title='Permanent Link: PortableApps.com Ends Windows 95/98/Me Support'>PortableApps.com Ends Windows 95/98/Me Support</a></li>
<li><a href='http://eming.com/en/microsoft-office-add-in-for-moodle-released/' rel='bookmark' title='Permanent Link: Microsoft Office Add-in for Moodle Released'>Microsoft Office Add-in for Moodle Released</a></li>
<li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced that IE9 will support SVG. Graphics programming master Christian Fortini and IE SVG PM Patrick Dengler discuss IE9&#8217;s native support for SVG and demonstrate some examples in this video! They even challenge</p>
<p>Video: <a href="http://channel9.msdn.com/posts/Charles/In-your-hands-IE9-and-SVG-Past-Present-and-Future-of-Vector-Graphics-for-the-Web/">IE 9 and SVG &#8211; Past, Present and Future of Vector Graphics for the Web</a></p>
<p><a href="http://ie.microsoft.com/testdrive/">Windows Internet Explorer 9 (IE9) Platform Preview</a> has also been released for download.</p>
<p>There are some interesting Speed, HTML5 and Graphics demos available in the site as well.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/portableapps-com-ends-windows-9598me-support/' rel='bookmark' title='Permanent Link: PortableApps.com Ends Windows 95/98/Me Support'>PortableApps.com Ends Windows 95/98/Me Support</a></li>
<li><a href='http://eming.com/en/microsoft-office-add-in-for-moodle-released/' rel='bookmark' title='Permanent Link: Microsoft Office Add-in for Moodle Released'>Microsoft Office Add-in for Moodle Released</a></li>
<li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/microsoft-ie9-native-support-for-svg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug 1.5.3 Released</title>
		<link>http://eming.com/en/firebug-1-5-3-released/</link>
		<comments>http://eming.com/en/firebug-1-5-3-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:15:51 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://eming.com/?p=649</guid>
		<description><![CDATA[
getfirebug.com announced Firebug 1.5.3 on March 12th, 2010. This release fixes four issues in Firebug 1.5.2.

Issue 2868: ajax response is not shown in the answer tab
Issue 2872: Inspect Element context menu shows different tab markup
Issue 2878: High Firefox memory with Firebug 1.5.2
Issue 2882: console.dir() broken in firebug 1.5.2 and firefox 3.6

In particular, this release works [...]


Related posts:<ol><li><a href='http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/' rel='bookmark' title='Permanent Link: Firefox “Lorentz” Keeps Plugin Crashes Under Control'>Firefox “Lorentz” Keeps Plugin Crashes Under Control</a></li>
<li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
<li><a href='http://eming.com/en/five-years-of-firefox/' rel='bookmark' title='Permanent Link: FIVE YEARS OF FIREFOX'>FIVE YEARS OF FIREFOX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" style="padding: 1em;" src="http://joehewitt.com/software/firebug/firebug.png" alt="Firebug logo" width="302" height="98" /><a href="http://getfirebug.com/"><br />
getfirebug.com</a> announced Firebug 1.5.3 on March 12th, 2010. This release fixes four issues in Firebug 1.5.2.</p>
<ul>
<li>Issue <a href="http://code.google.com/p/fbug/issues/detail?id=2868">2868</a>: ajax response is not shown in the answer tab</li>
<li>Issue <a href="http://code.google.com/p/fbug/issues/detail?id=2872">2872</a>: Inspect Element context menu shows different tab markup</li>
<li>Issue <a href="http://code.google.com/p/fbug/issues/detail?id=2878">2878</a>: High Firefox memory with Firebug 1.5.2</li>
<li>Issue <a href="http://code.google.com/p/fbug/issues/detail?id=2882">2882</a>: console.dir() broken in firebug 1.5.2 and firefox 3.6</li>
</ul>
<p>In particular, this release works around a large memory leak. Mozilla will update the <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug addon</a> at addon.mozilla.org later today.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9737513761197276";
/* 300x250, created 12/03/10 */
google_ad_slot = "1136353033";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-iiom"> </SCRIPT>(Ads)</p>
<p>Firebug is a Mozilla Firefox extension. It allows the debugging, editing, and monitoring of any website&#8217;s CSS, HTML, DOM, and JavaScript, and provides other Web development tools. It also has a JavaScript console for logging errors and watching values, as well as a &#8220;Net&#8221; feature which monitors the amount of time in milliseconds it takes to load and execute scripts and images on the page.</p>
<p>Being a Firefox extension, Firebug itself has its <a href="http://getfirebug.com/downloads#extensions">own extensions</a>, there are over 30 of them.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/' rel='bookmark' title='Permanent Link: Firefox “Lorentz” Keeps Plugin Crashes Under Control'>Firefox “Lorentz” Keeps Plugin Crashes Under Control</a></li>
<li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
<li><a href='http://eming.com/en/five-years-of-firefox/' rel='bookmark' title='Permanent Link: FIVE YEARS OF FIREFOX'>FIVE YEARS OF FIREFOX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/firebug-1-5-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla launched &quot;Rock Your Firefox&quot; Website</title>
		<link>http://eming.com/en/mozilla-launched-rock-your-firefox-website/</link>
		<comments>http://eming.com/en/mozilla-launched-rock-your-firefox-website/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:08:13 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://eming.com/?p=579</guid>
		<description><![CDATA[
Rock Your Firefox, the website created by Mozilla to feature reviews, feedback, and insights from people around the Web who are using Firefox Add-ons to make their online experience better. New highlights, relevant and helpful Firefox Add-ons will be added every Monday, Wednesday, and Friday.
The one &#8220;Featured Add-on&#8221; on launch day, 11 March 2010, is [...]


Related posts:<ol><li><a href='http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/' rel='bookmark' title='Permanent Link: Firefox “Lorentz” Keeps Plugin Crashes Under Control'>Firefox “Lorentz” Keeps Plugin Crashes Under Control</a></li>
<li><a href='http://eming.com/en/five-years-of-firefox/' rel='bookmark' title='Permanent Link: FIVE YEARS OF FIREFOX'>FIVE YEARS OF FIREFOX</a></li>
<li><a href='http://eming.com/en/firebug-1-5-3-released/' rel='bookmark' title='Permanent Link: Firebug 1.5.3 Released'>Firebug 1.5.3 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-585" title="RockYourFirefox" src="http://eming.com/wp-content/uploads/2010/03/RockYourFirefox.jpg" alt="" width="500" height="377" /><a href="http://rockyourfirefox.com/"></a></p>
<p><a href="http://rockyourfirefox.com/">Rock Your Firefox</a>, the website created by Mozilla to feature reviews, feedback, and insights from people around the Web who are using Firefox Add-ons to make their online experience better. New highlights, relevant and helpful Firefox Add-ons will be added every Monday, Wednesday, and Friday.</p>
<p>The one &#8220;Featured Add-on&#8221; on launch day, 11 March 2010, is <a href="http://www.yoono.com/">Yoono</a>, a social networking add-on with over 3.8M downloads. <a href="https://addons.mozilla.org/en-US/firefox/addon/1833">Yoono Add-on</a> put popular social networking and IM (Instant Messaging), such as Facebook, MySpace, Twitter, LinkedIn, Flickr, Friendfeed, AIM and Yahoo IM, on Firefox sidebar. There is also a desktop version of Yoono.</p>
<p>According to Mozilla regarding the new website:</p>
<ul>
<li>Why Rock Your Firefox:  Over a hundred million people worldwide have downloaded nearly 2  billion add-ons. We created Rock Your Firefox as a way to showcase the amazing depth, breadth,  and  power of Firefox Add-ons in a simple and friendly way that even my mom would  understand.</li>
<li>How it began: Rock Your Firefox was originally a Facebook application launched by Mozilla in 2007 to let add-on fans share their favorite add-ons with their friends and discover new ways to customize Firefox. Although we retired this application several months ago, we liked its strong branding so much that we decided to revive it for this exciting new site.</li>
</ul>
<p>The success of Firefox undoubtedly linked to its vast array of quality add-ons. When Firefox first came into the scene, it was promoted as a simple and fast browser, unlike the bloated Mozilla browser at that time. Then came the add-ons, which became one of the major reasons for many of the people switching from Microsoft IE (Internet Explorer).<br />
<img src="http://eming.com/wp-content/uploads/2010/03/Chrome_Logo-200px-50x50.png" alt="" title="Chrome_Logo" class="alignright size-full wp-image-617" /><br />
People who use Firefox are generally more technologically aware and willing to try something new something better, that is what made them switched from IE in the first place. When Google&#8217;s Chrome first appeared, it was fast but too basic for practical use. Then it had gotten more polished, a small number of people started to switched. One of the major reasons that kept Firefox users from switching to Chrome was the Firefox add-ons. But now, the number and the quality of Google Chrome Extensions has improved so dramatically, Mozilla should start to worry.</p>
<p>Firefox is no long the lean mean browsing machine that it was famous for. Its gecko rendering engine is getting old and bloated. In many speed tests, Chrome has consistently out run Firefox in many areas.<img src="http://eming.com/wp-content/uploads/2010/03/Firefox-logo.png" alt="" title="Firefox-logo" width="150" height="57" class="alignright size-full wp-image-591" /></p>
<p>Mozilla&#8217;s <a href="http://addons.mozilla.org">Add-on for Firefox</a> is already a well established website. It already has some Featured, Recommended, Popular lists on the front page. Is this &#8220;Rock Your Firefox&#8221; a duplicated effort?</p>
<p>Is this new Rock Your Firefox website a desperate attempt to raise interests of Firefox by highlighting popular and essential add-ons, which Chrome do not yet have, to make as many users as possible hook on Firefox and its add-ons before they switch over to Chrome?</p>
<p>Speed of browser has always been important. In the past it was the issue with internet connection speed, though now broadband has become a normal, speed remain a major issue, because the content itself has became so much more complicated, with Ajax and Flash and Videos streaming etc; and people open multiple tabs at one time. While Firefox is still a very good browser, it should put more efforts into its fundamentals first, security and speed.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/' rel='bookmark' title='Permanent Link: Firefox “Lorentz” Keeps Plugin Crashes Under Control'>Firefox “Lorentz” Keeps Plugin Crashes Under Control</a></li>
<li><a href='http://eming.com/en/five-years-of-firefox/' rel='bookmark' title='Permanent Link: FIVE YEARS OF FIREFOX'>FIVE YEARS OF FIREFOX</a></li>
<li><a href='http://eming.com/en/firebug-1-5-3-released/' rel='bookmark' title='Permanent Link: Firebug 1.5.3 Released'>Firebug 1.5.3 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/mozilla-launched-rock-your-firefox-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FIVE YEARS OF FIREFOX</title>
		<link>http://eming.com/en/five-years-of-firefox/</link>
		<comments>http://eming.com/en/five-years-of-firefox/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 14:24:34 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://eming.com/?p=108</guid>
		<description><![CDATA[To celebrate the web browser Firefox's 5 years old birthday, Mozilla wants you to join in the fun with "LIGHT THE WORLD".


Related posts:<ol><li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
<li><a href='http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/' rel='bookmark' title='Permanent Link: Firefox “Lorentz” Keeps Plugin Crashes Under Control'>Firefox “Lorentz” Keeps Plugin Crashes Under Control</a></li>
<li><a href='http://eming.com/en/hawhaw-php-class-library-v5-24-released/' rel='bookmark' title='Permanent Link: HAWHAW PHP Class Library V5.24 Released'>HAWHAW PHP Class Library V5.24 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>To celebrate the web browser Firefox&#8217;s 5 years old birthday, Mozilla wants you to join in the fun with &#8220;<a href="http://www.spreadfirefox.com/5years/en-US/">LIGHT THE WORLD</a>&#8220;. Post you photos or videos on flickr.</p>
<p>Below are some of the ideas:</p>
<h3>Spotlight</h3>
<h4>Borrow a projector and shine the Firefox logo on the wall during your party, or make a logo stencil and place it in front of a flashlight for a cool effect. Or, go crazy and get a searchlight to create your very own Firefox &#8220;bat signal&#8221;!</h4>
<h3>Mash-Up</h3>
<h4>Think of the most interesting way you can combine Firefox and light. For example, create the logo out of candles on a birthday cake or program your very own lite brite! The more creative, the better.</h4>
<h3>Mobile</h3>
<h4>Get the Firefox logo on your phone and take a picture holding it in front of a local landmark. Or, organize a bunch of friends for a big group photo with the logo on everyone&#8217;s phones.</h4>


<p>Related posts:<ol><li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
<li><a href='http://eming.com/en/firefox-lorentz-keeps-plugin-crashes-under-control/' rel='bookmark' title='Permanent Link: Firefox “Lorentz” Keeps Plugin Crashes Under Control'>Firefox “Lorentz” Keeps Plugin Crashes Under Control</a></li>
<li><a href='http://eming.com/en/hawhaw-php-class-library-v5-24-released/' rel='bookmark' title='Permanent Link: HAWHAW PHP Class Library V5.24 Released'>HAWHAW PHP Class Library V5.24 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/five-years-of-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

