<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Разработка - Литература - Книги скачать бесплатно PHP, Ajax, Jquery, Ruby on Rails, базы данных Mysql, C++, C#, Java</title>
<link>http://2f.4zu.ru/</link>
<description><![CDATA[Скачать книги бесплатно - PHP, Zend framework, CakePHP, Symphony, CodeIgniter, CMS, Jquery, Java, Ruby on Rails, C++, Cоциальные сети, Patterns, Agile, TDD, C# Sharp,]]></description>
<language>ru</language>
<generator>twoface.ru</generator>
<pubDate>Tue, 14 Apr 2026 18:15:53 +0300</pubDate>
<lastBuildDate></lastBuildDate>   

 

    <item>
        <title>Game coding complete</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/game_coding_complete.html</guid>
        <link>http://2f.4zu.ru/development/game_coding_complete.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/e9a328b07b284797b5ca3915474313ac.jpg" vspace="4" hspace="8" align="left" title="Game coding complete"/>
                
        Expertly presents, from start to finish, the process of programming
commercially viable computer games! This is the kind of book that you
won't let out of our sight. From page one, Mike McShaffry, a leading
programmer for Origin Systems (Makers of Wing Commander and the Ultima
series) and Microsoft (Bicycle Casino), shows you how to create and
code the very best interactive games. With dozens of tips and code
illustrations, plus extensive narration of critical non-code issues,
Game Coding Complete is the guide to orchestrating bug-free,
high-quality game code that passes the muster of leading publishers
such as Electronic Arts and Microsoft. The book covers all critical
facets of programming, working with teams, selecting the right game
architecture, testing and debugging, scheduling, and more. The book
includes hundreds of insider tricks and techniques used by programmers
who learned their craft on cutting edge titles such as Ultima Online.
The C++ language is used throughout to explain specific programming
concepts. This book is destined to become a classic for all game
programmers. Foreword by game industry icon Warren Spector.
<p>In this book you will learn:  </p>
<p>* The nuts and bolts of the game coding process<br> * Insider techniques for writing top-notch game code<br> * 2D and 3D graphics techniques used by professional game developers<br> * Unique insight on critical algorithms you can't live without, debugging secrets, and tips for managing critical projects<br> * Key "gotchas" to avoid that can really hurt game development projects</p>
<p>With dozens of tips and code illustrations, plus extensive narration of critical non-code issues, <em>Game Coding Complete</em>
is the guide to orchestrating bug-free, high-quality game code that
will pass muster with leading game publishers such as Electronic Arts
and Microsoft. This book covers all critical facets of game
programming, working with teams, selecting the right game architecture,
code optimization, and more.</p>
        
        ]]></description>
        <pubDate>Tue, 03 Jun 2008 14:55:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Профессиональное программирование на PHP</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/professionalnoe_programmirovanie_na_php.html</guid>
        <link>http://2f.4zu.ru/development/professionalnoe_programmirovanie_na_php.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/45109a83226189bd10663a3753fc4619.jpg" vspace="4" hspace="8" align="left" title="Профессиональное программирование на PHP"/>
                
        Книга адресована опытным PHP-программистам и разработчикам
Web-приложений, проектирующим крупные Web-системы для решения сложных
задач. В книге рассматривается пятая версия РНР и новые
объектно-ориентированные возможности языка, однако многие рекомендации
вполне применимы и для предыдущей версии PHP, a идеи и стратегии
повышения скорости и надежности кода, описанные в книге, позволят
усовершенствовать код, написанный практически на любом языке высокого
уровня. <br><br>
В книге рассматривается разработка высокопроизводительных, стабильных и
расширяемых PHP-приложений, а также подробно освещаются методики
блочного тестирования, обеспечения безопасности, методик кэширования и
повышения производительности Web-приложений. Кроме того, в книге
достаточно полно описано создание РНР- и Zend-расширений, увеличивающих
возможности языка.


        
        ]]></description>
        <pubDate>Fri, 12 Sep 2008 23:56:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Object-Oriented JavaScript</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/objectoriented_javascript.html</guid>
        <link>http://2f.4zu.ru/development/objectoriented_javascript.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/1198a0ee025e4f9f3c2a5f75c9130640.jpg" vspace="4" hspace="8" align="left" title="Object-Oriented JavaScript"/>
                
        Once listed in the "nice to have" sections of job postings,
