<?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>Lacisoft&#039;s &#187; books</title>
	<atom:link href="http://www.lacisoft.com/blog/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lacisoft.com/blog</link>
	<description>SELECT * FROM lacisoft</description>
	<lastBuildDate>Thu, 09 Sep 2010 18:29:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Book: Drupal 6 Performance Tips</title>
		<link>http://www.lacisoft.com/blog/2010/05/06/book-drupal-6-performance-tips/</link>
		<comments>http://www.lacisoft.com/blog/2010/05/06/book-drupal-6-performance-tips/#comments</comments>
		<pubDate>Thu, 06 May 2010 06:14:27 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Web development books]]></category>
		<category><![CDATA[authcache]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[memcache api]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[packt publishing]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[throttle]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=458</guid>
		<description><![CDATA[Recently i received another Packt Publishing book, this time with Drupal as the subject. The title of the book is  Drupal 6 Performance Tips and i found it to be a very good and helpful companion anytime you need to fine-tune a Drupal installation for heavy traffic sites. The book is written by Trevor James [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/' rel='bookmark' title='Permanent Link: Book: Drupal E-commerce with Ubercart 2.x'>Book: Drupal E-commerce with Ubercart 2.x</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/14/book-drupal-6-social-networking/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Social Networking'>Book: Drupal 6 Social Networking</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/11/18/tips-for-improving-your-php-programming-skills/' rel='bookmark' title='Permanent Link: Tips for improving your PHP programming skills'>Tips for improving your PHP programming skills</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-459 alignleft" style="margin: 10px;" title="Drupal 6 Performance Tips" src="http://www.lacisoft.com/blog/wp-content/uploads/2010/05/5845_MockupCover2-243x300.jpg" alt="" width="243" height="300" /></p>
<p>Recently i received another Packt Publishing book, this time with Drupal as the subject. The title of the book is  <a href="https://www.packtpub.com/drupal-6-performance-tips-to-maximize-and-optimize-your-framework/book">Drupal 6 Performance Tips</a> and i found it to be a very good and helpful companion anytime you need to fine-tune a Drupal installation for heavy traffic sites.</p>
<p>The book is written by Trevor James and TJ Holowaychuk, both of the authors being experienced web developers with quite a few projects behind. Drupal 6 Performance Tips is structured into 9 chapters, each dealing with a specific task of optimization or enhancement.</p>
<p>The first chapter is dedicated to the process of upgrading Drupal,  most importantly the book deals with upgrading Drupal from versions 5.x, a subject that is quite interesting to many of you.</p>
<p>The second chapter deals with the maintaining of your Drupal site. From caching to cron and from cleaning up files to tweaking .htaccess you can find many useful tips in this chapter.</p>
<p>Speaking of useful tips, in the third chapter developers can get quite a few tips on using development modules and tools. This is a must read for every beginner developer but experienced developers can learn a few things too.</p>
<p>Chapters 4,5 and 6 have performance in focus. The authors offer performance optimization advices and teach you how to use the DB Maintenance module, the Throttle module, the Boost module and the Advanced Boost module.</p>
<p>The seventh chapter is especially interesting as it deals with using Memcache API and integration. This is an exhaustive guide that deals with everything, from installing Memcached libraries and service to more advanced subjects such as running memcache without saving cache to the database.</p>
<p>Chapter 8 is for tips on Advanced Caching techniques, this chapter deals with Authenticated User Page Caching (Authcache) among other things, so it is very handy when you have quite a lot of pages that needs to be served to authenticated users.</p>
<p>The last chapter, chapter 9 is dedicated to Drupal Multisite configuration and performance. How to set up multiple websites on the same Drupal installation is explained in a detailed manner and also examples are presented.</p>
<p>Without doubt this book is a must have for people who are working on high traffic websites and who care about the performance of their site. And everyone should care about the performance of the site because bad performance can not only hurt you financially (more servers needed) but can drive away your visitors and Google&#8217;s bots (yes, recently Google announced that <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">site speed is a factor in ranking</a> of the websites).</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/' rel='bookmark' title='Permanent Link: Book: Drupal E-commerce with Ubercart 2.x'>Book: Drupal E-commerce with Ubercart 2.x</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/14/book-drupal-6-social-networking/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Social Networking'>Book: Drupal 6 Social Networking</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/11/18/tips-for-improving-your-php-programming-skills/' rel='bookmark' title='Permanent Link: Tips for improving your PHP programming skills'>Tips for improving your PHP programming skills</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/05/06/book-drupal-6-performance-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book: Drupal E-commerce with Ubercart 2.x</title>
		<link>http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/</link>
		<comments>http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 06:04:50 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[ubercart]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=431</guid>
		<description><![CDATA[Packt Publishing recently published a new Drupal book for e-commerce. As the title suggests - Drupal E-commerce with Ubercart 2.x &#8211; the book helps unexperienced developers to create and administer an online shop based on Drupal and a Ubercart 2.x module. The book was written by George Papadongonas and Yiannis Doxaras. The book is quite comprehensive [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/03/14/book-drupal-6-social-networking/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Social Networking'>Book: Drupal 6 Social Networking</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/05/06/book-drupal-6-performance-tips/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Performance Tips'>Book: Drupal 6 Performance Tips</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/24/typo3-installation-and-upgrade-e-book/' rel='bookmark' title='Permanent Link: TYPO3 Installation and Upgrade E-book'>TYPO3 Installation and Upgrade E-book</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-432" style="margin: 5px;" title="Drupal E-commerce with Ubercart 2.x" src="http://www.lacisoft.com/blog/wp-content/uploads/2010/04/9201_MockupCover2-243x300.jpg" alt="Drupal E-commerce with Ubercart 2.x" width="136" height="168" /></p>
<p>Packt Publishing recently <a href="https://www.packtpub.com/drupal-e-commerce-with-ubercart-2-x/book">published</a> a new Drupal book for e-commerce. As the title suggests - <strong>Drupal E-commerce with Ubercart 2.x</strong> &#8211; the book helps unexperienced developers to create and administer an online shop based on Drupal and a Ubercart 2.x module. The book was written by George Papadongonas and Yiannis Doxaras.</p>
<p>The book is quite comprehensive and deals with every aspect of the development of an online shop. From installing Drupal and Ubercart to managing orders, customizing the frontend and user interface. Also at the end of the book there is a chapter about various internet marketing techniques and also a short presentation of some Search Engine Optimization practices.</p>
<p>Among some of the interesting topics i noticed:</p>
<ul>
<li>a detailed explanation of how to transform any template or design to an Ubercart theme</li>
<li>you can learn how to create shipping quotes and connect your store with transport companies, like UPS or the United States Postal Service.</li>
<li>you can learn how to create reports with sales</li>
<li>you can learn how to integrate a large number of payment gateways</li>
<li>integration with CiviCRM is explained</li>
<li>tips on how to promote your products on social networks</li>
<li>cross selling and recommendation systems</li>
</ul>
<p>So, those who want to get in the business of creating online shops, should read this book!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/03/14/book-drupal-6-social-networking/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Social Networking'>Book: Drupal 6 Social Networking</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/05/06/book-drupal-6-performance-tips/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Performance Tips'>Book: Drupal 6 Performance Tips</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/24/typo3-installation-and-upgrade-e-book/' rel='bookmark' title='Permanent Link: TYPO3 Installation and Upgrade E-book'>TYPO3 Installation and Upgrade E-book</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New TYPO3 book on the block</title>
		<link>http://www.lacisoft.com/blog/2010/02/05/new-typo3-book-on-the-block/</link>
		<comments>http://www.lacisoft.com/blog/2010/02/05/new-typo3-book-on-the-block/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:14:55 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[publishing]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=402</guid>
		<description><![CDATA[I&#8217;ve learned today about a new TYPO3 book &#8211; the TYPO3 4.3 Multimedia Cookbook written by Dan Osipov and published by Packt Publishing.  They were kind enough to provide me a free copy for review. I will be receiving a copy in short time and will publish an extensive review of this book.  I just wanted [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/03/24/typo3-installation-and-upgrade-e-book/' rel='bookmark' title='Permanent Link: TYPO3 Installation and Upgrade E-book'>TYPO3 Installation and Upgrade E-book</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/' rel='bookmark' title='Permanent Link: Book: Drupal E-commerce with Ubercart 2.x'>Book: Drupal E-commerce with Ubercart 2.x</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/14/book-drupal-6-social-networking/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Social Networking'>Book: Drupal 6 Social Networking</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-403 alignleft" style="margin: 15px;" title="TYPO3 4.3 Multimedia Cookbook" src="http://www.lacisoft.com/blog/wp-content/uploads/2010/02/typo3cookbook-243x300.jpg" alt="" width="146" height="180" />I&#8217;ve learned today about a new TYPO3 book &#8211; the <a href="http://www.packtpub.com/typo3-4-3-multimedia-cookbook/book">TYPO3 4.3 Multimedia Cookbook</a> written by Dan Osipov and published by Packt Publishing.  They were kind enough to provide me a free copy for review. I will be receiving a copy in short time and will publish an extensive review of this book.  I just wanted to mention it before my review so those who don&#8217;t make buying decisions based on reviews or don&#8217;t need a review to buy this book can order it asap.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2009/03/24/typo3-installation-and-upgrade-e-book/' rel='bookmark' title='Permanent Link: TYPO3 Installation and Upgrade E-book'>TYPO3 Installation and Upgrade E-book</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/' rel='bookmark' title='Permanent Link: Book: Drupal E-commerce with Ubercart 2.x'>Book: Drupal E-commerce with Ubercart 2.x</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/03/14/book-drupal-6-social-networking/' rel='bookmark' title='Permanent Link: Book: Drupal 6 Social Networking'>Book: Drupal 6 Social Networking</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2010/02/05/new-typo3-book-on-the-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 books for Typo3 developers</title>
		<link>http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/</link>
		<comments>http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 15:11:20 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=68</guid>
		<description><![CDATA[If you work building websites with Typo3 CMS you often run into problems and the documentation on the Typo3 website is really badly structured. When i first started to learn Typo3 it was hard, but after a while i got used to it. But i wish i had the 3 books i will present to [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/' rel='bookmark' title='Permanent Link: 6 books for developers working with Drupal 6 and Jquery'>6 books for developers working with Drupal 6 and Jquery</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/' rel='bookmark' title='Permanent Link: 3 books for building revolutionary web applications'>3 books for building revolutionary web applications</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/11/07/the-5-best-firefox-extensions-for-web-developers/' rel='bookmark' title='Permanent Link: The 5 best Firefox extensions for web developers'>The 5 best Firefox extensions for web developers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you work building websites with <a href="http://typo3.org/"><strong>Typo3 CMS</strong></a> you often run into problems and the documentation on the Typo3 website is really badly structured. When i first started to learn Typo3 it was hard, but after a while i got used to it. But i wish i had the 3 books i will present to you. With them i could have learned Typo3 much faster. But nevertheless it is very helpful even now in some situations. So i invite you to discover Typo3 with these 3 great books</p>
<p>1)</p>
<p><img class="alignleft" style="border: 0pt none; margin: 3px; float: left;" src="http://images.packtpub.com/images/100x123/1847191118.png" alt="" width="97" height="123" /> <strong>Building Websites with Typo3</strong><br />
Written by: <strong>Michael Peacock</strong><br />
Published by Packt Publishing, 2007</p>
<p>you can order it <a href="http://www.packtpub.com/beginning-typo3/book">here</a></p>
<p>-</p>
<p>2)</p>
<p><img class="alignleft" style="border: 0pt none; margin: 5px; float: left;" src="http://images.packtpub.com/images/100x123/1847192122.png" alt="" width="100" height="123" /><strong>Typo3 Extension Development</strong><br />
Author: <strong>Dmitry Dulepov</strong><br />
Published by Packt Publishing, 2008</p>
<p>you can order it <a href="http://www.packtpub.com/typo3-extension-development/book">here</a></p>
<p>-</p>
<p>3)</p>
<p><img class="alignleft" style="border: 0pt none; margin: 5px; float: left;" src="http://images.packtpub.com/images/100x123/1904811973.png" alt="" width="100" height="123" /> <strong>Mastering Typoscript: Typo3 Website, Template and Extension developement</strong><br />
Author: <strong>Daniel Koch</strong><br />
Published by Packt Publishing, 2006</p>
<p>you can order it <a href="http://www.packtpub.com/master-typoscript-typo3/book">here</a></p>
<p>&#8211;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/' rel='bookmark' title='Permanent Link: 6 books for developers working with Drupal 6 and Jquery'>6 books for developers working with Drupal 6 and Jquery</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/' rel='bookmark' title='Permanent Link: 3 books for building revolutionary web applications'>3 books for building revolutionary web applications</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/11/07/the-5-best-firefox-extensions-for-web-developers/' rel='bookmark' title='Permanent Link: The 5 best Firefox extensions for web developers'>The 5 best Firefox extensions for web developers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 books for building revolutionary web applications</title>
		<link>http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/</link>
		<comments>http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 10:14:46 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[Web apps]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=44</guid>
		<description><![CDATA[So i read again. That is not news. But i wanted to share with you what i read lately. Below you can find 3 very good books that can help you if you want to build scalable and revolutionary web applications. Maybe you know some of them, maybe not, but here they are anyway: Building [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/' rel='bookmark' title='Permanent Link: 6 books for developers working with Drupal 6 and Jquery'>6 books for developers working with Drupal 6 and Jquery</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/' rel='bookmark' title='Permanent Link: 3 books for Typo3 developers'>3 books for Typo3 developers</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/06/17/the-state-of-mysql/' rel='bookmark' title='Permanent Link: The State of MySQL'>The State of MySQL</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So i read again. That is not news. But i wanted to share with you what i read lately. Below you can find 3 very good books that can help you if you want to build scalable and revolutionary web applications. Maybe you know some of them, maybe not, but here they are anyway:</p>
<ol>
<li>
<img class="alignleft size-full wp-image-45" title="book_scalable" src="http://www.lacisoft.com/blog/wp-content/uploads/2008/10/book_scalable.jpg" alt="" align="left" width="240" height="240" /><strong>Building Scalable Web Sites</strong> by Cal Henderson (published by O&#8217;Reilly) <a href="http://www.amazon.com/Building-Scalable-Web-Sites-applications/dp/0596102356/ref=pd_sim_b_4/180-1891497-1389321">Amazon link</a>
</li>
<li>
<img class="size-full wp-image-46 alignleft" style="float: left;" title="book_hpmysql" src="http://www.lacisoft.com/blog/wp-content/uploads/2008/10/book_hpmysql.jpg" alt="" width="240" height="240" /><strong>High Performance MySQL</strong> by Jeremy Zawodny and Derek J. Balling (publised by O&#8217;Reilly) <a href="http://www.amazon.com/High-Performance-MySQL-Jeremy-Zawodny/dp/0596003064/ref=pd_sim_b_4">Amazon link</a>
</li>
<li>
<img class="size-medium wp-image-47 alignleft" style="float: left; " title="book_collectivei" src="http://www.lacisoft.com/blog/wp-content/uploads/2008/10/book_collectivei.jpg" alt="" width="240" height="240" /><strong>Programming Collective Intelligence</strong> by Toby Segaran (published by O&#8217;Reilly) <a href="http://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/dp/0596529325/ref=pd_sim_b_1/180-1891497-1389321">Amazon link</a></li>
</ol>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/' rel='bookmark' title='Permanent Link: 6 books for developers working with Drupal 6 and Jquery'>6 books for developers working with Drupal 6 and Jquery</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/' rel='bookmark' title='Permanent Link: 3 books for Typo3 developers'>3 books for Typo3 developers</a></li>
<li><a href='http://www.lacisoft.com/blog/2009/06/17/the-state-of-mysql/' rel='bookmark' title='Permanent Link: The State of MySQL'>The State of MySQL</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 books for developers working with Drupal 6 and Jquery</title>
		<link>http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/</link>
		<comments>http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:22:11 +0000</pubDate>
		<dc:creator>lacisoft</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.lacisoft.com/blog/?p=27</guid>
		<description><![CDATA[Lately i was working on a new project using Drupal 6 and jQuery. Drupal is entirely new for me, although i was aware of its success i never used it in a project. So i had to learn the quirks of this CMS from somewhere. And after digging through the online libraries i&#8217;ve found 3 [...]


Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/' rel='bookmark' title='Permanent Link: 3 books for Typo3 developers'>3 books for Typo3 developers</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/' rel='bookmark' title='Permanent Link: 3 books for building revolutionary web applications'>3 books for building revolutionary web applications</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/' rel='bookmark' title='Permanent Link: Book: Drupal E-commerce with Ubercart 2.x'>Book: Drupal E-commerce with Ubercart 2.x</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div>Lately i was working on a new project using Drupal 6 and jQuery. Drupal is entirely new for me, although i was aware of its success i never used it in a project. So i had to learn the quirks of this CMS from somewhere. And after digging through the online libraries i&#8217;ve found 3 great books that helped me alot understanding and learning about Drupal. These 3 books are: </div>
<div>
<ul>
<li><strong>Pro Drupal Development</strong> &#8211; Second edition by John K. VanDyk , published by Apress, 2008</li>
<li><strong>Building powerful and robust websites with Drupal 6</strong>, by David Mercer, published by Packt Publishing, March 2008</li>
<li><strong>Learning Drupal 6 module developement</strong>, by Matt Butcher, published by Packt Publishing, May 2008</li>
</ul>
</div>
<div>So this was the first part of the task. I also needed to learn jQuery quickly. The website i am working on its full of Ajax and all kinds of effects like drag and drop and so on. So for learning quickly jQuery you should read:</div>
<div>
<ul>
<li> <strong>jQuery in Action</strong> &#8211; by Bear Bibault and Yehuda Katz, published by Manning, 2008</li>
<li> <strong>jQuery Reference Guide</strong> &#8211; by Jonathan Chaffer and Karl Swedberg, published by Packt Publishing, August 2007</li>
<li> <strong>Learning jQuery</strong> &#8211; by Jonathan Chaffer and Karl Swedberg, published by Packt Publishing, June 2007</li>
</ul>
</div>
<div>These books helped me alot, but if you want to learn you also need to read documentation on the website of these wonderful projects <a href="http://drupal.org/handbooks" target="_blank">Drupal.org</a> and <a href="http://docs.jquery.com/Main_Page" target="_blank">jQuery.com</a> </div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.lacisoft.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.lacisoft.com/blog/2008/12/05/3-books-for-typo3-developers/' rel='bookmark' title='Permanent Link: 3 books for Typo3 developers'>3 books for Typo3 developers</a></li>
<li><a href='http://www.lacisoft.com/blog/2008/10/31/3-books-for-building-revolutionary-web-applications/' rel='bookmark' title='Permanent Link: 3 books for building revolutionary web applications'>3 books for building revolutionary web applications</a></li>
<li><a href='http://www.lacisoft.com/blog/2010/04/14/book-drupal-e-commerce-with-ubercart-2-x/' rel='bookmark' title='Permanent Link: Book: Drupal E-commerce with Ubercart 2.x'>Book: Drupal E-commerce with Ubercart 2.x</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.lacisoft.com/blog/2008/09/19/6-books-for-developers-working-with-drupal-6-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
