<?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>GetBrowser &#187; Mozilla Firefox</title>
	<atom:link href="http://www.getbrowser.net/category/browser-reviews/mozilla-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getbrowser.net</link>
	<description>A Guide to Browsers, Personal Finance, Insurance and Web Hosting</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:11:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10+ Firefox Addons for Web Developers and Web Designers</title>
		<link>http://www.getbrowser.net/firefox-addons-for-web-developers-and-web-designers/</link>
		<comments>http://www.getbrowser.net/firefox-addons-for-web-developers-and-web-designers/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 14:09:29 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Browser Reviews]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Firefox add-ons]]></category>
		<category><![CDATA[web developers]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=592</guid>
		<description><![CDATA[Firefox is becoming the most popular browser around the world. Among all the add-ons of Firefox, different users can find their favourite extensions and plug-ins that suit their tastes, which is key to lead to the popularity of Firefox. Of course, for web developer and web designers, here are still many add-ons that can help [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox is becoming the most popular browser around the world. Among all the add-ons of Firefox, different users can find their favourite extensions and plug-ins that suit their tastes, which is key to lead to the popularity of Firefox. Of course, for web developer and web designers, here are still many add-ons that can help them work well.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60"><span id="more-592"></span>1. Web Developer</a></p>
<p>This is the Swiss army knife of Web development add-ons. Web Developer gives you a toolbar packed with useful features.</p>
<p>You can also turn off the toolbar and access the same features via Tools &gt; Web Developer, or by right-clicking in the page. This is great for reducing toolbar clutter!</p>
<p>With the Web Developer add-on you can:</p>
<p>Temporarily disable browser features such as caching, JavaScript, images and CSS</p>
<p>View, manipulate, create and delete cookies</p>
<p>View and edit a page’s CSS and HTML on the fly</p>
<p>Manipulate forms and form data</p>
<p>View all sorts of details about elements in the page</p>
<p>Measure page elements with the Line Guides and Ruler features</p>
<p>Highlight different types of elements within the page (great for debugging CSS layouts)</p>
<p>Resize the browser window to various preset sizes (good for checking compatibility)</p>
<p>Validate a page’s HTML and CSS with the W3C validators</p>
<p>View a page’s JavaScript-generated source — fantastic for debugging AJAX stuff</p>
<p>In my opinion, Web Developer is an must-have tool if you do any sort of Web design or development work.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">2. Firebug</a></p>
<p>Firebug is a comprehensive suite of debugging tools along the lines of Web Developer. You can enable it on a page-by-page basis by clicking the little bug icon in the status bar.</p>
<p>Amongst other things, you can use Firebug to:</p>
<p>View and edit the page’s HTML, CSS and JavaScript</p>
<p>Right-click any element in the page to inspect it</p>
<p>Add breakpoints to the page’s JavaScript to debug it at certain points</p>
<p>See the page’s DOM tree</p>
<p>View download times, bottlenecks and HTTP headers</p>
<p>It even has a built-in JavaScript command line and console for debugging (and it’s nicer than the <a href="https://addons.mozilla.org/en-US/firefox/addon/216">JavaScript Debugger</a> add-on too).</p>
<p>A nice thing about the HTML inspector is that its Layout view shows you the CSS box (margin, padding and so on) around the currently-inspected element, and adds rulers and guides to the page so you can check everything’s lined up. Very cool.</p>
<p>Personally I prefer to use the Web Developer add-on, as I find Firebug has (ironically) got rather buggy and slow recently. However, Firebug does have some neat features not in Web Developer, such as being able to inspect any element by right-clicking it, as well as the aforementioned JavaScript debugger and Layout view.</p>
<p><a href="http://tools.seobook.com/firefox/seo-for-firefox.html">3. SEO for Firefox</a></p>
<p>There are quite a few Firefox add-ons that can help you with SEO, but SEO for Firefox is the best in my opinion. Search for your target keywords on Google or Yahoo!, then click the SEO icon in the status bar to turn on the add-on. It then adds all sorts of useful info to each entry in the search results page, such as:</p>
<p>The entry’s position in the search results (surprisingly useful!)</p>
<p>The page’s Google PageRank</p>
<p>Its age (the older the better from an SEO perspective)</p>
<p>Number of inbound links to the page</p>
<p>Number of bookmarks on del.icio.us</p>
<p>Alexa rank</p>
<p>…and lots more besides. Unlike some add-ons, it just displays links to this info by default, rather than the info itself. This is a good thing, as it reduces the chance of your computer being blocked by search engines and other sites for requesting too much info at once.</p>
<p>You have to sign up for an SEO Book account to get the add-on, but it’s worth it.</p>
<p>Other honourable mentions in this category include <a href="http://tools.seobook.com/seo-toolbar/">SEO Toolbar</a> (also from SEO Book), <a href="https://addons.mozilla.org/en-US/firefox/addon/9440">Foxy SEO Tool</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/321">SearchStatus</a>. These all work with the page you’re viewing, rather than with a search results page.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/249">4. HTML Validator</a></p>
<p>Validating webpages is one of those chores that you know you should do, but inevitably end up forgetting about when it comes to putting the site live. The great thing about this add-on is that it “auto-validates” your pages as you view them; if you see a red cross in your status bar you know that the page has failed validation. No excuses!</p>
<p>You can use one of two validators (or both): SGML Parser (as used by the <a href="http://validator.w3.org/">W3C validation service</a>) or <a href="http://tidy.sourceforge.net/">HTML Tidy</a>. As a nice touch, the add-on includes a feature to clean up your page markup, as well as the ability to check that your page conforms to the WAI accessibility guidelines (priorities 1, 2 and 3).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4723">5. Save Complete</a></p>
<p>I often want to mess about with an online webpage’s HTML and CSS for debugging purposes. Firebug and Web Developer let you do this to some extent, but they’re a bit limited and, of course, they only let you preview changes in Firefox.</p>
<p>Enter Save Complete. This lets you save a webpage along with all its assets (CSS, images, and so on) to a folder on your hard drive. You then have a full local copy of the page that you can edit to your heart’s content, and open with any browser on your computer. Very handy for debugging and testing.</p>
<p>Unlike Firefox’s regular Save Page As &gt; Web Page, Complete option, this add-on really does save pretty much everything: JavaScript files, style sheets, images referenced from CSS, and so on. It’s not perfect but it does a really good job. Also handy if you want to archive a permanent copy of any webpage on your computer.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/684">6. FireFTP</a></p>
<p>An entire FTP program inside your Web browser might sound like a terrible idea, but in fact FireFTP is rather swish. There’s something nice about having an FTP client always at hand in the browser, since that’s where you tend to spend most of the time when coding webpages.</p>
<p>You can open it in a separate window or in a tab, and it’s very easy to use. It also supports advanced stuff like TLS/SFTP, directory syncing, and even <a href="http://en.wikipedia.org/wiki/File_eXchange_Protocol">FXP</a>. Many developers I know even prefer FireFTP to the separate Mozilla FTP client, FileZilla.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1146">7. Screengrab</a></p>
<p>Takes screen shots of webpages. Great for sending mockups to clients. The nice thing about Screengrab is that it can capture the entire page, even if it doesn’t fit in the browser window. You can also grab just the visible portion of a page, or a selection. Screen shots can be saved out to files, or copied to the clipboard.</p>
<p>If you like Screengrab you might also like <a href="https://addons.mozilla.org/en-US/firefox/addon/13485">Shooter</a>. It does the same basic job but it’s a bit easier to make selections. It can’t, however, copy the screen shot to the clipboard (at the time of writing).</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6647">8. HttpFox</a></p>
<p>This add-on lets you analyze, in real time, the data that is sent between Firefox and the Web server. You can see the full HTTP request and response headers; any sent or set cookies; posted form fields, and so on. This is handy if you do a lot of server-side coding using PHP, for example.</p>
<p>You can also filter on a string of text, which makes it really easy to find the particular header you’re after.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/59">9. User Agent Switcher</a></p>
<p>Another one from the author of Web Developer, Chris Pederick. This add-on lets you alter the User-Agent string that Firefox sends to the Web server. This allows Firefox to impersonate other browsers such as IE and iPhone, and search engine crawlers such as Googlebot.</p>
<p>The Googlebot option has saved my bacon on at least one occasion when sites weren’t getting indexed by Google. It turned out that, when a site was accessed by Googlebot, it was triggering a bug in the site’s robot detection code and crashing the server. Doh!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/271">10. ColorZilla</a></p>
<p>ColorZilla is a tool for analyzing colours in a webpage. Click its icon in the status bar, then hover the mouse over a pixel in the webpage to see its colour value. Click to select the colour; you can then right-click the status bar icon to copy the RGB values in a variety of formats for pasting into your style sheet.</p>
<p>Other handy features of ColorZilla include:</p>
<p>A Photoshop-style colour picker and palette browser</p>
<p>A zoom feature to make it easier to click a colour in the page</p>
<p>A DOM colour analyzer that gives you a palette of all colours used on the page, and lets you see which page elements use which colour</p>
<p>ColorZilla is a nice way to quickly eyedrop colours from a Web page without having to mess about in Photoshop. Great for CSS development.</p>
<p>Other Addons :</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2289" target="_blank">CSS Validator</a>: CSS Validator adds a right-click option in your browser, sending the CSS to the W3C CSS Validator. It opens the results in a new tab. CSS Validator is a nice tool that will come in handy often.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6149" target="_blank">FirePHP</a>: FireBug is a fine tool for CSS, HTML, and JavaScript, but FirePHP, which only works when you have the FireBug extension installed, creates a full-featured development experience. With the help of both add-ons, you can view the quality of your PHP and find errors. It’s a great aid.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4415" target="_blank">Font Finder</a>: Font Finder allows you to highlight a font you like on any site, right-click on the selection, and after choosing “Font Finder”, view the full CSS text styling of the selection. You can then paste that into your own Web page.</p>
<p><a href="http://www.karmatics.com/aardvark/" target="_blank">Aardvark</a> – A cool extension for web developers and designers, allows them to view CSS attributes, id, class by highlighting page element individually.</p>
<p><a href="http://www.sephiroth.it/weblog/archives/2006/10/flash_switcher_for_firefox.php" target="_blank">Flash Switcher</a> – Use this extension to avoid reloading between flash plugins.</p>
<p><a href="http://www.yellowpipe.com/yis/tools/window_resizer/" target="_blank">Window Resizer</a> – Automatically resize your browser window between 640×480, 800×600, 1024×768, 1280×1024, 1600×1200 to see how pages appear at these resolutions.</p>
<p><a href="https://addons.mozilla.org/firefox/1146/" target="_blank">Screen grab</a> – Capture screenshot of any webpage and save it as an image file with this extension.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/top-5-firefox-add-ons-for-facebook-users/" title="Top 5 Firefox Add-ons for Facebook Users">Top 5 Firefox Add-ons for Facebook Users (0)</a></li>
<li><a href="http://www.getbrowser.net/5-interesting-firefox-tabs-add-ons/" title="5 Interesting Firefox Tabs add-ons">5 Interesting Firefox Tabs add-ons (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/firefox-addons-for-web-developers-and-web-designers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox for Mobile Fennec &#8211; 1.0 RC Released</title>
		<link>http://www.getbrowser.net/firefox-for-mobile-fennec/</link>
		<comments>http://www.getbrowser.net/firefox-for-mobile-fennec/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 02:08:49 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Browser Reviews]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Fennec]]></category>
		<category><![CDATA[Firefox Mobile]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=529</guid>
		<description><![CDATA[Firefox for Mobile Fennec is the name of the build of the Mozilla Firefox web browser for smaller non-PC devices, mobile phones and PDAs. Firefox for mobile 1.0 uses the same version of the Gecko layout engine as Firefox 3.6. Its features include the Awesomebar, tabbed browsing, Add-on support, the ability to synchronize with the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 13px; text-align: justify;">Firefox for Mobile Fennec is the name of the build of the Mozilla Firefox web browser for smaller non-PC devices, mobile phones and PDAs. Firefox for mobile 1.0 uses the same version of the Gecko layout engine as Firefox 3.6. Its features include the Awesomebar, tabbed browsing, Add-on support, the ability to synchronize with the user&#8217;s computer Firefox browser using Mozilla Weave and many more.</span></p>
<p><span id="more-529"></span>Firefox for Mobile (Fennec) version 1.0 release candidate for Nokia Maemo based N800/N810/N900 is out (Fennec for Windows Mobile is still in alpha). You can also experiment on your desktop with Firefox for mobile, provide feedback, build add-ons, and get involved by installing it on your desktop PC: for Windows, Linux and Mac OS X.</p>
<p>You can view Firefox for Mobile 1.0RC release notes as well as download links for Maemo, Windows, Linux and Mac OS X,<a style="color: #17394b; text-decoration: underline; font-weight: bold;" href="https://www.mozilla.com/en-US/mobile/1.0/releasenotes/">Here</a>.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/firefox-for-mobile-fennec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The First Look of Firefox Mobile Browser</title>
		<link>http://www.getbrowser.net/firefox-mobile-browser/</link>
		<comments>http://www.getbrowser.net/firefox-mobile-browser/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 09:12:05 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/how-to-use-windows-live-writer-with-wordpress/</guid>
		<description><![CDATA[This is the first screen you'll see in Firefox Mobile. The application has a skin on top of the existing user interface which I suspect slows it down a bit. Still, it looks like a typical Maemo application with the "switch apps" icon in the top left and the "close" in the top right.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getbrowser.net/wp-content/uploads/2009/12/377158480261.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="377158-480-261" src="http://www.getbrowser.net/wp-content/uploads/2009/12/377158480261_thumb.png" border="0" alt="377158-480-261" width="244" height="134" /></a></p>
<p>This is the first screen you&#8217;ll see in Firefox Mobile. The application has a skin on top of the existing user interface which I suspect slows it down a bit. Still, it looks like a typical Maemo application with the &#8220;switch apps&#8221; icon in the top left and the &#8220;close&#8221; in the top right.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/firefox-mobile-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Will Soon Unveil its First Mobile Version</title>
		<link>http://www.getbrowser.net/firefox-first-mobile-version/</link>
		<comments>http://www.getbrowser.net/firefox-first-mobile-version/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 04:10:30 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mobile Firefox]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=497</guid>
		<description><![CDATA[Firefox, a well known browser, is preparing to unveil its version for mobiles.
Jay Sullivan who was in charge of the project said that the mobile version underwent various tests and would be launched by the end of the year. He also added a user would not have to sit in the evening and work on [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox, a well known browser, is preparing to unveil its version for mobiles.</p>
<p><span id="more-497"></span>Jay Sullivan who was in charge of the project said that the mobile version underwent various tests and would be launched by the end of the year. He also added a user would not have to sit in the evening and work on their PC, instead he would be able to walk. In case he received some urgent documents that he had to read there would be no necessity to back home and check his e-mail, as his mobile would be equipped with Firefox mobile version.</p>
<p>The version is able to encrypt all the information a user receives and sends it back through the cloud. Also it can sync with the desktop version of the browser.</p>
<p>In case everything goes smoothly, the owners of N900 will be able to download Firefox that can be found in Nokia’s Ovi store.</p>
<p>Also Mozila which is considered to be the parent company of Firefox, is developing versions for Google’s Android as well as Microsoft’s Windows operating systems.</p>
<p>Those who have, iPhones and want to have Firefox on their desktop, they will have to wait a bit, as the company has to synchronize their desktop.</p>
<p>But still Opera is considered to be the most popular mobile browser at present. It is available for many mobile handsets.</p>
<p>(Via <a href="http://www.thelatestnews.in/firefox-will-soon-unveil-its-first-mobile-version/25115.html" target="_self">theLatestNews</a>)<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/mobile-firefox-will-launch/" title="Firefox for Mobile &#8216;Days Away&#8217; from Launch">Firefox for Mobile &#8216;Days Away&#8217; from Launch (0)</a></li>
<li><a href="http://www.getbrowser.net/firefox-image-host-downloader/" title="Firefox Image Host Downloader">Firefox Image Host Downloader (8)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/firefox-first-mobile-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox for Mobile &#8216;Days Away&#8217; from Launch</title>
		<link>http://www.getbrowser.net/mobile-firefox-will-launch/</link>
		<comments>http://www.getbrowser.net/mobile-firefox-will-launch/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 08:53:50 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Mobile Firefox]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=474</guid>
		<description><![CDATA[According to the latest news, the first mobile phone version of the popular web browser Firefox is &#8220;days away&#8221; from launch.
The browser, codenamed Fennec, will initially be available for Nokia&#8217;s N900 phone, followed by other handsets.
It is currently going through final testing and could be released before the end of the year, said Jay Sullivan [...]]]></description>
			<content:encoded><![CDATA[<p>According to the latest news, the first mobile phone version of the popular web browser Firefox is &#8220;days away&#8221; from launch.</p>
<p><span id="more-474"></span>The browser, codenamed Fennec, will initially be available for Nokia&#8217;s N900 phone, followed by other handsets.</p>
<p>It is currently going through final testing and could be released before the end of the year, said Jay Sullivan at Mozilla, the group behind Firefox.</p>
<p>The open-source browser will be able to synchronise with the desktop version.</p>
<p>Software will mean that any web pages open in a user&#8217;s desktop browser will automatically open in the mobile version.</p>
<p>&#8220;At the end of the working day you can walk away from your computer and keep on going on your phone,&#8221; Mr Sullivan told the BBC.</p>
<p>&#8220;It encrypts all of the information and sends it back through the cloud between your desktop and mobile.&#8221;</p>
<p>He said that providing there were no &#8220;show stoppers&#8221;, the software could be available to download &#8220;within the year&#8221;.</p>
<p>Desktop success</p>
<p>The browser will be available to download from the Mozilla website and then offered in Nokia&#8217;s Ovi store, so that N900 owners can download the software.</p>
<p>The organisation is also developing versions for Microsoft&#8217;s Windows mobile and Google&#8217;s Android operating system.</p>
<p>However, he said that it would be some time before iPhone users would be able to use the browser.</p>
<p>&#8220;Apple is very restrictive.&#8221; he said. &#8220;As it&#8217;s a pretty closed platform we don&#8217;t see that happening soon.&#8221;</p>
<p>Apple only allows browsers based on its Webkit engine, which is used to power its Safari browser, to be loaded on to the iPhone. Firefox uses alternative technology.</p>
<p>When it launches, Fennec will compete with browsers such as Opera, which is the most popular mobile browser according to analytics firm Stats Counter.</p>
<p>Safari, which comes bundled with the iPhone, is the second most popular, whilst Nokia&#8217;s own browser is third.</p>
<p>The mobile version of Firefox will hope to follow the success of its desktop browser.</p>
<p>Stats Counter has reported that the latest version of the Firefox browser has overtaken Internet Explorer 7 (IE7) as the World&#8217;s most popular browser with 21.93% of the market, compared with IE7&#8217;s share of 21.2%.</p>
<p>However, other firms suggest IE still has the lead on Firefox, whilst most agree that the various versions of Explorer combined still dominate the web browser market.</p>
<p>App craze</p>
<p>Fennec has been in development for the last year and a half.</p>
<p>The new software has many of the features of the desktop version, such as tabbed browsing, and an address bar that doubles as a search box.</p>
<p>However, the mobile version will also scale pages to fit the device and will support functions such as tapping the screen to zoom in on a page.</p>
<p>Mr Sullivan said it would also be the first mobile browser to have &#8220;add-ons&#8221;, small pieces of software that add functionality to the browser such as news readers or online games. They can also be used to customise the look and feel of the browser.</p>
<p>&#8220;Because it is a browser for a mobile device, the add-ons will be different,&#8221; said Mr Sullivan. &#8220;You&#8217;ll see ones that use geo-location and exploit how the device is tilted.&#8221;</p>
<p>The add-ons will add functionality to the phone that is currently offered by mobile apps.</p>
<p>These small specialist pieces of software have become increasingly popular.</p>
<p>For example, Apple now offer more than 100,000 apps in its store ranging from games and social networks to news readers and tools that allow people to use sites such as eBay or Amazon on the go.</p>
<p>Blackberry, Google, Nokia, Symbian and Microsoft all offer their own app stores.</p>
<p>However, he said that he did not think that the browser would completely replace these apps.</p>
<p>&#8220;They will co-exist,&#8221; he said.</p>
<p>(Via <a href="http://news.bbc.co.uk/2/hi/technology/8425906.stm" target="_self">BBS News</a>)<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/firefox-first-mobile-version/" title="Firefox Will Soon Unveil its First Mobile Version">Firefox Will Soon Unveil its First Mobile Version (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/mobile-firefox-will-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Firefox 4 Design Mockups Appear Nowadays</title>
		<link>http://www.getbrowser.net/mozilla-firefox-4-design-mockups-appear-nowadays/</link>
		<comments>http://www.getbrowser.net/mozilla-firefox-4-design-mockups-appear-nowadays/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 02:41:30 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Firefox 4]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=464</guid>
		<description><![CDATA[Firefox 4 is still a long time away but some dedicated developers and designers are already at work to take the web browser to the next level. One of the improvements that the developers seem to concentrate on is the look and feel of the web browser. Some say this moves Firefox 4 nearer to [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 4 is still a long time away but some dedicated developers and designers are already at work to take the web browser to the next level. One of the improvements that the developers seem to concentrate on is the look and feel of the web browser. Some say this moves Firefox 4 nearer to Google Chrome and Opera which share some design elements like a compressed menu button that contains most tools and options or the removed title bar.</p>
<p><span id="more-464"></span>Firefox 4 developer <a href="http://blog.stephenhorlander.com/2009/12/21/windows-themeui-update/">Stephen Horlander</a> published some new design mockups of Firefox 4 on his personal blog. The major element in this mockup series of Firefox 4 seems to be the App button as he calls it. This is the same one-button approach that the other web browsers have already implemented or started to implement.</p>
<p>The Firefox button in the mockup above is the App button that leads to all the menus that are usually found in the menu bar of Firefox 3. Some users might argue that it is a waste of space to put the app button in single toolbar<a href="http://www.ghacks.net/2009/12/23/more-mozilla-firefox-4-design-mockups-appear/" target="undefined"></a></p>
<p>instead of placing it into an existing toolbar. The removal of the title bar would have barely any effect on the available screen estate otherwise.</p>
<p>Stephen posted some app button variations that place the app button next to the tabs instead or next to the title bar; Something that would free up screen estate.</p>
<p>What are your thoughts on the new mockups of Firefox 4? Long needed changes or something that better remains untouched?<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/firefox-36-beta-release-next-tuesday/" title="Mozilla Firefox 3.6 Beta will Release Next Tuesday">Mozilla Firefox 3.6 Beta will Release Next Tuesday (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/mozilla-firefox-4-design-mockups-appear-nowadays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyTweet-the Tiny Twitter Tool to Tweet Any Texts Quickly</title>
		<link>http://www.getbrowser.net/tinytweet-the-tiny-twitter-tool-to-tweet-any-texts-quickly/</link>
		<comments>http://www.getbrowser.net/tinytweet-the-tiny-twitter-tool-to-tweet-any-texts-quickly/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 23:27:29 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[TinyTweet]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=456</guid>
		<description><![CDATA[Once upon a time there was a tiny Twiter tool called, TinyTweet.
This littlest add-on of them all spread joy a harmony throughout the Internets by allowing all those in Twitter land to send tweets to their friend, families and that guy who keeps spamming affiliate deals.  It didn’t do this by any normal means.  Oh [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time there was a tiny Twiter tool called, TinyTweet.</p>
<p><span id="more-456"></span>This littlest add-on of them all spread joy a harmony throughout the Internets by allowing all those in Twitter land to send tweets to their friend, families and that guy who keeps spamming affiliate deals.  It didn’t do this by any normal means.  Oh no.  It did it’s work by simply highlighting text on any page.</p>
<p>Ok, that is all the fairy tail talk I can handle.  TinyTweet is another one of those, small extensions that simply gets the job done.  All you have to do is highlight any text inside of any web page, and a “Tweet This” button will magically appear.  Click it, and an automatically generated bit.ly link is created and the text you highlighted is ready to be shared to all your Twitter followers.</p>
<p>You can pick up the TinyTweet add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/53695">from the Firefox Add-ons web site</a>.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/tinytweet-the-tiny-twitter-tool-to-tweet-any-texts-quickly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Releases Fifth Beta Of Firefox 3.6</title>
		<link>http://www.getbrowser.net/mozilla-firefox-36-fifth-beta/</link>
		<comments>http://www.getbrowser.net/mozilla-firefox-36-fifth-beta/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 11:53:05 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Firefox 3.6]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=454</guid>
		<description><![CDATA[Mozilla has started spreading a new beta release of Firefox 3.6 to worldwide ftp mirror sites only a day after releasing updates for their Firefox 3.1 and 3.5 web browser series. The new version of the web browser is as usually available for all supported operating systems and languages. The release notes lead to a [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla has started spreading a new beta release of Firefox 3.6 to worldwide ftp mirror sites only a day after releasing updates for their Firefox 3.1 and 3.5 web browser series. The new version of the web browser is as usually available for all supported operating systems and languages. The release notes lead to a non existing page at the moment which makes it difficulty to find information on the changes that have been introduced in the new beta version.</p>
<p><span id="more-454"></span>The missing release notes are an indication that it will take anywhere from 24-48 hours before the new version of Firefox 3.6 will get officially announced by Mozilla. This will also be the time frame for the discovery of the new version by the automatic update check in the web browser.</p>
<p>The new beta release could be related to the updates yesterday which would suggest that the update fixes security and stability issues in Firefox 3.6. The only option to know for sure is to wait until the developers are publishing information on the Mozilla website.</p>
<p>Users who want to update the web browser right away need to wait until it gets posted on various download portals which usually pick up the new releases faster than the official Mozilla page.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/firefox-36-beta-4-released/" title="Firefox 3.6 Beta 4 Released">Firefox 3.6 Beta 4 Released (0)</a></li>
<li><a href="http://www.getbrowser.net/firefox-36-beta-release/" title="Firefox 3.6 Beta Coming Next Week">Firefox 3.6 Beta Coming Next Week (0)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/mozilla-firefox-36-fifth-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Planning App Store For Add-ons</title>
		<link>http://www.getbrowser.net/mozilla-planning-app-store-for-add-ons/</link>
		<comments>http://www.getbrowser.net/mozilla-planning-app-store-for-add-ons/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 14:11:55 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[AMO]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=433</guid>
		<description><![CDATA[Mozilla has said it will &#8220;probably&#8221; open a App Store for Firefox add-ons sometime next year.
Add-ons product manager Justin Scott (reluctantly) announced the news this morning at an add-on-happy conference in Mozilla&#8217;s home town of Mountain View, California. &#8220;We&#8217;ll probably be doing a App Store pilot in 2010,&#8221; he said.
Scott did not provide details. But [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla has said it will &#8220;probably&#8221; open a App Store for Firefox add-ons sometime next year.</p>
<p><span id="more-433"></span>Add-ons product manager Justin Scott (reluctantly) announced the news this morning at an add-on-happy conference in Mozilla&#8217;s home town of Mountain View, California. &#8220;We&#8217;ll probably be doing a App Store pilot in 2010,&#8221; he said.</p>
<p>Scott did not provide details. But earlier in the morning, he did say that Mozilla has no intention of using DRM &#8211; not that you would have expected anything else. &#8220;I don&#8217;t know what we&#8217;ll do, but we won&#8217;t do DRM,&#8221; he said.</p>
<p>Clearly, an add-on App Store is a touchy subject for Mozilla, an open source outfit viewed as one of the leading champions of free software. Earlier in a panel discussion meant to answer the question &#8220;Do add-ons need a marketplace?,&#8221; Scott hemmed and hawed over the idea.</p>
<p>&#8220;I really wish we had more consumer feedback on these sorts of things,&#8221; he said. &#8220;We don&#8217;t get enough feedback from consumers who would actually be buying these add-ons. We haven&#8217;t really brought it up for discussion among them yet. But from what we hear, developers all want a store. But we&#8217;re not really sure how consumers feel about it.</p>
<p>&#8220;Occasionally, we do see people commenting on add-ons say &#8216;I think software should be free.&#8217;&#8221;</p>
<p>Yes, Mozilla already offers a central download page for Firefox add-ons &#8211; addon.mozilla.org, affectionately known as AMO &#8211; but this is not a place where developers can actually sell their browserware. The best they can do is request contributions from users, and at least one developer at today&#8217;s <a href="http://addoncon.com/" target="_blank">Add-on-Con</a> reacted with incredulity to the waffling by Scott and various other add-on makers attempting to address the marketplace issue.</p>
<p>&#8220;Look at the Apple App Store,&#8221; the developer told the panel, referring to the application storefront the Jobsian cult has set up for the iPhone. &#8220;You guys are really smart guys. If you can&#8217;t see a great path like that, I think it&#8217;s a real bummer for developers.&#8221;</p>
<p>But thanks to some additional prompting from conference host Robert Reich &#8211; founder of the <a href="http://www.oneriot.com/" target="_blank">real-time search outfit OneRiot</a> &#8211; Scott did admit that some sort of Mozilla marketplace is on the way. Though that&#8217;s all he said.</p>
<p>At one point, Reich also asked Scott if Mozilla might provide built-in access to an add-on marketplace run by a third-party &#8211; i.e., add it to the Firefox toolbar, where Mozilla already links users directly to Google and other search engines. Scott pretty much ruled out that possibility. But he did acknowledge that anyone could add an add-on store to Firefox &#8211; with an add-on.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/keep-firefox-secure-with-plugin-check/" title="Mozilla Launches Plugin Check To Keep Firefox More Secure">Mozilla Launches Plugin Check To Keep Firefox More Secure (1)</a></li>
<li><a href="http://www.getbrowser.net/mozilla-firefox-36-fifth-beta/" title="Mozilla Releases Fifth Beta Of Firefox 3.6">Mozilla Releases Fifth Beta Of Firefox 3.6 (0)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/mozilla-planning-app-store-for-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Adds Language Filter On Add-on’s Webpage</title>
		<link>http://www.getbrowser.net/mozilla-adds-language-filter-on-addon-webpage/</link>
		<comments>http://www.getbrowser.net/mozilla-adds-language-filter-on-addon-webpage/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 01:35:14 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Language Filter]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=416</guid>
		<description><![CDATA[The Mozilla development team that is responsible for the functionality of the website that is offering downloads for Firefox, Thunderbird and other Mozilla projects has changed several key features of the pages that contain the add-ons for the software programs over the last couple of months. Some major changes included filtering experimental add-ons from the [...]]]></description>
			<content:encoded><![CDATA[<p>The Mozilla development team that is responsible for the functionality of the website that is offering downloads for Firefox, Thunderbird and other Mozilla projects has changed several key features of the pages that contain the add-ons for the software programs over the last couple of months. Some major changes included filtering experimental add-ons from the add-on listing so that regular users would not be tempted to install those add-ons.</p>
<p><span id="more-416"></span>Other additions included a filter to only display add-ons specifically for one product. The latest addition to those pages is a language filter which can be used to display only add-ons that are offered in a specific language.</p>
<p>The displayed language filter uses information provided by the url that is accessed to display the filter. You might recall that the Mozilla website uses language encodings as part of their url structure.</p>
<p>A visitor from the United States would therefor be able to filter the add-ons so that only English add-ons would be displayed, a German would be able to do the same for add-ons that are provided with a German interface.</p>
<p>It sometimes happens that users land on a Mozilla page that is displayed in a different language which can be the case when following links from websites for example. The Mozilla website displays a pulldown menu at the bottom that allows the visitor to switch to another supported language.</p>
<p>This new feature can be helpful for users who prefer to use add-ons that are provided in their native language.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/mozilla-firefox-36-fifth-beta/" title="Mozilla Releases Fifth Beta Of Firefox 3.6">Mozilla Releases Fifth Beta Of Firefox 3.6 (0)</a></li>
<li><a href="http://www.getbrowser.net/mozilla-planning-app-store-for-add-ons/" title="Mozilla Planning App Store For Add-ons">Mozilla Planning App Store For Add-ons (0)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/mozilla-adds-language-filter-on-addon-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

