<?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; chrome</title>
	<atom:link href="http://www.codigomanso.com/en/tag/chrome/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>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>

