<?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"
	>

<channel>
	<title>All Kind of e-Books</title>
	<atom:link href="http://books.colga2.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://books.colga2.net</link>
	<description>Download amazing e-books about a lot of subjects</description>
	<pubDate>Sat, 12 Apr 2008 13:44:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Mastering Perl/Tk</title>
		<link>http://books.colga2.net/2008/04/mastering-perltk/</link>
		<comments>http://books.colga2.net/2008/04/mastering-perltk/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:39:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IT e-Books]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[IT Books]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tk]]></category>

		<guid isPermaLink="false">http://books.colga2.net/?p=5</guid>
		<description><![CDATA[
Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it. Mastering Perl/Tk is the &#8220;bible&#8221; of Perl/Tk: It&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-6 alignright" style="float: right;" title="perl-tk" src="http://books.colga2.net/wp-content/uploads/2008/04/perl-tk.jpg" alt="Mastering Perl/TK" /></p>
<p>Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it. Mastering Perl/Tk is the &#8220;bible&#8221; of Perl/Tk: It&#8217;s not only a great book for getting started, but the best reference for learning the techniques of experienced Perl/Tk programmers. The first half of the book contains the basics on how to use Perl/Tk, and then branches out into advanced applications with a series of extensive program examples. The result is a book accessible for novices, and invaluable for experienced programmers ready to learn the next step in the elegant and effective use of Perl/Tk. The book includes: <span id="more-5"></span></p>
<ul>
<li>A dissection of the MainLoop, including how to use callbacks and bindings effectively</li>
<li>Coverage of the Tix widgets, an extended set of widgets that are a part of the standard Perl/Tk distribution</li>
<li>Working with images in Perl/Tk, including bitmaps, pixmaps, photos, and how to compose a compound image type</li>
<li>How to create custom mega-widgets in Perl/Tk, both composite and derived</li>
<li>Handling interprocess communication with Perl/Tk, both with standard Unix utilities (pipes and sockets) and with the send command designed for direct communication between Tk applications</li>
<li>Developing your own Tk widget in the C language</li>
<li>Examples of web applications written with Perl/Tk and the LWP library</li>
</ul>
<p>The book also includes appendices on installing Perl/Tk, a complete quick-reference for each standard widget, and listings of all the extended examples in the book. Nancy Walsh is the author of Learning Perl/Tk, and Steve Lidie wrote the Perl/Tk Pocket Reference as well as a series of Perl/Tk articles in The Perl Journal. Together, they have written Mastering Perl/Tk to be the definitive guide to Perl/Tk.</p>
<blockquote><p><img src="http://books.colga2.net/wp-content/themes/pop-blue/pop-blue/images/tick.gif" alt="" align="left" /><strong>Download</strong><br />
<a title="Download" href="http://www.megaupload.com/?d=LQZLYLBX" target="_blank">Download Mastering Perl/TK</a><a><br />
</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://books.colga2.net/2008/04/mastering-perltk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Head First SQL</title>
		<link>http://books.colga2.net/2008/04/head-first-sql/</link>
		<comments>http://books.colga2.net/2008/04/head-first-sql/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 00:59:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[IT e-Books]]></category>

		<category><![CDATA[IT Books]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://books.colga2.net/?p=4</guid>
		<description><![CDATA[Is your data dragging you down? Are your tables all tangled up? Well we&#8217;ve got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-8" style="float: right;" title="Head First SQL" src="http://books.colga2.net/wp-content/uploads/2008/04/headfirst1.jpg" alt="Head First SQL" width="130" height="150" /><span id="intelliTXT">Is your data dragging you down? Are your tables all tangled up? Well we&#8217;ve got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. Maybe you&#8217;ve written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We&#8217;ll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know &#8220;Data is Power&#8221; - but we&#8217;ll show you how to have &#8220;Power over your Data&#8221;. Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you&#8217;re finished reading!</span></p>
<blockquote><p><script type="text/javascript"><!--
google_ad_client = "pub-3909974192259759";
/* c2_books_entre_posts */
google_ad_slot = "5173674941";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p></blockquote>
<p><span id="more-4"></span></p>
<blockquote><p><img src="http://books.colga2.net/wp-content/themes/pop-blue/pop-blue/images/tick.gif" alt="" align="left" /><strong>Download</strong><br />
<a title="Download" href="http://www.megaupload.com/?d=0KXEGG10" target="_blank">Download Head First SQL</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://books.colga2.net/2008/04/head-first-sql/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
