<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>CARLOS NOSSA dot com</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/" />
<modified>2010-09-23T16:00:56Z</modified>
<tagline>Some days are better than others</tagline>
<id>tag:www.carlosnossa.com,2011:/mt//1</id>
<generator url="http://www.movabletype.org/" version="4.23-en">Movable Type</generator>
<copyright>Copyright (c) 2010, Carlos Nossa</copyright>

<entry>
<title>Human PAC-MAN</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2010/09/human_pac-man.html" />
<modified>2010-09-23T16:00:56Z</modified>
<issued>2010-09-23T15:59:11Z</issued>
<id>tag:www.carlosnossa.com,2010:/mt//1.157</id>
<created>2010-09-23T15:59:11Z</created>
<summary type="text/plain"></summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Funny</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/M3D0JvYJkGc?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/M3D0JvYJkGc?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>]]>

</content>
</entry>

<entry>
<title>AniversÃ¡rio</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2010/03/aniversario.html" />
<modified>2011-05-22T18:46:09Z</modified>
<issued>2010-03-25T12:31:45Z</issued>
<id>tag:www.carlosnossa.com,2010:/mt//1.156</id>
<created>2010-03-25T12:31:45Z</created>
<summary type="text/plain"> O meu pai faria hoje 81 anos. Foi a pessoa mais inteligente, culta, Ã­Â­ntegra e bondosa que conheci. Tenho muitas saudades dele....</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="DSC_0105 25-03-2005 14-38-10.jpg" src="http://www.carlosnossa.com/mt/images/DSC_0105%2025-03-2005%2014-38-10.jpg" width="320" height="212" class="mt-image-none" style="" /></span></p>

<p>O meu pai faria hoje 81 anos. <br />
Foi a pessoa mais inteligente, culta, Ã­Â­ntegra e bondosa que conheci. <br />
Tenho muitas saudades dele.</p>]]>

</content>
</entry>

<entry>
<title>Windows Phone 7 Series: Everything Is Different Now</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2010/02/windows_phone_7_1.html" />
<modified>2010-03-25T16:39:06Z</modified>
<issued>2010-02-25T00:12:31Z</issued>
<id>tag:www.carlosnossa.com,2010:/mt//1.155</id>
<created>2010-02-25T00:12:31Z</created>
<summary type="text/plain">It&apos;s astounding that until this moment, three years after the iPhone, the biggest software company in the world basically didn&apos;t compete in mobile. Windows Phone 7 Series is more than the Microsoft smartphone we&apos;ve been waiting for. Everything&apos;s different now....</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Operating systems</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="500x_windowsphon7.jpg" src="http://www.carlosnossa.com/mt/images/500x_windowsphon7.jpg" width="500" height="208" class="mt-image-none" style="" /></span><blockquote>It's astounding that until this moment, three years after the iPhone, the biggest software company in the world basically didn't compete in mobile. Windows Phone 7 Series is more than the Microsoft smartphone we've been waiting for. Everything's different now.</blockquote></p>

<p><a href="http://gizmodo.com/5471805/windows-phone-7-series-everything-is-different-now">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>Measuring Javascript Parse and Load</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2010/02/measuring_javas.html" />
<modified>2010-02-25T00:04:17Z</modified>
<issued>2010-02-25T00:01:55Z</issued>
<id>tag:www.carlosnossa.com,2010:/mt//1.153</id>
<created>2010-02-25T00:01:55Z</created>
<summary type="text/plain">Any savvy web developer can tell you how many kilobytes their code consumes. They bundle, minify, compress and tune the data sent out to within an inch of its life. Wire weight is easy to measure and has a direct...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>JavaScript</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<blockquote>Any savvy web developer can tell you how many kilobytes their code consumes. They bundle, minify, compress and tune the data sent out to within an inch of its life. Wire weight is easy to measure and has a direct impact on your application's launch time. But how many milliseconds does it take the user's computer to parse and load your code once it's arrived? What differences are there between CPUs, operating systems, browsers and plugins? What speed leaks are we overlooking?</blockquote>