these days the knowledge of JavaScript is a deciding factor when it
comes to hiring web developers. And rightly so. Where in the past we
used to have the occasional few lines of JavaScript embedded in a web
page, now we have advanced libraries and extensible architectures,
powering the "fat-client", AJAX-type rich internet applications.
<p> JavaScript is the language of the browser, but it's also heavily
employed in many other environments: server-side programming, desktop
applications, application extensions and widgets. It's a pretty good
deal: you learn one language and then code all kinds of different
applications. While this book has one chapter specifically dedicated to
the web browser environment including DOM, events, and AJAX tutorials,
the rest is applicable to all the other environments too. </p>
<p> This book treats JavaScript as a serious object-oriented language,
showing you how to build robust, maintainable, and powerful libraries
and applications. Along the way, we cover many of the recent
innovations such as AJAX, JSON, and interesting design and coding
patterns. After reading this book, you'll be prepared to ace your
JavaScript job interview and even impress with some bits that the
interviewer maybe didn't know. You should read this book if you want to
be able to take your JavaScript skills to a new level of
sophistication. </p>
<p> <strong>What you will learn from this book?</strong> </p>
<p> * Learn to think in JavaScript, the language of the web browser<br> * The basics of object-oriented programming, and how they apply to JavaScript<br> * Set up and use your training environment (Firebug)<br> * Master data types, operators, and flow control statements<br> * Understand functions: usage patterns, variable scope, and built-in functions<br> * Closures demystified<br> * Create and use objects<br> * Understand and use prototypes<br> * Reuse code with common patterns for inheritance<br> * Understand and work with the BOM (Browser Object Model)<br> * The DOM (Document Object Model) - accessing, modifying, adding, and deleting nodes<br> * Build responsive web pages with AJAX<br> * JSON (JavaScript Object Notation)<br> * Listen and respond to browser events<br> * Apply design patterns to solve common problems<br> * Adopt coding patterns that unleash the unique power of the language<br>  * Make your programs cleaner, faster, and compatible with other programs and libraries<br> * Achieve missing object-oriented features in JavaScript such as private properties and methods<br> </p>
<p> <strong>Who is this book written for?</strong> </p>
<p> The book requires no prior knowledge of JavaScript and works from
the ground up to give you a thorough grounding in this powerful
language. If you do already know some JavaScript, you will find plenty
of eye-openers as you discover just what the language can do. </p>
<p> This book takes a do-it-yourself approach when it comes to writing
code, because the best way to really learn a programming language is by
writing code. You are encouraged to type code into Firebug's console,
see how it works and then tweak it and play around with it. There are
practice questions at the end of each chapter to help review what you
have learned. </p>
        
        ]]></description>
        <pubDate>Thu, 28 Aug 2008 15:42:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>C# 3.0 Cookbook</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/c_30_cookbook.html</guid>
        <link>http://2f.4zu.ru/development/c_30_cookbook.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/f550efdbbfa7e7c31c0c8726de27fc90.jpg" vspace="4" hspace="8" align="left" title="C# 3.0 Cookbook"/>
                
        Completely updated for C# 3.0 and the .NET 3.5
platform, the new edition of this bestseller offers more than 250 code
recipes to common and not-so-common problems that C# programmers face
every day. Every recipe in the book has been reconsidered with more
than a third of them rewritten to take advantage of new C# 3.0
features. If you prefer solutions you can use today to general C#
language instruction, and quick answers to theory, this is your book.
C# 3.0 Cookbook offers a new chapter on LINQ (language integrated
query), plus two expanded chapters for recipes for extension methods,
lambda functions, object initializers, new synchronization primitives
and more. The new edition is also complemented by a public wiki, which
not only includes all of the C# 2.0 recipes from the previous edition
unchanged by the release of C# 3.0, but invites you to suggest better
ways to solve those tasks. Here are some of topics covered: LINQ
Numeric data types and Enumerations Strings and characters Classes and
structures Generics Collections Exception handling Delegates, events,
and lambda expressions Filesystem interactions Web site access XML
usage (including LINQ to XML, XPath and XSLT) Networking Threading Data
Structures &amp; Algorithms Each recipe in the book includes tested
code that you can download from oreilly.com and reuse in your own
applications, and each one includes a detailed discussion of how and
why the underling technology works. You don't have to be an experienced
C# or .NET developer to use C# 3.0 Cookbook. You just have to be
someone who wants to solve a problem now, without having to learn all
the related theory first. 
        
        ]]></description>
        <pubDate>Mon, 04 Aug 2008 11:09:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Learning jQuery</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/learning_jquery.html</guid>
        <link>http://2f.4zu.ru/development/learning_jquery.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/4f28a15ca7421e65adcd12b01eab9d73.jpg" vspace="4" hspace="8" align="left" title="Learning jQuery"/>
                
        jQuery is a powerful JavaScript library that can enhance your websites
