<?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>Douglas Dorô</title>
	<atom:link href="http://douglasdoro.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://douglasdoro.wordpress.com</link>
	<description>apenas compartilhando</description>
	<lastBuildDate>Fri, 11 Nov 2011 13:02:13 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='douglasdoro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Douglas Dorô</title>
		<link>http://douglasdoro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://douglasdoro.wordpress.com/osd.xml" title="Douglas Dorô" />
	<atom:link rel='hub' href='http://douglasdoro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Instalando RVM no Mac OS X 10.5.8</title>
		<link>http://douglasdoro.wordpress.com/2011/05/03/instalando-rvm-no-mac-os-x-10-5-8/</link>
		<comments>http://douglasdoro.wordpress.com/2011/05/03/instalando-rvm-no-mac-os-x-10-5-8/#comments</comments>
		<pubDate>Tue, 03 May 2011 05:28:32 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rvm]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=194</guid>
		<description><![CDATA[Essa semana resolvi organizar meu ambiente de desenvolvimento, e uma ferramenta que eu estava querendo instalar a muito tempo era o RVM. Hoje tomei coragem e após fazer uma limpeza no ambiente anterior comecei a instalar conforme sugerido pelo próprio site que é começar executando essa linha: Quando funciona, essa deve ser a maneira mais [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=194&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Essa semana resolvi organizar meu ambiente de desenvolvimento, e uma ferramenta que eu estava querendo instalar a muito tempo era o RVM. Hoje tomei coragem e após fazer uma limpeza no ambiente anterior comecei a instalar conforme sugerido pelo próprio <a title="RVM" href="https://rvm.beginrescueend.com/" target="_blank">site</a> que é começar executando essa linha:</p>
<p><pre class="brush: cpp;">
$ bash &lt; &lt;(curl -s https://rvm.beginrescueend.com/install/rvm)
</pre></p>
<p>Quando funciona, essa deve ser a maneira mais pratica. =|<br />
Agora, se você(assim como eu) teve problemas com o certificado HTTPS, ou qualquer outro proplema que não conseguiu resolver prontamente(mesmo fazendo o sugerido no site), tente minha <strong>alternativa</strong> para instalação:<br />
Abra o Terminal e execute os seguintes comandos:</p>
<p><pre class="brush: cpp;">
$ wget --no-check-certificate https://rvm.beginrescueend.com/install/rvm
$ chmod +x rvm
$ ./rvm
</pre></p>
<p>Explicação relâmpago:<br />
Baixo o scritp utilizado no site do RVM ignorando o certificado https e executo.<br />
Depois de executar o script é necessário adicionar ao final do arquivo ~/.bash_profile a seguinte linha:</p>
<p><pre class="brush: cpp;">
[[ -s &quot;$HOME/.rvm/scripts/rvm&quot; ]] &amp;&amp; . &quot;$HOME/.rvm/scripts/rvm&quot;
</pre></p>
<p>Feito as alterações no arquivo ~/.bash_profile execute o comando <em>source</em> para carrega-las:</p>
<p><pre class="brush: cpp;">
$ source .bash_profile
</pre></p>
<p>Pronto, para verificar se o RVM foi instalado execute o comando:</p>
<p><pre class="brush: cpp;">
$ type rvm | head -1
rvm is a function
</pre></p>
<p>O retorno do comando deve ser &#8220;rvm is a function&#8221;, se for algo diferente disso ocorreu algum problema e será necessário revisar sua intalação.<br />
<strong>Comandos básico para começar a utilizar o RVM</strong></p>
<p><pre class="brush: cpp;">
$ rvm list known #mostra uma lista de Rubies para ajuda-lo na escolha de qual vai instalar
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.6-head
[ruby-]1.8.7[-p334]
[ruby-]1.8.7-head
[ruby-]1.9.1-p378
[ruby-]1.9.1[-p431]
[ruby-]1.9.1-head
[ruby-]1.9.2[-p180]
...
</pre></p>
<p><pre class="brush: cpp;">
$ rvm install 1.9.1 #instala uma versão Ruby
</pre></p>
<p><pre class="brush: cpp;">
$ rvm list #mostra Rubies instalados
   rvm rubies
   ruby-1.8.7-p334 [ i386 ]
   ruby-1.9.2-p180 [ i386 ]
</pre></p>
<p><pre class="brush: cpp;">
$ rvm 1.9.2 --default #configura uma versão como padrão
</pre></p>
<p><pre class="brush: cpp;">
$ rvm gem install sinatra #instala uma gem sinatra em todos os repositórios Rubies
</pre></p>
<p><pre class="brush: cpp;">
$ gem install sinatra #instala a gem sinatra somente no repositório Ruby corrente
</pre></p>
<blockquote><p><strong>Notas:</strong><br />
* Complementei meu terminal com a info da versão Ruby que estou utilizando no momento:<br />
<pre class="brush: cpp;">
[douglasdoro][ruby-1.9.2] ~/Repository/app (master)
$
</pre><br />
Para isso, basta adicionar a linha abaixo a sua variável PS1 no arquivo ~/.bash_profile.<br />
<pre class="brush: cpp;">
`~/.rvm/bin/rvm-prompt [ i v ]`
</pre></p>
<p>* Também optei por não usar <em><strong>sudo</strong></em> durando a instalação, para que fosse intalado apenas para o meu usuário.
</p></blockquote>
<p>Se você tem alguma sugestão, dúvida, crítica, ou fez a instalação de outra forma, por favor, compartilhe comentando.<br />
[]&#8216;s</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=194&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2011/05/03/instalando-rvm-no-mac-os-x-10-5-8/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Gerando chaves SSH no Mac OS X</title>
		<link>http://douglasdoro.wordpress.com/2011/05/03/chave-ssh-no-macosx/</link>
		<comments>http://douglasdoro.wordpress.com/2011/05/03/chave-ssh-no-macosx/#comments</comments>
		<pubDate>Tue, 03 May 2011 05:08:19 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[chave ssh]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh key]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=217</guid>
		<description><![CDATA[Para gerar um par(publica e privada) de chaves SSH no Mac OS X abra o Terminal e execute os seguintes comandos: Você pode informar o local onde será salva e o nome da chave, ou simplesmente aceitar o padrão &#8220;/Users/seu_usuario/.ssh/id_rsa&#8221;. Será solicitado uma senha para chave que também é opcional, porém, recomendo que você informe [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=217&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para gerar um par(publica e privada) de chaves SSH no Mac OS X abra o Terminal e execute os seguintes comandos:<br />
<pre class="brush: cpp;">
$ cd ~/
$ ssh-keygen -t rsa
</pre><br />
Você pode informar o local onde será salva e o nome da chave, ou simplesmente aceitar o padrão <em>&#8220;/Users/seu_usuario/.ssh/id_rsa&#8221;</em>. Será solicitado uma senha para chave que também é opcional, porém, recomendo que você informe uma. Após confirmar a senha sua chave será gerada e salva no caminho padrão ou onde você informou.<br />
<strong>Utilizando a chave SSH</strong><br />
Ao utilizar sua chave SSH, recomendo copiá-la  para a área de transferência utilizando o comando:<br />
<pre class="brush: cpp;">
$ cat ~/.ssh/id_rsa.pub | pbcopy
</pre><br />
Feito isso é só <em>colar</em> a chave SSH no sistema em que pretende utilizá-la. </p>
<p>[]&#8216;s</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=217&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2011/05/03/chave-ssh-no-macosx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Pontuação em Espanhol no Mac OS X</title>
		<link>http://douglasdoro.wordpress.com/2011/01/03/pontuacao-em-espanhol-no-mac-os-x/</link>
		<comments>http://douglasdoro.wordpress.com/2011/01/03/pontuacao-em-espanhol-no-mac-os-x/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 01:07:25 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Espanhol]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=186</guid>
		<description><![CDATA[Em Espanhol não é só normal como também é uma regra do idioma encontrar frases como essas: ¿Cómo estás? ¡Hola! Nesse post quero deixar a dica de como obter esses caracteres (¿ e ¡) no Mac OS X : [option]+[shift]+[/] para &#8220;¿&#8221; e [option]+[1] para  &#8221;¡&#8221; Particularmente achei bem mais fácil de decorar  e executar a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=186&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Em Espanhol não é só normal como também é uma regra do idioma encontrar frases como essas:<br />
<strong>¿</strong>Cómo estás?<strong><br />
</strong><strong>¡</strong>Hola!<br />
Nesse post quero deixar a dica de como obter esses caracteres (¿ e ¡) no Mac OS X :</p>
<p>[option]+[shift]+[/] para &#8220;¿&#8221; e [option]+[1] para  &#8221;¡&#8221;</p>
<p>Particularmente achei bem mais fácil de decorar  e executar a combinação das teclas no Mac do que no Windows. Por exemplo, para obtermos a interrogação invertida [¿] no Windows teríamos que  usar [ALT] + [168]. Para isso é necessário fazer um movimento maior com os dedos (e dependendo do teclado teria até que mover as mãos), e ainda decorar um numero que não se associa facilmente ao caractere desejado. No teclado do Mac as teclas estão próximas umas das outras e a última tecla da combinação tem o caractere não invertido impresso nela.</p>
<p>Compartilhado! Até o próximo post.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=186&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2011/01/03/pontuacao-em-espanhol-no-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Fast-food</title>
		<link>http://douglasdoro.wordpress.com/2010/10/12/fast-food/</link>
		<comments>http://douglasdoro.wordpress.com/2010/10/12/fast-food/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 00:46:41 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Vegetarianismo]]></category>
		<category><![CDATA[Alimentação]]></category>
		<category><![CDATA[Fast Food]]></category>
		<category><![CDATA[McDonalds]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=172</guid>
		<description><![CDATA[&#160; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=172&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 510px"><a href="http://douglasdoro.files.wordpress.com/2010/10/fast_food.jpg"><img class="size-full wp-image-174" title="Fast food" src="http://douglasdoro.files.wordpress.com/2010/10/fast_food.jpg?w=500&#038;h=375" alt="Fast food" width="500" height="375" /></a><p class="wp-caption-text">Fast food</p></div>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=172&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2010/10/12/fast-food/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>

		<media:content url="http://douglasdoro.files.wordpress.com/2010/10/fast_food.jpg" medium="image">
			<media:title type="html">Fast food</media:title>
		</media:content>
	</item>
		<item>
		<title>Video animação Stop Motion</title>
		<link>http://douglasdoro.wordpress.com/2010/10/10/my-first-stop-motion-video/</link>
		<comments>http://douglasdoro.wordpress.com/2010/10/10/my-first-stop-motion-video/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 03:17:36 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Stop-motion]]></category>
		<category><![CDATA[IMovie]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Photo Booth]]></category>
		<category><![CDATA[Stop Motion]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=147</guid>
		<description><![CDATA[Já tem um bom tempo que curto edição e animação de video, só que nunca me arrisquei em tentar fazer nada do tipo. Bom, hoje resolvi tentar, e olha só no que deu: Sei que não ficou bom, mas para um começo da para enganar. Lembrando que é a primeira vez que faço. Como eu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=147&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Já tem um bom tempo que curto edição e animação de video, só que nunca me arrisquei em tentar fazer nada do tipo.<br />
Bom, hoje resolvi tentar, e olha só no que deu:<br />
<span style="text-align:center; display: block;"><a href="http://douglasdoro.wordpress.com/2010/10/10/my-first-stop-motion-video/"><img src="http://img.youtube.com/vi/Ro0WHzX7y7E/2.jpg" alt="" /></a></span><br />
Sei que não ficou bom, mas para um começo da para enganar. Lembrando que é a primeira vez que faço.<br />
Como eu só queria brincar um pouco preferi não instalar um software(trial) apropriado para esse tipo de animação, e acabei utilizei o IMove e Photo Booth que são nativos no Mac OS. Também não é difícil perceber que eu utilizei a própria câmera do laptop e que faltou iluminação. O lance é que eu gostei da brincadeira e pretendo brincar mais um pouco com isso. </p>
<p>Abraços, </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=147&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2010/10/10/my-first-stop-motion-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Desafio Intermodal 2010</title>
		<link>http://douglasdoro.wordpress.com/2010/09/24/desafio-intermodal-2010/</link>
		<comments>http://douglasdoro.wordpress.com/2010/09/24/desafio-intermodal-2010/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 00:00:52 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Skate]]></category>
		<category><![CDATA[Desafio Intermodal 2010]]></category>
		<category><![CDATA[skate]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=142</guid>
		<description><![CDATA[No ultimo dia 17, participei do 5 desafio intermodal representando o modal skate, mais detalhes no post do Aguinas &#8220;O dia que o skate ganhou do carro nas ruas de São Paulo&#8221;. Utilizo o skate como esporte e também como meio de transporte. Geralmente faço pequenos trajetos de 4km intercalando com algum meio de transporte [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=142&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No ultimo dia 17, participei do <a href="http://www.ciclobr.com.br/desafio_intermodal_2010.asp">5 desafio intermodal</a> representando o modal skate, mais detalhes no post  do Aguinas <a href="http://espnbrasil.terra.com.br/aguinaldomelo/post/149475_O+DIA+QUE+O+SKATE+GANHOU+DO+CARRO+NAS+RUAS+DE+SAO+PAULO">&#8220;O dia que o skate ganhou do carro nas ruas de São Paulo&#8221;</a>.<br />
Utilizo o skate como esporte e também como meio de transporte. Geralmente faço pequenos trajetos de 4km intercalando com algum meio de transporte publico. No Desafio Intermodal deste ano &#8220;remei&#8221; meu skate por aproximadamente 12km sem conhecer as ruas e avenidas(asfalto, buracos e pontos de alto risco) que percorri. O  skate que utilizei é o mesmo que uso para andar nas pistas e fazer manobras por ai, ele não tem peças apropriadas para percursos longos e asfalto ruim, mas mesmo assim posso dizer que foi super tranqüilo completar o trajeto proposto pelo evento.<br />
Se você acha que isso é muito para um skate, veja a viagem que o skatista Marcelo Silva está fazendo e a que ele já fez em cima de um skate: <a href="http://www.viacomercial.com.br/2010/05/25/para-quebrar-recorde-aventureiro-encara-13-mil-km-de-skate/">Via comercial</a>; <a href="http://www.skatecuriosidade.com/curiosidade-skatisticas/brasileiro-quer-viajar-13-mil-km-de-skate">Skate Curiosidade</a>.</p>
<p><strong><em>Mas quais são as vantagens de se utilizar um skate como meio de transporte ?</em></strong></p>
<p>O skate é muito fácil de se transportar, da para levar no ônibus, trem, metrô e outros tipos de meio de transporte. Quem mora por exemplo na região de Guarulhos e quer vir para o região do centro, pode tomar um ônibus ou lotação até o metro Armênia e fazer o resto do percurso na &#8220;remada&#8221;.<br />
Outra situação em que o uso do skate pode ser muito interessante é por exemplo, para quem precisa se locomover de uma região alta para uma baixa ou vice-versa. Como já diz o ditado &#8220;Para descer todo santo ajuda.&#8221;. Então quando for para descer, vai de skate, se não tiver coragem para um &#8220;rabeira&#8221; na subida é só pegar um ônibus. Se divertiu e ainda economizou o dinheiro de uma condução.<br />
Bom, as possibilidades estão ai para serem criadas. Quem precisar de alguma dica de como começar, quais peças são melhores, e outras dúvidas, é só me perguntar que terei o prazer de ajudar.</p>
<p>O legal disso tudo é sabermos que temos alternativas ao carro. Escolha um modal que faça você ganhar tempo em uma cidade como São Paulo e de quebra ainda fará uma atividade física e contribuirá com o meio ambiente.</p>
<p>o|&lt;]:</p>
<p>Abraços,</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=142&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2010/09/24/desafio-intermodal-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Baixar vídeo(flv) do YouTube/Vimeo no Ubuntu</title>
		<link>http://douglasdoro.wordpress.com/2010/04/15/baixar-videoflv-do-youtubevimeo-no-ubuntu/</link>
		<comments>http://douglasdoro.wordpress.com/2010/04/15/baixar-videoflv-do-youtubevimeo-no-ubuntu/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:35:38 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vimeo]]></category>
		<category><![CDATA[youTube]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=126</guid>
		<description><![CDATA[Até alguns minutos atrás eu fazia isso usando o Firefox junto com o plugin Download Helper, só que isso começou a dar um pouco de dor-de-cabeça devido os constantes crashes do Firefox. Resolvi procurar uma alternativa para isso, e não precisei procurar muito para encontrar: - Youtube-dl para baixar os videos do YouTube; - Vimeo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=126&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Até alguns minutos atrás eu fazia isso usando o Firefox junto com o plugin <a href="http://http://www.downloadhelper.net/">Download Helper</a>, só que isso começou a dar um pouco de dor-de-cabeça devido os constantes crashes do Firefox. Resolvi procurar uma alternativa para isso, e não precisei procurar muito para encontrar:</p>
<p>- <a href="http://www.ubuntugeek.com/howto-download-videos-from-youtube-in-ubuntu.html" target="blank">Youtube-dl</a> para baixar os videos do YouTube;<br />
- <a href="http://ossguy.com/?p=172" target="blank">Vimeo Downloader 0.1 released</a> para baixar videos do Vimeo.<br />
<strong>Update:</strong> <a href="http://ossguy.com/?p=841" target="blank">Vimeo Downloader 0.3 released</a> agora com suporte a vídeos em HD.</p>
<p>Os dois links explicam como utilizar, é bem simples, testei rapidinho e foi na boa. Uma pena os não ser um único script/app para fazer o download tanto do YouTube como do Vimeo. Se alguém precisar de um help ou conhecer uma opção melhor, deixa um comentário, por favor.</p>
<p>[],s</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=126&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2010/04/15/baixar-videoflv-do-youtubevimeo-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Como o Rake pode te ajudar?</title>
		<link>http://douglasdoro.wordpress.com/2009/12/07/como-o-rake-pode-te-ajudar/</link>
		<comments>http://douglasdoro.wordpress.com/2009/12/07/como-o-rake-pode-te-ajudar/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 22:17:49 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=120</guid>
		<description><![CDATA[Para responder essa pergunta, acesse o console e dentro de um projeto Rails  rode a tarefa rake -T , você verá uma lista de tarefas que o rake pode fazer. Dentre elas existe uma muito interessante que estou me acostumando a usar e estou curtindo muito: rake notes Essa tarefa rake procura no seu código [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=120&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para responder essa pergunta, acesse o console e dentro de um projeto Rails  rode a tarefa <strong>rake -T </strong>, você verá uma lista de tarefas que o rake pode fazer.</p>
<p>Dentre elas existe uma muito interessante que estou me acostumando a usar e estou curtindo muito:</p>
<p><strong>rake notes </strong></p>
<p>Essa tarefa rake procura no seu código comentários com as palavras <strong>custom</strong>, <strong>fixme</strong>, <strong>optimize </strong>e <strong>todo</strong>, mostrando o nome do arquivo e linha onde foi adicionado o comentário.</p>
<p>Também é possível filtrar:</p>
<p><strong>rake notes:custom<br />
rake notes:fixme<br />
rake notes:optimize<br />
rake notes:todo</strong></p>
<p>Isso pode te ajudar a ficar focado na funcionalidade que está trabalhando no momento, sem precisar tomar alguma decisão que faça você perder o &#8220;fio da meada&#8221;.</p>
<p>[]&#8216;s</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=120&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2009/12/07/como-o-rake-pode-te-ajudar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Operador ternário em JavaScript</title>
		<link>http://douglasdoro.wordpress.com/2009/09/17/operador-ternario-em-javascript/</link>
		<comments>http://douglasdoro.wordpress.com/2009/09/17/operador-ternario-em-javascript/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:51:57 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=107</guid>
		<description><![CDATA[Primeiramente, esse é um daqueles posts que uso de cola/consulta =) Estava fuçando em um código JavaScript e me deparei com um operador ternário ou move condicional: Ta ai! Pode seu útil um dia. []&#8216;s<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=107&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Primeiramente, esse é um daqueles posts que uso de cola/consulta =)</p>
<p>Estava fuçando em um código JavaScript e me deparei com um <strong>operador ternário</strong> ou <strong>move condicional</strong>:</p>
<p><pre class="brush: jscript;">
&lt;script language=&quot;javascript&quot;&gt;
	var var_sexo = &quot;M&quot;;
	var sexo = ((var_sexo == &quot;M&quot;) ? &quot;Masculino&quot; : &quot;Feminino&quot;) ;
	document.write(sexo);
&lt;/script&gt;
</pre></p>
<p>Ta ai! Pode seu útil um dia. </p>
<p>[]&#8216;s</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=107&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2009/09/17/operador-ternario-em-javascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>
	</item>
		<item>
		<title>Learn to Proagram</title>
		<link>http://douglasdoro.wordpress.com/2009/09/12/learn-to-proagram/</link>
		<comments>http://douglasdoro.wordpress.com/2009/09/12/learn-to-proagram/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 23:32:31 +0000</pubDate>
		<dc:creator>dorô</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://douglasdoro.wordpress.com/?p=94</guid>
		<description><![CDATA[Recentemente terminei de ler o livro Learn to Program escrito por Chris Pine. O livro tem versão online e tradução em alguns idiomas, como por exemplo português. O livro é muito bom, porém não é um livro para se conhecer as melhores coisas que o Ruby oferece, e sim para se acostumar com a forma [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=94&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://assets1.pragprog.com/images/covers/190x228/ltp2.jpg?1236205276" alt="" width="190" height="228" /></p>
<p>Recentemente terminei de ler o livro <a href="http://www.pragprog.com/titles/ltp2/learn-to-program-2nd-edition">Learn to Program</a> escrito por Chris Pine. O livro tem versão <a href="http://http://pine.fm/LearnToProgram/">online</a> e tradução em alguns idiomas, como por exemplo <a href="http://aprendaaprogramar.rubyonrails.pro.br/">português</a>.</p>
<p>O livro é muito bom,  porém não é um livro para se conhecer as melhores coisas que o Ruby oferece, e sim para se acostumar com a forma que o Ruby trabalha.  Ótimo para quem esta começando a programar.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/douglasdoro.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/douglasdoro.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/douglasdoro.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/douglasdoro.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/douglasdoro.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/douglasdoro.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/douglasdoro.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/douglasdoro.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=douglasdoro.wordpress.com&amp;blog=7559720&amp;post=94&amp;subd=douglasdoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://douglasdoro.wordpress.com/2009/09/12/learn-to-proagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63a460a9aa71946a51a8416bdc4dea9f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dorô</media:title>
		</media:content>

		<media:content url="http://assets1.pragprog.com/images/covers/190x228/ltp2.jpg?1236205276" medium="image" />
	</item>
	</channel>
</rss>
