FAQs Links Vendors & Services AllFreeTechMails Discussions Return to home
.Net
Ajax
Application
C/C++/C#
Databases
Graphic design
Java
Others
PHP
System


YOU ARE HERE > HOME > E-Books

E-Books

Over 100 full-text books in our E-Books libraryyou now have online access to the complete content, including illustrations and graphics. Only for AllFreeTech members.


Search E-Books
 .Net (125) 

1.  Professional WPF Programming: .NET Development with the Windows Presentation Foundation
First you'll explore the WPF framework and learn how to develop basic applications with ASP.NET or Visual Basic(r). Next you'll discover how to build more sophisticated WPF interfaces using Microsoft(r) ExpressionBlend and then progress to more advanced programming techniques. Throughout the book, you'll find best practices for enterprise architectures using the WPF and its underlying technology. All this will help you quickly learn how to develop next-generation applications on the .NET 2.0 platform using the WPF. Password: knowfree.net

2.  Windows Presentation Foundation Unleashed (WPF) (Unleashed)
Windows Presentation Foundation (WPF) is a key component of the .NET Framework 3.0, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. Windows Presentation Foundation Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by .NET guru and Microsoft developer Adam Nathan.

3.  Visual Basic 2005 For Dummies
Password: forumw.org

SHOW ALL

 Ajax (24) 

1.  Adding Ajax
This book: Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object. Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers Introduces the concept of web page as space, and covers three popular approaches to managing web space Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more Covers advanced CSS effects, including drag and drop “scroll bars”, pagination, and the use of SVG and the Canvas object Explores mashups-Ajax’s ability to combine data from different web services in any number of ways, directly in our web pages

2.  Ajax Bible
Build interactive Web applications with Ajax Create live searches and online spreadsheets Discover programming mistakes to avoid! Create blazing-fast Web applications with powerful Ajax If you think that mastering Ajax is too difficult, guess again. You can create Web applications that look and feel like desktop apps in less time than you think with the comprehensive Ajax instruction in this in-depth book. You'll find easy-to-follow tutorials, hundreds of tips and tricks, and so much practical information that even skilled developers will reach for this book first. Let this Bible be your guide as you jump into the hottest Web programming technology in years.

3.  Practical JavaScript, DOM, and Ajax Projects
Practical JavaScript, DOM, and Ajax Projects is ideal for web developers already experienced in JavaScript who want to take their knowledge to the next level. It presents ten complete example projects for you to learn from and adapt for use in your own work. The book starts with a quick recap of the fundamentals of modern JavaScript development before moving right along to the applications. For each application, you are taken through the planning, design, and implementation stages. There's something for everyone here--a utility library, a validation framework, a GUI widget framework, a dynamic event calendar application, a drag-and-drop shopping cart, and more!

SHOW ALL

 Application (15) 

1.  Business Intelligence with Microsoft® Office PerformancePoint Server 2007
Maximize the powerful BI tools available in PerformancePoint 2007 with help from this practical guide. You will learn how to collect and store data, monitor progress, analyze performance, distribute dynamic reports, and create maintainable projects and forecasts. Business Intelligence with Microsoft Office PerformancePoint Server 2007 provides full details on creating scorecards and dashboards, performing advanced analysis on data, and setting up business plans. You will also learn how to integrate PerformancePoint with ProClarity, Excel 2007, and SQL Server Reporting Services. Password: knowfree.net

2.  Statistical Analysis with Excel For Dummies
Create graphs, develop estimates, and apply probability. Get the scoop on all of Excel's statistical tools and what they can do for you. If "permutation" sounds like something you shouldn't say around your grandmother and you read "margin of error" as "margin of terror," take heart! This easy-to-follow guide explains statistics in plain English and shows you how to use Excel charts, functions, samples, and correlations to make sense of it all — even if you're numerically challenged! Password: knowfree.net

3.  Learning 3ds Max 2008 Foundation
Learning Autodesk® 3ds Max® 2008 | Foundation is your shortcut to learning 3ds Max quickly and effectively. Youll get hands-on experience with the key tools and techniques through easy-to-follow, step-by-step project-based lessons, while learning to model, animate, apply materials and render in both the games & design visualization pipelines. By the end of the book youll have a sense of the entire production process as you work on real-life production examples. Game Artists will gain in-depth knowledge of the world-class Biped character animation toolset, unparalleled polygon modeling and texturing workflow. Design Visualization Specialists such as architects, designers, and graphic artists, will gain the power to visually inform the design process through conceptual exploration, design validation and visual communication.

SHOW ALL

 C/C++/C# (71) 

