<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.0" -->
<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/"
	>

<channel>
	<title>Ebook Gratis</title>
	<link>http://bukugratis.2pt.net</link>
	<description>Ebook Gratis Buat Semua</description>
	<pubDate>Wed, 19 Sep 2007 06:58:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.0</generator>
	<language>en</language>
			<item>
		<title>Database Access With VB.Net</title>
		<link>http://bukugratis.2pt.net/2007/09/18/database-access-with-vbnet/</link>
		<comments>http://bukugratis.2pt.net/2007/09/18/database-access-with-vbnet/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 06:58:49 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>Visual Basic</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/18/database-access-with-vbnet/</guid>
		<description><![CDATA[
Database Access with Visual Basic .NET continues to use techniques developed by Jeffrey McManus that provide solutions to problems faced by developers every day. Since data access is the most used feature in corporate development, it is important for developers to understand the most effective and efficient way to access data using .NET technologies. This [...]]]></description>
			<content:encoded><![CDATA[<p><span><img src="http://i100.photobucket.com/albums/m32/ganelon9/9a14e429.jpg" alt="book cover" align="left" height="317" width="253" /></p>
<p>Database Access with Visual Basic .NET continues to use techniques developed by Jeffrey McManus that provide solutions to problems faced by developers every day. Since data access is the most used feature in corporate development, it is important for developers to understand the most effective and efficient way to access data using .NET technologies. This book provides clear explanations of how to use ADO.NET to access data stored in relational databases, as well as how XML integrates with ADO.NET. The authors use their years of experience to relate key topics to real-world applications through use of Business Cases that include code listings in Visual Basic .NET.<br />
The purpose of this book is to show you how to develop database applications, using Visual Basic.NET and ADO.NET. Even though we expect that most readers will be working with SQL Server, we do not assume that they are experienced with it. You may be new to database applications or only have experience with other databases such as Microsoft Access or Oracle. We have therefore included a hefty overview of Microsoft SQL Server in Chapter 3. If you are experienced with SQL Server, you may want to skip this chapter. However, it covers a wide variety of topics, and you may still find a &#8220;nugget&#8221; or two that would make reading the chapter worthwhile.</p>
<p>We assume that you are already familiar with Visual Basic.NET (VB.NET). Although we give step-by-step coding instructions and code examples, we do not cover VB.NET syntax in this book. We assume that you are reasonably comfortable with VB.NET and Visual Studio.NET (VS.NET) and do not waste your time reviewing fundamental concepts. For example, we do not normally step through basic tasks, such as opening and saving project files, except maybe the first time you encounter them. We do, however, often show how to do the same thing in several different ways—we hope that this will extend your knowledge of VB.NET, without rehashing the basics. You may also notice variant coding styles, and even screen shots on different versions of Windows—all illustrating the flexibility of VB.NET.<br />
<span></span></p>
<p>TABLE OF CONTENT:<br />
Chapter 01 - Database Basics<br />
Chapter 02 - Structured Query Language Queries and Commands<br />
Chapter 03 - Getting Started with SQL Server 2000<br />
Chapter 04 - ADO.NET—Data Providers<br />
Chapter 05 - ADO.NET—The DataSet<br />
Chapter 06 - ADO.NET—The DataAdapter<br />
Chapter 07 - ADO.NET—Additional Features and Techniques<br />
Chapter 08 - Visual Studio.NET Database Projects<br />
Chapter 09 - XML and .NET<br />
Chapter 10 - ADO.NET and XML<br />
Chapter 11 - WebForms: Database Applications with ASP.NET<br />
Chapter 12 - Web Services and Middle-Tier Technologies</p>
<p><a href="http://rapidshare.com/files/54163136/dbaccvbnet3rd.rar">Download Here</a></p>
<p>Password:ganelon</p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/18/database-access-with-vbnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Designing Enterprise Applications With VB.Net</title>
		<link>http://bukugratis.2pt.net/2007/09/18/designing-enterprise-applications-with-vbnet/</link>
		<comments>http://bukugratis.2pt.net/2007/09/18/designing-enterprise-applications-with-vbnet/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 06:57:28 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>Visual Basic</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/18/designing-enterprise-applications-with-vbnet/</guid>
		<description><![CDATA[
This book provides the detailed guidance you need to make the right choices as you design and build enterprise-level applications with Visual Basic .NET. The author—a former member of the MS Visual Studio® .NET team with extensive experience in designing, testing, and optimizing enterprise applications—discusses the technical and architectural trade-offs you&#8217;ll face as you develop [...]]]></description>
			<content:encoded><![CDATA[<p><span><img src="http://i100.photobucket.com/albums/m32/ganelon9/17b58485.jpg" alt="cover" align="left" height="310" width="252" /></p>
<p>This book provides the detailed guidance you need to make the right choices as you design and build enterprise-level applications with Visual Basic .NET. The author—a former member of the MS Visual Studio® .NET team with extensive experience in designing, testing, and optimizing enterprise applications—discusses the technical and architectural trade-offs you&#8217;ll face as you develop large, multitier, multideveloper distributed applications. He also shows how to create a workable enterprise infrastructure, and he reveals inside tips and techniques for implementation, performance tuning, and testing. You&#8217;ll find out how to take advantage of key state-of-the-art OOP features in Visual Basic .NET plus platform enhancements in MS .NET to develop serious enterprise applications quickly.</p>
<p>Most of what I&#8217;ll cover in this book applies to a broad spectrum of applications. Our discussion will focus on development for the enterprise, but you can use the advanced programming techniques and strategies presented here to write better and more sophisticated applications of all kinds in Visual Basic .NET. In addition, much of the techniques, technologies, and development approaches covered here apply equally well to all .NET languages, including C#.<br />
<span></span><br />
This is not a design patterns book. This book will instead focus on how to use more advanced features of Visual Basic .NET and the .NET Framework to build into your applications common features that have in the past been too difficult to build in. Also, do not think that the purpose of this book is to make you an &#8220;enterprise developer.&#8221; This book provides a set of fundamental skills and technologies in an accessible fashion for the average developer. Think of this book as a stepping-stone to more advanced development topics.</p>
<p>There are two core audiences for this book: the novice Visual Basic .NET programmer and the classically trained Visual Basic developer who, already familiar with the Visual Basic .NET language, wants to see how new platform features can be and should be integrated into applications. Most of the material in this book is intended to be an extension of existing technical resources. If you&#8217;re expecting a ground-up introduction to Visual Basic .NET, you&#8217;ll be disappointed. I have an expectation that you have a basic familiarity with the language and platform. If you do not, there are plenty of excellent books from MS Press on the subject of Visual Basic .NET and I&#8217;d recommend starting there.</p>
<p>TABLE OF CONTENT:<br />
Chapter 01 - Enterprise Application Development and VB.NET<br />
Chapter 02 - Visual Basic .NET for the Enterprise<br />
Chapter 03 - Multithreaded Programming<br />
Chapter 04 - Playing Nice with Others<br />
Chapter 05 - Distributed Programming in .NET<br />
Chapter 06 - Custom Network Communication<br />
Chapter 07 - Windows Services<br />
Chapter 08 - Integrating Enterprise-Level Services<br />
Chapter 09 - Adding Security to Your Applications<br />
Chapter 10 - Essential Debugging Techniques<br />
Chapter 11 - Common Performance Issues<br />
Chapter 12 - The Art of Performance Tuning<br />
Appendix A - Using VB.NET in a Multideveloper Environment<br />
Appendix B - Getting Started with Application Center Test<br />
Appendix C - Common Language Runtime Performance Counters<br />
Appendix D - Performance Counter Quick Reference</p>
<p><a href="http://rapidshare.com/files/54394449/desentapp.rar">Download Here</a></p>
<p>Password:ganelon</p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/18/designing-enterprise-applications-with-vbnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Objects, Components, And Framework with UML</title>
		<link>http://bukugratis.2pt.net/2007/09/13/objects-components-and-framework-with-uml/</link>
		<comments>http://bukugratis.2pt.net/2007/09/13/objects-components-and-framework-with-uml/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 01:09:24 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>UML</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/13/objects-components-and-framework-with-uml/</guid>
		<description><![CDATA[After a quick introduction to the design process Catalysis, this book moves on to carefully defining objects, their attributes, operations, and collaborations. (Generally, Catalysis objects and components are &#8220;decoupled&#8221; so that they can work more independently, leading to easier reuse and customization.)
The authors then turn to modeling and design, using a spreadsheet program as their [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://knowfree.net/wp-content/uploads/2007/05/51xzhx8288l_aa240_.jpg" alt="Objects - Components and Frameworks with UML" align="left" height="240" width="240" />After a quick introduction to the design process Catalysis, this book moves on to carefully defining objects, their attributes, operations, and collaborations. (Generally, Catalysis objects and components are &#8220;decoupled&#8221; so that they can work more independently, leading to easier reuse and customization.)</p>
<p>The authors then turn to modeling and design, using a spreadsheet program as their example. Next, the authors discuss component-based design, where projects are assembled with components. The book closes with an effective tour of the actual Catalysis design process, illustrated with a case study for a video-rental store. All design documents, written in the Unified Modeling Language (UML), are provided along with some useful expert advice on creating better design documents and components.</p>
<p>Judging from the evidence here, the Catalysis design method can offer some real advantages for today&#8217;s software, which often must evolve to meet unforeseen requirements (international markets or new platforms such as the Web). Designed according to the principles outlined in the book, components and designs can offer a higher level of reuse. Even if you do not actually adopt the Catalysis process, this authoritative and admirably clear book offers a wealth of design expertise for anyone interested in being more productive with objects and UML</p>
<p><span></span><a href="http://rapidshare.com/files/31302315/Objects__Components_and_Frameworks_with_UML.rar"> Download here</a></p>
<p>Password:knowfree.net
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/13/objects-components-and-framework-with-uml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use Case Driven Object Modeling with UML–Theory and Practice</title>
		<link>http://bukugratis.2pt.net/2007/09/13/use-case-driven-object-modeling-with-uml%e2%80%93theory-and-practice/</link>
		<comments>http://bukugratis.2pt.net/2007/09/13/use-case-driven-object-modeling-with-uml%e2%80%93theory-and-practice/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 01:08:33 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>UML</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/13/use-case-driven-object-modeling-with-uml%e2%80%93theory-and-practice/</guid>
		<description><![CDATA[Use Case Driven Object Modeling with UML–Theory and Practice shows how to drive an object-oriented software design from use case all the way through coding and testing, based on the minimalist, UML-based ICONIX process. In addition to a comprehensive explanation of the foundations of the approach, the book makes extensive use of examples and provides [...]]]></description>
			<content:encoded><![CDATA[<p><span><em><img src="http://knowfree.net/wp-content/uploads/2007/07/use-case-driven-object-modeling-with-uml.jpg" alt="Use Case Driven Object Modeling with UML" align="left" height="240" width="240" />Use Case Driven Object Modeling with UML–Theory and Practice</em> shows how to drive an object-oriented software design from use case all the way through coding and testing, based on the minimalist, UML-based ICONIX process. In addition to a comprehensive explanation of the foundations of the approach, the book makes extensive use of examples and provides exercises at the back of each chapter.</p>
<p>This book leads by example. It demonstrates common analysis and design errors, shows how to detect and fix them, and suggests how to avoid making the same errors in the future. The book also encourages you to examine its UML examples and to search for specific errors. You&#8217;ll get clues, then later receive the answers during &#8220;review sessions&#8221; toward the end of the book.<span></span></p>
<p><a href="http://rapidshare.com/files/44500427/Use_Case_Driven_Object_Modeling_with_UML.rar">Download here</a></p>
<p>Password: knowfree.net</p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/13/use-case-driven-object-modeling-with-uml%e2%80%93theory-and-practice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security in Computing 4th Edition</title>
		<link>http://bukugratis.2pt.net/2007/09/09/security-in-computing-4th-edition/</link>
		<comments>http://bukugratis.2pt.net/2007/09/09/security-in-computing-4th-edition/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 04:28:01 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>IT Security</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/09/security-in-computing-4th-edition/</guid>
		<description><![CDATA[
The New State-of-the-Art in Information Security: Now Covers the Economics of Cyber Security and the Intersection of Privacy and Information Security
For years, IT and security professionals and students have turned to Security in Computing as the definitive guide to information about computer security attacks and countermeasures. In their new fourth edition, Charles P. Pfleeger and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://knowfree.net/wp-content/uploads/2007/09/security.jpg" alt="Security in Computing 4th Edition" align="left" height="240" width="240" /></p>
<p><strong>The New State-of-the-Art in Information Security: Now Covers the Economics of Cyber Security and the Intersection of Privacy and Information Security</strong></p>
<p>For years, IT and security professionals and students have turned to <em><strong>Security in Computing</strong></em> as the definitive guide to information about computer security attacks and countermeasures. In their new fourth edition, Charles P. Pfleeger and Shari Lawrence Pfleeger have thoroughly updated their classic guide to reflect today&#8217;s newest technologies, standards, and trends.</p>
<p>The authors first introduce the core concepts and vocabulary of computer security, including attacks and controls. Next, the authors systematically identify and assess threats now facing programs, operating systems, database systems, and networks. For each threat, they offer best-practice responses.</p>
<p><em><strong>Security in Computing, Fourth Edition</strong></em>, goes beyond technology, covering crucial management issues faced in protecting infrastructure and information. This edition contains an all-new chapter on the economics of cybersecurity, explaining ways to make a business case for security investments. Another new chapter addresses privacy–from data mining and identity theft, to RFID and e-voting.</p>
<p>New coverage also includes</p>
<ul>
<li>Programming mistakes that compromise security: man-in-the-middle, timing, and privilege escalation attacks</li>
<li>Web application threats and vulnerabilities</li>
<li>Networks of compromised systems: bots, botnets, and drones</li>
<li>Rootkits–including the notorious Sony XCP</li>
<li>Wi-Fi network security challenges, standards, and techniques</li>
<li>New malicious code attacks, including false interfaces and keystroke loggers</li>
<li>Improving code quality: software engineering, testing, and liability approaches</li>
<li>Biometric authentication: capabilities and limitations</li>
<li>Using the Advanced Encryption System (AES) more effectively</li>
<li>Balancing dissemination with piracy control in music and other digital content</li>
<li>Countering new cryptanalytic attacks against RSA, DES, and SHA</li>
<li>Responding to the emergence of organized attacker groups pursuing profit</li>
</ul>
<p><span></span></p>
<p><a href="http://rapidshare.com/files/54069123/Security_in_Computing_4th_Edition.rar">Download here</a></p>
<p>Password: knowfree.net
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/09/security-in-computing-4th-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Windows Security Fundamentals: For Windows 2003 SP1 and R2</title>
		<link>http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2-2/</link>
		<comments>http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2-2/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 04:27:09 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>IT Security</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2-2/</guid>
		<description><![CDATA[ This is the first of two books serving as an expanded and up-dated version of Windows Server 2003 Security Infrastructures for Windows 2003 Server R2 and SP1 &#38; SP2. The authors choose to encompass this material within two books in order to illustrate the intricacies of the different paths used to secure MS Windows [...]]]></description>
			<content:encoded><![CDATA[<p><span><img src="http://img235.imageshack.us/img235/175/secujo4.jpg" alt="For Windows 2003 SP1 and R2" align="left" height="240" width="240" /> This is the first of two books serving as an expanded and up-dated version of Windows Server 2003 Security Infrastructures for Windows 2003 Server R2 and SP1 &amp; SP2. The authors choose to encompass this material within two books in order to illustrate the intricacies of the different paths used to secure MS Windows server networks.</span></p>
<p>Since its release in 2003 the <a href="http://knowfree.net/2007/09/02/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2.kf#" target="_blank" class="iAs">Microsoft Exchange</a> server has had two important updates, SP1 and SP2. SP1, allows users to increase their security, reliability and simplify the administration of the program. Within SP1, Microsoft has implemented R2 which improves identity and access management across security-related boundaries. R2 also improves branch office server management and increases the efficiency of storage setup and management. The second update, SP2 minimizes spam, pop-ups and unwanted downloads. These two updated have added an enormous amount of programming security to the server software.</p>
<p>* Covers all SP1 and SP2 updates<br />
* Details strategies for patch management<br />
* Provides key techniques to maintain security application upgrades and updates <span></span><br />
<a href="http://anonym.to/?http://rapidshare.com/files/49416767/Microsoft.Windows.Security.Fundamentals.2006.pdf">Download Here</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Windows Security Fundamentals: For Windows 2003 SP1 and R2</title>
		<link>http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2/</link>
		<comments>http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 04:26:27 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>IT Security</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2/</guid>
		<description><![CDATA[ This is the first of two books serving as an expanded and up-dated version of Windows Server 2003 Security Infrastructures for Windows 2003 Server R2 and SP1 &#38; SP2. The authors choose to encompass this material within two books in order to illustrate the intricacies of the different paths used to secure MS Windows [...]]]></description>
			<content:encoded><![CDATA[<p><span><img src="http://img235.imageshack.us/img235/175/secujo4.jpg" alt="For Windows 2003 SP1 and R2" align="left" height="240" width="240" /> This is the first of two books serving as an expanded and up-dated version of Windows Server 2003 Security Infrastructures for Windows 2003 Server R2 and SP1 &amp; SP2. The authors choose to encompass this material within two books in order to illustrate the intricacies of the different paths used to secure MS Windows server networks.</p>
<p>Since its release in 2003 the <a href="http://knowfree.net/2007/09/02/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2.kf#" target="_blank" class="iAs">Microsoft Exchange</a> server has had two important updates, SP1 and SP2. SP1, allows users to increase their security, reliability and simplify the administration of the program. Within SP1, Microsoft has implemented R2 which improves identity and access management across security-related boundaries. R2 also improves branch office server management and increases the efficiency of storage setup and management. The second update, SP2 minimizes spam, pop-ups and unwanted downloads. These two updated have added an enormous amount of programming security to the server software.</p>
<p>* Covers all SP1 and SP2 updates<br />
* Details strategies for patch management<br />
* Provides key techniques to maintain security application upgrades and updates <span></span><br />
<a href="http://anonym.to/?http://rapidshare.com/files/49416767/Microsoft.Windows.Security.Fundamentals.2006.pdf">Download Here</a></p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/09/microsoft-windows-security-fundamentals-for-windows-2003-sp1-and-r2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Programming Python</title>
		<link>http://bukugratis.2pt.net/2007/09/03/programming-python/</link>
		<comments>http://bukugratis.2pt.net/2007/09/03/programming-python/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 01:36:10 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>Python</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/03/programming-python/</guid>
		<description><![CDATA[Programming Python focuses on advanced uses of the Python programming/scripting language, which has evolved from an emerging language of interest primarily to pioneers, to a widely accepted tool that traditional programmers use for real day-to-day development tasks. With Python, you can do almost anything you can do with C++; but Python is an interpreted language [...]]]></description>
			<content:encoded><![CDATA[<p><span><strong><img src="http://knowfree.net/wp-content/uploads/2007/06/51kyxyx3jbl__bo2204203200_pilitb-dp-500-arrowtopright45-64_ou01_aa240_sh20_.jpg" alt="Programming Python 3rd Edition - Mark Lutz" align="left" height="240" width="240" /></strong><em>Programming Python</em> focuses on advanced uses of the Python programming/scripting language, which has evolved from an emerging language of interest primarily to pioneers, to a widely accepted tool that traditional programmers use for real day-to-day development tasks. With Python, you can do almost anything you can do with C++; but Python is an interpreted language designed for rapid <a href="http://knowfree.net/2007/06/18/programming-python-3rd-edition-mark-lutz.kf#" target="_blank" class="iAs">application development</a> and deployment. Among other things, Python supports object-oriented programming; a remarkably simple, readable, and maintainable syntax; integration with C components; and a vast collection of pre-coded interfaces and utilities. As Python has grown to embrace developers on a number of different platforms (Unix, Linux, Windows, Mac), companies have taken notice and are adopting Python for their products. It has shown up animating the latest Star Wars movie, serving up maps and directories on the Internet, guiding users through Linux installations, testing chips and boards, managing Internet discussion forums, scripting online games, and even scripting wireless products. <em>Programming Python</em> is the most comprehensive resource for advanced Python programmers available today. Reviewed and endorsed by Python creator Guido van Rossum, who also provides the foreword, this book zeroes in on real-world Python applications. It&#8217;s been updated for Python 2.0 and covers Internet scripting, systems programming, Tkinter GUIs, C integration domains, and new Python tools and applications. Among them: IDLE, JYthon, Active Scripting and COM extensions, Zope, PSP server pages, restricted execution mode, the HTMLgen and SWIG code generators, thread support, CGI and Internet protocol modules. Such applications are the heart and soul of this second edition. Veteran O&#8217;Reilly author Mark Lutz has included a platform-neutral CD-ROM with book examples and various Python-related packages, including the full Python 2.0 source code distribution.</p>
<p><span></span></p>
<p><a href="http://rapidshare.com/files/36523601/Programming_Python_3rd_Edition.rar">Download here</a></p>
<p>Password: knowfree.net</p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/03/programming-python/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Database with PHP and MySQL</title>
		<link>http://bukugratis.2pt.net/2007/09/03/web-database-with-php-and-mysql/</link>
		<comments>http://bukugratis.2pt.net/2007/09/03/web-database-with-php-and-mysql/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 01:34:48 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>PHP</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/03/web-database-with-php-and-mysql/</guid>
		<description><![CDATA[PHP and MySQL go hand in hand; the former has been carefully adapted, through the efforts of the open-source community, to the latter. For situations that require dynamic content but don&#8217;t merit the complexity and development time of Java or .NET enterprise applications, the PHP language and the MySQL database server fit the bill perfectly. [...]]]></description>
			<content:encoded><![CDATA[<p><span><img src="http://i7.tinypic.com/6h5we3t.jpg" alt=" Web Database Applications with PHP &amp; MySQL, 2nd Edition" align="left" height="240" width="240" />PHP and MySQL go hand in hand; the former has been carefully adapted, through the efforts of the open-source community, to the latter. For situations that require dynamic content but don&#8217;t merit the complexity and development time of Java or .NET enterprise applications, the PHP language and the MySQL database server fit the bill perfectly. That&#8217;s the point Hugh Williams and David Lane make in Web Database Applications with PHP &amp; MySQL, which combines language tutorials with application design advice to yield a comprehensive picture of its subjects at a reasonable price. Williams and Lane–both Australian academics who use an online wine store in many of their examples–deserve tremendous kudos for their way of presenting recommended coding strategies. Though the code listings themselves aren&#8217;t remarkably well commented, the authors do a commendable job of explaining in prose what the code is up to.<span></span></p>
<p><a href="http://rapidshare.com/files/42128768/WebDatabaseApplicationswithPHPandMySQL2ndEdition.rar">Download Here</a></p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/03/web-database-with-php-and-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Perl 4th Edition</title>
		<link>http://bukugratis.2pt.net/2007/09/03/learning-perl-4th-edition/</link>
		<comments>http://bukugratis.2pt.net/2007/09/03/learning-perl-4th-edition/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 01:33:05 +0000</pubDate>
		<dc:creator>bukugratis</dc:creator>
		
		<category>Perl</category>

		<guid isPermaLink="false">http://bukugratis.2pt.net/2007/09/03/learning-perl-4th-edition/</guid>
		<description><![CDATA[Learning Perl, better known as &#8220;the Llama book&#8221;, starts the programmer on the way to mastery. Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl [...]]]></description>
			<content:encoded><![CDATA[<p><span><img src="http://img225.imageshack.us/img225/2125/smallerar9.jpg" alt="perl llama" align="left" height="328" width="250" /><em>Learning Perl</em>, better known as &#8220;the Llama book&#8221;, starts the programmer on the way to mastery. Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl 5.8. Perl is the language for people who want to get work done. It started as a tool for Unix system administrators who needed something powerful for small tasks. Since then, Perl has blossomed into a full-featured programming language used for web programming, database manipulation, XML processing, and system administration–on practically all platforms–while remaining the favorite tool for the small daily tasks it was designed for. You might start using Perl because you need it, but you&#8217;ll continue to use it because you love it. Informed by their years of success at teaching Perl as consultants, the authors have re-engineered the Llama to better match the pace and scope appropriate for readers getting started with Perl, while retaining the detailed discussion, thorough examples, and eclectic wit for which the Llama is famous. The book includes new exercises and solutions so you can practice what you&#8217;ve learned while it&#8217;s still fresh in your mind. Here are just some of the topics covered:<br />
- Perl variable types<br />
- subroutines<br />
- file operations<br />
- regular expressions<br />
- text processing<br />
- strings and sorting<br />
- process management<br />
- using third party modules<span></span></p>
<p>If you ask Perl programmers today what book they relied on most when they were learning Perl, you&#8217;ll find that an overwhelming majority will point to the Llama. With good reason. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.</p>
<p><a href="http://rapidshare.com/files/38888527/daily_class.rar" title="Rapidshare">Download Here</a></p>
<p>Password: knowfree.net</p>
<p></span>
</p>
]]></content:encoded>
			<wfw:commentRss>http://bukugratis.2pt.net/2007/09/03/learning-perl-4th-edition/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