<p><a href="http://carlos.bueno.org/2010/02/measuring-javascript-parse-and-load.html?v=2">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>A Few Thoughts on the Nexus One</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2010/01/a_few_thoughts.html" />
<modified>2010-01-12T20:09:23Z</modified>
<issued>2010-01-12T20:06:12Z</issued>
<id>tag:www.carlosnossa.com,2010:/mt//1.152</id>
<created>2010-01-12T20:06:12Z</created>
<summary type="text/plain">by Tim O&apos;Reilly There will be many posts focusing on the look, feel, and features of the Nexus One, so I&apos;m going to focus on what Android&apos;s latest incarnation says about the competitive landscape - what I&apos;ve elsewhere called the...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p>by Tim O'Reilly<br />
<blockquote>There will be many posts focusing on the look, feel, and features of the Nexus One, so I'm going to focus on what Android's latest incarnation says about the competitive landscape - what I've elsewhere called the war for the web. Android vs. iPhone is one important front in that "war." </blockquote></p>

<p><a href="http://radar.oreilly.com/2010/01/the-nexus-one-vs-iphone.html">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>Turn your iPhone or iPod touch into a universal remote control.</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2010/01/turn_your_iphon.html" />
<modified>2010-01-12T19:43:00Z</modified>
<issued>2010-01-12T19:33:54Z</issued>
<id>tag:www.carlosnossa.com,2010:/mt//1.151</id>
<created>2010-01-12T19:33:54Z</created>
<summary type="text/plain"> Here &gt;...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="L5_home-top-feature01.jpg" src="http://www.carlosnossa.com/mt/images/L5_home-top-feature01.jpg" width="459" height="191" class="mt-image-none" style="" /></span></p>

<p><a href="http://l5technology.com/">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>Got a HTC Magic ;-)</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/got_a_htc_magic.html" />
<modified>2009-11-28T20:52:43Z</modified>
<issued>2009-11-28T20:46:52Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.150</id>
<created>2009-11-28T20:46:52Z</created>
<summary type="text/plain"></summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>HTC Magic</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><a href="http://www.gsmarena.com/htc_magic-2714.php"><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="HTC-Magic-1-737155-737203.jpg" src="http://www.carlosnossa.com/mt/images/HTC-Magic-1-737155-737203.jpg" width="187" height="320" class="mt-image-none" style="" /></span></a></p>]]>

</content>
</entry>

<entry>
<title>node.js - Evented I/O for V8 javascript</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/nodejs_-_evente_1.html" />
<modified>2009-11-25T22:37:50Z</modified>
<issued>2009-11-25T22:00:53Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.149</id>
<created>2009-11-25T22:00:53Z</created>
<summary type="text/plain">Node&apos;s goal is to provide an easy way to build scalable network programs. Here &gt;...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>JavaScript</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<blockquote>Node's goal is to provide an easy way to build scalable network programs. </blockquote>

<p><a href="http://nodejs.org/">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>When can I use...</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/when_can_i_use.html" />
<modified>2009-11-20T18:56:25Z</modified>
<issued>2009-11-20T18:48:54Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.145</id>
<created>2009-11-20T18:48:54Z</created>
<summary type="text/plain">Very helpfull: Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies. Here &gt;...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Development</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p>Very helpfull:<br />
<blockquote>Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies.</blockquote><br />
<a href="http://a.deveria.com/caniuse/">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>LG GW620 em concurso</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/lg_gw620_em_con.html" />
<modified>2011-05-22T18:47:59Z</modified>
<issued>2009-11-19T22:08:18Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.144</id>
<created>2009-11-19T22:08:18Z</created>
<summary type="text/plain">Mais um smartphone Android em concurso! Para tentar ganhÃ¡-lo basta seguir @LG_GW620 no Twitter e escrever uma mensagem a argumentar porque deverÃ­amos ganhar um LG GW620 novo. NÃ£o esquecer de incluir #LGGW620 no tweet! Existe ainda outra oportunidade para o...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><img alt="LG-GW620_42441_1.jpg" src="http://www.carlosnossa.com/mt/images/LG-GW620_42441_1.jpg" width="400" height="300" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></form>Mais um smartphone Android em concurso! </p>

<p>Para tentar ganhÃ¡-lo basta seguir <a href="http://twitter.com/LG_GW620"> @LG_GW620</a> no Twitter e escrever uma mensagem a argumentar porque deverÃ­amos ganhar um LG GW620 novo. NÃ£o esquecer de incluir <a href="http://twitter.com/search?q=%23LGGW620">#LGGW620</a> no tweet!<form mt:asset-id="23" class="mt-enclosure mt-enclosure-image" style="display: inline;"></p>

<p>Existe ainda outra oportunidade para o ganhar atravÃ©s de um <a href="http://bit.ly/3WI36a">jogo disponÃ­vel no Facebook</a>.<div style="clear:both;" /></p>]]>

</content>
</entry>

