<?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>blog.joaomorais.com &#187; Firefox</title>
	<atom:link href="http://blog.joaomorais.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joaomorais.com</link>
	<description>Blog about software development, personal projects and development tools.</description>
	<lastBuildDate>Mon, 10 Apr 2017 02:26:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Google Chrome Web Browser Installation on Linux</title>
		<link>http://blog.joaomorais.com/google-chrome-web-browser-installation-on-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-web-browser-installation-on-linux</link>
		<comments>http://blog.joaomorais.com/google-chrome-web-browser-installation-on-linux/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 22:14:47 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[Papers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.joaomorais.com/?p=399</guid>
		<description><![CDATA[Tired of the slowness of Mozilla Firefox and curious with the acclaimed performance of Google Chrome (or Chromium, if you prefer), today I&#8217;ve decided to give it a try. Although it is still an alpha version it already allows you to perform the regular navigation activities that you are used to with an incredible speed. [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-401" title="Google Chrome (Chromium)" src="http://blog.joaomorais.com/wp-content/uploads/google-chrome_256-150x150.png" alt="Google Chromium" />Tired of the slowness of <a title="Mozilla Firefox" href="http://www.mozilla.com/firefox/">Mozilla Firefox</a> and curious with the acclaimed performance of <a title="Google Chrome (Chromium)" href="http://code.google.com/chromium/">Google Chrome</a> (or <a title="Google Chrome (Chromium)" href="http://code.google.com/chromium/">Chromium</a>, if you prefer), today I&#8217;ve decided to give it a try.</p>
<p>Although it is still an alpha version it already allows you to perform the regular navigation activities that you are used to with an incredible speed.</p>
<p>It&#8217;s layout is also a bit different of what we are used to, in my opinion it is great, <a title="KISS principle in Wikipedia" href="http://en.wikipedia.org/wiki/KISS_principle">KISS principle</a> all the way.  I also like the new functionalities like the task manager which allows you to take control over the used memory with each tab/window and the browser itself.</p>
<p><span id="more-399"></span>With all this in mind I expect a great browser to arise from <a title="Google" href="http://www.google.com">Google</a> in the next months. Below are the steps that I needed to perform to install <a title="Google Chrome (Chromium)" href="http://code.google.com/chromium/">Chromium</a> on <a title="Xubuntu" href="http://www.xubuntu.org/">Xubuntu</a> 8.10 (Intrepid).</p>
<p>First of all you need to edit the /etc/apt/sources.list file:</p>
<pre class="brush:shell">$ sudo gedit /etc/apt/sources.list</pre>
<p>Add the following two lines at the bottom of the file:</p>
<pre class="brush:shell">deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main</pre>
<p>Now save/close the file and add the GPG key using the following command:</p>
<pre class="brush:shell">--rev-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5</pre>
<p>Next we will update the source list and install the browser:</p>
<pre class="brush:shell">$ sudo apt-get update
$ sudo apt-get install chromium-browser</pre>
<p>If you want you can also enable flash support by copying (or linking) your previously installed flash library into browser plugins directory:</p>
<pre class="brush:shell">$ sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins</pre>
<p>And you are done, next time you run it you will only need to specify the plugins usage with following command:</p>
<pre class="brush:shell">$ chromium-browser --enable-plugins</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.joaomorais.com/google-chrome-web-browser-installation-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FoxTab &#8211; 3D effects in your web browser</title>
		<link>http://blog.joaomorais.com/foxtab/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=foxtab</link>
		<comments>http://blog.joaomorais.com/foxtab/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 20:37:05 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Effect]]></category>
		<category><![CDATA[extension. addon]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[foxtab]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.joaomorais.com/?p=304</guid>
		<description><![CDATA[Last week I&#8217;ve found FoxTab a Firefox extension that brings 3D effects into your web browser. It allows you to switch through opened tabs with a combination of keys (like you usually do in your operating system to switch through opened programs). I&#8217;ve been using for a couple of days now and it&#8217;s been working [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-309" title="FoxTab" src="http://blog.joaomorais.com/wp-content/uploads/foxtab-150x150.png" alt="FoxTab" />Last week I&#8217;ve found <a title="FoxTab" href="https://addons.mozilla.org/en-US/firefox/addon/8879">FoxTab</a> a Firefox extension that brings 3D effects into your web browser.</p>
<p>It allows you to switch through opened tabs with a combination of keys (like you usually do in your operating system to switch through opened programs).</p>
<p>I&#8217;ve been using for a couple of days now and it&#8217;s been working great. It is really useful when you have 20 tabs opened inside a window and you want so select a specific one. It also has a lot of options and customizable environments which is a plus.</p>
<p>Because a picture is worth more than a thousand words here is a link to <a title="FoxTab" href="https://addons.mozilla.org/en-US/firefox/addon/8879">FoxTab</a> homepage, image gallery included, and a <a title="FoxTab on Youtube" href="http://www.youtube.com/watch?v=JJhvGqj5yNM">video</a> on YouTube which illustrates it&#8217;s usage.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joaomorais.com/foxtab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get uninstall windows vista</title>
		<link>http://blog.joaomorais.com/apt-get-uninstall-windows-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apt-get-uninstall-windows-vista</link>
		<comments>http://blog.joaomorais.com/apt-get-uninstall-windows-vista/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 04:11:55 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[1-gb]]></category>
		<category><![CDATA[a200]]></category>
		<category><![CDATA[aMSN]]></category>
		<category><![CDATA[Card]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Problems]]></category>
		<category><![CDATA[Toshiba]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Wallpaper]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://solidlocker.webhs.org/wordpress/?p=81</guid>
		<description><![CDATA[Last week my sister had some problems with her laptop (Toshiba A200-1GB) and Windows Vista. After a few Windows updates her LAN card decided not to work, after trying new drivers with no success, and because her laptop it&#8217;s quite new and it was getting a bit slow due to Vista fancy stuff. I&#8217;ve decided [...]]]></description>
				<content:encoded><![CDATA[<p>Last week my sister had some problems with her laptop (<a title="Toshiba A200-1GB" href="http://www.cheaplaptops.org.uk/wp-content/laptopimg/2008/04/toshiba-a200-28p-laptop.jpg">Toshiba A200-1GB</a>) and Windows Vista.</p>
<p>After a few Windows updates her LAN card decided not to work, after trying new drivers with no success, and because her laptop it&#8217;s quite new and it was getting a bit slow due to Vista fancy stuff.</p>
<p>I&#8217;ve decided to uninstall Windows Vista and install Windows XP, at the moment it&#8217;s running very smooth and no LAN card problems detected yet.</p>
<p>From what I&#8217;ve read some people had a really hard time trying to find drivers to support all the hardware, most of them I&#8217;ve found on <a title="Toshiba" href="http://www.toshiba.com/">Toshiba</a> website.</p>
<p>At the moment her laptop is running with <a title="Firefox" href="http://www.mozilla.com/en-US/firefox/">Firefox</a>, <a title="aMSN Project" href="http://www.amsn-project.net/">aMSN</a> and a nice and clean <a title="Wallpaper" href="http://www.wallpaperpimper.com/wallpaper/Computer/Tux/Tux-6-MXVV10X1VP-1024x768.jpg">wallpaper</a>.</p>
<p>Next step will be the installation of  <a title="Xubuntu - Linux for human beings!" href="http://www.xubuntu.org/">Xubuntu</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joaomorais.com/apt-get-uninstall-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
