<?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; Browser Reviews</title>
	<atom:link href="http://www.getbrowser.net/category/browser-reviews/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>5 must have Google Chrome extensions for Bloggers</title>
		<link>http://www.getbrowser.net/5-must-have-google-chrome-extensions-for-bloggers/</link>
		<comments>http://www.getbrowser.net/5-must-have-google-chrome-extensions-for-bloggers/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 13:42:29 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[Chrome extensions]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=589</guid>
		<description><![CDATA[At first, I have to say that Google Chrome is well known for its speed and has set its way to gain the market share and the current stats say that it has about 4% browser share. However, until now, it has still failed in gaining much popularity as it doesn’t have add-ons like Firefox. [...]]]></description>
			<content:encoded><![CDATA[<p>At first, I have to say that Google Chrome is well known for its speed and has set its way to gain the market share and the current stats say that it has about 4% browser share. However, until now, it has still failed in gaining much popularity as it doesn’t have add-ons like Firefox. Although Internet Explorer tops in the browser The Unofficial King of the browsers is still Mozilla Firefox as it has lots of addons to enhance its functionality.</p>
<p><span id="more-589"></span>Google Chrome recently expanded its wings by launching <a href="https://chrome.google.com/extensions/" target="_blank">Chrome Extensions</a> center and made them available for their latest version which always helps them in gaining popularity at least among bloggers who depends on Firefox extensions. I have compiled the list of best extensions for bloggers.</p>
<p><a href="https://chrome.google.com/extensions/detail/fejeknoakjeblidffkajbioncodnmhge" target="_blank">Zemanta</a>: Zemanta is the chrome extension which doesn’t require any special desciption. Once installed it sits in the Blog dashboard and expands the author’s scope of blogging by populating the relevant suggestions of text, links, images which can be used in the posts.</p>
<p><a href="https://chrome.google.com/extensions/detail/pengoopmcjnbflcjbmoeodbmoflcgjlk" target="_blank">Blog This</a>:  Once Installed this chrome extension allows you to post the web page to blogger blog.</p>
<p><a href="https://chrome.google.com/extensions/detail/oangcciaeihlfmhppegpdceadpfaoclj" target="_blank">Chrome SEO</a>: This Chrome extension provides various fields tools like Competitive Analysis, Keyword Research, Backlink Checks and other tools which are essential for Search Engine Optimization.</p>
<p><a href="https://chrome.google.com/extensions/detail/bjgpmafbkgcchdjehdpnfgfgbdfahapa" target="_blank">SEO Status Pagerank/Alexa Toolbar</a>: The name itself briefs the functionality of this chrome extension, It dispalys the Pagerank and Alexa rank of the website.</p>
<p><a href="https://chrome.google.com/extensions/detail/maabelkjnhafpphacjecmcnkkmjndjgl" target="_blank">Snippy</a>: Snippy chrome extension allows you to grab snippets like images links and paragraphs with intact formatting and preserves the rich content from web pages and save them for future use.</p>
<p>This is our list of what we think are 5 must have Google Chrome extensions for bloggers. I think your choices might vary since there are multiple extensions available for every purpose in Google Chrome. Let us know if we missed your favorite extensions for blogging in the comments below. Thank you.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/top-10-chrome-extensions/" title="Another Top 10 Google Chrome Extensions">Another Top 10 Google Chrome Extensions (0)</a></li>
<li><a href="http://www.getbrowser.net/top-50-google-chrome-extensions-you-should-download/" title="Top 50 Google Chrome Extensions You should Download">Top 50 Google Chrome Extensions You should Download (2)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/5-must-have-google-chrome-extensions-for-bloggers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2010: Which One is Your Favorite Browser?</title>
		<link>http://www.getbrowser.net/which-browser-is-your-favorite-in-2010/</link>
		<comments>http://www.getbrowser.net/which-browser-is-your-favorite-in-2010/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 04:05:55 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Browser Reviews]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=537</guid>
		<description><![CDATA[When the new year is coming, are you planing for a new browser to surf on the Internet? It is a fact that the web browser market has become a lot more interesting and challenging in the last year. Windows users now have the choice between five primary web browsers that they can use: Firefox, [...]]]></description>
			<content:encoded><![CDATA[<p>When the new year is coming, are you planing for a new browser to surf on the Internet? It is a fact that the web browser market has become a lot more interesting and challenging in the last year. Windows users now have the choice between five primary web browsers that they can use: Firefox, Google Chrome, Opera, Safari and Internet Explorer. Firefox and Internet Explorer have been dominating the web browser market last year but the the market is changing thanks to recent developments.</p>
<p><span id="more-537"></span>If you look at GetBrowser for instance you notice that 47% of all visitors that visited our site in the last year have been using Firefox followed by 35% Internet Explorer users, 7.34% Google Chrome users, 4.31% Safari and 3.52% Opera users. It is likely that the stats look similar on other technology sites whereas general websites still see Microsoft’s Internet Explorer at the top.</p>
<p>The picture changes if you look at the stats of December 2009. Firefox lost almost 8% and ranks with 39% behind Internet Explorer which gained 6% and is now at 41%. Google Chrome managed to get another 2% and is close to breaking into the two digits with 9.67%. Safari and Opera both dropped about 0.5% each.</p>
<p>There are two main reasons for the change: Basic keyword optimization brought new visitors to the website of which many prefer Internet Explorer over other web browsers. The second reason is the release of Internet Explorer 8 in March of 2009 which boosted the stats for Internet Explorer.</p>
<p>Google Chrome manages to get marketing share because it it actively promoted by Google on sites like Amazon but also on Google’s own site as well.</p>
<p>Web Browser Predictions:</p>
<p>Google Chrome will reach 15-20% of market share on tech sites by year’s end.</p>
<p>Opera and Safari will not be able to gain significant market share.</p>
<p>Internet Explorer will lose market share (Internet Explorer 8 will gain but 6 and 7 will lose)</p>
<p>Firefox will lose market share</p>
<p>I will – on a personal note – likely switch from Firefox to either Google Chrome or Opera. Firefox is a great web browser and the main reason for running it as the main web browser are its extensions. But it feels slow and memory hungry. The likely choice as of know is Google Chrome as it supports the Last Pass extension. If someone would port NoScript I would switch immediately.</p>
<p>Could be that I switch back to Firefox once the devs release Firefox 3.6 or 3.7 although 3.6 cannot compete with the speed of Google Chrome or Opera 10.5 alpha. Opera would be the prime choice if the developer’s would consider better extension support so that popular extensions could be ported to the web browser.</p>
<p>So, what about you? Will you switch web browsers in 2010? What has to happen to make you switch?<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/why-people-use-ie-6/" title="Just for Laughs—Why People are Still Using IE 6?">Just for Laughs—Why People are Still Using IE 6? (0)</a></li>
<li><a href="http://www.getbrowser.net/browser-chooser/" title="Open New Links In Different Browsers With Browser Chooser">Open New Links In Different Browsers With Browser Chooser (3)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/which-browser-is-your-favorite-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</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>Another Top 10 Google Chrome Extensions</title>
		<link>http://www.getbrowser.net/top-10-chrome-extensions/</link>
		<comments>http://www.getbrowser.net/top-10-chrome-extensions/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 07:41:41 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Chrome extensions]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/top-10-chrome-extensions/</guid>
		<description><![CDATA[For most developers and web designers, they may spend much time working in a web browser window. Recently, with the popularity of Chrome browser, more and more developers are tending to use Google Chrome instead of Firefox and other browsers.]]></description>
			<content:encoded><![CDATA[<p>For most developers and web designers, they may spend much time working in a web browser window. Recently, with the popularity of Chrome browser, more and more developers are tending to use Google Chrome instead of Firefox and other browsers.</p>
<p><span id="more-523"></span>While Chrome can’t yet match Firefox’s massive extension ecosystem, more useful extensions are becoming available for Google’s browser every day. Here are my must-have extensions for the new Google Chrome user:</p>
<p><a href="https://chrome.google.com/extensions/detail/fafnphfmggfjfjgoahpnfkpbmgpfcofk">Brizzly</a>. Since I am trying to better integrate Twitter and Facebook into my professional communications in 2010, the Brizzly extension, which is a Twitter and Facebook reading/updating tool, ranks as a must-have in my book.</p>
<p><a href="https://chrome.google.com/extensions/detail/apflmjolhbonpkbkooiamcnenbmbjcbf">Google Reader Notifier</a>. <a href="http://www.google.com/reader">Google Reader</a> is my RSS reader of choice, so the Google Reader Notifier Extension was a natural choice for me.</p>
<p><a href="https://chrome.google.com/extensions/detail/ojdfaiimpfmfbkipminingibdiccmocg">html2pdf</a>. This extension enables you to save the HTML page you are viewing to PDF. I find this extension handy when I want to save a receipt or a piece of research.</p>
<p><a href="https://chrome.google.com/extensions/detail/kbmipnjdeifmobkhgogdnomkihhgojep">Shareaholic for Google Chrome</a>. This extension lets you share web pages through major social media sites and other services, like Gmail and Evernote.</p>
<p><a href="https://chrome.google.com/extensions/detail/bjcpobipejlbogodeiendpdgcdambjgo">Google Apps Shortcuts</a>. This shortcut provides easy access to all of your Google Apps, including Google Wave and Google Voice. You can even begin creating new email, documents, spreadsheets and presentations using this extension.</p>
<p><a href="https://chrome.google.com/extensions/detail/pioclpoplcdbaefihamjohnefbikjilc">Evernote Web Clipper</a>. We’ve <a href="http://webworkerdaily.com/tag/evernote/">written</a> about <a href="http://www.evernote.com/">Evernote</a> in the past, and the Evernote extension provides the same web clipping functionality you already enjoy in Mozilla Firefox and in Internet Explorer. I use the web clipper whenever I want to capture research from the web.</p>
<p><a href="https://chrome.google.com/extensions/detail/ajpgkpeckebdhofmmjfgcjjiiejpodla">Xmarks Bookmarks Sync</a>. One of the biggest draws of Firefox for me was the capability to sync bookmarks across my home office PCs. Now with the Xmarks Bookmarks Sync extension you can have the same feature using Chrome.</p>
<p><a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf">Aviary Screen Capture</a>. I take a lot of screen captures, and like the fact that Aviary Screen capture lets you capture and manipulate screen captures from within Google Chrome.</p>
<p><a href="https://chrome.google.com/extensions/detail/iabeihobmhlgpkcgjiloemdbofjbdcic">Bit.ly</a>. This extension comes in handy if you need fast access to a URL shortener. Clicking on the Bit.ly extension launches a sidebar.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/top-50-google-chrome-extensions-you-should-download/" title="Top 50 Google Chrome Extensions You should Download">Top 50 Google Chrome Extensions You should Download (2)</a></li>
<li><a href="http://www.getbrowser.net/5-must-have-google-chrome-extensions-for-bloggers/" title="5 must have Google Chrome extensions for Bloggers">5 must have Google Chrome extensions for Bloggers (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/top-10-chrome-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Similar Pages For Chrome</title>
		<link>http://www.getbrowser.net/google-similar-pages-for-chrome/</link>
		<comments>http://www.getbrowser.net/google-similar-pages-for-chrome/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 22:51:04 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Similar Pages]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=513</guid>
		<description><![CDATA[One of the advantages of the Google Chrome browser is that Google is actively developing extensions for it. That’s an advantage because it ensures that users do not have to worry (that much) about data security and that popular Google services are available as extensions for the web browser. Google Similar Pages is an add-on [...]]]></description>
			<content:encoded><![CDATA[<p>One of the advantages of the Google Chrome browser is that Google is actively developing extensions for it. That’s an advantage because it ensures that users do not have to worry (that much) about data security and that popular Google services are available as extensions for the web browser. Google Similar Pages is an add-on for the Google Chrome web browser that can help users in the discovery of related or similar websites to the one that is currently viewed in the active tab of the Internet browser. This can be interesting for many users from users who like to find new websites like their favorite tech news blog to users who like to find additional temporary email services, file hosts or websites that review software.</p>
<p><span id="more-513"></span>This is usually something that can also be achieved with searches in the search engines but the extension makes the process comfortable thanks to its integration in the web browser. The extension will place an icon in the header toolbar of the Google Chrome web browser which will display a small overlay window upon activation that suggests four websites that Google has determined to be similar to the active one.</p>
<p>A click on the button at the Google main website for instance suggests Yahoo, Bing, MSN and Wikipedia. It is sometimes the case that some of the suggestions are not as similar as they could be. Google could for instance improve the suggestion for their homepage by removing MSN and Wikipedia and adding two search engines instead.</p>
<p>It would also be nice if there would be an option to display more than four suggestions for similar pages. Google Similar Pages is an extension for the Google Chrome 4 web browser. It is available at the official Google Chrome extension website <a href="https://chrome.google.com/extensions/detail/pjnfggphgdjblhfjaphkjhfpiiekbbej">where</a> it can be installed directly.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/google-similar-pages-for-chrome/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>Google Chrome OS netbook details leaked</title>
		<link>http://www.getbrowser.net/google-chrome-os-netbook-details-leaked/</link>
		<comments>http://www.getbrowser.net/google-chrome-os-netbook-details-leaked/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 08:56:54 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Chrome OS]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=507</guid>
		<description><![CDATA[Google&#8217;s upcoming Chrome OS was previewed last month at the Google Head quarters. As the OS development advances, Google has already started tapping netbook makers for Chrome OS netbooks. IBTimes reported that Google had sent out requests for proposals and contacted hardware manufacturers with netbook specifications and design. Unless Google says it officially, we will [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s upcoming Chrome OS was previewed last month at the Google Head quarters. As the OS development advances, Google has already started tapping netbook makers for Chrome OS netbooks. IBTimes reported that Google had sent out requests for proposals and contacted hardware manufacturers with netbook specifications and design. Unless Google says it officially, we will still count these specifications as speculation.</p>
<p><span id="more-507"></span>As per IBTimes, Google Chrome OS netbook will incorporate Nvidia Tegra platfrom, possibly Tegra 2 expected next year, and ARM design CPU. The Chrome OS is x86 architecture compatible but will support virtualization only on select devices. Furthermore, this Chrome OS netbook will sport 10.1 inch TFT Multi-touch display that would be HD ready. Yes, you read it right that the netbook will support multi-touch.</p>
<p>For storage, 64GB SSD would be offered and rest will be relied on Cloud-based storage which the user will have to choose, obviously. Packing 2GB RAM, the other features include Wi-Fi, 3G, Bluetooth, USB ports, Ethernet port, integrated webcam, audio port (3.5mm), multimedia card reader, etc.</p>
<p>This netbook is rumored arrive in holiday 2010 season at a subsidized price of $300 (Rs. 14,400 approx.) in U.S. It&#8217;s possible that Acer would be the first one to roll out this netbook after their bold claims. Nevertheless, at the subsidized pricing, the rumored netbook features sound too good to be true.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.getbrowser.net/google-gives-first-look-of-its-chrome-os/" title="Google Gives First Look of Its Chrome OS">Google Gives First Look of Its Chrome OS (0)</a></li>
<li><a href="http://www.getbrowser.net/install-google-chrome-os/" title="Installing Google Chrome OS Step by Step">Installing Google Chrome OS Step by Step (1)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/google-chrome-os-netbook-details-leaked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome History Manager</title>
		<link>http://www.getbrowser.net/google-chrome-history-manager/</link>
		<comments>http://www.getbrowser.net/google-chrome-history-manager/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 04:01:39 +0000</pubDate>
		<dc:creator>Calking Chi</dc:creator>
				<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[History Manager]]></category>

		<guid isPermaLink="false">http://www.getbrowser.net/?p=504</guid>
		<description><![CDATA[Google Chrome’s web history manager displays a neat list of visited websites sorted by date with options to search for specific pages using the search form at the top of the screen. The listing can get very crowded as the Chrome browser records the access of every page on every domain that the user has [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome’s web history manager displays a neat list of visited websites sorted by date with options to search for specific pages using the search form at the top of the screen. The listing can get very crowded as the Chrome browser records the access of every page on every domain that the user has visited. Especially forums and other websites with many different pages fill up the history listing with no option to hide specific entries or domains from the display.</p>
<p><span id="more-504"></span>History 2 is an extension for the Google Chrome browser that offers a different approach to displaying the web browser’s history. The biggest difference between History 2 and the default history manager is that the former sorts the history entries by domain.</p>
<p>That coupled with the option to collapse all history entries of a domain make the history manager more comfortable to work with especially if domains are listed with dozens or even hundreds of visited pages.</p>
<p>History 2 can display the history of the last six days or the whole week. There is no option to go further back than that which is something that the developer should consider improving so that all of the history is displayed in the history manager.</p>
<p>The only option to search history entries that data back to more than seven days is to use the original history manager of the Chrome web browser.</p>
<p>History 2 is an extension for the Google Chrome 4 web browser which can be installed <a href="https://chrome.google.com/extensions/detail/cahejgbbfgmlmjgdjlibphdjeldhagkp">directly</a> at the official Google Chrome extension’s site.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.getbrowser.net/google-chrome-history-manager/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