regardless of your background. In this book, creators of the popular
jQuery learning resource, learningquery.com, share their knowledge,
experience, and enthusiasm about jQuery to help you get the most from
the library and to make your web applications shine. For designers,
jQuery leverages existing CSS and HTML skills, allowing you to
dynamically find and change any aspect of a page. This book provides a
gentle introduction to jQuery concepts, allowing you to add
interactions and animations to your pages-even if previous attempts at
writing JavaScript have left you baffled. For programmers, jQuery
offers an open -source, standards-compliant, unobtrusive approach to
writing complex JavaScript applications. This book will guide you past
the pitfalls associated with AJAX, events, effects, and advanced
JavaScript language features, as well as provide you with a reference
to the jQuery library to return to again and again. This book begins
with a tutorial to jQuery, followed by an examination of common,
real-world client-side problems, and solutions for each of them. A
detailed reference rounds off the book, making it an invaluable
resource for answers to all your jQuery questions. Who this book is
written for This book is for web designers who want to create
interactive elements for their designs, and for developers who want to
create the best user interface for their web applications. The reader
will need the basics of HTML and CSS, and should be comfortable with
the syntax of JavaScript. No knowledge of jQuery is assumed, nor is
experience with any other JavaScript libraries required.<br><br>+ В дополнение легкий мануал с перечнем основных функций (250Кб), очень полезный при работе с JQeury.

<br>
        
        ]]></description>
        <pubDate>Thu, 05 Jun 2008 12:42:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Practical Subversion, Second Edition (SVN)</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/practical_subversion_second_edition_svn.html</guid>
        <link>http://2f.4zu.ru/development/practical_subversion_second_edition_svn.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/0fcde489991235d011b14e737f9cf85a.jpg" vspace="4" hspace="8" align="left" title="Practical Subversion, Second Edition (SVN)"/>
                
        <p><i>Practical Subversion, Second Edition</i> draws on the experience
of its authors, Daniel Berlin and Garrett Rooneyboth Subversion project
membersto guide you through a complete introduction to this popular
code management solution. And this edition has been updated to reflect
the most recent changes to the popular Subversion version control
system. After a crash course on Subversions key features, including a
theme project that youre encouraged to follow, youll explore best
practices, migration tips for moving from other versioning solutions,
Subversion integration, and an overview of the Subversion APIs.</p>
        
        ]]></description>
        <pubDate>Wed, 24 Jun 2009 19:08:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Learning jQuery 1.3</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/learning_jquery_13.html</guid>
        <link>http://2f.4zu.ru/development/learning_jquery_13.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/bea2d24349ce8a4be280af1636324e17.jpg" vspace="4" hspace="8" align="left" title="Learning jQuery 1.3"/>
                
        Packed with great examples and clear explanations, this revised and
updated version of Learning jQuery teaches you how to use jQuery 1.3.
This book is for web designers who want to create interactive elements
for their designs, and for developers who want to create the best user
interface for their web applications. Basic JavaScript programming
knowledge is required. You will need to know the basics of HTML and
CSS, and should be comfortable with the syntax of JavaScript. No
knowledge of jQuery is assumed, nor is experience with any other
JavaScript libraries required.<br><br>Достаточно подробная кника по jQuery. <br>Примеры кода, описание популярных плагинов.

<br><br>
        
        ]]></description>
        <pubDate>Wed, 15 Apr 2009 23:23:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Beginning CakePHP: From Novice to Professional</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/beginning_cakephp_from_novice_to_professional.html</guid>
        <link>http://2f.4zu.ru/development/beginning_cakephp_from_novice_to_professional.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/03b6a0c5861e10f1c5745303a1bf809a.jpg" vspace="4" hspace="8" align="left" title="Beginning CakePHP: From Novice to Professional"/>
                
        <p>CakePHP is a leading PHP–based web app development framework. When asking a 
question on forums or chat rooms, many CakePHP beginners get little help from 
the experts. Simple questions can get a response like, “Well, just read the 
online manual and API.” Unfortunately, the online manual is depreciated, and who 
wants to absorb a programming language or framework from an API? <em>Beginning 
CakePHP</em> will do the following:</p>
        
        ]]></description>
        <pubDate>Fri, 06 Feb 2009 14:05:00 +0300</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Pro Silverlight 2 in C# 2008 (Windows.Net)</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/pro_silverlight_2_in_c_2008_windowsnet.html</guid>
        <link>http://2f.4zu.ru/development/pro_silverlight_2_in_c_2008_windowsnet.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/bda4be1c0534dbdcf800a6624e4857e8.jpg" vspace="4" hspace="8" align="left" title="Pro Silverlight 2 in C# 2008 (Windows.Net)"/>
                
        <p>Silverlight is a lightweight browser plug–in that frees your code from the 
