<?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>eBookTM - Great eBook, eBook Share, Free eBook &#187; Perl</title>
	<atom:link href="http://www.ebooktm.com/category/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ebooktm.com</link>
	<description>Free eBook Download</description>
	<lastBuildDate>Sun, 05 Sep 2010 13:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Catalyst 5.8: the Perl MVC Framework</title>
		<link>http://www.ebooktm.com/perl/catalyst-5-8-the-perl-mvc-framework.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=catalyst-5-8-the-perl-mvc-framework</link>
		<comments>http://www.ebooktm.com/perl/catalyst-5-8-the-perl-mvc-framework.html#comments</comments>
		<pubDate>Tue, 10 Aug 2010 14:55:48 +0000</pubDate>
		<dc:creator>Sea Storm</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=814</guid>
		<description><![CDATA[Product Description Build scalable and extendable web applications using the agile MVC framework Increase reusability and empower the delivery of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" src=http://img.ebooktm.com/images/00163b13me.jpg width="200" height="266" title="Permanent Link to Catalyst 5.8: the Perl MVC Framework" alt="00163b13me Catalyst 5.8: the Perl MVC Framework" /></p>
<h3>Product Description</h3>
<div>Build scalable and extendable web applications using the agile MVC framework</p>
<ul>
<li>Increase reusability and empower the delivery of more complex design patterns by extending the MVC concept</li>
<li>Build an editable web interface</li>
<li>Extend <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> through plugins</li>
<li>Plenty of examples with detailed walkthroughs to create sample applications</li>
<li>Updated for the latest version, <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> 5.8</li>
</ul>
<p><strong>In Detail</strong></p>
<p>Many  web applications are implemented in a way that makes developing them  difficult and repetitive. <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> is an open source Perl-based  Model-View-Controller framework that aims to solve this problem by  reorganizing your web application to design and implement it in a  natural, maintainable, and testable manner, making web development fun,  fast, and rewarding.<span id="more-814"></span></p>
<p>This book teaches you how to use <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a>  to weave the various components involved in a web application, using  methods and tools you personally prefer along with recommendations and  details on the most popularly used objects like the DBIX ORM, TT2  Template, and Moose.</p>
<p>This book will take you from how the MVC  pattern simplifies creating quality applications to how <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> allows  you to tap this power instantly. It explains advanced design patterns  and concludes with the improvements that Moose brings to all this. It  also incorporates valuable suggestions and feedback received from the  community members and our customers. By the end of the book, you will be  able to build clean, scalable, and extendable web applications. This  book embodies <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a>&#8217;s philosophies of Do It Yourself and Don&#8217;t Repeat  Yourself.</p>
<p>Design, develop, test, and deploy applications rapidly with the open source MVC <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> framework<strong> </strong></p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Use the Template toolkit to generate HTML output</li>
<li>Design a database schema and access a SQLite database</li>
<li>Create a CRUD interface to a database</li>
<li>Use FormBuilder to define auto-generating and self-validating forms</li>
<li>Create easy-to-maintain configuration files</li>
<li>Import CSV files into a database</li>
<li>Paginate search results</li>
<li>Use the session plugin to add sessions to an application</li>
<li>Explore authentication and authorization, implementing page-level and record-level control</li>
<li>Use DBIC for easy handling of data</li>
<li>Add a REST API to allow other applications to access your application</li>
<li>Add AJAX interactivity to your application</li>
<li>Incorporate RSS feeds in your application</li>
<li>Automate testing and learn &#8220;Test-Driven Development&#8221;</li>
<li>Mix a procedural interface with a relational DBIx::Class interface</li>
<li>Write a database interface without DBIx::Class</li>
<li>Build a custom Model without using any database</li>
</ul>
<p><strong>Approach</strong></p>
<p>The  book is written in an exploratory style: try something and then  understand how it works. It will guide you through the features of  <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> using real-world examples and systematic code snippets.</p>
<p><strong>Who this book is written for</strong></p>
<p>If  you are a Perl Developer and want to strengthen your skill by  understanding Web Application development using MVC principles, then  this book is for you.</p>
</div>
<h3>About the Author</h3>
<p><strong>Antano Solar John </strong></p>
<p>Antano Solar John is a tech evangelist  who is passionate about using technology to revolutionize the learning  experience! He authored his first book on MODx with Packt in 2008 which  was also the first book ever written on this platform.</p>
<p>Antano  has contributed massively to the open source community in terms of  documentation, code, and support on various platforms based on PHP,  Perl, Lisp, Python, Ruby, and so on. His contribution to the open source  world has allowed him to meet and model from a variety of people who  have learned to code and think naturally! His writing skills benefit  from this advantage thereby bringing structure and clarity to the  learner.</p>
<p>Antano&#8217;s first technical publication titled &#8220;Help AI  Help You-Swiss Knife of Communication&#8221; was on Communication and Machine  Learning using Neuro Linguistic Programming (NLP) concepts such as Meta  Modelling and Deep Structures, which was critically acclaimed by  communication and technology experts. He has also been recently  certified as a licensed NLP practitioner by its cofounder Richard  Bandler. Other papers by Antano include &#8220;802.11 MAC  Enhancements-Breaking Barriers of Wireless Speed&#8221; that was published in  the IEEE Journal, &#8220;Learning to Develop in the Open Source World&#8221;, and so  on.</p>
<p>Owing to his experience as a consultant and trainer, Antano  has designed course structure and content for corporate learners at  different levels on subjects such as Object Oriented Perl, Unix System  Fundamentals, Shell basic, Ruby on Rails, and so on. In association with  MaFoi Ranstad, Antano entirely designed and implemented a structured  course for transitioning web designers into developers through a one-day  blended learning program called &#8220;Learn&#8221;.</p>
<p>Antano has been keenly  focusing on Accelerated Learning. He has conducted workshops at various  reputed colleges and corporate events on how to learn quickly and  effectively-technology languages and platforms using strategies that he  has developed. His experience with NLP, which is the science of  Modelling Excellence has helped him with this effort.</p>
<p>As part of  his consultant assignments he has worked on <a href="http://www.ebooktm.com/tag/catalyst" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Catalyst">Catalyst</a> from its early  stages. He has been a consultant and a trainer providing IT solutions  and sessions on VoIP, networks, and software platforms, and languages.  Currently, he is the Chief Technology Officer (CTO) at NuVeda Learning.  In his present role, he is responsible for accelerated learning  solutions which leverages technology for speed and scale.</p>
<p>Antano&#8217;s  other interests include Music, Dance, Martial Arts, and Chess. He used  to play Chess professionally as a child. Antano used to run a successful  gaming business when gaming as a business was almost unheard of. He has  also won the yahoo hack award twice in India consequently, once for  developing a Collaborative Browsing Mechanism using lines of code  shorter than this biography without any server or proxy and then yet  again for developing a Hybrid Search Engine from scratch in 24 hours  that uses Machine and Social Intelligence to identify, search, and  distill information in contexts you expect!</p>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 244 pages</li>
<li><strong>Publisher:</strong> Packt Publishing; 1st New edition edition (July 1, 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1847199240</li>
<li><strong>ISBN-13:</strong> 978-1847199249Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/perl/catalyst-5-8-the-perl-mvc-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating System Administration with Perl, 2nd Edition</title>
		<link>http://www.ebooktm.com/perl/automating-system-administration-with-perl-2nd-edition.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=automating-system-administration-with-perl-2nd-edition</link>
		<comments>http://www.ebooktm.com/perl/automating-system-administration-with-perl-2nd-edition.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:31:52 +0000</pubDate>
		<dc:creator>Sea Storm</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[MS-SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://www.ebooktm.com/?p=28</guid>
		<description><![CDATA[Product Description If you do systems administration work of any kind, you have to deal with the growing complexity of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" src=http://img.ebooktm.com/images/000e893bme.jpg width="200" height="266" title="Permanent Link to Automating System Administration with Perl, 2nd Edition" alt="000e893bme Automating System Administration with Perl, 2nd Edition" /></p>
<p><strong>Product Description</strong></p>
<div>
<div>If you do systems administration work of any kind, you have to deal  with the growing complexity of your environment and increasing demands  on your time. Automating System <a href="http://www.ebooktm.com/tag/administration" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Administration">Administration</a> with Perl, Second  Edition, not only offers you the right tools for your job, but also  suggests the best way to approach specific problems and to securely  automate recurring tasks. Updated and expanded to cover the latest  operating systems, technologies, and Perl modules, this edition of the  “Otter Book” will help you:Manage user accounts Monitor filesystems and  processes Work with configuration files in important formats such as XML  and YAML Administer databases, including MySQL, MS-SQL, and Oracle with  DBI Work with directory services like LDAP and Active Directory Script  email protocols and spam control Effectively create, handle, and analyze  log files Administer network name and configuration services, including  NIS, DNS and DHCP Maintain, monitor,<span id="more-28"></span> and map network services, using  technologies and tools such as SNMP, nmap, libpcap, GraphViz and RRDtool  Improve filesystem, process, and network securityThis edition includes additional appendixes to get you up to speed on  technologies such as XML/XPath, LDAP, SNMP, and SQL. With this book in  hand and Perl in your toolbox, you can do more with less — fewer  resources, less effort, and far less hassle.</p>
</div>
</div>
<div><strong>About the Author</strong><br />
David N. Blank-Edelman is the Director of Technology at the Northeastern  University College of Computer and Information Science. He has spent  the last 25 years as a system/network administrator in large multi-  platform environments, including Brandeis University, Cambridge  Technology Group, and the MIT Media Laboratory. He was also the program  chair of the LISA 2005 conference and one of the LISA 2006 Invited Talks  co-chairs.</div>
<h2>Product Details</h2>
<ul>
<li><strong>Paperback:</strong> 666 pages</li>
<li><strong>Publisher:</strong> O’Reilly Media, Inc.; 2 edition (May 29,  2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 059600639X</li>
<li><strong>ISBN-13:</strong> 978-0596006396<br />
Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ebooktm.com/perl/automating-system-administration-with-perl-2nd-edition.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
