<?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>Codigo Manso &#187; firefox</title>
	<atom:link href="http://www.codigomanso.com/en/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigomanso.com</link>
	<description>Programación, informática y tecnología</description>
	<lastBuildDate>Sun, 21 Aug 2011 10:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome for Linux</title>
		<link>http://www.codigomanso.com/en/2009/12/google-chrome-para-linux/</link>
		<comments>http://www.codigomanso.com/en/2009/12/google-chrome-para-linux/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:09:44 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[navegador]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=800</guid>
		<description><![CDATA[Today I&#8217;ve received an e-mail from Google telling me that they launched the new beta for linux of their browser Google Chrome.  It&#8217;s been a while since they first launched a version for Windows.
As you might expect, I&#8217;ve downloaded and installed this brand new version of Chrome for Linux and I installed on my Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Today I&#8217;ve received an e-mail from Google telling me that they launched the new beta for linux of their browser Google Chrome.  It&#8217;s been a while since they first launched a version for Windows.</p>
<p style="text-align: justify;">As you might expect, I&#8217;ve downloaded and installed <a href="http://www.google.com/chrome/intl/en-GB/w00t.html" target="_blank">this brand new version of Chrome for Linux</a> and I installed on my Ubuntu 64-bit laptop.</p>
<p style="text-align: justify;">The truth is that it caused me a great impression, when I launched google-chrome command, the browser just appeared in a fraction of a second. I though Opera was quite amazing at rendering the browser, but now I think Chrome is even faster.</p>
<p style="text-align: justify;">The next thing I tried is <a href="http://www.artypist.com/en/typing-test/" target="_self">the typing test of ARTypist</a>, and it worked amazingly well. I know it uses internally a lot of javascript, and it all works great.  Even the CSS displays properly well, and since several months ago I haven&#8217;t tried to run ARTypist on Chrome <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Finally, after visiting another couple of web sites I realized flash worked as well without me having to install any plugin. I don&#8217;t know if it has detected the flash plugin was already installed (probably), but it&#8217;s great having it working on all pages. At the first sight, it seems the browser seems it&#8217;s working well <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Right now I&#8217;m not planning to change Firefox by Chrome, but at least I can test my webs on Chrome without having to open a virtual machine with Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/12/google-chrome-para-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing Firefox 3.5 in Ubuntu</title>
		<link>http://www.codigomanso.com/en/2009/07/instalar-firefox-3-5-en-ubuntu/</link>
		<comments>http://www.codigomanso.com/en/2009/07/instalar-firefox-3-5-en-ubuntu/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 08:18:13 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=682</guid>
		<description><![CDATA[

In order to install Firefox 3.5 in Ubuntu (before Canonical update the official repositories) is as follows:

First you should add following line in /etc/apt/sources.list (in order to edit this file you will need admin privileges, aka run as root):

deb http://ppa.launchpad.net/fta/ppa/ubuntu jaunty main


Then, we should run following command to validate previous repository and make apt-get to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-685" title="firefox-3.5" src="http://www.codigomanso.com/wp-content/uploads/2009/07/firefox-3.5.jpg" alt="firefox-3.5" width="320" height="102"/>
</p>
<p>In order to install Firefox 3.5 in Ubuntu (before Canonical update the official repositories) is as follows:</p>
<ul>
<li>First you should add following line in /etc/apt/sources.list (in order to edit this file you will need admin privileges, aka run as root):

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>fta<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

</li>
<li>Then, we should run following command to validate previous repository and make apt-get to work:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com 0C713DA6</pre></div></div>

</li>
<li>Finally we install Firefox-3.5 by running following command:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> firefox-<span style="color: #000000;">3.5</span></pre></div></div>

</li>
<li>Addicionally you can change the symbolic link at /usr/bin/firefox to refer to /usr/bin/firefox-3.5</li>
</ul>
<p>That&#8217;s it!! Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/07/instalar-firefox-3-5-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Firefox shortcuts</title>
		<link>http://www.codigomanso.com/en/2009/01/teclas-basicas-de-firefox/</link>
		<comments>http://www.codigomanso.com/en/2009/01/teclas-basicas-de-firefox/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 10:18:52 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[teclas basicas]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=404</guid>
		<description><![CDATA[Firefox, as almost any other program, has shortcuts that allow us to get full control of the browser, the only drawback is that shortcuts have to be memorized.
Following there is a list of the basic shortcuts everyone should know. My recommendation is that you practice all those shortcuts you don&#8217;t know.

Ctrl + L: places the [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox, as almost any other program, has shortcuts that allow us to get full control of the browser, the only drawback is that shortcuts have to be memorized.</p>
<p>Following there is a list of the basic shortcuts everyone should know. My recommendation is that you practice all those shortcuts you don&#8217;t know.</p>
<ul>
<li><strong>Ctrl + L:</strong> places the cursor on the address bar (you could also use <strong>Alt + D</strong>)</li>
<li><strong>Ctrl + K:</strong> places the cursor on the search bar (usually for searching things in Google)</li>
<li><strong>Ctrl + F:</strong> find a text on current web page</li>
<li><strong>Ctrl + R:</strong> reload current page (<strong>F5</strong> could also be used for this purpose)</li>
<li><strong>Ctrl + T:</strong> open a new blank tab</li>
<li><strong>Ctrl + W:</strong> closes current tab (<strong>Ctrl + F4</strong> could also be used)</li>
<li><strong>Ctrl + Shift + T:</strong> opens again the last closed tab  (just to try: press <strong>Ctrl+W</strong> and then <strong> Ctrl + Shift + T</strong>)</li>
<li><strong>Alt + Enter:</strong> this is very useful if you want to open in a new tab what you are typing <strong>in the address bar</strong>. It will also work if you are selecting a page you already visited in the address bar, and then pressing Alt + Enter.</li>
<li><strong>Alt + 1/Alt + 2/ &#8230;. /Alt + 9</strong>: This is one of the basics and most usefuls shortcuts. Access to the tab 1, 2, 3&#8230; 9 of the browser, depending on the number you are using (if you don&#8217;t knew it, just press Alt + 1 and Alt+2&#8230;)</li>
<li><strong>Press the middle button of the mouse over a link:</strong> opens the link in a new tab (this is not a shortcut, but it is really useful).</li>
</ul>
<p>The following shortcut is basic for developers (like me):</p>
<ul>
<li><strong> Ctrl + Shift + R: </strong>Forces the browser to reload the whole page, images, stylesheets, &#8230;  ignoring the browser caches (really useful sometimes whey you get crazy).</li>
</ul>
<p>Finally, here there are a couple of useful shortcuts that are not that important:</p>
<ul>
<li><strong>Ctrl + Tab:</strong> go to the next tab</li>
<li><strong>Ctrl + Shift + Tab:</strong> go to the previous tab</li>
<li><strong>F11:</strong> maximizes the browser to fullscreen (pressing <strong>F11</strong> again, will restore the window)</li>
</ul>
<p>Probably I left some other basic shortucts, if so, please let me know <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Links of interest:</strong></p>
<ul>
<li><a href="http://www.lugsaju.com.ar/2006/11/teclas-rapidas-shortcuts-o-hotkeys-en.html" target="_blank">Compilation of hotkeys for several programs</a></li>
<li><a href="http://www.zepy.net/archives/most-useful-firefox-keyboard-hotkeys.html" target="_blank">Most useful Firefox keyboard hotkeys</a></li>
<li><a href="http://www.jonlee.ca/the-5-most-useful-firefox-shortcuts/" target="_blank">The 5 most useful Firefox shortcuts</a></li>
<li><a href="http://www.jeetblog.com/incredible-firefox-keyboard-shortcuts/" target="_blank">Incredible Firefox keyboard shortcuts</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2009/01/teclas-basicas-de-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS3 rounded corners</title>
		<link>http://www.codigomanso.com/en/2008/12/rounded-corners-en-css3/</link>
		<comments>http://www.codigomanso.com/en/2008/12/rounded-corners-en-css3/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 18:47:56 +0000</pubDate>
		<dc:creator>Pau Sanchez</dc:creator>
				<category><![CDATA[Diseño]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[esquinas redondeadas]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.codigomanso.com/es/?p=323</guid>
		<description><![CDATA[CSS3 support for rounded corners is not news, what I haven&#8217;t realized yet, was that some browsers support rounded corners natively (in fact, the support has been added long time ago).
According to the CSS3 spec, it should be enough to use the style &#8220;border-radius&#8221; to set the rounding, unfortunatelly, browsers do not support this style [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.w3.org/TR/css3-background/" target="_self">CSS3 support for rounded corners is not news</a>, what I haven&#8217;t realized yet, was that some browsers support rounded corners natively (in fact, the support has been added long time ago).</p>
<p style="text-align: justify;">According to the CSS3 spec, it should be enough to use the style &#8220;border-radius&#8221; to set the rounding, unfortunatelly, browsers do not support this style yet <img src='http://www.codigomanso.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p style="text-align: justify;">On the other hand, a div with rounded corners could be easily specified for gecko and webkit, just by using &#8220;-moz-border-radius&#8221; for Firefox 2/3, and &#8220;-webkit-border-radius&#8221; for the latest (Safari).</p>
<p style="text-align: justify;">After trying this on some browsers I&#8217;ve seen that Firefox 2, Firefox 3, Safari 3.1 and Chrome work as expected, while Opera and Internet Explorer (IE6/IE7) have no support for this (natively).</p>
<p style="text-align: justify;">
<p style="padding: 4px 8px; text-align: justify;-moz-border-radius: 10px; -webkit-border-radius: 10px; border:1px solid #83D13D; background: #af8;">This block of text should appear inside a rounded corner box on Firefox, Safari or Chrome.<br />
If you look at page contents, I haven&#8217;t used any javascript or any complex CSS, just:<br />
<strong>-moz-border-radius: 10px;</strong><br />
<strong>-webkit-border-radius: 10px;</strong></p>
<p style="text-align: justify;">
<p>What I don&#8217;t like, is the fact that I haven&#8217;t found any way or non-standard attribute for doing this on IE.<br />
Well, what do you think about the rounded corners?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigomanso.com/en/2008/12/rounded-corners-en-css3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

