<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Celiga</title>
	<atom:link href="http://celiga.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://celiga.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Mar 2009 12:46:07 +0000</lastBuildDate>
	<language>pt</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='celiga.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/bddf8e18a15b9a84e0b56c6e64ec101b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Celiga</title>
		<link>http://celiga.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://celiga.wordpress.com/osd.xml" title="Celiga" />
	<atom:link rel='hub' href='http://celiga.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Como implementar videos no seu site para iPhone?</title>
		<link>http://celiga.wordpress.com/2009/03/04/como-implementar-videos-no-seu-site-para-iphone/</link>
		<comments>http://celiga.wordpress.com/2009/03/04/como-implementar-videos-no-seu-site-para-iphone/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 12:46:07 +0000</pubDate>
		<dc:creator>Alexandre Nascimento</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=133</guid>
		<description><![CDATA[A medida que vamos estudando o desenvolvimento do iPhone na web e no SDK, postaremos aqui soluções encontradas para facilitar seu conhecimento sobre algumas coisas que vão ser úteis para a programação nessa nova plataforma móvel. Uma das implementações que a globo.com fez no seu site móvel para iPhone é o video no formato mp4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=133&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A medida que vamos estudando o desenvolvimento do iPhone na web e no SDK, postaremos aqui soluções encontradas para facilitar seu conhecimento sobre algumas coisas que vão ser úteis para a programação nessa nova plataforma móvel.</p>
<p>Uma das implementações que a globo.com fez no seu <a href="http://m.globo.com" target="_blank">site móvel para iPhone</a> é o video no formato mp4 que toca direto no iPhone sem precisar de upar o video no youtube e colocar o código embed no site, mas que também funciona legal.</p>
<ul>
<li>Primeiramente é preciso configurar o mime-type correto dos arquivos de vídeo. Para isso é necessário  carregar o módulo mime_module, inserindo as seguintes linhas no httpd.conf:</li>
</ul>
<p><code>LoadModule mime_module modules/mod_mime.so<br />
AddType video/mp4 .mp4</code></p>
<ul>
<li>Todos os vídeos devem ser convertidos então no formato .mp4 com o <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.apple.com/quicktime/technologies/h264/" target="_blank">codec H.264</a>.</li>
</ul>
<ul>
<li>Faça o download do JavaScript AC_QuickTime.js no <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://developer.apple.com/internet/licensejs.html" target="_blank">site da Apple</a>.</li>
<li>Inclua esse código no início da página:
<pre>&lt;script src="AC_QuickTime.js" language="javascript"&gt; &lt;/script&gt;</pre>
</li>
<li>Sintaxe para inserir o video na página:
<pre>&lt;script language="javascript"&gt;
    QT_WriteOBJECT('MyMovie.mov' , '320', '240' , '');
&lt;/script&gt;</pre>
</li>
</ul>
<p>Caso queira mais informações sobre chamadas para o video e entrar mais afundo no assunto, entre no próprio <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://developer.apple.com/safari/library/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/chapter_1000_section_2.html" target="_blank">site da apple</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=133&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/03/04/como-implementar-videos-no-seu-site-para-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36f35302d0aa61634dffca6f231c26b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alexandre Nascimento</media:title>
		</media:content>
	</item>
		<item>
		<title>Programando para iPhone</title>
		<link>http://celiga.wordpress.com/2009/03/02/tutorial-programando-para-iphone/</link>
		<comments>http://celiga.wordpress.com/2009/03/02/tutorial-programando-para-iphone/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 17:32:58 +0000</pubDate>
		<dc:creator>Alexandre Nascimento</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Celular]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=126</guid>
		<description><![CDATA[Olá leitores, como o ano só começa depois do carnaval, ficamos um tempo sem postar mas já estamos retomando as nossa atividades normais. Hoje vamos falar do boom do momento, que é o desenvolvimento de aplicativos para iPhone. Cada vez mais é a procura de desenvolvedores que já conhecem a plataforma de programação do SDK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=126&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Olá leitores, como o ano só começa depois do carnaval, ficamos um tempo sem postar mas já estamos retomando as nossa atividades normais.</p>
<p>Hoje vamos falar do <em>boom</em> do momento, que é o desenvolvimento de aplicativos para iPhone. Cada vez mais é a procura de desenvolvedores que já conhecem a plataforma de programação do SDK for iPhone.</p>
<p><img class="aligncenter size-full wp-image-127" title="iphone_sdk" src="http://celiga.files.wordpress.com/2009/03/iphone_sdk.jpg?w=223&#038;h=315" alt="iphone_sdk" width="223" height="315" /></p>
<p>Para começar é simples, você tem que possuir um conhecimento em programação orientada a objeto como Java, C++, etc. O SDK for iPhone utiliza a linguagem de programação Objective C.<br />
A Apple disponibiliza uma pequena introdução na linguagem que pode ser acessada pelo link: <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://developer.apple.com/iphone/gettingstarted/docs/objectivecprimer.action" target="_blank">http://developer.apple.com/iphone/gettingstarted/docs/objectivecprimer.action</a> e disponibiliza exemplos e <em>how to</em>&#8216;s também no link <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://developer.apple.com/iphone/index.action" target="_blank">http://developer.apple.com/iphone/index.action </a>(é necessário possuir um registro no site da Apple).</p>
<p>Depois de aprender um pouco mais dessa linguagem, baixe o SDK for iPhone. Lembrando que ele possui algumas desvantagens para ser baixado:</p>
<ul>
<li>Seu tamanho é de 1,7 Gb</li>
<li>Não funciona em plataforma Windows; somente Mac</li>
<li>É necessário fazer um update do site sistema para Mac OS X v10.5.5</li>
<li>Precisa ter instalado no seu mac o iTunes 8</li>
</ul>
<p>Estudem!!! Essa nova plataforma de programação promete!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=126&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/03/02/tutorial-programando-para-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36f35302d0aa61634dffca6f231c26b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alexandre Nascimento</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/03/iphone_sdk.jpg" medium="image">
			<media:title type="html">iphone_sdk</media:title>
		</media:content>
	</item>
		<item>
		<title>Iphone metido</title>
		<link>http://celiga.wordpress.com/2009/02/17/iphone-metido/</link>
		<comments>http://celiga.wordpress.com/2009/02/17/iphone-metido/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:47:27 +0000</pubDate>
		<dc:creator>Eduardo Stuart</dc:creator>
				<category><![CDATA[animação]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[college humor]]></category>
		<category><![CDATA[metido]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=123</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=123&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/Groupvideo.2104922' type='application/x-shockwave-flash' AllowScriptAccess='sameDomain' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='' width='425' height='350' /></p>
<div style="font-size:10px;"></div>
<p></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=123&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/17/iphone-metido/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/904d3969655050305f83a57ecfa721fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eduardostuart</media:title>
		</media:content>
	</item>
		<item>
		<title>Blue Earth &#8211; Samsung</title>
		<link>http://celiga.wordpress.com/2009/02/15/blue-earth-samsung/</link>
		<comments>http://celiga.wordpress.com/2009/02/15/blue-earth-samsung/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 21:49:51 +0000</pubDate>
		<dc:creator>Eduardo Stuart</dc:creator>
				<category><![CDATA[blue earth]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[Celular]]></category>
		<category><![CDATA[energia solar]]></category>
		<category><![CDATA[jk shin]]></category>
		<category><![CDATA[terra azul]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=117</guid>
		<description><![CDATA[  A Samsung, segunda maior fabricante mundial de telefones celulares, produziu o primeiro aparelho celular do mundo equipado com um painel solar para recarga de bateria.   O Blue Earth (terra azul), como é chamado, terá uma bateria que se carrega a partir de um painel solar incorporado na parte traseira do próprio aparelho, que [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=117&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p style="text-align:center;"><a rel="attachment wp-att-118" href="http://celiga.wordpress.com/2009/02/15/blue-earth-samsung/zz01483621/"><img class="aligncenter size-full wp-image-118" title="zz01483621" src="http://celiga.files.wordpress.com/2009/02/zz01483621.jpg?w=480&#038;h=356" alt="zz01483621" width="480" height="356" /></a></p>
<p>A Samsung, segunda maior fabricante mundial de telefones celulares, produziu o primeiro aparelho celular do mundo equipado com um painel solar para recarga de bateria.</p>
<p> </p>
<p><a rel="attachment wp-att-119" href="http://celiga.wordpress.com/2009/02/15/blue-earth-samsung/mini-c94f9c07cefbf07cd625f134085c2386/"><img class="alignleft size-full wp-image-119" title="mini-c94f9c07cefbf07cd625f134085c2386" src="http://celiga.files.wordpress.com/2009/02/mini-c94f9c07cefbf07cd625f134085c2386.jpg?w=158&#038;h=276" alt="mini-c94f9c07cefbf07cd625f134085c2386" width="158" height="276" /></a></p>
<p>O <strong>Blue Earth</strong> (terra azul), como é chamado, terá uma bateria que se carrega a partir de um painel solar incorporado na parte traseira do próprio aparelho, que irá gerar energia suficiente para fazer ligações.</p>
<p><a rel="attachment wp-att-119" href="http://celiga.wordpress.com/2009/02/15/blue-earth-samsung/mini-c94f9c07cefbf07cd625f134085c2386/"></a>Segundo  Mr. Jk Shin, vice presidente e responsável pela divisão mobile da Samsung, o aparelho demonstra um compromisso para com o futuro do nosso ambiente e que a Samsung está determinada a alcançar os maiores padrões de poupança de energia através do investimento e promoção de produtos que permitam viabilizar de uma forma credível esta política.</p>
<p>O Aparelho é feito de plástico reciclado, que é extraido de garrafas de água já utilizadas, ajudando a diminuir o consumo de combustíveis fósseis e subsequentes emissões de carbono para a atmosfera.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=117&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/15/blue-earth-samsung/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/904d3969655050305f83a57ecfa721fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eduardostuart</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/zz01483621.jpg" medium="image">
			<media:title type="html">zz01483621</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/mini-c94f9c07cefbf07cd625f134085c2386.jpg" medium="image">
			<media:title type="html">mini-c94f9c07cefbf07cd625f134085c2386</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Sync: Sincronizando tudo!</title>
		<link>http://celiga.wordpress.com/2009/02/11/google-sync-sincronizando-tudo/</link>
		<comments>http://celiga.wordpress.com/2009/02/11/google-sync-sincronizando-tudo/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:06:34 +0000</pubDate>
		<dc:creator>Alexandre Nascimento</dc:creator>
				<category><![CDATA[Informações]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google caledar]]></category>
		<category><![CDATA[google sync]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[n95]]></category>
		<category><![CDATA[n96]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[rainlendar]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=114</guid>
		<description><![CDATA[Com o lançamento do google nessa semana; o Google Sync, ficou muito mais fácil de você sincronizar seu contatos e agendas do seu celular sem precisar usar qualquer gambiarra para tal. Acontece que para quem usa o Rainlendar; uma agenda muito legal para seu desktop, ficou muito fácil de você sincronizar seu celular, google calendar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=114&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Com o lançamento do google nessa semana; o <a href="http://www.google.com/mobile/default/sync.html" target="_blank">Google Sync</a>, ficou muito mais fácil de você sincronizar seu contatos e agendas do seu celular sem precisar usar qualquer gambiarra para tal.</p>
<p>Acontece que para quem usa o <a href="http://www.rainlendar.net/cms/index.php" target="_blank">Rainlendar</a>; uma agenda muito legal para seu desktop, ficou muito fácil de você sincronizar seu celular, google calendar e o rainlendar.</p>
<p><img class="aligncenter size-medium wp-image-115" title="sddfgdfgdf" src="http://celiga.files.wordpress.com/2009/02/sddfgdfgdf.jpg?w=300&#038;h=42" alt="sddfgdfgdf" width="300" height="42" /></p>
<p>Para isso configure seu celular como explica no site do <a href="http://www.google.com/mobile/default/sync.html" target="_blank">Google Sync</a>, depois baixe a versão pro do <a href="http://www.rainlendar.net/cms/index.php?option=com_rny_download&amp;Itemid=30" target="_blank">Rainlendar</a> (não se preocupe pois esse preço é válido somente se você for registrar).</p>
<p>Depois do Rainlander instalado vá em Opções &gt; Calendário &gt; Adicionar. Escolha a opção <em>Calendário do Google</em> e coloque seu usuário e senha do google; pronto você tem três repositórios para sincronizar seus compromissos.</p>
<p>Ao criar um compromisso no Rainlendar ele cria também no Google calendar e no seu celular, ao criar um compromisso no Google calendar ele cria também no Rainlander e no seu celular e ao criar um compromisso no seu celular ele cria em abos os sites também&#8230; Legal isso não?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=114&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/11/google-sync-sincronizando-tudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36f35302d0aa61634dffca6f231c26b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alexandre Nascimento</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/sddfgdfgdf.jpg?w=300" medium="image">
			<media:title type="html">sddfgdfgdf</media:title>
		</media:content>
	</item>
		<item>
		<title>Jogos para celulares: Parte 1</title>
		<link>http://celiga.wordpress.com/2009/02/05/jogos-para-celulares-parte-1/</link>
		<comments>http://celiga.wordpress.com/2009/02/05/jogos-para-celulares-parte-1/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:51:30 +0000</pubDate>
		<dc:creator>Alexandre Nascimento</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[aplicativos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[jogos]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=111</guid>
		<description><![CDATA[Toda quinta-feira iremos postar aqui o jogo de celular da semana seja ele do iPhone, N95, BlackBerry, etc. No post de hoje vai a dica do Apache Lander . Aplicativo disponível na AppStore para iPhone. No jogo você tem o objetivo de pousar um Apache em segurança no heliporto com isso você faz pontos o [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=111&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Toda quinta-feira iremos postar aqui o jogo de celular da semana seja ele do iPhone, N95, BlackBerry, etc.</p>
<p>No post de hoje vai a dica do <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=286050325&amp;mt=8" target="_blank">Apache Lander</a> <img class="alignnone size-full wp-image-112" title="apache" src="http://celiga.files.wordpress.com/2009/02/apache.png?w=57&#038;h=57" alt="apache" width="57" height="57" />.<br />
Aplicativo disponível na AppStore para iPhone.<br />
No jogo você tem o objetivo de pousar um Apache em segurança no heliporto com isso você faz pontos o que faz vc ficar horas e horas tentando bater seu próprio recorde.</p>
<p>Preço na AppStore: <strong>FREE</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=111&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/05/jogos-para-celulares-parte-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36f35302d0aa61634dffca6f231c26b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alexandre Nascimento</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/apache.png" medium="image">
			<media:title type="html">apache</media:title>
		</media:content>
	</item>
		<item>
		<title>Tranformando seu celular em um controle universal</title>
		<link>http://celiga.wordpress.com/2009/02/04/tranformando-seu-celular-em-um-controle-universal/</link>
		<comments>http://celiga.wordpress.com/2009/02/04/tranformando-seu-celular-em-um-controle-universal/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:51:00 +0000</pubDate>
		<dc:creator>Alexandre Nascimento</dc:creator>
				<category><![CDATA[nokia]]></category>
		<category><![CDATA[aplicativos]]></category>
		<category><![CDATA[Celular]]></category>
		<category><![CDATA[n95]]></category>
		<category><![CDATA[n96]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=104</guid>
		<description><![CDATA[Para quem possui um celular com Symbian S60, existe um aplicativo bem legal chamado irRemote. Além de operar TV, DVD, HiFi, Home Theatre e até video cacete você também pode alterar a temperatura do seu ar-condicionado (se o mesmo possuir infra-vermelhos). Isso mesmo, o irRemote é compatível com todo tipo de ar-condicionado. Para conferir a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=104&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para quem possui um celular com Symbian S60, existe um aplicativo bem legal chamado irRemote.</p>
<p><img class="aligncenter size-full wp-image-107" title="logo" src="http://celiga.files.wordpress.com/2009/02/logo.gif?w=151&#038;h=49" alt="logo" width="151" height="49" /></p>
<p>Além de operar TV, DVD, HiFi, Home Theatre e até video cacete você também pode alterar a temperatura do seu ar-condicionado (se o mesmo possuir infra-vermelhos). Isso mesmo, o irRemote é compatível com todo tipo de ar-condicionado.</p>
<p>Para conferir a compatibilidade com seu celular entre <a href="http://irremote.psiloc.com/">aqui</a> e busque seu modelo.</p>
<p>Para baixar direto no seu celular: <img class="alignleft size-full wp-image-105" title="imgphp" src="http://celiga.files.wordpress.com/2009/02/imgphp.png?w=148&#038;h=173" alt="imgphp" width="148" height="173" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=104&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/04/tranformando-seu-celular-em-um-controle-universal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36f35302d0aa61634dffca6f231c26b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alexandre Nascimento</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/logo.gif" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/imgphp.png" medium="image">
			<media:title type="html">imgphp</media:title>
		</media:content>
	</item>
		<item>
		<title>Atualização Google Earth no iPhone</title>
		<link>http://celiga.wordpress.com/2009/02/03/atualizacao-google-earth-no-iphone/</link>
		<comments>http://celiga.wordpress.com/2009/02/03/atualizacao-google-earth-no-iphone/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:38:02 +0000</pubDate>
		<dc:creator>Alexandre Nascimento</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[aplicativos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[appstore]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=100</guid>
		<description><![CDATA[&#8220;O que??? O iPhone também vai ter vizualização do oceano detalhada no Google Earth???&#8221;, não nada disso!!! O Google acabou de disponibilizar uma atualização no Google Earth apenas para corrigir alguns bugs da versão 2.2 do iPhone como mostra a imagem abaixo. Para baixar este aplicativo direto do seu iTunes clique aqui.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=100&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;O que??? O iPhone também vai ter vizualização do oceano detalhada no Google Earth???&#8221;, não nada disso!!!</p>
<p>O Google acabou de disponibilizar uma atualização no Google Earth apenas para corrigir alguns bugs da versão 2.2 do iPhone como mostra a imagem abaixo.</p>
<p><img class="aligncenter size-full wp-image-101" title="gearth" src="http://celiga.files.wordpress.com/2009/02/img_0003.png?w=320&#038;h=480" alt="gearth" width="320" height="480" /></p>
<p>Para baixar este aplicativo direto do seu iTunes <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284815942&amp;mt=8" target="_blank">clique aqui</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=100&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/03/atualizacao-google-earth-no-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36f35302d0aa61634dffca6f231c26b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Alexandre Nascimento</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/img_0003.png" medium="image">
			<media:title type="html">gearth</media:title>
		</media:content>
	</item>
		<item>
		<title>Suporte para Iphone com lápis</title>
		<link>http://celiga.wordpress.com/2009/02/03/suporte-para-iphone-com-lapis/</link>
		<comments>http://celiga.wordpress.com/2009/02/03/suporte-para-iphone-com-lapis/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:37:44 +0000</pubDate>
		<dc:creator>Eduardo Stuart</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[lápis]]></category>
		<category><![CDATA[suporte]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/?p=85</guid>
		<description><![CDATA[Você pode utilizar um suporte como o iFlyz (o da imagem) como suporte para seu Iphone.   Ouu..você pode simplesmente ligar alguns lápis e uma borrachinha..isso foi o que o Ronald Hutchinson fez..O Editor do Geeky Gadget.. Hutchinson notou que com 4 lápis o suporte fica melhor para o Iphone 2G, com o 3G talvez [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=85&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Você pode utilizar um suporte como o <a href="http://news.cnet.com/8301-17938_105-10144685-1.html" target="_blank">iFlyz </a>(o da imagem) como suporte para seu Iphone.</p>
<p style="text-align:center;"><a href="http://i.i.com.com/cnwk.1d/i/bto/20090116/iflyzcropped_610x479.jpg"><img class="aligncenter" title="iFlyz" src="http://i.i.com.com/cnwk.1d/i/bto/20090116/iflyzcropped_610x479.jpg" alt="" width="366" height="287" /></a></p>
<p> </p>
<p>Ouu..você pode simplesmente ligar alguns lápis e uma borrachinha..isso foi o que o Ronald Hutchinson fez..O Editor do Geeky Gadget..</p>
<p style="text-align:center;"><a rel="attachment wp-att-88" href="http://celiga.wordpress.com/2009/02/03/suporte-para-iphone-com-lapis/pencil-iphone-stand2/"><img class="size-full wp-image-88 aligncenter" title="pencil-iphone-stand2" src="http://celiga.files.wordpress.com/2009/02/pencil-iphone-stand2.jpg?w=550&#038;h=463" alt="pencil-iphone-stand2" width="550" height="463" /></a></p>
<p style="text-align:center;"><a href="http://celiga.files.wordpress.com/2009/02/pencil-iphone-stand4.jpg"><img class="size-full wp-image-89 aligncenter" title="pencil-iphone-stand4" src="http://celiga.files.wordpress.com/2009/02/pencil-iphone-stand4.jpg?w=550&#038;h=413" alt="pencil-iphone-stand4" width="550" height="413" /></a></p>
<p style="text-align:left;">Hutchinson notou que com 4 lápis o suporte fica melhor para o Iphone 2G, com o 3G talvez seja necessário dois lápis na posição horizontal.</p>
<p style="text-align:left;">Veja mais:</p>
<p><a href="http://www.geeky-gadgets.com/?p=9620" target="_blank">http://www.geeky-gadgets.com/?p=9620</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=85&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/03/suporte-para-iphone-com-lapis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/904d3969655050305f83a57ecfa721fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eduardostuart</media:title>
		</media:content>

		<media:content url="http://i.i.com.com/cnwk.1d/i/bto/20090116/iflyzcropped_610x479.jpg" medium="image">
			<media:title type="html">iFlyz</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/pencil-iphone-stand2.jpg" medium="image">
			<media:title type="html">pencil-iphone-stand2</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/pencil-iphone-stand4.jpg" medium="image">
			<media:title type="html">pencil-iphone-stand4</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe e Apple juntas para levar Flash para iPhone</title>
		<link>http://celiga.wordpress.com/2009/02/03/adobe-e-apple-juntas-para-levar-flash-para-iphone-2/</link>
		<comments>http://celiga.wordpress.com/2009/02/03/adobe-e-apple-juntas-para-levar-flash-para-iphone-2/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:08:17 +0000</pubDate>
		<dc:creator>Eduardo Stuart</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Novidades]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Shantanu Narayen]]></category>

		<guid isPermaLink="false">http://celiga.wordpress.com/2009/02/03/adobe-e-apple-juntas-para-levar-flash-para-iphone-2/</guid>
		<description><![CDATA[O presidente e CEO da Adobe, Shantanu Narayen, confirmou que, depois de muita resistência, a Apple finalmente vai permitir que a Adobe lance uma versão do Flash para o iPhone, como noticiou o site Apple Insider. A Adobe têm tentado entregar uma versão de seu onipresente plug-in desde antes do lançamento do iPhone, mas a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=80&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>O presidente e CEO da Adobe, Shantanu Narayen, confirmou que, depois de muita resistência, a Apple finalmente vai permitir que a Adobe lance uma versão do Flash para o iPhone, como noticiou o site Apple Insider.</p>
<p><a rel="attachment wp-att-82" href="http://celiga.wordpress.com/2009/02/03/adobe-e-apple-juntas-para-levar-flash-para-iphone-2/adobe-apple-flash/"><img class="alignleft size-full wp-image-82" title="adobe-apple-flash" src="http://celiga.files.wordpress.com/2009/02/adobe-apple-flash.jpg?w=200&#038;h=325" alt="adobe-apple-flash" width="200" height="325" /></a></p>
<p>A Adobe têm tentado entregar uma versão de seu onipresente plug-in desde antes do lançamento do iPhone, mas a Apple têm resistido. No ano passado, Steve Jobs havia comentado sobre os recursos limitados do Flash Lite (versão mais simples do Flash) e disse que a versão não era adequada para ser utilizada para Web, já que não fazia coisas que os usuários esperam do Flash, como tocar vídeos ou mostrar animações mais complexas.</p>
<p>É sabido que o Flash é um software que usa intensivamente o processador do computador para ser executado e Jobs apontou isto como um verdadeiro obstáculo para a implementação do software em smartphones, que têm menos memória e um processador menor.</p>
<p>O CEO da Adobe considera a implementação do Flash no iPhone um “difícil desafio técnico e é parte do motivo por que Apple e Adobe estão colaborando”, como declarou em uma entrevista a Bloomberg.</p>
<p>Enquanto isso, a Apple advoga publicamente a substituição do plug-in pelo HTML 5, que permite executar muitas das funções oferecidas pelo Flash em um padrão mais universal e menos faminto de recursos de máquina</p>
<p>Fonte: <a href="http://www.geek.com.br/blogs/832697632/posts/9168-adobe-e-apple-juntas-para-levar-flash-para-iphone" target="_blank">http://www.geek.com.br</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/celiga.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/celiga.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/celiga.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/celiga.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/celiga.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/celiga.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/celiga.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/celiga.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=celiga.wordpress.com&amp;blog=5806090&amp;post=80&amp;subd=celiga&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://celiga.wordpress.com/2009/02/03/adobe-e-apple-juntas-para-levar-flash-para-iphone-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/904d3969655050305f83a57ecfa721fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eduardostuart</media:title>
		</media:content>

		<media:content url="http://celiga.files.wordpress.com/2009/02/adobe-apple-flash.jpg" medium="image">
			<media:title type="html">adobe-apple-flash</media:title>
		</media:content>
	</item>
	</channel>
</rss>