<entry>
<title> Google Closure: How not to write JavaScript</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/google_closure.html" />
<modified>2009-11-18T22:37:13Z</modified>
<issued>2009-11-18T22:26:25Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.143</id>
<created>2009-11-18T22:26:25Z</created>
<summary type="text/plain">Here &gt;...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Development</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><a href="http://www.sitepoint.com/blogs/2009/11/12/google-closure-how-not-to-write-javascript/">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>The Ol&apos; jQuery Roundabout Trick</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/the_ol_jquery_r.html" />
<modified>2009-11-18T22:24:19Z</modified>
<issued>2009-11-18T22:19:18Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.142</id>
<created>2009-11-18T22:19:18Z</created>
<summary type="text/plain">See it here &gt;...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Resources</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><a href="http://labs.suredev.com/roundabout/">See it here ></a></p>]]>

</content>
</entry>

<entry>
<title>Your JavaScript Library</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/your_javascript.html" />
<modified>2009-11-18T22:14:04Z</modified>
<issued>2009-11-18T22:04:45Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.141</id>
<created>2009-11-18T22:04:45Z</created>
<summary type="text/plain">Unlike the server-side, you don&apos;t have a choice on client-end development: you pretty much must use JavaScript. Interesting notes by Dmitry Baranovskiy who is a JavaScript developer at Atlassian, creator of RaphaÃ?Â«l and gRaphaÃ?Â«l JavaScript libraries. Here &gt;...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>JavaScript</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<blockquote>Unlike the server-side, you don't have a choice on client-end development: you pretty much must use JavaScript.</blockquote>

<p>Interesting notes by Dmitry Baranovskiy who is a JavaScript developer at <a href="http://www.atlassian.com/">Atlassian</a>, creator of <a href="http://raphaeljs.com/">RaphaÃ?Â«l </a>and <a href="http://g.raphaeljs.com/">gRaphaÃ?Â«l </a>JavaScript libraries.</p>

<p><a href="http://passingcuriosity.com/2009/notes-on-dmitry-baranovskiys-talk-on-your-javascript-library/">Here ></a></p>]]>

</content>
</entry>

<entry>
<title>Got some Google Wave invites...</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/got_some_google.html" />
<modified>2009-11-16T17:52:21Z</modified>
<issued>2009-11-16T17:46:43Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.139</id>
<created>2009-11-16T17:46:43Z</created>
<summary type="text/plain"> Let me know if you want one! :)...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Internet</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="GoogeWave.jpg" src="http://www.carlosnossa.com/mt/images/GoogeWave.jpg" width="111" height="111" class="mt-image-none" style="" /></span><br />
Let me know if you want one! <br />
:)</p>]]>

</content>
</entry>

<entry>
<title>Android - growing at the expense of other operating systems</title>
<link rel="alternate" type="text/html" href="http://www.carlosnossa.com/mt/archives/2009/11/android_-_growi.html" />
<modified>2009-11-16T17:45:34Z</modified>
<issued>2009-11-16T17:22:40Z</issued>
<id>tag:www.carlosnossa.com,2009:/mt//1.138</id>
<created>2009-11-16T17:22:40Z</created>
<summary type="text/plain"> The success of Android has taken its toll on other popular operating systems. Here are the numbers crunched out by Gartner showing the increase or decrease percentage in market share some of the major players have gained or suffered...</summary>
<author>
<name>Carlos Nossa</name>

<email>cnossa@carlosnossa.com</email>
</author>
<dc:subject>Android</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.carlosnossa.com/mt/">
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="AndroidGrowing.JPG" src="http://www.carlosnossa.com/mt/images/AndroidGrowing.JPG" width="182" height="249" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></span><br />
<blockquote>The success of Android has taken its toll on other popular operating systems. Here are the numbers crunched out by Gartner showing the increase or decrease percentage in market share some of the major players have gained or suffered from Q3 2008 to Q3 2009:</p>

<ul>
	<li>    Android - 0% to 3.9%</li>
	<li>    BlackBerry OS - 16% to 20.8%</li>
	<li>    iPhone - 12.9% to 17.1%</li>
	<li>    Symbian - 49.7% to 44.6%</li>
	<li>    WebOS - 0% to 1.1%</li>
	<li>    Windows Mobile - 11% to 7.9%</li>
</ul></blockquote><div style="clear:both;" />

<p>Via <a href="http://htcpedia.com/news/android-growing-at-the-expense-of-other-operating-systems.html">htcPEDIA.com ></a></p>]]>

</content>
</entry>

</feed>
