Popular Posts Today

Search This Blog

Free Download | Visual C# Game Programming for Teens

Teaches teens and other beginners how to create games using C# and Windows Forms (GDI+). A true beginner's guide, this book covers each essential step for creating your own complete role-playing game, including a character creation screen and a combat...
5:58 AM | 0 comments | Read More

Free Download | Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET

Essential for developers and database administrators who use SQL Server 2005 on a daily basis, this guide explains how to take full advantage of stored procedures: operations that are stored with the database server, allowing access to all clients.The...
6:58 AM | 0 comments | Read More

Free Download | Practical Oracle Security: Your Unauthorized Guide to Relational Database Security

This is the only practical, hands-on guide available to database administrators to secure their Oracle databases. This book will help the DBA to assess their current level of risk as well as their existing security posture. It will then provide...
5:07 AM | 0 comments | Read More

Free Download - JavaFX A Beginners Guide pdf

Essential Skills--Made Easy Create immersive, interactive environments for any platform. JavaFX: A Beginner's Guide starts by explaining the technology behind JavaFX and quickly moves on to installing the JavaFX development environment and tools, including...
9:37 PM | 0 comments | Read More

Free Download - Joomla! 1.5 Site Blueprints pdf

The hands-on example projects in this book are based on fictitious website development briefs, and they illustrate practical ways of applying Joomla! The book dives straight into the process of constructing the featured projects. A chapter is dedicated...
8:00 PM | 1 comments | Read More

Free Download - Java EE 5 Development with NetBeans 6

Java EE 5, the successor to J2EE, greatly simplifies the development of enterprise applications. The popular IDE, NetBeans, has several features that greatly simplify Java EE 5 development, and this book shows you how to make use of these features to...
5:49 AM | 0 comments | Read More

Free Download - Programming Distributed Applications with Com and Microsoft Visual Basic 6.0

In order to create scalable, distributed objects with Visual Basic, a programmer must understand the underlying architecture and complexities of Microsoft's Component Object Model (COM)-information that until now has been primarily available in resources...
6:20 AM | 0 comments | Read More

Free Download - Visual Basic Developer's Guide to Asp and IIS pdf

The Web is rapidly becoming the front end of choice for applications. Why create a custom front end that will run only on a single PC when you can deliver a Web-based interface to anywhere in the world? Microsoft's Internet Information Server (IIS) is...
6:14 AM | 0 comments | Read More

Free Download - Upgrading Visual Basic 6.0 Applications to Visual Basic .NET and Visual Basic 2005 Pdf

This book was developed by the Microsoft PAG (Patterns and Practices) Team and ArtinSoft. It contains the most comprehensive and up to date guidence on how to approach a Visual Basic 6 Migration/Upgrade project. From how to set a busines case all the...
6:11 AM | 0 comments | Read More

Free Download - Test Driven Development for Embedded C Pdf

TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes....
6:08 AM | 0 comments | Read More

Free Download - ActionScript 3.0 Game Programming University Pdf

Gary Rosenzweig's ActionScript 3.0 Game Programming University shows you how to use ActionScript, the programming language behind Flash CS3 Professional. The lessons teach you all the basics of ActionScript programming through game examples, but the...
4:45 PM | 0 comments | Read More

Free Download - Cisco Security Professional's Guide to Secure Intrusion Detection Systems

Cisco Systems, Inc. is the worldwide leader in networking for the Internet, and its Intrusion Detection Systems line of products is making in roads in the IDS market segment, with major upgrades having happened in February of 2003.  A comprehensive,...
5:52 AM | 0 comments | Read More

Free Download - Delphi Kylix Database Development Pdf

The aim of this book is to teach cross-platform database programming to Delphi 6 or Kylix programmers. The book will assume the reader has a basic understanding of databases, such as what tables, rows, columns, fields, indexes, etc. are. It will also...
3:53 AM | 0 comments | Read More

Free Download - Mastering Delphi 7 Pdf

Still the Best Delphi Resource--Now Fully Updated and Expanded Whether you're new to Delphi or just making the move from an earlier version, Mastering Delphi 7 is the one resource you can't do without. Practical, tutorial-based coverage helps you master...
3:45 AM | 0 comments | Read More

Free Download - Efficient C++: Performance Programming Techniques Pdf

The book title suggested to me that the book would follow the Effective C++ series format where advices are given in small items. This is not the case. This book has a more conservative format where topics are presented in chapters. This is...
4:01 PM | 0 comments | Read More

Free Download - The C++ Standard Library Extensions Pdf

The current C++ standard library extends the core C++ language with common classes and functions. In recent years, to address limitations in that library, a number of components have been developed to extend the language even further. Compiled in a comprehensive...
3:59 PM | 0 comments | Read More

Free Download | The C++ Standard Library pdf

Programming with the C++ Standard Library can certainly be difficult, but Nicolai Josuttis's The C++ Standard Library provides one of the best available guides to using the built-in features of C++ effectively. The C++ Standard Library provides...
3:57 PM | 0 comments | Read More

Free Download | Effective C++ Pdf

This exceptionally useful text offers Scott Myers's expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required...
3:55 PM | 0 comments | Read More

Free Download | ASP.NET 4 Social Networking pdf

Each chapter starts by showing the user experience we are going to create in the chapter. It then has a section discussing the major design decisions we face in building these features, and finally presents the 'solution' including the overall...
6:25 AM | 0 comments | Read More

Free Download - A 25-Year Perspective on Logic Programming

This book celebrates the 25th anniversary of GULP—the Italian Association for Logic Programming. Authored by Italian researchers at the leading edge of their fields, it presents a state-of-the-art survey of logic programming, making it a useful reference...
3:53 PM | 0 comments | Read More

Free Download - Guide to Assembly Language Programming in Linux pdf

Processor designs can be broadly divided into CISC (Complex Instruction Set Computers) and RISC (Reduced Instruction Set Computers). The dominant processor in the PC market, Pentium, belongs to the CISC category, and Linux is fast becoming the number...
3:51 PM | 0 comments | Read More

Free Download - Gray Hat Python: Python Programming for Hackers and Reverse Engineers pdf

Python is fast becoming the programming language of choice for hackers, reverse engineers, and software testers because it's easy to write quickly, and it has the low-level support and libraries that make hackers happy. But until now, there has been...
7:02 PM | 0 comments | Read More

Free Download | Learn Pascal pdf

Pascal is the standard structured programming language for the personal computer. The novice programmer needs a strong grounding in the fundamentals of structured programming, whether preparing to program under Microsoft Windows, DOS, or the...
6:43 PM | 0 comments | Read More

Free Download - Developing Java Beans pdf

Java Beans is the most important development in Java this year. It gives Java developers the ability to work with sophisticated graphical development tools and to integrate Java software into projects using other component technologies, such as Microsoft's...
6:27 PM | 0 comments | Read More

Free Download - Java, Java, Java, Object-Oriented Problem Solving (3rd Edition) Pdf

Functional and flexible, this guide takes an objects-first approach to Java programming and problem using games and puzzles. Updated to cover Java version 1.5 features, such as generic types, enumerated types, and the Scanner class. Offers independent...
6:02 PM | 0 comments | Read More

Free Download | Pro Java 6 3D Game Development: Java 3D, JOGL, JInput and JOAL APIs

There is some overlap between this book and the author's other book on Java game programming, "Killer Game Programming in Java", but overall there is enough new material to make it a worthwhile purchase. The author starts out trying to explain...
5:53 PM | 0 comments | Read More