1.  Model-Based Software Testing and Analysis with C sharp
This book teaches new methods for specifying, analyzing, and testing software; essentials for creating high-quality software. These methods increase the automation in each of these steps, making them more timely, more thorough, and more effective. The authors work through several realistic case studies in-depth and detail, using a toolkit built on the C# language and the .NET framework. Readers can also apply the methods in analyzing and testing systems in many other languages and frameworks. Intended for professional software developers including testers, and for university students, this book is suitable for courses on software engineering, testing, specification, or applications of formal methods. Password: knowfree.net

2.  C in a Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you've mastered. Whether you're learning French, Java, or C, at some point you'll set aside the tutorial and attempt to converse on your own. It's not necessary to know every subtle facet of French in order to speak it well, especially if there's a good dictionary available. Likewise, C programmers don't need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.

3.  Programming the Mcft Windows Driver Model, Second Edition
Written for advanced C/C++ programmers, Walter Oney's Programming the Microsoft Windows Driver Model is a technically astute and clearly presented guide to writing custom Windows 2000 device drivers. The author's command of the details of the new Windows Driver Model (WDM) standard is what makes this book such a clear success. (Because the WDM is rich in kernel and system services, the trick is often knowing how to use what's available rather than doing everything yourself.) The author presents a solid overview of the WDM architecture and breaks down the process of writing custom device drivers into manageable pieces, from the basics of loading device drivers to creating and processing I/O request packets. The book is very good at exposing kernel system calls, design principles, and programming techniques (such as managing synchronization and handling errors). There are also "nerd alerts" that point out extremely technical material. This book shows you what you'll need to create WDM drivers that cooperate fully with Windows 2000 (and Windows 98). Features like Plug and Play (PnP), Windows power management, and the new Windows Management Instrumentation (WDM) standard get full attention here. There is plenty of sample code (plus a custom Visual C++ AppWizard that generates skeleton code for a default WDM driver) to get you started. Examples for working with the S5933 PCI chip set (and other simple hardware) let you see WDM drivers in action.

SHOW ALL

 Databases (119) 

1.  Inside Microsoft SQL Server 2005: Query Tuning and Optimization
Dive deep into the internals of query tuning and optimization in SQL Server 2005 with this comprehensive reference. Understanding the internals of SQL Server helps database developers and administrators to better create, access, and effectively process information from enterprise data. Written by experts on SQL Server, this volume from the Inside Microsoft SQL Server series of books focuses on query tuning and optimization. Youll take an in-depth look at the best ways to make queries more efficient and effective, while maximizing existing resources. Includes extensive code samples and table examples to help database developers and administrators understand the intricacies and help promote mastery of query tuning and optimization. Password: knowfree.net

2.  MySQL Clustering
Clustering is the final component of MySQL that makes it truly enterprise-level and able to compete fully with proprietary databases such as Oracle and Microsoft SQL Server. The increased number of high-demand, high-productivity corporations and institutions choosing MySQL, including MIT, the Department of Homeland Security, NASA, and Nokia, to name a few, need the benefit of clustering databases for high performance and scalability. Password: knowfree.net

3.  SQL in a Nutshell
SQL in a Nutshell applies the eminently useful "Nutshell" format to Structured Query Language (SQL), the elegant--but complex--descriptive language that is used to create and manipulate large stores of data. For SQL programmers, analysts, and database administrators, the new second edition of SQL in a Nutshell is the essential date language reference for the world's top SQL database products. SQL in a Nutshell is a lean, focused, and thoroughly comprehensive reference for those who live in a deadline-driven world. Password: http://seekersoasis.uni.cc

SHOW ALL

 Graphic design (61) 

1.  Photoshop for Comics Master
Pat Duke & Elin Winkler - 2003 - Photoshop for Comics Master Course (icl. Brushes, Actions etc) - Master Course

2.  Adobe Illustrator CS3 Classroom in a Book
This thorough guide to Adobe Illustrator CS3 is ideal for beginning users who want to master the key features of Adobe's powerful vector drawing software. Using clear, step-by-step lessons, each chapter contains a project that builds upon the reader's growing knowledge of the software, while review questions at the end of each chapter reinforce key concepts and skills. Adobe Illustrator CS3 is jam-packed with new features and enhancements, including Live Color, a new environment that enables users to explore, apply, and save custom color configurations; improved integration with Adobe Flash CS3, which ensures that your vector illustrations import effortlessly to Flash with their anchor point positions, layers, and paths intact; a new Eraser tool, which lets users quickly modify objects or create entirely new shapes; a new Crop Area tool, which lets users set up a workspace so that it's automatically primed for the type of media that will display their design, whether it's print, Web, video, or film; new document profiles, newly improved drawing tools and controls, and much more. Whether you're brand-new to Adobe Illustrator or are looking for a project-based tutorial to familiarize yourself with Illustrator CS3's new features, this book provides you with the key techniques and tips you need to get the most out of this software.

3.  50 Fast Photoshop CS Techniques
A hot seller in previous editions, totally revised and updated for the new-est release of Adobe Photoshop, the world's most popular image editing application * Features 50 easy, impressive techniques beginners and experienced image editors alike can implement almost instantly to enhance the quality of their work * Includes many all-new techniques, all explained step by step with lavish full-color illustrations * Discusses traditional photo effects, techniques for combining photos, natural media and graphic arts techniques, animating artwork, digital photo blends, and much more, with detailed discussions that help readers learn to adapt the techniques for their own needs. Password: TRIBE INNOVATIONS

SHOW ALL

 Java (65) 

1.  Head First Java, 2nd Edition - O’Reilly
The Java programming language for people with no Java experience, and even people with no programming experience at all. Key concepts read like a list of Java features: Object oriented design, variable type and scope, object properties and methods, inheritance and polymorphism, exceptions, graphical user interfaces (GUIs), network connectivity, Java archives (JAR files), and Remote Method Invocation (RMI).

2.  Java Servlet Programming
This book is a superb introduction to Java servlets and their various communications mechanisms. It includes deep and comprehensive coverage of the Java Servlet API, and also of HTTP, non-HTTP socket communications, Remote Method Invocation (RMI), and more. Throughout, the authors present excellent illustrative code and go to much effort to explain why things work the way they do.

3.  Java How to Program (6th Edition)
The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. This edition is completely up-to-date with The Java 2 Platform Standard Edition (J2SE) 1.5. Now includes topics such as autoboxing, enumerations, enhanced for loops, static import statements, variable-length argument lists, and much more. Presents each new concept in the context of a complete, working program, immediately followed by one or more windows showing the program’s input/output dialog. Enhances the Live-Code Approach with syntax coloring. Provides Helpful Programming Tips, all marked by icons: Good Programming Practices, Common Programming Errors, Error-Prevention Tips, Performance Tips, Portability Tips, Software Engineering Observations, Look and Feel Observations. Includes CD-ROM with every book that contains JavaTM 2 Platform, Standard Edition 1.5, Netbeans, Apache Tomcat, JCreator LE version, jEdit, jGRASP, BlueJ, MySQL, source code for all the book’s examples, and Hyperlinks to valuable Java demos and Internet resources. A valuable reference for programmers and anyone interested in learning the Java programming language.

SHOW ALL

 Others (89) 

1.  The Art and Science of JavaScript - SitePoint
We (TM)ve assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational techniques you (TM)ll ever use. From creating impressive mashups and stunning, dynamic graphics, to more subtle user-experience enhancements, you (TM)re about to be amazed by the true potential of this powerful language. Create a slick Google Maps and Flickr mashup. Build your own fully accessible 3D maze. Create stunning vector graphics using the canvas element. Have some fun with draggable and sortable table columns. Give your site some extra personality with client-side badges. Write better code faster using metaprogramming techniques. Become a debugging expert using pro-level Firebug tricks. If you have some experience as JavaScript developer and want to take your JavaScript skills to the next level, without sacrificing web accessibility or best practice, this book is a must-have additional to your web design library. Password: knowfree.net

2.  Ultimate Game Design - Building Game Worlds
Filled with tips and techniques from veteran game designers at Sony, Blizzard, Disney, LucasArts, Activision, 3DO, and many others! Plan, design, and create enthralling game environments complete with richly animated characters and objects by applying the expert techniques described in this one-of-a-kind resource. Veteran game developer Tom Meigs covers the foundations of game design, including previsualization, level stubbing and layout, lighting, texturing, behavior scripting, and using particles, and explains in detail each stage of game development and design. Each chapter features an in-depth interview with a game industry expert as well as case a study based on Tom's real-world experiences working on Sony PlayStation games and various other projects. Plus, you'll get priceless advice on how to get into the game development industry now with details on the different types of jobs available. Password: knowfree.net

3.  Rapid GUI Programming with Python and Qt
Whether you're building GUI prototypes or full-fledged cross-platform GUI applications with native look-and-feel, PyQt 4 is your fastest, easiest, most powerful solution. Qt expert Mark Summerfield has written the definitive best-practice guide to PyQt 4 development. With Rapid GUI Programming with Python and Qt you'll learn how to build efficient GUI applications that run on all major operating systems, including Windows, Mac OS X, Linux, and many versions of Unix, using the same source code for all of them. Summerfield systematically introduces every core GUI development technique: from dialogs and windows to data handling; from events to printing; and more. Through the book's realistic examples you'll discover a completely new PyQt 4-based programming approach, as well as coverage of many new topics, from PyQt 4's rich text engine to advanced model/view and graphics/view programming. Every key concept is illuminated with realistic, downloadable examples—all tested on Windows, Mac OS X, and Linux with Python 2.5, Qt 4.2, and PyQt 4.2, and on Windows and Linux with Qt 4.3 and PyQt 4.3.

SHOW ALL

 PHP (57) 

1.  Professional Search Engine Optimization with PHP: A Developer's Guide to SEO
Maybe you're a great programmer or IT professional, but marketing isn't your thing. Or perhaps you're a tech-savvy search engine marketer who wants a peek under the hood of a search engine optimized web site. Search engine marketing is a field where technology and marketing are both critical and interdependent, because small changes in the implementation of a web site can make you or break you in search engine rankings. Furthermore, the fusion of technology and marketing know-how can create web site features that attract more visitors. The mission of this book is to help web developers create web sites that rank well with the major search engines, and to teach search engine marketers how to use technology to their advantage. We assert that neither marketing nor IT can exist in a vacuum, and it is essential that they not see themselves as opposing forces in an organization. They must work together. This book aims to educate both sides in that regard. Password: knowfree.net

2.  PHP Phrasebook Essential Code And Mands - Sams
If you were traveling in Spain, but couldn’t speak Spanish very well, you’d probably carry a Spanish dictionary with you. If you are a PHP developer who needs a portable reference guide for frequent use in your job, the PHP Phrasebook is perfect for you. The PHP Phrasebook is actually a pocket guide that is jam-packed with useful and essential PHP code “phrases” for the PHP developer’s everyday use. The code is flexible, so it can be easily adapted to your needs and mulitple situations, and your time isn’t wasted wading through chapters of tutorial lessons and extraneous information. The phrasebook covers PHP 5 and is relevant for PHP 4. Password: www.ebooksportal.org

3.  PHP MySQL Programming For The Absolute Beginner - Premier Press
If you are new to programming with PHP and MySQL and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner series teach the principles of programming through simple game creation. You will acquire the skills that you need for more practical programming applications and will learn how these skills can be put to use in real world scenarios. Best of all, by the time you finish this book you will be able to apply the basic principles you’ve learned to the next programming language you tackle. Password: www.ebooksportal.org

SHOW ALL

 System (38) 

1.  A Practical Guide to Security Engineering and Information Assurance
Today the vast majority of the world's information resides in, is derived from, and is exchanged among multiple automated systems. Critical decisions are made, and critical action is taken based on information from these systems. Therefore, the information must be accurate, correct, and timely, and be manipulated, stored, retrieved, and exchanged safely, reliably, and securely. In a time when information is considered the latest commodity, information security should be top priority. A Practical Guide to Security Engineering and Information Assurance gives you an engineering approach to information security and information assurance (IA). The book examines the impact of accidental and malicious intentional action and inaction on information security and IA. Innovative long-term vendor, technology, and application-independent strategies show you how to protect your critical systems and data from accidental and intentional action and inaction that could lead to system failure or compromise. The author presents step-by-step, in-depth processes for defining information security and assurance goals, performing vulnerability and threat analysis, implementing and verifying the effectiveness of threat control measures, and conducting accident and incident investigations. She explores real-world strategies applicable to all systems, from small systems supporting a home-based business to those of a multinational corporation, government agency, or critical infrastructure system. The information revolution has brought its share of risks. Exploring the synergy between security, safety, and reliability engineering, A Practical Guide to Security Engineering and Information Assurance consolidates andorganizes current thinking about information security/IA techniques, approaches, and best practices. As this book will show you, there is considerably more to information security/IA than firewalls, encryption, and virus protection. Password: knowfree.net

2.  Voice Over WLANs: The Complete Guide
Wireless local area networks (WLANs) have traditionally been used to transport only data, but are now being used to carry voice traffic as well as provided new combined voice and data services. Voice over WLANs also offers more flexibility than wired networks (changes to a WLAN dont require changes to installed wiring) and greater capacity than wired networks. This book provides a solid overview of voice over WLANs/VoIP (voice over internet protocol) technology, including voice coding, packet loss, delay and jitter, and echo control. It shows how to combine both WLAN and VoIP technology to create effective voice over WLAN systems. Password: knowfree.net

3.  HTTP Essentials: Protocols for Secure, Scaleable Web Sites
As applications and services converge and Web technologies not only assume HTTP but require developers to manipulate it, it is becoming increasingly crucial for network managers, Web masters, and anyone working with HTTP to understand the nuts and bolts of this most prevalent Web protocol. This book provides complete documentation and explanation of the protocol, including advanced and experimental extensions. Readers will get core guidance on implementing HTTP 1.1 in their products, including how to accelerate HTTP in large scale Web sites, how to secure it, and how to handle compatibility issues with versions 0.9 and 1.0. HTTP switching and invisible HTTP operations such as option negotiations, status checks, and path tracing are also examined.

SHOW ALL


Copyright © 2001-2007 AllFreeTech.com
Terms & Conditions of Usage


 Member's area
 
Login

Sign me up

More info