traditional confines of the browser. It’s a rules–changing, groundbreaking 
technology that allows you to run rich client applications right inside the 
browser. Even more impressively, it’s able to host true .NET applications in 
non–Microsoft browsers (like Firefox) and on non–Microsoft platforms (like Mac 
OS X). Silverlight is still new and evolving fast, and you need a reliable 
guidebook to make sense of it.</p>
<p><strong>With four–color graphics and screenshots throughout</strong>, <em>Pro 
Silverlight 2 in C# 2008</em> is the perfect reference: you’ll learn about the 
features that put Silverlight in direct competition with Adobe Flash, such as 
rich support for 2D drawing, animations, and media playback, and best of all, 
you’ll experience the plumbing of .NET and the design model of WPF through 
Silverlight—all of the same .NET technology that developers use to design 
next–generation Windows applications. Author <strong>Matthew MacDonald</strong> 
provides an expertly crafted tutorial written from professional developer to 
professional developer. You’ll learn to create rich media applications using 
Silverlight in the environment you’re most productive in–no matter what the 
target platform.</p>
        
        ]]></description>
        <pubDate>Thu, 05 Feb 2009 12:04:00 +0300</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Programming Microsoft® Visual C#® 2008: The Language</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/programming_microsoft_visual_c_2008_the_language.html</guid>
        <link>http://2f.4zu.ru/development/programming_microsoft_visual_c_2008_the_language.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/129f1566f999696f04948896125fab09.jpg" vspace="4" hspace="8" align="left" title="Programming Microsoft® Visual C#® 2008: The Language"/>
                
        Get the in-depth reference and pragmatic, real-world insights you need
to exploit the enhanced language features and core capabilities in
Visual C# 2008. Programming expert Donis Marshall deftly helps you
build your proficiency with language features such as classes, structs,
and other fundamentals, and helps you advance your expertise with
more-advanced topics such as debugging, threading, and memory
management. Combining an incisive reference with code samples and best
practices, this developer reference focuses on details of the C#
language you need to build innovative solutions.<br><p>Delves
into the core, must-know topics for developers working with Visual C#
2008, and advances their mastery with essential skills. <br></p><p>Thoroughly
explicates language features such as generics, code snippets, and
anonymous methods, while also providing updated information about
classic features such as namespaces and metadata.<br></p>Provides code samples to illustrate concepts and build skills mastery
   

        
        ]]></description>
        <pubDate>Fri, 28 Nov 2008 01:12:00 +0300</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Linux Shell Scripting with Bash (Developer's Library)</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/linux_shell_scripting_with_bash_developers_library.html</guid>
        <link>http://2f.4zu.ru/development/linux_shell_scripting_with_bash_developers_library.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/6cddb59b04198c18679b635bb6c69832.jpg" vspace="4" hspace="8" align="left" title="Linux Shell Scripting with Bash (Developer's Library)"/>
                
        According to IDC, over 170,000 new servers were shipped in the first
quarter of 2003. That also means that there were potentially more than
170,000 people like you charged with administering these systems
without the proper knowledge or training to do so. <i>Linux Shell Scripting with Bash</i>
will help you learn to not only get your system up and running quickly
by employing the Bash shell, but it will also show you professional
scripting solutions through the use of structured programming and
standard Linux development tools. The book focuses on the Linux
environment, which the shell relies on to function, and the robust
Linux tool set, making this book ideal for learning shell scripting.
Real-world scripts are included that are readable, extendable and easy
to debug. This book is an asset to any Linux user.
   

        
        ]]></description>
        <pubDate>Wed, 12 Nov 2008 17:09:00 +0300</pubDate>
        <author>БончБруевич</author>
        
                
    </item>

 

    <item>
        <title>Xcode 3 Unleashed</title>
        <guid isPermaLink="true">http://2f.4zu.ru/development/xcode_3_unleashed_.html</guid>
        <link>http://2f.4zu.ru/development/xcode_3_unleashed_.html</link>
        <description><![CDATA[
        
                <img src="/uploads/posts/thumbs/5fb4dd641cca53e68205017611667214.jpg" vspace="4" hspace="8" align="left" title="Xcode 3 Unleashed"/>
                
        




        
        ]]></description>
        <pubDate>Tue, 21 Oct 2008 19:31:00 +0400</pubDate>
        <author>БончБруевич</author>
        
                
    </item>



</channel>
</rss>
        

<!--
	Powered by : twoFaced eNgine
	Time elapsed : 0.0254
-->
