<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Diego Plentz &#187; books</title>
	<atom:link href="http://plentz.org/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://plentz.org</link>
	<description>plentiful thoughts from my empty head</description>
	<lastBuildDate>Wed, 07 Dec 2011 16:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pragmatic Version Control Using Subversion, Take Three?</title>
		<link>http://plentz.org/2007/02/02/pragmatic-version-control-using-subversion-take-three/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pragmatic-version-control-using-subversion-take-three</link>
		<comments>http://plentz.org/2007/02/02/pragmatic-version-control-using-subversion-take-three/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 01:21:55 +0000</pubDate>
		<dc:creator>Diego Plentz</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://plentz.org/2007/02/02/pragmatic-version-control-using-subversion-take-three/</guid>
		<description><![CDATA[Mike Mason &#60;mgm@nospam.net&#62; to me &#8212;&#8212; Hi Diego! We have no firm plans for a third edition of the book, although I am keeping an eye on Subversion and if crazy new features get added it might make sense to do another edition. The book is constantly updated with small things, like errata and bug [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/charlesbodi/116977906/" title="Rusted Faith"><img src="http://farm1.static.flickr.com/38/116977906_d3fd8592b2_m.jpg" alt="Rusted Faith" height="160" width="240" style="border: 2px solid rgb(0, 0, 0);float: right; margin-left: 10px; margin-bottom: 10px;"/></a></p>
<blockquote><p><a href="http://mikemason.ca/">Mike Mason</a> &lt;mgm@nospam.net&gt; to me</p>
<p>&#8212;&#8212;</p>
<p>Hi Diego!</p>
<p>We have no firm plans for a third edition of <a href="http://www.pragmaticprogrammer.com/titles/svn2/">the book</a>, although I am keeping an eye on Subversion and if crazy new features get added it might make sense to do another edition.</p>
<p>The book is constantly updated with small things, like errata and bug fixes, which go into the next print run and immediately make it into the PDF, so any copy of the book you get ought to be fairly up to date.</p>
<p>Cheers,<br />
Mike.</p></blockquote>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" alt="by-nc-nd" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>--><img src="http://plentz.org/wordpress/?ak_action=api_record_view&id=149&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://plentz.org/2007/02/02/pragmatic-version-control-using-subversion-take-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Javascript Techniques</title>
		<link>http://plentz.org/2006/11/26/141/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=141</link>
		<comments>http://plentz.org/2006/11/26/141/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 10:01:30 +0000</pubDate>
		<dc:creator>Diego Plentz</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://plentz.org/2006/11/26/141/</guid>
		<description><![CDATA[Javascript já não é mais o mesmo faz um bom tempo. Com a explosão de popularidade de sites falando sobre Ajax, a forma como é vista o (aparentemente só agora) bom e velho Javascript mudou muito. Frameworks não param de aparecer: Prototype, Dojo toolkit, moo.fx, Backbase, OpenRico, script.aculo.us… Mas e onde estão as referências decentes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273" title="Pro Javascript Techniques"><img src="http://ec1.images-amazon.com/images/P/1590597273.01._AA180_SCLZZZZZZZ_V39393451_.jpg" alt="Pro Javascript Techniques" style="float: right; margin-left: 10px; margin-bottom: 10px;" /></a></p>
<p>Javascript já não é mais o mesmo faz um bom tempo. Com a explosão de popularidade de sites falando sobre Ajax, a forma como é vista o (aparentemente só agora) bom e velho Javascript mudou muito.</p>
<p>Frameworks não param de aparecer: <a href="http://prototype.conio.net/">Prototype</a>, <a href="http://dojotoolkit.org/">Dojo toolkit</a>, <a href="http://www.moofx.mad4milk.net/">moo.fx</a>, <a href="http://www.backbase.com">Backbase</a>, <a href="http://openrico.org/">OpenRico</a>, <a href="http://script.aculo.us/">script.aculo.us</a>…</p>
<p>Mas e onde estão as referências decentes falando desse Javascript recém-saído do spa que estamos vendo poraí? A maioria dos livros já estão mais do que ultrapassados (a maioria falando até do já morto-e-enterrado Netscape).</p>
<p>Dando uma pesquisada, achei um trabalho que está sendo feito pelo <a href="http://ejohn.org/">John Resig</a> justamente sobre isso: um livro com técnicas avançadas de javascript e bem atualizado.</p>
<p><a href="http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273">Pro Javascript Techniques</a> ainda não foi lançado, mas só pelo <a href="http://jspro.org/about/">conteúdo</a> foi direto pra <a href="http://www.amazon.com/gp/registry/registry.html/ref=cm_wl_reg-item/103-9776861-2339043?&amp;sort=priority&amp;id=1WEUQKBPZ5N8S">wishlist</a>.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" alt="by-nc-nd" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>--><img src="http://plentz.org/wordpress/?ak_action=api_record_view&id=141&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://plentz.org/2006/11/26/141/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Core Java</title>
		<link>http://plentz.org/2005/07/13/core-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=core-java</link>
		<comments>http://plentz.org/2005/07/13/core-java/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Diego Plentz</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://plentz.org/wordpress/?p=115</guid>
		<description><![CDATA[Chegou ontem o Core Java 2: Volume I &#8211; Fundamentos (7ª Edição) e já começei a ler. E também já parei. Péssima diagramação, erros gritantes na tradução, dentre outros incovenientes. Não recomendo, mesmo. Falando nisso, não recomendo nenhum livro traduzido. Só pra deixar mais claro, a versão em português tem 424 páginas e a inglês, [...]]]></description>
			<content:encoded><![CDATA[<p>Chegou ontem o <a href="http://www.temporeal.com.br/produtos.php?id=169228"> Core Java 2: Volume I &#8211; Fundamentos (7ª Edição)</a> e já começei a ler. E também já parei. Péssima diagramação, erros gritantes na tradução, dentre outros incovenientes. Não recomendo, mesmo. Falando nisso, não recomendo nenhum livro traduzido. Só pra deixar mais claro, a versão em português tem 424 páginas e a inglês, 784.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" alt="by-nc-nd" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>--><img src="http://plentz.org/wordpress/?ak_action=api_record_view&id=115&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://plentz.org/2005/07/13/core-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FlashBang</title>
		<link>http://plentz.org/2005/03/12/flashbang/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flashbang</link>
		<comments>http://plentz.org/2005/03/12/flashbang/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Diego Plentz</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://plentz.org/wordpress/?p=112</guid>
		<description><![CDATA[E não é que depois de muito tempo, saiu o novo livro sobre Flash e ActionScript do Jonas. Demorou, mas saiu&#8230;acho que escrever livros com 18 anos é mais difícil do que com 14(a idade dele quando publicou seu primeiro).]]></description>
			<content:encoded><![CDATA[<p>E não é que depois de muito tempo, saiu o novo <a href="http://www.submarino.com.br/books_productdetails.asp?Query=ProductPage&#038;ProdTypeId=1&#038;ProdId=295347&#038;ST=SE&#038;franq=140632">livro sobre Flash e ActionScript</a> do <a href="http://www.jonasgalvez.com/">Jonas</a>. Demorou, mas saiu&#8230;acho que escrever livros com 18 anos é mais difícil do que com 14(a idade dele quando publicou <a href="http://www.submarino.com.br/books_productdetails.asp?Query=ProductPage&#038;ProdTypeId=1&#038;ProdId=167393&#038;ST=CM11835">seu primeiro</a>).</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" alt="by-nc-nd" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-nd/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>--><img src="http://plentz.org/wordpress/?ak_action=api_record_view&id=112&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://plentz.org/2005/03/12/flashbang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

