Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

Free Ebooks and Magazines


Full download


Posted: September 30th, 2007, 3:59pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Microsoft Press; 2 Pap/Cdr edition (April 24, 2002)
# Language: English
# ISBN-10: 0735616485
# ISBN-13: 978-0735616486

Book Description
It's the one book developers need to learn all about the language of C#-what it is, how it works, and why it works that way. INSIDE C#, SECOND EDITION provides valuable updated information and advanced content incorporating the parameters of the Microsoft .NET Framework and Visual Studio .NET. Revealing the full functionality of C#, this book enables developers to write applications for Microsoft .NET with speed and confidence.

Download Link

Full download


Posted: September 30th, 2007, 3:58pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: McGraw-Hill Companies (June 2001)
# Language: English
# ISBN-10: 0072191163
# ISBN-13: 978-0072191165

Download Description
Learn to quickly build powerful Internet applications with C#--Microsoft's newest innovative programming language--using this up-to-date book.

Download Link

Full download


Posted: September 30th, 2007, 3:56pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional; 1st edition (October 24, 2003)
# Language: English
# ISBN-10: 0321154916
# ISBN-13: 978-0321154910

From the Back Cover

C# is a simple, modern, object-oriented, and type-safe programming language that combines the high productivity of rapid application development languages with the raw power of C and C++. Written by the language's architect and design team members, The C# Programming Language is the definitive technical reference for C#. Moving beyond the online documentation, the book provides the complete specification of the language along with descriptions, reference materials, and code samples from the C# design team.

The first part of the book opens with an introduction to the language to bring readers quickly up to speed on the concepts of C#. Next follows a detailed and complete technical specification of the C# 1.0 language, as delivered in Visual Studio .NET 2002 and 2003. Topics covered include Lexical Structure, Types, Variables, Conversions, Expressions, Statements, Namespaces, Exceptions, Attributes, and Unsafe Code.

The second part of the book provides an introduction to and technical specification of the four major new features of C# 2.0: Generics, Anonymous Methods, Iterators, and Partial Types.

Reference tabs and an exhaustive print index allow readers to easily navigate the text and quickly find the topics that interest them most. An enhanced online index allows readers to quickly and easily search the entire text for specific topics.

With the recent acceptance of C# as a standard by both the International Organization for Standardization (ISO) and ECMA, understanding the C# specification has become critical. The C# Programming Language is the definitive reference for programmers who want to acquire an in-depth knowledge of C#.


About the Author

Anders Hejlsberg is a programming legend. He is the architect of the C# language and a Microsoft Technical Fellow. He joined Microsoft Corporation in 1996, following a thirteen-year career at Borland, where he was the chief architect of Delphi and Turbo Pascal.

Scott Wiltamuth is General Manager for the Visual Studio Language and Data Tools team at Microsoft Corporation. In his thirteen years at Microsoft, he has worked on a wide range of development tools, including OLE Automation, Visual Basic for Applications, VBScript, JScript, Visual J++, and Visual C#.

Before leaving Microsoft Corporation, Peter Golde served as the lead developer of Microsoft's C# compiler. As the primary Microsoft representative on the ECMA committee that standardized C#, he led the implementation of the compiler and worked on the language design.

Download Link

Full download


Posted: September 30th, 2007, 3:55pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: The MIT Press (October 1, 2004)
# Language: English
# ISBN-10: 0262693178
# ISBN-13: 978-0262693172

Book Description
C# is an object-oriented programming language that is similar to the Java programming language in many respects but more comprehensive and different in most details. This book gives a concise description of C#. It is intended as a guide for readers who know Java and want to learn C# and as a quick reference for anyone who wants to know C# in more detail than that provided by a standard textbook. The final chapter of C# Precisely summarizes the differences between C# and Java.

C# Precisely is one of the first books on C# to cover version 2.0. It presents the entire C# 2.0 programming language, including generics, iterators, and anonymous methods. It excludes most of the extensive Microsoft.NET framework class libraries except threads, input/output, and generic collection classes. The book shows general rules on left-hand pages, with corresponding examples on right-hand pages. All examples are fragments of legal C# programs. The complete, ready-to-run example programs are available at the book's Web site.

From the Inside Flap
"Blaise Pascal once wrote, 'I have made this letter longer than usual, because I lack the time to make it short.' Peter Sestoft and Henrik Hansen have taken the time to write a short book on C# that leaves nothing out."
--Anders Hejlsberg, Microsoft

Download Link

Full download


Posted: September 30th, 2007, 3:54pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional (July 13, 2006)
# Language: English
# ISBN-10: 0321150775
# ISBN-13: 978-0321150776

From the Back Cover
“Essential C# 2.0 pulls off a very difficult task. The early chapters are comprehensible by beginning developers, while the later chapters pull no punches and provide the experienced developer with the detailed information they need to make the most of C# 2.0. Starting with the first chapter, Mark has successfully interwoven tidbits of information useful to even the most advanced developer while keeping the book approachable.�
�Chris Kinsman, chief architect, Vertafore, Microsoft Regional Director

“How refreshing! This book deals with C# thoroughly, rather than skimming over the whole .NET framework. It is valuable to newcomers and professionals alike.�
�Jon Skeet, C# MVP

“Essential C# 2.0 is a one-stop shop for an experienced programmer looking to ramp up on one of the hottest languages around today. Mark delivers an intelligent and detailed tour of C#, providing newcomers to the language with a solid foundation of skill on which to build their next generation of applications.�
�Stephen Toub, technical editor, MSDN Magazine

“This book provides complete, up-to-date coverage of all the programming constructs in C#. Masterfully organized, it allows beginning programmers to get on board and leads more experienced programmers into the world of structured programming. Because of its unwavering focus on the essential programming constructs of C#�such as generics, delegates, and much more�this book is indispensable. For programmers who want to solve their day-to-day programming issues using the latest features this modern programming language has to offer, this book is indispensable.�
�Narendra Poflee, IT integration specialist, Itron Inc.

“Essential C# 2.0 is an ideal book for all programmers interested in C#. If you are a beginner, you will quickly learn the basics of C# programming and become familiar with the concepts. The flow of the text is easy to follow and does a great job of not repeating concepts that have already been covered. For the experienced programmer, this book has priceless nuggets embedded within its pages, making it a great read for programmers who are already familiar with C#. This will be a book that I will keep next to my computer for years to come.�
�Michael Stokesbary, software engineer, Itron Inc.

Essential C# 2.0 is a clear, concise guide to C#�including the features new to C# 2.0. The book clearly presents material for beginners and experts and provides contrasts and comparisons between C# and other languages. The C# language is covered comprehensively and each important construct is illustrated with succinct code examples. Complete code examples are available online. Mark Michaelis has organized the material for quick access. Graphical “mind maps� at the beginning of each chapter show what material is covered and how each topic relates to the whole.

Following the C# introduction, readers will learn about

* C# primitive data types, value types, reference types, type conversions, and arrays
* Operators and control flow, loops, conditional logic, and sequential programming
* Methods, parameters, exception handling, and structured programming
* Classes, inheritance, structures, interfaces, and object-oriented programming
* Well-formed types, operator overloading, namespaces, and garbage collection
* Generics, collections, and iterators
* Reflection, attributes, and declarative programming
* Threading, synchronization, and multi-threaded patterns
* Interoperability and unsafe code
* The Common Language Infrastructure that underlies C#

C# 2.0 has a multitude of new features that make the language even more powerful, productive, and efficient. These new features are thoroughly covered in this book. A separate appendix on C# 2.0 topics helps readers quickly find new features of the language.

Whether you’re just starting out as a programmer, are an experienced developer looking to learn C#, or are a seasoned C# programmer interested in learning the new features of C# 2.0, Essential C# 2.0 gives you just what you need to quickly get up and running writing C# applications.


About the Author

Mark Michaelis is an enterprise architect and trainer at Itron Corporation and an IDesign architect specializing in Windows Communication Foundation (WCF) and Visual Studio Team System (VSTS). Since 1996, Mark has been recognized as a Microsoft MVP for areas such as C# and VSTS, and he serves on several Microsoft software design review teams, including C#, WCF, and VSTS. He holds an M.S. in computer science from the Illinois Institute of Technology, speaks at developer conferences both nationally and internationally, and has written several other books and articles.

Download Link

Full download


Posted: September 30th, 2007, 3:53pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Wordware Publishing, Inc. (December 25, 2005)
# Language: English
# ISBN-10: 1556220979
# ISBN-13: 978-1556220975

Book Description
This text is a handbook of instructions written for the programmer or analyst that shows how to insert common algorithmic functions in C# into one's source code. The code is listed on a companion CD for easy transfer to one's current C# program. The first 12 chapters discuss specifics of the Visual C# compiler: the integrated developer environment (IDE); moving projects from one location to another; passing information between windows; Visual C# code placement; classes, constructors, overloading, and helps; data types and declarations; conversions between data types; string manipulation and on-line data storage; branching and looping; and arithmetic.

Download Link

Full download


Posted: September 30th, 2007, 3:52pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sams; 4 edition (November 30, 2007)
# Language: English
# ISBN-10: 0672329166
# ISBN-13: 978-0672329166

Book Description
PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this book has been thoroughly updated to reflect the rapidly changing landscape of MySQL and PHP. The fourth edition of PHP and MySQL Web Development includes updated examples and coverage of recent versions of PHP 5.1, new coverage of PHP security and Web 2.0 social networks, and advance information on the features of the forthcoming PHP 6, including Unicode and new object-oriented functionality.

Download Link

Full download


Posted: September 30th, 2007, 3:51pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: John Wiley & Sons (September 1992)
# Language: English
# ISBN-10: 0471578142
# ISBN-13: 978-0471578147

The publisher, John Wiley & Sons
Begins with the most fundamental, plain-English concepts and everyday analogies progressing to very sophisticated assembly principles and practices. Examples are based on the 8086/8088 chips but all code is usable with the entire Intel 80X86 family of microprocessors. Covers both TASM and MASM. Gives readers the foundation necessary to create their own executable assembly language programs.

Download Link

Full download


Posted: September 30th, 2007, 3:49pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Open Network Architecture (June 26, 2002)
# Language: English
# ISBN-10: 0968879314
# ISBN-13: 978-0968879313

Book Description
This 3rd edition of the very popular title "Securing & Optimizing Linux" looks for security measures that go beyond firewalls and intrusion detection systems to anticipate and protect against upcoming threats. Securing & Optimizing Linux: The Hacking Solution: A hacker's guide to protect your Linux server designed for system administrators, managers, or Linux users who wish to protect their Linux systems from unauthorized intrusions and other external attacks. This new edition contains many tips and useful information related to security and optimization to help you get complete control of what could happen on your Linux server and network.

The book provides through its 47 chapters, a comprehensive collection of Linux security products and explains in the most simple and structured manner how to safely and easily configure and run many popular Linux-based applications and services, including Exim, Qmail, Apache 2, DHCP, Anti-Virus, Anti-Spam, Anti-Relaying, ProFTPD, and many others. The author of the book relentlessy searches and document new hacking solutions to bring you in this manual the most up-to-date security developments.

About the Author
Gerhard Mourani was born on August 26, 1970 at Abidjan, Ivory Cost. He did his undergraduate studies at Versailles, France, completing his Baccalaureate in 1990. In 1993 he received a Bachelor's degree in Social Science from Montreal, Canada.

Until 1995, Mr. Mourani was involved in Linux Research & Development at all levels. He published many books and review about Linux security and administration over the Internet.

He successfully made consulting services for IT companies in the Montreal region. Mr. Mourani was successively member of the Linux Documentation Project (LDP). He subsequently became a leader or member of various Linux projects over the Internet.

On April 1, 2000, Mr. Mourani formed Open Network Architecture Inc, where since May 1, 2001, he is Vice President and Operation & Development Manager.

Download Link

Full download


Posted: September 30th, 2007, 3:49pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Lakeview Research; Third edition edition (August 1, 2005)
# Language: English
# ISBN-10: 1931448027
# ISBN-13: 978-1931448024

Jack Ganssle,Embedded Systems Programming, March 2000
This is a readable and comprehensive book that covers all aspects of actually building and coding USB devices. Jan's description of building a HID-class peripheral is the best around. --This text refers to an out of print or unavailable edition of this title.


Test & Measurement World
The author has a flair for taking complicated information and making it readable, interesting, and informative. --This text refers to an out of print or unavailable edition of this title.

Download Link

Full download


Posted: September 30th, 2007, 3:47pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Artech House Publishers (April 2003)
# Language: English
# ISBN-10: 1580533698
# ISBN-13: 978-1580533690

Book Info
Text introduces computer and intrusion forensics, covering the areas of law enforcement, national security, and corporate fraud. Provides guidance on effectively handling evidence from digital sources, and law enforcement considerations in dealing with computer-related crimes. For professionals and students. Includes index.

Download Link

Full download


Posted: September 30th, 2007, 3:46pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional; 1st edition (December 19, 2003)
# Language: English
# ISBN-10: 0201709171
# ISBN-13: 978-0201709179

Download Link

Full download


Posted: September 30th, 2007, 3:45pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sams Publishing; 1st ed edition (July 1993)
# Language: English
# ISBN-10: 0672303728
# ISBN-13: 978-0672303722

Download Link

Full download


Posted: September 30th, 2007, 3:44pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sams; 5 edition (November 23, 2004)
# Language: English
# ISBN-10: 0672326965
# ISBN-13: 978-0672326967

Book Description

The new classic! C Primer Plus, now in its 5th edition, has been revised to include over 20 new programming exercises, newly improved examples and the new ANSI/ISO standard, C99. Task-oriented examples will teach you the fundamentals of C programming. From extended integer types and compound literals to Boolean support and variable-length arrays, you will learn to create practical and real-world applications with C programming. Review questions and programming exercises at the end of each chapter will reinforce what you have learned. This friendly and easy-to-use self-study guide will help you understand the fundamentals of this core programming language.


About the Author

Stephen Prata teaches astronomy, physics, and programming at the College of Marin in Kentfield, California. He received his B.S. from the California Institute of Technology and his Ph.D. from the University of California, Berkeley. His association with computers began with the computer modeling of star clusters. Stephen has authored or coauthored over a dozen books, including C++ Primer Plus and Unix Primer Plus.

Download Link

Full download


Posted: September 30th, 2007, 3:43pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional; 4 edition (February 14, 2005)
# Language: English
# ISBN-10: 0201721481
# ISBN-13: 978-0201721485

Amazon.com
This new edition of C++ Primer, a favorite choice for a first C++ book, has been greatly improved with the latest and greatest on C++, stressing the built-in language features of the C++ Standard Library. For this new version--weighing in at a massive 1,237 pages--Stanley Lippman, a well-known C++ expert, teams up with Josée Lajoie, who has helped define the C++ international language standard. The new material is excellent for programmers who want to get the most out of new and advanced features in the language.

The authors still introduce the basics of C++, including data types and pointers, but quickly move on to stress how to get the most out of the built-in features of ISO-standard C++. Throughout this book built-in support for the C++ Standard Library, such as container classes like vectors and maps, and other standard features, such as the string class, are integrated into a tried-and- proven basic-language tutorial.

The major new features of C++ (templates, name spaces, and run-time type identification) all get their due. The result is an authoritative guide to basic and advanced C++ in a clear and readable style, with plenty of short, practical examples throughout the text. The book includes exercises--some quite challenging--for every section: a perfect choice both for self-study and the classroom. --Richard Dragan --This text refers to an out of print or unavailable edition of this title.

Dr. Dobb's Electronic Review of Computer Books
Read the full review for this book.

During the last fifteen years, the power factor seems to have outperformed the complexity factor, marking the track for massive adoption of C++ in all sorts of serious application realms. Hundreds of books have been published covering every single aspect of the language, including its syntactic and semantic aspects, its effective adoption in small- and large-scale projects, and its most resounding features as well as its most worrying pitfalls. --Davide Marcato, Dr. Dobb's Electronic Review of Computer Books --This text refers to an out of print or unavailable edition of this title.

Download Link

Full download


Posted: September 30th, 2007, 3:42pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: O'Reilly Media, Inc.; 1st Edition edition (April 1, 2003)
# Language: English
# ISBN-10: 059600298X
# ISBN-13: 978-0596002985

Book Description
To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell books have earned a solid reputation in the field as the well-thumbed references that sit beside the knowledgeable developer's keyboard. C++ in a Nutshell lives up to the In a Nutshell promise. C++ in a Nutshell is a lean, focused reference that offers practical examples for the most important, most often used, aspects of C++. C++ in a Nutshell packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick reference for those who live in a deadline-driven world and need the facts but not the frills. The book's language reference is organized first by topic, followed by an alphabetical reference to the language's keywords, complete with syntax summaries and pointers to the topic references. The library reference is organized by header file, and each library chapter and class declaration presents the classes and types in alphabetical order, for easy lookup. Cross-references link related methods, classes, and other key features. This is an ideal resource for students as well as professional programmers. When you're programming, you need answers to questions about language syntax or parameters required by library routines quickly. What, for example, is the C++ syntax to define an alias for a namespace? Just how do you create and use an iterator to work with the contents of a standard library container? C++ in a Nutshell is a concise desktop reference that answers these questions, putting the full power of this flexible, adaptable (but somewhat difficult to master) language at every C++ programmer's fingertips.

Download Link

Full download


Posted: September 30th, 2007, 3:41pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: McGraw-Hill Osborne Media; 1 edition (April 27, 2004)
# Language: English
# ISBN-10: 0072253703
# ISBN-13: 978-0072253702

Book Description
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.

Download Description
Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.

Download Link

Full download


Posted: September 30th, 2007, 3:40pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison Wesley; Pap/Cdr edition (October 18, 2001)
# Language: English
# ISBN-10: 0201787334
# ISBN-13: 978-0201787337

Book Description
C++ by Dissection presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. This book presents the concepts of the programming process using the "dissection" method, the hallmark feature that has made Ira Pohl's C and Java books of the "By Dissection" series so popular. Dissection is a unique pedagogical tool first developed by the author to point out key features of program code. It is similar to a structured walk-through of the code, with the intention of explaining newly encountered programming elements and idioms as found in working code. The book includes a CD-ROM containing a compiler and an electronic version of the book that allows readers to search, take notes, and highlight right on their computer. Each chapter presents a number of carefully explained programs, which lead the reader in a holistic manner to ever-improving programming skills. Right from the start, the reader is introduced to complete programs, and at an early point in the book, the reader is introduced to writing functions as a major feature of structured programming. It contains four to seven small code dissections per chapter, and then each chapter culminates with a larger, extended code dissection. "Software Engineering" sections in each chapter reinforce sound software engineering skills. The book assumes no programming background and can be used by first-time computer users or by experienced programmers who are transitioning to C++.

Book Info
Presents a thorough introduction to the programming process by carefully developing working programs to illuminate key features of the C++ programming language. Softcover. CD-ROM included.

Download Link

Full download


Posted: September 30th, 2007, 3:38pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional; Pap/Cdr edition (May 2, 2003)
# Language: English
# ISBN-10: 0321108949
# ISBN-13: 978-0321108944

From the Back Cover

"I really like the software engineering advice given here. As the chief engineer/architect for a large development group, I can say with certainty that the advice given in this book about how real-world projects must work is right on the mark."

--Steve Vinoski, coauthor of Advanced CORBA Programming with C++, columnist for C/C++ Users Journal and IEEE Internet Computing, and Chief Architect, IONA Technologies

Applied C++ is a practical, straightforward guide to developing high-quality, maintainable software. It reflects the power of C++, templates, and the Standard Template Library for industrial-strength programming. Whether you are a single developer or work in a large team, the tips and techniques presented in this book will help you improve your language and design skills and show you how to solve substantial problems more effectively.

The authors, drawing on their extensive professional experience, teach largely by example. To illustrate software techniques useful for any application, they develop a toolkit to solve the complex problem of digital image manipulation. By using a concrete, real-world problem and describing exact feature, performance, and extensibility requirements, the authors show you how to leverage existing software components and the tools inherent in C++ to speed development, promote reuse, and deliver successful software products.

Inside Applied C++, you will find:

* A C++ templates primer
* Workable coding guidelines and extensive coding examples
* Quick lists of need-to-know information about Exceptions, Assertions, and Standard Template Library components
* A technique for effectively using prototypes to move your design from an initial concept to a robust solution
* A technique for building debugging support into your software without a ton of overhead
* Thirteen specific techniques to improve the overall performance of your software

The accompanying CD-ROM contains the source code for the book's example project, including the image framework, unit test framework, and makefiles. The CD also includes useful third-party software such as Sysinternal's DebugView, evaluation versions of the Intel© Integrated Performance Primitives (Intel IPP) for optimizing your code, and the Intel© C++ Compiler.


About the Author

Philip Romanik is an independent consultant who has been designing and implementing real-world software applications for the past twenty years. He is an expert in the development of real-time, embedded software for performance-intensive applications. He has created patentable technology for his clients and has provided services to such leading companies as Eastman Kodak and Microsoft.

Amy Muntz is an independent consultant who holds advanced technical and business degrees, and writes from broad experience in both fields. She specializes in the development and management of aggressive software projects, successfully helping her clients over the past fifteen years build and market products that meet their business objectives.

Download Link

Full download


Posted: September 30th, 2007, 3:36pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: University of California Press; 1 edition (May 31, 2005)
# Language: English
# ISBN-10: 0520243064
# ISBN-13: 978-0520243064

Book Description
"Sacred gaze" denotes any way of seeing that invests its object--an image, a person, a time, a place--with spiritual significance. Drawing from many different fields, David Morgan investigates key aspects of vision and imagery in a variety of religious traditions. His lively, innovative book explores how viewers absorb and process religious imagery and how their experience contributes to the social, intellectual, and perceptual construction of reality. Ranging widely from thirteenth-century Japan and eighteenth-century Tibet to contemporary America, Thailand, and Africa, The Sacred Gaze discusses the religious functions of images and the tools viewers use to interpret them. Morgan questions how fear and disgust of images relate to one another and explains how scholars study the long and evolving histories of images as they pass from culture to culture. An intriguing strand of the narrative details how images have helped to shape popular conceptions of gender and masculinity. The opening chapter considers definitions of "visual culture" and how these relate to the traditional practice of art history.
Amply illustrated with more than seventy images from diverse religious traditions, this masterful interdisciplinary study provides a comprehensive and accessible resource for everyone interested in how religious images and visual practice order space and time, communicate with the transcendent, and embody forms of communion with the divine. The Sacred Gaze is a vital introduction to the study of the visual culture of religions.

From the Inside Flap
"The work presented in this book is very important. It offers a useful bridge between art history and religious studies, opening up the insights of each to the other. By offering a workable set of analytical categories to be used in studying religious images, Morgan's excellent scholarship promises to advance the current move toward more sophisticated understandings of religious material culture by leaps and bounds."--Jeanne Halgren Kilde, author of When Church Became Theatre: The Transformation of Evangelical Architecture and Worship in Nineteenth-Century America

"The Sacred Gaze is a seminal book--it goes further than anything else I know of in placing religious aspects of the field on a firm foundation of scholarship. Morgan has almost single-handedly defined the subfield of religious visual culture studies, and the present volume moves the conversation to an impressive new level."--Jay D. Green, Professor of History, Covenant College

"The Sacred Gaze is of fundamental importance for the relations between images and religious belief, and is a major contribution to the burgeoning field of visual studies. Morgan's wide-ranging book moves from the contested status of images between cultures, to the history of current American attitudes towards them. A notable achievement."--David Freedberg, author of The Power of Images: Studies in the History and Theory of Response

"This book is a tonic. It's just what visual studies needs: a sensible, ecumenical, interdisciplinary, multicultural consideration of the place of visuality in religion, and the place of religion in all images. It should help start conversations that can go back and forth between the secularized debates of the university and the religionist discourse that still predominates outside it."--James Elkins, author of The Strange Place of Religion in Contemporary Art

"David Morgan makes a compelling case for the importance of visual evidence in the study of religion, and he offers useful suggestions about how to interpret that evidence. I don't know of a better introduction to religion and visual culture."--Thomas A. Tweed, author of Crossing and Dwelling: A Theory of Religion

Download Link

Full download


Posted: September 30th, 2007, 3:32pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Charles River Media; 3 edition (December 1, 2005)
# Language: English
# ISBN-10: 1584504382
# ISBN-13: 978-1584504382


Book Description
Since the advent of digital video and desktop editing software, scores of independent producers have become equipped to make their own movies. But because filmmaking involves much more than just buying a camera and a computer, there's The Digital Filmmaking Handbook. This one-stop digital filmmaking resource will guide you from your initial idea to getting your finished project "in the can." It will show you how to create shots and effects that are rarely associated with low-budget productions. And it covers everything from writing and pre-production planning to shooting and post-production editing and effects. Now in its third edition, this best-selling book has been completely updated and revised to include detailed information on a number of important new digital video technologies, including both high-end HD video and the new HDV format, and affordable new digital video standard that lets even low-budget producers work in high-definition video. All of the chapters have been revised to cover the latest hardware, software, and production workflows,, and new exercises offer help with everything from writing to special effects. Whether your goal is an industrial project, a short subject for your Web site, or a feature-length movie for a film festival, this book will help you understand the questions you need to ask, so that you will be prepared to solve the myriad problems that will arise.

Download Link

Full download


Posted: September 30th, 2007, 3:29pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Springer; 1st edition (December 1, 1999)
# Language: English
# ISBN-10: 0792377222
# ISBN-13: 978-0792377221

Book Description
This book contains revised contributions by the speakers of the 1st IEEE Workshop on Wireless Communication Circuits and Systems, held in Lucerne, Switzerland, from June 22-24, 1998. The aim of the workshop was to demonstrate the vast expertise of the CAS Society in the area of circuit and system design to the rapidly growing field of wireless communications. The workshop combined presentations by invited experts from academia and industry with panel and informal discussions. The following topics were covered: RF System Integration (single-chip systems, CMOS RF circuits), RF Front-End Circuits (CMOS RF oscillators, broadband design techniques), Wideband Conversion for Software Radio (A/D conversion issues, wideband sub-sampling, low-spurious A/D conversion), Process Technologies for Future RF Systems (Si, SiGe, GaAs, CMOS, packaging technologies), DSP for Wireless Communications (DSP algorithms, fixed-point systems, DSP for baseband applications), Blind Channel Equalization (adaptive interference suppression, design techniques, channel estimation).
A carefully selected combination of tutorial-like papers as well as papers on specialized and advanced topics is included. Thus, newcomers to the field of wireless communications will benefit from the overview of emerging technologies in circuits and systems, and specialists will benefit from the thought-provoking details presented in this book.

Download Link

Full download


Posted: September 30th, 2007, 3:28pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Wiley; Pap/Cdr edition (January 3, 2007)
# Language: English
# ISBN-10: 0470044039
# ISBN-13: 978-0470044032

Book Description

* This book is a single reference that’s indispensable for Excel beginners, intermediate users, power users, and would-be power users everywhere
* Fully updated for the new release, this latest edition provides comprehensive, soup-to-nuts coverage, delivering over 900 pages of Excel tips, tricks, and techniques readers won’t find anywhere else
* John Walkenbach, aka "Mr. Spreadsheet," is one of the liworld’s leading authorities on Excel
* Thoroughly updated to cover the revamped Excel interface, new file formats, enhanced interactivity with other Office applications, and upgraded collaboration features
* Includes a valuable CD-ROM with templates and worksheets from the book

Download Link

Full download


Posted: September 30th, 2007, 3:27pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: O'Reilly Media, Inc. (June 2, 2006)
# Language: English
# ISBN-10: 0596101104
# ISBN-13: 978-0596101107

Book Description

The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting many programming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you.

Learning PHP and MySQL starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements. Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.

If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. Learning PHP and MySQL explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.

Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.

Download Link

Full download


Posted: September 30th, 2007, 5:42am CEST

Tags  [edit]

File info:
Word file

120 KB

In this book you will know the secrets how i get 1000's pf visitors daily without spending a single penny, cent.

You will know about resources available on internet for free can can help to fetch huge amount of visitors for you.

this book is recommended to all bloggers beginners to expert who want lots of visitors daily.

Feel free to distribute this book to other bloggers and tell them about this website.

I will post more books to get more traffic Later.

Happy blogging

Download

Full download


Posted: September 29th, 2007, 11:43pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Peachpit Press; 2Rev Ed edition (March 5, 2007)
# Language: English
# ISBN-10: 0321376013
# ISBN-13: 978-0321376015

Book Description
PHP is currently one of the most popular server-side, HTML-embedded scripting language on the Web. It's specifically designed for Web site creation and is frequently being used to replace the functionality created by Perl to write CGI scripts. PHP's popularity and easier-to-learn appeal has spawned a new breed of programmer, those who are only familiar with and only use PHP.

Sharpen your PHP skills with the fully revised and updated, PHP 5 Advanced for the World Wide Web: Visual QuickPro Guide! Filled with fifteen chapters of step-by-step content and written by best-selling author and PHP programmer, Larry Ullman, this guide teaches specific topics in direct, focused segments, shows how PHP is used in real-world applications, features popular and most-asked-about scripts, and details those technologies that will be more important in the future. You'll learn about object-oriented programming, PHP interactions with a server, XML, RSS, Networking with PHP, image and PDF generation, and more.


About the Author
Larry Ullman is Lead PHP Programmer and Directory of Digital Media Technology at DMC Insights, Inc., a firm specializing in information technology. He is the author of several books on PHP, MySQL, Web development, and other programming languages. In addition to writing, he develops dynamic Web applications, conducts training seminars, and teaches PHP programming for the Web through the University of California at Berkeley Extension Online.

Download Link

Full download


Posted: September 29th, 2007, 1:36pm CEST

Tags  [edit]

Free Ebooks



# Publisher: McGraw-Hill Osborne Media; 5th edition (August 13, 2002)
# Language: English
# ISBN-10: 0070495432
# ISBN-13: 978-0072224207

Robert Hurd, Code Collection web site, codecollection.com. March 2000
"A beginner will get a sufficient understanding of Java and some excellent AWT applet source code examples." --This text refers to an out of print or unavailable edition of this title.

Book Description
This book is the most complete and up-to-date resource on Java from programming guru, Herb Schildt -- a must-have desk reference for every Java programmer.

Download

Full download


Posted: September 29th, 2007, 1:35pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Prentice Hall; 2 Pap/Cdr edition (April 14, 2000)
# Language: English
# ISBN-10: 0130844667
# ISBN-13: 978-0130844668

Topics covered:

# Object-oriented design in Java
# Java I/O routines
# Threads
# Object serialization
# Performance
# TCP/IP and networking basics
# Programming Java sockets for TCP and UDP
# JDBC for databases
# Java Remote Method Invocation (RMI)
# Callbacks
# Overview of CORBA
# Java IDL
# HTTP basics

# CGI vs. servlets
# Java Server Pages (JSPs)
# JavaBeans for clients and servers
# Enterprise JavaBeans (EJBs) basics
# Microsoft COM/DCOM components
# Application servers (performance, database-connection pooling, and scalability issues)
# JINI basics
# JMX/JMAP for network management
# JNDI and directory services
# Java security issues (including encryption, authentication, and secure sockets)
# Comparison of strengths
# Limitations of Java networking APIs


Book Info
Reveals how to optimize networked applications with such architectural elements as multithreading, serialization, and I/O. Softcover. CD-ROM included. DLC: Java (Computer program language).

Download

Full download


Posted: September 29th, 2007, 1:34pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Apress (April 2, 2007)
# Language: English
# ISBN-10: 1590597885
# ISBN-13: 978-1590597880

Book Description

Written for Javaâ„¢ developers of varying skill and familiarity with the open source NetBeansâ„¢ IDE as well as Java IDEs in general, Pro NetBeansâ„¢ IDE 5.5 Enterprise Edition focuses on using NetBeans IDE as a professional Java EE 5 software development platform.

Experienced author Adam Myatt provides a comprehensive guide to mapping out the functionality of NetBeans IDE and its enterprise add-ons: Enterprise Pack and Visual Web Pack. Coverage of such diverse topics as web applications, web services, and UML modeling, along with real-life case studies and clear, topical information, all combine to offer everything you need to get started with the NetBeans IDE 5.5 Enterprise Edition platform.

So whether you're an experienced IDE user or a Java developer who works only with Emacs, you'll find what you need in this book to get started with the more vibrant, more productive extensible NetBeans platform project found on netbeans.org.


About the Author
Adam Myatt currently works as a project leader and systems analyst for GE Global Research, the worldwide R&D headquarters of General Electric located in Niskayuna, New York. Adam is an experienced Java developer holding the Sun Microsystems Certified Java Programmer certification. His work entails leading globally developed Java software and web applications through a rigorous software development lifecycle process. He is an active participant in a local Java users group and is an avid enthusiast of open source software. He has also worked for several area software firms prior to joining General Electric. Adam is a graduate of the computer science department at the State University of New York College at Potsdam.

Download Link

Full download


Posted: September 29th, 2007, 1:33pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional; 1 edition (August 8, 2007)
# Language: English
# ISBN-10: 0321321936
# ISBN-13: 978-0321321930

Book Description

Groovy and Beyond: Leverage the Full Power of Scripting on the JavaTM Platform!



Using the JavaTM platform’s new scripting support, you can improve efficiency, streamline your development processes, and solve problems ranging from prototyping to Web application programming. In Scripting in Java, Dejan Bosanac covers key aspects of scripting with Java, from the exciting new Groovy scripting language to Java’s new Scripting and Web Scripting APIs.



Bosanac begins by reviewing the role and value of scripting languages, and then systematically introduces today’s best scripting solutions for the Java platform. He introduces Java scripting frameworks, identifies proven patterns for integrating scripting into Java applications, and presents practical techniques for everything from unit testing to project builds. He supports key concepts with extensive code examples that demonstrate scripting at work in real-world Java projects. Coverage includes



· Why scripting languages offer surprising value to Java programmers

· Scripting languages that run inside the JVM: BeanShell, JavaScript, and Python

· Groovy in depth: installation, configuration, Java-like syntax, Java integration, security, and more

· Groovy extensions: accessing databases, working with XML, and building simple Web applications and Swing-based UIs

· Bean Scripting Framework: implementation, basic abstractions, and usage examples

· Traditional and new patterns for Java-based scripting

· JSR 223 Scripting API: language bindings, discovery mechanisms, threading, pluggable namespaces, and more

· JSR 223 Web Scripting Framework: scripting the generation of Web content within servlet containers



About the Web Site



All code examples are available for download at this book’s companion Web site.


About the Author

Dejan Bosanac is a professional software developer and technology consultant. He specializes in the integration and interoperability of diverse technologies, especially those related to Java and the Web. He has spent several years developing complex software projects, ranging from highly trafficked Web sites to enterprise applications, and was a member of the JSR 223 Expert Group.

Download Link

Full download


Posted: September 29th, 2007, 1:32pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Manning Publications (October 2004)
# Language: English
# ISBN-10: 1932394184
# ISBN-13: 978-1932394184

Download Link

Full download


Posted: September 29th, 2007, 1:23pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sams; 5 edition (May 25, 2007)
# ISBN-10: 0672329433
# ISBN-13: 978-0672329432

Book Description

“If you get only one Java book, it should be Sams Teach Yourself Java in 21 Days� –PC Magazine



In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications.



No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.



Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.



Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions.



“Sams Teach Yourself Java is one of the best introductions to hands-on Java programming. If you buy one book on Java, this is the one to buy!� –Independent Web Review



* Completely revised, updated, and expanded to cover the latest features of Java 6
* Learn to develop standalone Java applications, web servlets, JavaServer Pages, and Java Web Start applications
* Easy-to-understand, practical examples clearly illustrate the fundamentals of Java programming
* Discover how Swing can help you quickly develop programs with a graphical user interface
* Find out about JDBC database programming, Internet client/server programming, and XML parsing with the open source XOM class library
* Covers new features of version 6 such as Java DB, the new relational database that is now a built-in
* part of Java



Rogers Cadenhead is a web application developer who has written 22 books on Internet-related topics, including Sams Teach Yourself Java 2 in 24 Hours. He maintains this book’s official website at http://www.java21days.com.



Laura Lemay is one of the world’s most popular authors on Web development topics. She is the author of the bestselling Sams Teach Yourself Web Publishing with HTML, as well as Sams Teach Yourself Perl in 21 Days.



CD-ROM includes:

* Source code for the examples developed in the book
* Javaâ„¢ SE Development Kit 6
* NetBeansâ„¢ IDE 5.5
* Bonus materials



Category: Java Programming

Covers: Java 6 Platform Standard Edition

User Level: Beginning�Intermediate




About the Author

Rogers Cadenhead is a web application developer and author. He has written 22 books on Internet-related topics, including Sams Teach Yourself Java in 24 Hours. He’s also a web publisher whose sites receive more than 24 million visits per year. He maintains this book’s official website at http://www.java21days.com and a personal weblog at http://www.cadenhead.org.



Laura Lemay is a technical writer and author. After spending six years writing software documentation for various computer companies in Silicon Valley, she decided that writing books would be much more fun. In her spare time, she collects computers, email addresses, interesting hair colors, and nonrunning motorcycles. She is also the perpetrator of Sams Teach Yourself Web Publishing with HTML in a Week and Sams Teach Yourself Perl in 21 Days and a personal weblog at http://blog.lauralemay.com.

Download Link

Full download


Posted: September 29th, 2007, 1:22pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sybex (September 17, 2004)
# Language: English
# ISBN-10: 0782143733
# ISBN-13: 978-0782143737

Book Description
The world of IT is always evolving, but in every area there are stable, core concepts that anyone just setting out needed to know last year, needs to know this year, and will still need to know next year. The purpose of the Foundations series is to identify these concepts and present them in a way that gives you the strongest possible starting point, no matter what your endeavor.

Java Foundations provides essential knowledge about what has arguably become the world's most important programming language. What you learn here will benefit you in the short term, as you acquire and practice your skills, and in the long term, as you use them. Topics covered include:

* The history of Java
* Java fundamentals
* Keywords and operators
* Flow control
* Arrays
* Basic and advanced concepts in object-oriented programming
* Exception handling
* Standard Java API classes
* The collections framework



From the Back Cover
The world of IT is always evolving, but in every area there are stable, core concepts that anyone just setting out needed to know last year, needs to know this year, and will still need to know next year. The purpose of the Foundations series is to identify these concepts and present them in a way that gives you the strongest possible starting point, no matter what your endeavor.

Java Foundations provides essential knowledge about what has arguably become the world’s most important programming language. What you learn here will benefit you in the short term, as you acquire and practice your skills, and in the long term, as you use them. Topics covered include:

* The history of Java
* Java fundamentals
* Keywords and operators
* Flow control
* Arrays
* Basic and advanced concepts in object-oriented programming
* Exception handling
* Standard Java API classes
* The collections framework
Download Link

Full download


Posted: September 29th, 2007, 1:21pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Wiley; 2 edition (March 9, 2007)
# Language: English
# ISBN-10: 0470031603
# ISBN-13: 978-0470031605

Book Description
A great many varied and interesting visual effects can be achieved with computer graphics, for which a fundamental understanding of the underlying mathematical concepts – and a knowledge of how they can be implemented in a particular programming language – is essential.

Computer Graphics for Java Programmers, 2nd edition covers elementary concepts in creating and manipulating 2D and 3D graphical objects, covering topics from classic graphics algorithms to perspective drawings and hidden-line elimination.

Completely revised and updated throughout, the second edition of this highly popular textbook contains a host of ready-to-run-programs and worked examples, illuminating general principles and geometric techniques. Ideal for classroom use or self-study, it provides a perfect foundation for programming computer graphics using Java.

The publisher, John Wiley & Sons
Reinforcing concepts with useful and simple examples, this book explores both elementary and advance topics--from producing simple graphical objects to using applied geometry to create vectors and polygons and finally to rotating and transforming these graphical objects. It provides both classic graphics algorithms as well as particular effects such as perspective drawings. Ready-to-run programs and worked examples illuminate the principles and techniques for creating 2d and 3d objects. --This text refers to the Paperback edition.

Download Link

Full download


Posted: September 29th, 2007, 1:21pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Hungry Minds; 3 Pap/Cdr edition (January 1999)
# Language: English
# ISBN-10: 076450388X
# ISBN-13: 978-0764503887

Book Description

If you're ready to start using Java 2 instead of simply watching on the sidelines as way-cool Web applets dance across your browser window, grab yourself a copy of the third edition of the popular Java Programming For Dummies and get set to rock your world.

Find out how to add oomph and interactivity to your Web sites with nifty Java applets, provide a friendly user interface to your corporate database, or develop games as you plumb the pages of Java Programming For Dummies, 3rd Edition:
Master the latest Internet standards in Java 2 Write Java 2 code that you can use again and again in different applications Produce dynamic Web pages that respond to user input Create sprites, bots, and other applets that can run on all kinds of computers -- PCs, Macs, and UNIX workstations Transfer mini programs without losing or corrupting data Develop multiuser games that you can play across the Internet

This fun and friendly reference book also features a CD-ROM that includes all the sample code and applets from the book, along with Sun Microsystems' Java Developer Kit (JDK) and a trial version of the JBuilder 2 development tool from Inprise.


About the Author
Donald Koosis has developed materials to help people understand computers for more than 20 years. He has worked for IBM, Bell Labs, Xerox, and now owns his own company, Instructional Systems Co., Inc. He is the author of best-selling, self-instructional books on statistics and electricity/electronics. He can be reached at donald@isc.com.;

David Koosis is a native citizen of cyberspace. He writes programs to help computers understand people, working in Java, Delphi, C++, and other unspeakable tongues. David has developed software for a variety of Fortune 500 companies and Wall Street firms. He co-developed the 1994 edition of PC Magazine's computer benchmarks and has contributed to several successful commercial software programs. He is head of software development for ISC Consultants, Inc., and can be reached at dkoosis@isc.com.

Download Link

Full download


Posted: September 29th, 2007, 1:20pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Wiley; Har/Cdr edition (August 2, 1999)
# Language: English
# ISBN-10: 0471346136
# ISBN-13: 978-0471346135

Book Description
Create sound software designs with data structures that use modern object-oriented design patterns! Author Bruno Preiss presents the fundamentals of data structures and algorithms from a modern, object-oriented perspective. The text promotes object-oriented design using Java and illustrates the use of the latest object-oriented design patterns. Virtually all the data structures are discussed in the context of a single class hierarchy. This framework clearly shows the relationships between data structures and illustrates how polymorphism and inheritance can be used effectively. Key Features of the Text
* All data structures are presented using a common framework. This shows the relationship between the data structures and how they are implemented.
* Object-oriented design patterns are used to demonstrate how a good design fits together and transcends the problem at hand.
* A single Java software design is used throughout the text to provide a better understanding of the operation of complicated data structures.
* Just-in-time presentation of mathematical analysis techniques introduces students to mathematical concepts as needed.
Visit the Text's Web Site A comprehensive web site is available for users of the text at www.wiley.com/college/preiss. The site includes:
* The Web Book (a hypertext version of the complete book)
* Links to the Java Source Code (all the program examples from the text)
* Opus5 Package (a Java package comprised of all the source code from the text)
* Documentation (source code documentation)
* Demo Applets (various Java applets that illustrate data structures and algorithms from the text)
* Archive (JAR format archive of the source code from the text)
* Front Matter (table of contents and preface)
* Solutions Manual (password required)
* Errata

From the Back Cover
Create sound software designs with data structures that use modern object-oriented design patterns! Author Bruno Preiss presents the fundamentals of data structures and algorithms from a modern, object-oriented perspective. The text promotes object-oriented design using Java and illustrates the use of the latest object-oriented design patterns. Virtually all the data structures are discussed in the context of a single class hierarchy. This framework clearly shows the relationships between data structures and illustrates how polymorphism and inheritance can be used effectively. Key Features of the Text

* All data structures are presented using a common framework. This shows the relationship between the data structures and how they are implemented.
* Object-oriented design patterns are used to demonstrate how a good design fits together and transcends the problem at hand.
* A single Java software design is used throughout the text to provide a better understanding of the operation of complicated data structures.
* Just-in-time presentation of mathematical analysis techniques introduces students to mathematical concepts as needed.

Visit the Text’s Web Site A comprehensive web site is available for users of the text at www.wiley.com/college/preiss. The site includes:

* The Web Book (a hypertext version of the complete book)
* Links to the Java Source Code (all the program examples from the text)
* Opus5 Package (a Java package comprised of all the source code from the text)
* Documentation (source code documentation)
* Demo Applets (various Java applets that illustrate data structures and algorithms from the text)
* Archive (JAR format archive of the source code from the text)
* Front Matter (table of contents and preface)
* Solutions Manual (password required)
* Errata
Download Link

Full download


Posted: September 29th, 2007, 1:19pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Prentice Hall PTR; 2 edition (June 10, 2003)
# Language: English
# ISBN-10: 0321197984
# ISBN-13: 978-0321197986

From the Back Cover

This book presents the Javaâ„¢ 2 Platform, Micro Edition (J2MEâ„¢) standards that support the development of applications for consumer devices such as mobile phones, two-way pagers, and wireless personal organizers. To create these standards, Sun collaborated with such consumer device companies as Motorola, Nokia, NTT DoCoMo, Research In Motion, Samsung, Siemens, Sony Ericsson, and many others. The result is a highly portable, small-footprint application development environment that brings the unique capabilities of Java technology, including platform independence and enhanced security, to the rapidly growing wireless market.

This definitive Javaâ„¢ Series guide provides a programmer's introduction to the Java 2 Platform, Micro Edition. It presents a general description of wireless technology and an overview of the J2ME platform. In addition, the book details the Connected Limited Device Configuration (CLDC) version 1.1 and the Mobile Information Device Profile (MIDP) version 2.0, the standards that define the Java platform features and libraries for wireless, resource-constrained devices.

Written by a team of authors that includes the original J2ME technology experts from Sun, Motorola, and Nokia, this book provides a description of the Java 2 Platform, Micro Edition, as well as practical implementation advice.

The Javaâ„¢ Series is supported, endorsed, and authored by the creators of the Java technology at Sun Microsystems, Inc. It is the official place to go for complete, expert, and definitive information on Java technology. The books in this Series provide the inside information you need to build effective, robust, and portable applications and applets. The Series is an indispensable resource for anyone targeting the Javaâ„¢ 2 platform.


0321197984B05222003

About the Author
Roger Riggs is a senior staff engineer at Sun Microsystems who focuses on design and architecture of the Java 2 Micro Edition platform for wireless devices. He led Sun’s efforts within the Java Community Process to standardize the MIDP 1.0 and 2.0 APIs.

Antero Taivalsaari is a senior staff engineer at Sun Microsystems. Dr. Taivalsaari co-founded the Spotless project at Sun Labs, and designed the original KVM system that became the cornerstone of the Java 2 Platform, Micro Edition. In addition, he led the CLDC 1.0 and 1.1 standardization efforts.

Jim Van Peursem is chief architect for the J2ME platform at Motorola. Dr. Van Peursem has been actively involved in the application of Java technologies in mobile wireless devices from the beginning. His contributions include serving as specification lead for JSR 118 (MIDP 2.0) and interpretation guru for JSR 037 (MIDP 1.0).

Jyri Huopaniemi is research manager at Nokia Research Center. Dr. Huopaniemi led the Mobile Media API (JSR 135) and Mobile 3D Graphics API (JSR 184) standardization efforts. He was also responsible for the Sound API of MIDP 2.0.

Mark Patel is the lead graphics architect for the J2ME platform at Motorola. His involvement with Java spans several years and includes the development of various APIs for graphics and user interfaces. He led the development of the Game API for MIDP 2.0.

Aleksi Uotila is a senior design engineer for the J2ME platform at Nokia. He has actively contributed to several J2ME-related expert groups within the Java Community Process, including MIDP 1.0 and 2.0.

Download Link

Full download


Posted: September 29th, 2007, 1:17pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Wiley (May 23, 2006)
# Language: English
# ISBN-10: 0471486965
# ISBN-13: 978-0471486961

Book Description
This book covers the full development life cycle for professional GUI design in Java, from cost estimation and design to coding and testing.

* Focuses on building high quality industrial strength software in Java
* Ready-to-use source code is given throughout the text based on industrial-strength projects undertaken by the author.



About the Author
Mauro Marinilli, PhD works as a Program Manager in the Microsoft Business Solutions team in Copenhagen. He is an author and speaker at various conferences.

Download Link

Password: T0sT@rN@

Full download


Posted: September 29th, 2007, 1:16pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Prentice Hall PTR; 4 edition (February 10, 2006)
# Language: English
# ISBN-10: 0131872486
# ISBN-13: 978-0131872486

Book Description

Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. It's the definitive introduction to object-oriented programming in the language of the world wide web. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time. Fully updated for J2SE5 with many new examples and chapters.

Download Link

Full download


Posted: September 29th, 2007, 1:15pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional (May 9, 2006)
# Language: English
# ISBN-10: 0321349601
# ISBN-13: 978-0321349606

Book Description
As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve full hardware resource utilization only increases the importance of being able to incorporate concurrency in a wide variety of application categories. For many developers, concurrency remains a mystery. Developing, testing, and debugging multithreaded programs is extremely difficult because concurrency hazards do not manifest themselves uniformly or reliably. This book is intended to be neither an introduction to concurrency (any threading chapter in an "intro" book does that) nor is it an encyclopedic reference of All Things Concurrency (that would be Doug Lea's Concurrent Programming in Java). Instead, this title is a combination of concepts, guidelines, and examples intended to assist developers in the difficult process of understanding concurrency and its new tools in J2SE 5.0. Filled with contributions from Java gurus such as Josh Bloch, David Holmes, and Doug Lea, this book provides any Java programmers with the basic building blocks they need to gain a basic understanding of concurrency and its benefits.

From the Back Cover

"I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."
--Martin Buchholz
JDK Concurrency Czar, Sun Microsystems

"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."
--Doron Rajwan
Research Scientist, Intel Corp

"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."
--Ted Neward
Author of Effective Enterprise Java

"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."
--Kirk Pepperdine
CTO, JavaPerformanceTuning.com

"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."
--Dr. Cliff Click
Senior Software Engineer, Azul Systems

"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."
--Dr. Heinz Kabutz
The Java Specialists' Newsletter

"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."
--Bruce Tate
Author of Beyond Java

"Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."
--Bill Venners
Author of Inside the Java Virtual Machine

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.

However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.

This book covers:

* Basic concepts of concurrency and thread safety
* Techniques for building and composing thread-safe classes
* Using the concurrency building blocks in java.util.concurrent
* Performance optimization dos and don'ts
* Testing concurrent programs
* Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

Download Link

Full download


Posted: September 29th, 2007, 1:14pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Prentice Hall PTR; 1st edition (June 5, 2001)
# Language: English
# ISBN-10: 0201310058
# ISBN-13: 978-0201310054

Book Description

Effective Java Programming Language Guide distills the hard-won wisdom of today's best Java programmers into 50 techniques for designing and constructing more robust, high-performance software. Josh Bloch, one of Sun's most widely respected Java developers, focuses on the practical problems virtually every Java developer encounters, offering specific solutions and top-notch code examples. Josh Bloch identifies 50 practices that lead directly to better code -- including better alternatives for common practices that have proven undesirable in real-world development. The techniques are specific, thoroughly explained, and supported by top-notch code examples. Among the highlights: why developers should avoid finalizers; when to use delegation instead of inheritance; and how to make the most of Java's powerful typesafe enum pattern. Nearly all 50 practices relate to the "core" of the Java platform -- the language itself -- making the book relevant to every Java developer.

Topics covered:

* Best practices and tips for Java
* Creating and destroying objects (static factory methods, singletons, avoiding duplicate objects and finalizers)
* Required methods for custom classes (overriding equals(), hashCode(), toString(), clone(), and compareTo() properly)
* Hints for class and interface design (minimizing class and member accessibility, immutability, composition versus inheritance, interfaces versus abstract classes, preventing subclassing, static versus nonstatic classes)
* C constructs in Java (structures, unions, enumerated types, and function pointers in Java)
* Tips for designing methods (parameter validation, defensive copies, method signatures, method overloading, zero-length arrays, hints for Javadoc comments)
* General programming advice (local variable scope, using Java API libraries, avoiding float and double for exact comparisons, when to avoid strings, string concatenation, interfaces and reflection, avoid native methods, optimizing hints, naming conventions)
* Programming with exceptions (checked versus run-time exceptions, standard exceptions, documenting exceptions, failure-capture information, failure atomicity)
* Threading and multitasking (synchronization and scheduling hints, thread safety, avoiding thread groups)
* Serialization (when to implement Serializable, the readObject(), and readResolve() methods)

Download Link

Full download


Posted: September 29th, 2007, 1:13pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sams (June 8, 2005)
# Language: English
# ISBN-10: 0672327473
# ISBN-13: 978-0672327476

Book Description

Take your Java programming skills beyond the ordinary. Java After Hours: 10 Projects You'll Never Do at Work will make Java your playground with ten detailed projects that will have you exploring the various fields that Java offers to build exciting new programs. You'll learn to:

* Create graphics interactively on Web servers
* Send images to Web browsers
* Tinker with Java's Swing package to make it do seemingly impossible things
* Search websites and send e-mail from Java programs
* Use multithreading, Ant and more!

Increase your Java arsenal by taking control of Java and explore its possibilities with Java After Hours.


From the Back Cover

Take your Java programming skills beyond the ordinary. Java After Hours: 10 Projects You'll Never Do at Work will make Java your playground with ten detailed projects that will have you exploring the various fields that Java offers to build exciting new programs. You'll learn to:

* Create graphics interactively on Web servers
* Send images to Web browsers
* Tinker with Java's Swing package to make it do seemingly impossible things
* Search websites and send e-mail from Java programs
* Use multithreading, Ant and more!

Increase your Java arsenal by taking control of Java and explore its possibilities with Java After Hours.

Download Link

Full download


Posted: September 29th, 2007, 1:12pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Prentice Hall PTR; 7 edition (August 17, 2004)
# Language: English
# ISBN-10: 0131482025
# ISBN-13: 978-0131482029

Book Description

If learning Java is a must for your career, and you cannot afford to waste weeksor even months reading tutorial books that lead you nowhere, this book is theone you need. The best-selling introduction to Java for experiencedprogrammers is back! Previous editions have been tremendously successfulbecause they were written for programmers looking for a fast-paced book. Theauthors retain the highly illustrative examples and crystal-clear explanations ofkey concepts. The seventh edition is fully updated for J2SE 1.5. Detailedcoverage of object-oriented design concepts; reflection and proxies; interfacesand inner classes; exception handling; and much more.


From the Back Cover

Completely revised and up-to-date coverage of

* Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
* Swing GUI development, including input validation and other enhancements
* Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging
* Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders
* Regular expressions using the powerful java.util.regex package
* Inner classes, reflection, and dynamic proxies
* Application packaging and the Preferences API

The seventh edition of Core Java™ 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SE™). A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren’t fake and they don’t cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won’t find any toy examples here. This is a book for programmers who want to write real code to solve real problems.

Volume I concentrates on the fundamental concepts of the Java language, along with the basics of user-interface programming and provides detailed coverage of

* Object-oriented programming
* Reflection and proxies
* Interfaces and inner classes
* The event listener model
* Graphical user-interface design with the Swing UI toolkit
* Exception handling
* Stream input/output and object serialization
* Generic programming

Download Link

Full download


Posted: September 29th, 2007, 1:11pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Coriolis Group Books; Pap/Cdr edition (September 13, 1996)
# Language: English
# ISBN-10: 1576100561
# ISBN-13: 978-1576100561

Book Description
Teaches you how to develop Java programs, from start to finish, for connecting to databases using Java's new database connectivity environment, JDBC. Tells how to easily install drivers for most databases. Features a section on programming ODBC Java programs, including a robust ODBC client template for developing your own applications. Features a handy, ready-to-use Interactive SQL query client, including fully-explained and annotated source code. Teaches how to write your own database drivers for the JDBC. Reveals how to optimize your Java database programs for maximum efficiency and minimum time.

Download Link

Full download


Posted: September 29th, 2007, 1:10pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: O'Reilly Media, Inc.; 1st ed edition (December 15, 2001)
# Language: English
# ISBN-10: 059600088X
# ISBN-13: 978-0596000882

Book Description
JDBC is the key Java technology for relational database access. Oracle is arguably the most widely used relational database platform in the world. In this book, Donald Bales brings these two technologies together, and shows you how to leverage the full power of Oracle's implementation of JDBC.

You begin by learning the all-important mysteries of establishing database connections. This can be one of the most frustrating areas for programmers new to JDBC, and Donald covers it well with detailed information and examples showing how to make database connections from applications, applets, Servlets, and even from Java programs running within the database itself.

Next comes thorough coverage of JDBC's relational SQL features. You'll learn how to issue SQL statements and get results back from the database, how to read and write data from large, streaming data types such as BLOBs, CLOBs, and BFILEs, and you'll learn how to interface with Oracle's other built-in programming language, PL/SQL.

If you're taking advantage of the Oracle's relatively new ability to create object tables and column objects based on user-defined datatypes, you'll be pleased with Don's thorough treatment of this subject. Don shows you how to use JPublisher and JDBC to work seamlessly with Oracle database objects from within Java programs. You'll also learn how to access nested tables and arrays using JDBC.

Donald concludes the book with a discussion of transaction management, locking, concurrency, and performance--topics that every professional JDBC programmer must be familiar with. If you write Java programs to run against an Oracle database, this book is a must-have.


Book Info
Author brings JDBC and Oracle together, and shows how to leverage the full power of Oracle's implementation of JDBC. If you write Java programs to run against an Oracle database, this book is a must-have. Softcover.

Download Link

Full download


Posted: September 29th, 2007, 1:09pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Lulu.com; 400+ Q&A Edition edition (April 5, 2007)
# Language: English
# ISBN-10: 1411668243
# ISBN-13: 978-1411668249

Lulu - readers' review comments
Success rate in interviews is very high [ No Rating ] 26 Sep 2006 by vsen2k5 hi all, success rate in interviews is very high when i used this book. this is the best book one can buy, that gives overall summary of most j2ee, java technologies in a concise manner . it is very helpful for interviews and can be used as a reference . i used this to get 6 jobs in 2 weeks . out of which one is an architect job . kudos to the author. regards vinodh eth

Lulu - readers' review comments
What An Excellent Book! [ No Rating ] 26 Jul 2006 (updated 26 Jul 2006) by andrew myo Dear Mr. Author

I have got a copy of your book last week. It is really an incredible book that I have ever seen. I have seen so many Java books like Deitel, Ivor Horton. They are also good. But the book of yours can give me an overall bird-eye view of the Java Environment together with so many useful questions. I am totally impressed with the way you have learned Java. Yours Sincerely Ye Tun Oo

Download Link

Full download


Posted: September 29th, 2007, 1:08pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Morgan Kaufmann (November 7, 2006)
# Language: English
# ISBN-10: 0123704529
# ISBN-13: 978-0123704528

Review
This is not only a great introduction to JDM, but also a great introduction for a practitioner to data mining in general. This is a must have" for anyone developing large scale data mining applications in Java.
Robert Grossman, Open Data Group and University of Illinois at Chicago

It pleases me that the Java Community Process(sm)(JCPsm) Program could host the development of the Data Mining standard, JSR 73, whose evolution and usability are presented so compellingly in Java Data Mining: Standard, Strategy and Practice. The authors have taken a unique approach to describing a broad range of aspects from strategies to problem solving with data mining technology in a variety of industries. The book is a must-read for those who want to introduce themselves to Java data mining (JDM) and fully realize the strategic importance of this technology in an ever competitive environment.
Onno Kluyt, senior director, JCP Program at Sun Microsystems, Inc. and Chair of the JCP

Java is now ubiquitous, and over the past few years the Java world has shifted focus on--among other things--new frameworks, such as the Java Data Mining (JDM) framework. JDM addresses a clear need for standardization in data mining operations, yet to those approaching both Java and data mining the mountain seems as Everest. Hornick, Marcadé, and Venkayala could not have written this book at a better time. To the expert it is a reference and map of the landscape, and to the novice it will be a constant guide and companion to each journey in JDM. This book is approachable, usable, practical, and necessary for any Java data mining software architect, developer, or analyst.
Frank Byrum, Chief Scientist, CorMine Intelligent Data, LLC

Book Description
Whether you are a software developer, systems architect, data analyst, or business analyst, if you want to take advantage of data mining in the development of advanced analytic applications, Java Data Mining, JDM, the new standard now implemented in core DBMS and data mining/analysis software, is a key solution component. This book is the essential guide to the usage of the JDM standard interface, written by contributors to the JDM standard.

The book discusses and illustrates how to solve real problems using the JDM API. The authors provide you with:

* Data mining introductionan overview of data mining and the problems it can address across industries; JDMs place in strategic solutions to data mining-related problems;
* JDM essentialsconcepts, design approach and design issues, with detailed code examples in Java; a Web Services interface to enable JDM functionality in an SOA environment; and illustration of JDM XML Schema for JDM objects;
* JDM in practicethe use of JDM from vendor implementations and approaches to customer applications, integration, and usage; impact of data mining on IT infrastructure; a how-to guide for building applications that use the JDM API.
* Free, downloadable KJDM source code referenced in the book available here

* Data mining introductionan overview of data mining and the problems it can address across industries; JDM's place in strategic solutions to data mining-related problems;
* JDM essentialsconcepts, design approach and design issues, with detailed code examples in Java; a Web Services interface to enable JDM functionality in an SOA environment; and illustration of JDM XML Schema for JDM objects;
* JDM in practicethe use of JDM from vendor implementations and approaches to customer applications, integration, and usage; impact of data mining on IT infrastructure; a how-to guide for building applications that use the JDM API.
* Free, downloadable KJDM source code referenced in the book available here

Download Link

Full download


Posted: September 29th, 2007, 1:07pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: SAS Publishing (June 18, 2007)
# Language: English
# ISBN-10: 159047693X
# ISBN-13: 978-1590476932

Review
Bohnenkamp and Iverson have written a comprehensible guide to the features offered in SAS AppDev Studio 3. Their extensive array of examples will guide readers to take control of their visual output and produce meaningful graphs. --Adrienne Groulx, Manager of Biostatistics, SciAn Services Inc

Product Description
Jump-start your SAS graph skills! Here, in one convenient source, is all the information you need to create your own SAS graphs. This example-rich reference familiarizes you with custom tags in SAS AppDev Studio and shows you how to use ODS statements and the Java Device Driver to create graphs. Written for programmers at all experience levels, this dynamic book focuses on the attributes, parameters, and options that make graphs convey what you really want them to convey. It also provides SAS/GRAPH samples and WORK data sets. This text is suited for programmers who already know how to use SAS AppDev Studio to create and deploy a JSP or servlet application. A basic level of SAS ODS programming knowledge is required.

Download Link

Full download


Posted: September 29th, 2007, 1:05pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Addison-Wesley Professional; 1st edition
# Language: English
# ISBN-10: 0201704293
# ISBN-13: 978-0201704297

Amazon.com
Written for the working programmer who wants to get more speed out of Java, Java Performance and Scalability, Volume 1 bundles several dozen tips for faster and smaller Java code. Backed up by benchmarks of what works and what doesn't, this book provides essential wisdom for eliminating some common bottlenecks to Java performance.

The 48 optimizations for various aspects of the Java API make up the heart of this text. Early sections look at a particularly tricky subject--string processing--giving you several techniques for increasing speed and reducing object creation. The in-depth examination of the costs and benefits of string concatenation and the immutability of Java String objects will help you uncover possible hot spots that cause lagging performance with strings.

Subsequent sections look at more general strategies for faster programs, like purging obsolete code, and the well-known 80-20 rule (optimizing the 20 percent of your code that consumes 80 percent of processing time, allowing you to create faster software; this book shows you how). Short tips on such APIs as Java collections and the Java Native Interface (JNI) come next.

The second half of the book zeros in on better server-side performance with tips on caching and file I/O. The guide to multithreading and synchronization is a standout here. You'll get several smart tips for speeding up servlets, such as precomputing your standard strings for headers and other boilerplate HTML. The book closes with a valuable custom class for JDBC database connection pooling and a custom HTTP server. Both samples make use of the techniques presented earlier in the text. Even if you don't adopt every suggestion, the ideas here can get you thinking about performance in new ways. (One of the main points of this book is that you can write faster custom code, instead of always relying on built-in Java classes and APIs.)

Clearly, Java performance is not something that happens by accident; it must be engineered into your code. This compilation of useful techniques and tips deserves a close look by anyone who wants to squeeze more performance out of Java. --Richard Dragan

Topics covered:

* Introduction to Java performance
* More efficient Java string handling (optimizing String, StringBuffer, and StringTokenizer objects)
* Reducing Java overhead
* Faster initialization
* The 80-20 rule for optimization
* Getting rid of obsolete code
* Speeding up the JDK 1.1 Vector and Hashtable collection classes
* Caching techniques
* Optimizing file I/O and buffering
* Object recycling and object pools
* Techniques for multithreading and synchronization
* Amdahl's law and scalability basics
* Pros and cons of using the Java Native Interface (JNI)
* Hints for optimizing Remote Invocation Method (RIM) calls
* Performance hints for servlets and JavaServer Pages (JSPs)
* Custom sample code for JDBC database connection pooling and a Java HTTP server



Book Description

Performance is now the area where Java is being put to the test, offering ever greater competitive advantage for those who master it. In this book, one of the world's leading software optimization experts presents 48 lessons that address virtually every aspect of Java server-side performance, Java Performance and Scalability, Volume I proves that, through careful attention to underlying source code and program design, the Java programming language can meet and exceed developers' greatest expectations. Dov Bulka targets the most common and critical Java performance pitfalls, offering dozens of practical tips and solutions covering each performance-critical area. Bulka has done the hard work of digging deep into the JDK to understand Java performance in unprecedented depth. This book includes not only code examples, but actual measurements quantifying the improvements they deliver. Coverage includes strings, containers, numerics, I/O, RMI, JDBC, servlets, JSP, and much more -- including a complete case study that walks through improving the performance of a Web server by a full order of magnitude.

Download Link

Full download


Posted: September 29th, 2007, 12:59pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: McGraw-Hill Osborne Media; 3 edition (March 29, 2005)
# Language: English
# ISBN-10: 0072231890
# ISBN-13: 978-0072231892

Book Description
Learn the fundamentals of Java 2 programming from renowned Java genius Herb Schildt. Discover why Java is the preeminent language of the Internet, how to use object-oriented programming, and how to write programs with the general form of Java. Coverage includes advanced topics such as inheritance, exception handling, the I/O system, applets, and much more.

From the Back Cover

Essential Skills--Made Easy! Updated and Expanded for J2SE 5

Learn to program in Java from master programmer and best-selling author Herb Schildt. Completely revised and updated to cover Java 2 Platform, Standard Edition 5 (J2SEj 5), this step-by-step guide will have you programming in practically no time. You’ll start at the beginning, learning why Java is the preeminent language of the Internet, how it relates to object-oriented programming (OOP), and the general form of a Java program. Next, it’s on to Java fundamentals, including data types, operators, program control statements, classes, objects, and methods. You’ll then progress to more advanced topics, such as inheritance, exception handling, the I/O system, multithreading, and applets. Of course Herb covers the powerful, new features added by J2SE 5, such as generics, autoboxing, enumerations, and static import. Get started programming in Java today with this easy-to-follow tutorial. Designed for Easy Learning:

* Modules--Each concept is divided into logically organized modules (chapters), ideal for self-paced learning
* Critical Skills--Each module opens with the specific skills covered in the module
* Mastery Checks--End-of-module reviews test knowledge using short-answer, multiple-choice, and fill-in-the-blank questions
* Ask the Experts--Q&A sections throughout are filled with bonus information and helpful tips
* Progress Checks--Quick self-assessment sections check your progress
* Projects--Practical exercises show how to apply the critical skills learned in each module
* Annotated Syntax--Example code annotated with commentary that describes the programming techniques being illustrated

About the Author: Herbert Schildt is a leading authority on Java, C, C++, and C#. His programming books have sold more than 3 million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best-sellers, including Java: The Complete Reference, J2SE 5 Edition; C++: The Complete Reference; C: The Complete Reference; and many others.

Download Link

Full download


Posted: September 29th, 2007, 12:58pm CEST

Tags  [edit]

Free Ebooks500) {this.resized=true; this.width=500;}" border="0">



# Publisher: Sams; 1st edition (December 30, 2002)
# Language: English
# ISBN-10: 0672324156
# ISBN-13: 978-0672324154

Book Description

Java Primer Plus guides the reader through the Java programming language from the basic concepts (basic syntax, variable, literals, operators, loops, conditional statements, etc.) through advanced topics (RMI, JDBC, Network socket programming, etc.). It provides a deep explanation of Java programming concepts and technologies using classroom tested and proven techniques. What makes this book unique is that it spends the last part showing the reader how to integrate Java technologies into everyday Web related practices and with other technologies.

* The dual purpose of the book is:
* 1. To provide a complete introduction to the Java programming language that balances theory with practicality: it will allow readers to (1) become Java certified programmers and (2) become productive in their Java development.
* 2. To give concrete experience with integrating Java programming technologies.



Download Description
Java 2 Primer Plus guides the reader through the Java programming language from the basic concepts (basic syntax, variable, literals, operators, loops, conditional statements, etc.) through advanced topics (RMI, JDBC, Network socket programming, etc.). It provides a deep explanation of Java programming concepts and technologies using classroom tested and proven techniques. What makes this book unique is that it spends the last part of the book showing how to integrate Java technologies into everyday Web related practices and with other technologies. The dual purpose of the book is to provide a complete introduction to the Java programming language that balances theory with practicality. It will allow readers to (1) become Java certified programmers and (2) become productive in their Java development., and to give concrete experience with integrating Java programming technologies.

Download Link

Full download


Posted: September 28th, 2007, 1:01pm CEST

Tags  [edit]


As you’d expect of Apple, the iPhone is gorgeous. iPhone: The Missing Manual is a book as breathtaking as its subject. Teeming with high-quality color graphics, each custom designed page helps you accomplish specific tasks � everything from Web browsing to watching videos. Written by New York Times columnist and Missing Manual series creator David Pogue

This book shows you how to get the most out of your new Apple iPhone. The name iPhone may be doing Apple a disservice. This machine is so packed with possibilities that the cellphone may actually be the least interesting part. The iPhone is at least three products merged into one: a phone, a wide-screen iPod and a wireless, touch-screen Internet communicator. The iPhone’s beauty alone may be enough for you to dig for your credit cards, but its Mac OS X-based software makes it not so much a smartphone as something out of the film “Minority Report.� The real magic, however, awaits when you browse the Web. You get to see the entire Web page on the iPhone’s screen. All of this is cooked up with Apple’s traditional secret sauce of simplicity, intelligence and whimsy. Written by New York Times columnist and Missing Manual series creator David Pogue, iPhone: The Missing Manual shows you everything they need to know to get the most out of your new Apple iPhone. Full of humor, tips, tricks, and surprises, this book teaches you how to extend iPhone’s usefulness by exploiting its links to the Web as well as its connection to Macs or PCs; how to save money using Internet-based messages instead of phone calls; and how to fill the iPhone with TV shows and DVDs for free.

Code:

[rapidshare.com]


Full download


Posted: September 28th, 2007, 12:59pm CEST

Tags  [edit]


Grammarway is a 4-level series that systematically practices and revises English grammar structures through comprehensive theory tables and functional examples. Based on the use of full-color visual stimuli, the books encourage students to speak before writing and allow them to practice structures through a variety of oral and written activities. Each unit focuses on a particular grammar topic. Regular revisions consolidate new language. Answers are included. Ideal for self-study or classroom use.

Download (37.79 Mb):
Code:
http://rapidshare.com/files/53058025/Grammarway.3.rar
or
http://www.megaupload.com/?d=750Y06AC

Full download


Posted: September 28th, 2007, 12:58pm CEST

Tags  [edit]


Modern Banking focuses on the theory and practice of banking, and its prospects in the new millennium. The book is written for courses in banking and finance at Masters/MBA level, or undergraduate degrees specialising in this area.

Bank practitioners wishing to deepen and broaden their understanding of banking issues may also be attracted to this book. While they often have exceptional and detailed knowledge of the areas they have worked in, busy bankers may be all too unaware of the key broader issues. Consider the fundamental questions: What is unique about a bank? and What differentiates it from other financial institutions? Answering these questions begins to show how banks should evolve and adapt - or fail. If bankers know the underlying reasons for why profitable banks exist, it will help them to devise strategies for sustained growth.
Modern Banking concludes with a set of case studies that give practical insight into the key issues covered in the book:
* The core banking functions
* Different types of banks and diversification of bank activities
* Risk management: issues and techniques
* Global regulation: Basel 1 and Basel 2.
* Bank regulation in the UK, US, EU, and Japan
* Banking in emerging markets
* Bank failure and financial crises
* Competitive issues, from cost efficiency to mergers and acquisitions
* Case Studies including: Goldman Sachs, Bankers Trust/Deutsche Bank, Sumitomo Mitsui, Bancomer
Download (2.94 Mb):
Code:

[rapidshare.com]
or
http://w13.easy-share.com/4937511.html
or
http://www.megaupload.com/?d=QU3AWIUQ


Full download


Posted: September 28th, 2007, 12:57pm CEST

Tags  [edit]


Will help you go from keeping your fingers crossed in hopes of being lucky in love to learning how to really find and maintain the love of a lifetime. All around us, people are experiencing the joy and fulfillment of a wonderful relationship.

What secrets do those lucky people who have found their soul mates possess?Actually, they didn’t rely on gimmicks or cheap tricks to find love. They didn’t find their perfect match using “seduction guides� or hints culled from the pages of shallow magazines. Instead of relying on foolish “secrets� from “love doctors,� they used honest, ethical and sensible means of finding love and keeping it alive. With the right perspective, finding and keeping the perfect partner is possible for everyone.
There are lessons you can learn and tips you can follow that will make finding your soul mate easier.
You will Learn:
* Why love starts at home!
* The best places to find potential partners!
* How to avoid the dangers of “rebound� relationships!
* Nonverbal signals that can let you know when that special someone is interested in you!
* Whether living together is really a good idea for you!
* The essential virtues you need to find an keep a lifetime love!
* How to keep lines of communication opening and functioning to improve your relationship!
* How to keep things fun and exciting long after the honeymoon is officially over!
AND MUCH, MUCH, MUCH MORE!!!
It’s time you stopped believing that anyone is “lucky� or “unlucky� in love.
Download (272 Kb):
Code:

[rapidshare.com]
or
http://www.megaupload.com/?d=297723XH
or
http://w14.easy-share.com/4671701.html


Full download


Posted: September 28th, 2007, 12:56pm CEST

Tags  [edit]


Whether you are a FileMaker developer who is new to web publishing, a
web developer who is new to FileMaker, or a complete beginner looking to
put your data online, this book is for you.

In Part I, you learn the basics of how web publishing works and how to
write your own HTML and PHP. In Part II, you learn how to build a
FileMaker database and install and configure the FileMaker Server to
host the database. In Part III, you learn how to put it all together to
create web pages that talk to your database and allow people to view the
data and, if you like, modify it. Throughout the book, publishing a
FileMaker Product Catalog to the web is used as an example. Each chapter
builds on the previous chapter. When you are done, you will have a
working website!
Detailed information on how to…
- Master web publishing
- Read and write basic HTML
- Read and write basic PHP
- Build a FileMaker database
- Install and configure FileMaker Server
- Publish your FileMaker data to the web
- Work with portals and container fields
- Repurpose your FileMaker layouts on the web
URL:
Code:

http://www.amazon.com/exec/obidos/tg/detail/-/0672329506/

Download (5.23 Mb):
Code:

[rapidshare.com]
or
http://www.megaupload.com/?d=RHGH0RL7
or
http://w13.easy-share.com/4937831.html


Full download


Posted: September 28th, 2007, 12:55pm CEST

Tags  [edit]


Create Killer Websites Using the Power of Modern JavaScript� DHTML Utopia is an easy-to-follow, step-by-step tutorial that will show you how to make your websites more slick, dynamic, and usable.

Add dynamic interactivity to your website with DHTML by combining the power of JavaScript, Cascading Style Sheets(CSS), and the Document Object Model (DOM) to achieve bulletproof, accessible, standards-compliant, and aesthetically pleasing results that work on all browsers.
* Build fancy DHTML effects that can be instantly reused in any project
* Learn to code accessible JavaScript that won’t trouble older browsers
* Make search engine friendly, multi-level, drop-down navigation menus
* Create usable forms that auto-complete, just like “Google Suggest�
* Build dynamic web applications using remote scripting techniques/Ajax
Download (1.66 Mb):
Code:

[rapidshare.com]
or
http://w14.easy-share.com/4810421.html


Full download


Posted: September 28th, 2007, 12:54pm CEST

Tags  [edit]


AJAX (Asynchronous JavaScript and XML) is a new approach for developing web applications. It essentially permits users to interact with a Webpage without forcing a slow & tedious reload of the entire page after every action. This means web applications become more responsive, easier to use, and more intuitive. Build Your Own Ajax Web Applications uses a step-by-step tutorial format that’s so easy to follow, you’ll be able to build sophisticated and intuitive Ajax web interfaces in no time!

Read this book, and you’ll:
* Get an overview of the basic technologies you’ll need to use to build Ajax applications.
* Understand the XMLHttpRequest object, the core of Ajax applications.
* Build a cross-browser XMLHttpRequest wrapper that you can use in all of your Ajax projects.
* Build an Ajax application monitor that works in real time.
* Learn how to use Ajax without breaking older browsers or causing accessibility issues.
* Get your Ajax application working with screen readers.
* Use dynamic animations to improve usability.
* Build edit-in-place functionality.
* Create an Ajax search application that pulls data from Amazon, del.icio.us, and Google.
* Fix the “Back button� problem.
* Use JSON, YAML, and XML to communicate with the server.
* Build an Ajax drag ‘n’ drop chess game.
* And a whole lot more!
Throughout the text, the author stresses usability, accessibility, and graceful degradation for older, less-capable web browsers.
Download (2.2 Mb):
Code:

[rapidshare.com]
or
http://www.megaupload.com/?d=M4AVCR7F
or
http://w14.easy-share.com/4810651.html


Full download


Posted: September 28th, 2007, 12:53pm CEST

Tags  [edit]


Excel Services is a new technology being delivered as part of Microsoft
Office SharePoint Server 2007. Excel Services will enable managed and
secure distribution of Excel reports, incorporating spreadsheets in
business intelligence dashboards and portals, protecting the proprietary
information in spreadsheets, and building custom applications with
Excel-based logic.

This book will walk you through the process of
understanding what Excel Services is, how your business can benefit from
it, and how to incorporate it in your solutions. This book is designed
to be an introduction to Excel Services for all those that want to
understand what it is, what it does, what the benefits are, and how to
get started. The target audience is IT TDMs and developers that need to
come up to speed on the new technologies in Office 2007 and may be
responsible for evaluating and deploying Office 2007 and Office
SharePoint 2007. This book is also great for all Microsoft partners
including system integrators, consulting companies, hosting companies,
VARs and independent software vendors that will be building and
deploying solutions for their customers based on the new Office
technologies. Anyone currently managing or developing solutions with
Excel, Windows SharePoint Services, SharePoint Portal Server, or
business intelligence solutions should read this book to understand the
basics of Excel Services[/b]

Download (5.29 Mb):
Code:

[rapidshare.com]
or
http://depositfiles.com/files/822853
or
http://www.megaupload.com/?d=0DGAQQAZ


Full download


Posted: September 28th, 2007, 12:52pm CEST

Tags  [edit]


Fundamentals of Corporate Finance, by Richard A. Brealey, Stewart C. Myers and Alan J. Marcus, has been applauded for its modern approach and interesting examples. Professors praise the authors’ well-organized and thoughtful writing style and their clear exposition of what many students consider difficult material.

The authors accomplish this without sacrificing an up-to-date, technically correct treatment of core topic areas. Since this author team is known for their outstanding research, teaching efforts, and market-leading finance textbooks, it’s no surprise that they have created an innovative, and market-driven revision that is more student friendly than ever. Every chapter has been reviewed and revised to reflect the current environment in corporate finance.
Download (2.66 Mb):
Code:

[rapidshare.com]
or
http://www.megaupload.com/?d=KGH1ZIEV
or
http://w14.easy-share.com/4574041.html


Full download


Posted: September 28th, 2007, 12:51pm CEST

Tags  [edit]


Everyone has an idea of their own dream home, whether it be a minimally furnished apartment overlooking a city skyline or an informal and colourful retreat in the sun. Whatever your dream, this bestselling book - now available in paperback for the first time - presents 100 inspirational interiors of all styles from around the globe, from New England to Mallorca and from Provence to South Africa. Alongside the work of many of the world’s most talented interior designers are homes that have been imaginatively transformed by the vision and commitment of their owners.
Features 100 inspirational homes, the key characteristics of which are compellingly described by leading interiors writer Johanna Thornycroft
Stunningly illustrated with over 800 photographs by world-renowned interiors photographer Andreas von Einsiedel
An essential reference for anyone wanting to turn their dream home into a reality
Download (29.46 Mb):
Code:

[rapidshare.com]
or
http://www.megaupload.com/?d=LRI45ZS9
or
http://w13.easy-share.com/4871981.htm

Full download


Posted: September 28th, 2007, 12:49pm CEST

Tags  [edit]


This book will offer in-depth explorations of new features so that both experienced programmers and novices will feel comfortable making the transition to .NET. Although a major portion of the book is devoted to Internet applications, the book covers more general topics than many other books. Features of Visual Basic that will be explained include database access, controls, and best coding and practices. These features will be explored in detail, with extensive use of example programs and screen captures.

We feel that this book has something to offer for all skill levels. If you have never used Visual Basic before, the initial chapters provide the necessary step-by-step instructions to get you used to the Visual Studio programming environment. Users of previous versions of Visual Basic (experienced or not) will appreciate extensive, detailed coverage of the new features available in VB .NET and explanations of the changes from previous versions. Readers who are new to computer programming in general should note that technical details are sprinkled with “words of wisdom� and real-world examples to help you understand new concepts.

Some readers may need a reference to find information about a particular topic quickly. Other readers might want to follow the book in tutorial style by reading each chapter start to finish. Readers of Special Edition Using Visual Basic .NET should be able do either. Each topic is explained in a narrative fashion, with lists, pictures, and sample code to allow the reader to quickly absorb the technical details. For those seeking instant gratification, many chapters include exercises that provide step-by-step instructions to try out a particular topic on your own. Special Edition Using Visual Basic .NET is divided into six parts and a section of appendices.

TABLE OF CONTENT:
Chapter 01 - Introduction to Visual Basic .NET
Chapter 02 - Creating Your First Windows Application
Chapter 03 - Creating Your First Web Application
Chapter 04 - Understanding the Development Environment
Chapter 05 - Visual Basic Building Blocks
Chapter 06 - Storing Information in Variables
Chapter 07 - Controlling the Flow of Your Program
Chapter 08 - Managing Program Tasks with Procedures
Chapter 09 - Creating Code Components
Chapter 10 - Understanding Windows Forms
Chapter 11 - Fundamental Controls
Chapter 12 - Advanced Controls
Chapter 13 - Using Dialog Boxes
Chapter 14 - Designing an Effective User Interface
Chapter 15 - Multiple Document Interface (MDI) Applications
Chapter 16 - Creating Your Own Windows Controls
Chapter 17 - Using Active Server Pages.NET
Chapter 18 - Web Applications and Services
Chapter 19 - Web Controls
Chapter 20 - Database Basics
Chapter 21 - ActiveX Data Objects (ADO)
Chapter 22 - Using ADO.NET (ADO)
Chapter 23 - Creating and Using Reports
Chapter 24 - Working with Files
Chapter 25 - Interacting with Other Applications
Chapter 26 - Debugging and Performance Tuning
Chapter 27 - Writing a Pocket PC Application

Code:

[rapidshare.com]

password:
ganelon


Full download


Posted: September 28th, 2007, 12:48pm CEST

Tags  [edit]


Do it yourself tips to repair and remodel your home the right way. Building Driveways , Clogged Drains, Broken Windows, 3-Way Switches, Basic Decks, Ceiling Tile, DWV Systems, Exterior Painting, Garage Door Openers , Extending Electrical Service, Flush Toilets, Install Shower,Installing Thermostats,Grass Carpeting, Patio Doors, Plan a Bathroom - Install Toilets, Setting Stones, Wall to Wall Carpetings, Wires and Wiring, Wood Joints and many others

Code:
http://rapidshare.com/files/53728668/Home.Improvement.part1.rar
http://rapidshare.com/files/53727665/Home.Improvement.part2.rar
Mirrors:
http://www.megaupload.com/?d=VR0Y9P8U
http://www.megaupload.com/?d=H3XBK3BU
or
http://w13.easy-share.com/4872351.html
http://w13.easy-share.com/4872561.html

Full download


Posted: September 28th, 2007, 12:47pm CEST

Tags  [edit]


This new 11th edition offers complete and up-to date preparation for the Paper-Based TOEFL and the Computer-Based TOEFL, with a preview of the Next Generation TOEFL test. There is extensive practice–even for students who don’t have access to a computer.

The manual includes a review chapter for each section of the TOEFL, including the new Speaking Section, and presents eight full-length model tests for the Computer-Based TOEFL, with questions answered and explained, along with one full-length model test for the Next Generation TOEFL and a practice test for the TOEFL Academic Speaking Test (TAST), with example answers. The optional compact disc-and-book package provides the audio versions for the Listening Comprehension sections of all model tests.
Download (28.61 + 22.56 Mb):
Code:

[rapidshare.com]
http://rapidshare.com/files/53765586/Barrons.How.to.Prepare.for.TOEFL.11th.Ed.part2.rar
Mirrors:
http://www.megaupload.com/?d=BF9ID5IA
http://www.megaupload.com/?d=HB9F33J5
or
http://w13.easy-share.com/4876761.html
http://w13.easy-share.com/4929081.html


Full download


Posted: September 28th, 2007, 12:46pm CEST

Tags  [edit]


This book has been written from the perspective of the solutions that developers may need to create. The .NET Enterprise Servers are the tool, not the solution. In reality, the solution may require multiple applications that work together to fulfill the developer’s business need. This book is designed to help readers recognize how they can better fulfill their business needs with the Microsoft .NET Enterprise Servers.

This book is unique in the breadth of topics covered. Each of the .NET Enterprise Servers is described in some depth. The book assumes that the reader has a basic understanding of the products and some of their features. The book focuses on how each product enhances or uses the .NET services and how it will help solve business process requirements.

This book is designed to help readers see Microsoft’s vision for the .NET Enterprise Servers. Examples illustrate how each of these servers can be used to help create business solutions.

TABLE OF CONTENT:
Chapter 01 - Introduction to the .NET Framework
Chapter 02 - .NET Business Solutions
Chapter 03 - Role of .NET Enterprise Servers
Chapter 04 - .NET Services for the Development Environment
Chapter 05 - XML Integration with .NET Servers
Chapter 06 - Building .NET Components
Chapter 07 - Exchange Server
Chapter 08 - SQL Server 2000
Chapter 09 - Application Center 2000
Chapter 10 - Commerce Server
Chapter 11 - Content Management Server
Chapter 12 - BizTalk Server
Chapter 13 - SharePoint Portal Server
Chapter 14 - Internet Security and Acceleration Server
Chapter 15 - Web Services with .NET
Chapter 16 - Building Enterprise Web Farms
Chapter 17 - Data Warehousing
Chapter 18 - Clustering .NET Servers

Code:

[rapidshare.com]

password:
ganelon


Full download


Posted: September 28th, 2007, 12:46pm CEST

Tags  [edit]


C Plus Plus (C++) is a programming language that is both procedure-oriented and object-oriented. In VTC’s tutorial, Professor Arthur Lee will explain the environment of C++, then guide you into writing equations, creating functions and output, looping, and much more.


- Quick and easy way to learn C++ through a series of movies.
- No expensive classroom training courses.
- No boring hard to follow books to read.
- Learn from your own desk at a pace that suits you.
- High quality affordable training that is easy to use and follow.
- Use our unique training method, it makes learning easy no matter what your learning style.
Duration: 5 hrs / 43 lessons
Code:
http://rapidshare.com/files/39330391/v_t_c_cpp_lang.rar
password: ganelon


Full download


Posted: September 28th, 2007, 12:43pm CEST

Tags  [edit]


Dramatically improve inventory accuracy with bestselling author Steven Bragg’s step-by-step guidelines Inventory Accounting is a comprehensive, step-by-step guide to setting up an inventory accounting system and keeping it running at maximum efficiency.

This hands-on book provides accounting professionals with essential information on how to:
* Set up an accounting system that efficiently handles accumulating inventory costs, summarizing accounts, and standard journal entries used to record transactions
* Use best practices to increase the efficiency of inventory-tracking and costing functions
* Install unique controls to combat inventory fraud
* Implement a step-by-step checklist of activities for inventory counting procedures
* Save hours of valuable time researching various GAAP reference manuals
* Adapt inventory tracking and costing systems to accommodate a variety of manufacturing systems
Spanning the entire spectrum of inventory accounting, Inventory Accounting deftly explores every facet of the field to help professionals eliminate inaccuracies from their inventory accounting systems.[/b]

Download (870 Kb):
Code:
http://rapidshare.de/files/30694149/Inventory_Accounting_A_Comprehensive_Guide.rar


Full download


Posted: September 28th, 2007, 12:42pm CEST

Tags  [edit]


ASP.NET provides developers with the functionality they need to create enterprise-level Web applications. This book clearly shows them how to use this framework to create the top ten enterprise applications that they will need for their organizations. To build these applications, Smith explains how to combine the functionality of ASP.NET with products and technologies such as VB.NET, C#, ADO.NET, SQL Server 2000, WAP, XML, HTML, JavaScript, and Cascading Style Sheets (CSS). The projects include an address book application, a contact manager application, advertising manager, online store, and a Web log analyzer.

Discover how to use ASP.NET to build, deploy, and run 10 distributed Web applications that can target any browser on any device ASP.NET provides developers with the functionality they need to create enterprise-level Web applications. This book clearly shows them how to use this framework to create the top ten enterprise applications that they will need for their organizations. To build these applications, Smith explains how to combine the functionality of ASP.NET with products and technologies such as VB.NET, C#, ADO.NET, SQL Server 2000, WAP, XML, HTML, JavaScript, and Cascading Style Sheets (CSS).

The projects include an address book application, a contact manager application, advertising manager, online store, and a Web log analyzer CD-ROM includes the complete source code for the ten projects, additional resource links, corrections, and FAQs. Companion Web site features a working version of the ten projects built in the book. Microsoft Technologies .NET Platform: The next big overhaul to Microsoft’s technologies that will bring enterprise distributed computing to the next level by fully integrating the Internet into the development platform. This will allow interaction between any machine, on any platform, and on any device.

Discover how to use ASP.NET to build, deploy, and run 10 distributed Web applications that can target any browser on any device ASP.NET provides developers with the functionality they need to create enterprise-level Web applications. This book clearly shows them how to use this framework to create the top ten enterprise applications that they will need for their organizations.

TABLE OF CONTENT:
Project 01 - Building an Address Book.
Project 02 - Contact Manager Application.
Project 03 - Building the Calendar Application.
Project 04 - Building the Web Log Analyzer.
Project 05 - Building the ASP.NET Error Manager.
Project 06 - Building the Online Store Applicaion.
Project 07 - Teamwork Network: The Infrastructure.
Project 08 - Teamwork Network: Discussion Boards.
Project 09 - Teamwork Network: File Libraries.
Project 10 - Teamwork Network: Project Tracking.

Code:

[rapidshare.com]

password:
ganelon


Full download


Posted: September 28th, 2007, 12:41pm CEST

Tags  [edit]


In this age of digital communication, getting the right message across clearly is crucial to success. Communicating Effectively, a comprehensive and essential resource for any manager on the run, shows you how.

Learn to:
-Build relationships through effective communication
-Get more done via e-mail
-Draft pitch perfect letters, memos, and reports
-Conduct productive conference calls
-Deliver hard-hitting presentations
The Collins Best Practices guides offer new and seasoned managers the essential information they need to achieve more, both personally and professionally. Designed to provide tried-and-true advice from the world’s most influential business minds, they feature practical strategies and tips to help you get ahead.
Download (17.98 Mb):
Code:

[rapidshare.com]
or
http://www.megaupload.com/?d=HMVR0UMI
or
http://w13.easy-share.com/4992271.html


Full download


Posted: September 28th, 2007, 12:40pm CEST

Tags  [edit]


This definitive reference offers you concise, authoritative, and up-to-date coverage of every major field of science and technology. In articles authored by scientists and engineers at the forefront of their fields (including 19 Nobel Prize winners), and written to be accessible to the general reader as well as the scientific user, this newly revised volume covers 75 major fields of science and engineering, including current and critical advances in fast-developing fields such as virology, genetics, computer science, and oceanography. Richly illustrated, it also features biographical sketches of the world’s top scientists, a superb index, cross references, and bibliographies.

No other reference offers scientists, researchers, students, and the interested public such definitive and inclusive coverage of science and technology in a single volume.
Download (28.61 + 22.92 Mb):
Code:

[rapidshare.com]
http://rapidshare.com/files/52615162/Concise.Encyclopedia.of.Science.and.Technology.5th.Edition.part2.rar
or
http://w14.easy-share.com/4994841.html
http://w14.easy-share.com/4994881.html


Full download


Posted: September 28th, 2007, 12:38pm CEST

Tags  [edit]


An .iso file split into 10 parts - file 1 is 1kb file 2 thru 9 are 98.3mb and part 10 is 62.2mb.

50 Fast Dreamweaver MX Techniques.pdf
ActionScript 2-0 Language Reference for Macromedia Flash 8.chm
Adobe After Effects Apprentice Focal Press.pdf
Adobe Illustrator CS3 Classroom in a Book.chm
Adobe Photoshop 7 Power Shortcuts New Riders.chm
Adobe Photoshop Elements Adobe Press 25 Things to Make and Do.chm
Adobe Premiere Pro v2 Course Technology PTR Revealed-LinG.pdf
Adobe Press Flash CS3 Professional Classroom in a Book.rar
Beginning Dreamweaver MX.chm
Building Dynamic Websites with Macromedia® Studio MX 2004.chm
Creating Motion Graphics with AfterEffects Vo.1 The Essentials 2nd Edition.pdf
Developing Extensions for Macromedia Dreamweaver 8.chm
Dreamweaver 8 Design and Construction.chm
Flash 8 Projects for Learning Animation and Interactivity.chm
Flash mx action script.pdf
Focal Press Photoshop for Video 3rd Ed.pdf
Foundation Flash 8 Video.pdf
InDesign Magazine April & May 2007.pdf
Learning ActionScript 2.0 for Macromedia® Flash® 8.chm
Macromedia Dreamweaver 8 All in One Desk Reference For Dummies.pdf
Macromedia DreamWeaver CS3 FriendsofED The Essential Guide to Dreamweaver CS3 with CSS Ajax and PHP.pdf
Macromedia Dreamweaver MX 2004 in 10 Steps or Less.pdf
Macromedia Dreamweaver MX 2004 Savvy.pdf
Macromedia Dreamweaver MX Bible.pdf
Macromedia DreamWeaver MX Dynamic Applications.chm
Macromedia DreamWeaver MX E-Learning ToolKit.pdf
Macromedia DreamWeaver MX Weekend Crash Course.pdf
Macromedia Dreamweaver Sams Teach Yourself Macromedia Dreamweaver 8 in 24 Hours.chm
Macromedia Flash 8 A Tutorial Guide.chm
Macromedia Flash 8 ActionScript Bible 2006.pdf
Macromedia Flash 8 ActionScript Training from the Source.chm
Macromedia Flash CS3 Professional Classroom in a Book.chm
Macromedia Press Macromedia Flash 8 A Tutorial Guide.chm
New Riders Building Dynamic Websites With Macromedia Studio Mx.chm
New Riders Photoshop 7 Power Shortcuts.chm
New Riders Press Illustrator CS2 Killer Tips.chm
OReilly Photoshop Workflow Setups.chm
PCWORLD .Jan2007.pdf
Peachpit Press Photoshop Finishing Touches.chm
Photoshop Elements 4 Book for Digital Photographers New Riders.chm
Photoshop User June 2007.pdf
Photoshop User mag Oct Nov 2005.pdf
Photoshop_Tutorial.chm
photoshop_tutorial.rar
Professional Retouching for Photoshop.pdf
Raw 101 Better Images with Photoshop Elements and Photoshop.pdf
Sybex Combining Images with Photoshop Elements.pdf
The Dreamweaver Developers Instant Troubleshooter.chm

http://rapidshare.com/files/55229814/books.iso.000
http://rapidshare.com/files/55235009/books.iso.001
http://rapidshare.com/files/55239681/books.iso.002
http://rapidshare.com/files/55243866/books.iso.003
http://rapidshare.com/files/55273477/books.iso.004
http://rapidshare.com/files/55276315/books.iso.005
http://rapidshare.com/files/55280281/books.iso.006
http://rapidshare.com/files/55283559/books.iso.007
http://rapidshare.com/files/55286329/books.iso.008
http://rapidshare.com/files/55296878/books.iso.009
http://rapidshare.com/files/55298522/books.iso.010


Full download


Posted: September 28th, 2007, 12:37pm CEST

Tags  [edit]


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’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’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.

Most of what I’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#.

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 “enterprise developer.� 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.

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’re expecting a ground-up introduction to Visual Basic .NET, you’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’d recommend starting there.

TABLE OF CONTENT:
Chapter 01 - Enterprise Application Development and VB.NET
Chapter 02 - Visual Basic .NET for the Enterprise
Chapter 03 - Multithreaded Programming
Chapter 04 - Playing Nice with Others
Chapter 05 - Distributed Programming in .NET
Chapter 06 - Custom Network Communication
Chapter 07 - Windows Services
Chapter 08 - Integrating Enterprise-Level Services
Chapter 09 - Adding Security to Your Applications
Chapter 10 - Essential Debugging Techniques
Chapter 11 - Common Performance Issues
Chapter 12 - The Art of Performance Tuning
Appendix A - Using VB.NET in a Multideveloper Environment
Appendix B - Getting Started with Application Center Test
Appendix C - Common Language Runtime Performance Counters
Appendix D - Performance Counter Quick Reference

Code:

[rapidshare.com]

password:
ganelon


Full download


Posted: September 28th, 2007, 12:36pm CEST

Tags  [edit]


These notes on Analog Simulation have been developed from the experience gained by the Education and Training Department of EAI in presenting intensive short courses in analog computer operation, programming, and applications for nearly a decade.
The objective of these courses has been to provide scientists and engineers with a working knowledge of the analog computer and its uses.

Table of Contents:
Chapter 1: The analog computer and its role in engineering analysis
Chapter 2: The general purpose analog computer
Chapter 3: Analog computer programming and checking procedures
Chapter 4: Analysis of linear and non-linear systems
Chapter 5: Techniques in function generation
Chapter 6: Transfer function simulation
Chapter 7: Transport delay simulation
Chapter 8: Repetitive operation
Chapter 9: Analog memory
Chapter 10: Problem preparation procedure
Chapter 11: Analog computer solution of partial differential equations
Chapter 12: Accuracy of analog computer solutions
Chapter 13: Examples of efficient programming
Chapter 14: Factors in planning and operating an analog laboratory

Code:
http://rapidshare.com/files/55365909/1-51c38-__.zip


Full download


Posted: September 28th, 2007, 12:34pm CEST

Tags  [edit]


The Insider’s Guide to
Installing and upgrading your system (see Chapter 2)
Quickly finding and organizing all of your files (see Chapter 5)
Taking advantage of new security features (see Chapter
Creating your own movies and DVDs (see Chapter 12)

Playing state-of-the-art games with amazing effects (see Chapter 14)
Going wireless using Windows Vista mobility features (see Chapter 15)
Managing your schedule with Windows® Calendar (see Chapter 20)

Image
Code:
http://www.megaupload.com/?d=MNBPMI6V
Rar Passwd:
Quote:
edoni


Full download


Posted: September 28th, 2007, 12:23pm CEST

Tags  [edit]


Creating secure code requires more than just good intentions.
Programmers need to know that their code will be safe in an almost
infinite number of scenarios and configurations.

Static source code analysis gives users the ability to review their work with a
fine-toothed comb and uncover the kinds of errors that lead directly to
security vulnerabilities. Now, there’s a complete guide to static
analysis: how it works, how to integrate it into the software
development processes, and how to make the most of it during security
code review. Static analysis experts Brian Chess and Jacob West look at
the most common types of security defects that occur today. They
illustrate main points using Java and C code examples taken from
real-world security incidents, showing how coding errors are exploited,
how they could have been prevented, and how static analysis can rapidly
uncover similar mistakes. This book is for everyone concerned with
building more secure software: developers, security engineers, analysts,
and testers.
Coverage includes:
- Why conventional bug-catching often misses security problems
- How static analysis can help programmers get security right
- The critical attributes and algorithms that make or break a static
analysis tool
- 36 techniques for making static analysis more effective on your code
- More than 70 types of serious security vulnerabilities, with specific
solutions
- Example vulnerabilities from Firefox, OpenSSH, MySpace, eTrade,
Apache httpd, and many more
- Techniques for handling untrusted input
- Eliminating buffer overflows: tactical and strategic approaches
- Avoiding errors specific to Web applications, Web services, and Ajax
- Security-aware logging, debugging, and error/exception handling
- Creating, maintaining, and sharing secrets and confidential
information
- Detailed tutorials that walk you through the static analysis process

Download (3.66 Mb):
Code:
http://rapidshare.com/files/53303788/Addison.Wesley.Secure.Programming.with.Static.Analysis.Jun.2007.rar
or
http://www.megaupload.com/?d=48NFJCTV
or
http://w14.easy-share.com/4669871.html


Full download


Posted: September 28th, 2007, 12:22pm CEST

Tags  [edit]


“…lucid, in-depth descriptions of the behavior of every HTML tag on
every major browser and platform, plus enough dry humor to make the book
a pleasure to read.�

–Edward Mendelson, PC Magazine
“When they say ‘definitive’ they’re not kidding.�
–Linda Roeder, About.com
Put everthing you need to know about HTML & XHTML at your fingertips.
For nearly a decade, hundreds of thousands of web developers have turned
to HTML & XHTML: The Definitive Guide to master standards-based web
development. Truly a definitive guide, the book combines a unique
balance of tutorial material with a comprehensive reference that even
the most experienced web professionals keep close at hand. From basic
syntax and semantics to guidelines aimed at helping you develop your own
distinctive style, this classic is all you need to become fluent in the
The new sixth edition guides you through every element of HTML and XHTML
in detail, explaining how each element works and how it interacts with
other elements. You’ll also find detailed discussions of CSS (Cascading
Style Sheets), which is intricately related to web page development. The
most all-inclusive, up-to-date book on these languages available, this
edition covers HTML 4.01, XHTML 1.0, and CSS2, with a preview of the
upcoming XHTML2 and CSS3. Other topics include the newer initiatives in
XHTML (XForms, XFrames, and modularization) and the essentials of XML
for advanced readers. You’ll learn how to:

- Use style sheets to control your document’s appearance
- Work with programmatically generated HTML
- Create tables, both simple and complex
- Use frames to coordinate sets of documents
- Design and build interactive forms and dynamic documents
- Insert images, sound files, video, Java applets, and JavaScript
- Create documents that look good on a variety of browsers

The authors apply a natural learning approach that uses straightforward
language and plenty of examples. Throughout the book, they offer
suggestions for style and composition to help you decide how to best use
HTML and XHTML to accomplish a variety of tasks. You’ll learn what works
and what doesn’t, and what makes sense to those who view your web pages
and what might be confusing. Written for anyone who wants to learn the
language of the Web–from casual users to the full-time design
professionals–this is the single most important book on HTML and XHTML
Bill Kennedy is chief technical officer of MobileRobots, Inc. When not
hacking new HTML pages or writing about them, “Dr. Bill� (Ph.D. in
biophysics from Loyola University of Chicago) is out promoting the
company’s line of mobile, autonomous robots that can be used for
Chuck Musciano began his career as a compiler writer and crafter of
tools at Harris Corporations’ Advanced Technology Group and is now a
manager of Unix Systems in Harris’ Corporate Data Center.[/b]

Download (3.7 Mb)
(update 14/09/07)
http://rapidshare.com/files/46332848/HTML___XHTML_-_The_Definitive_Guide.rar

MD5: 13ab4f7ef4f019a0e85342a386dc863d


Full download


Posted: September 24th, 2007, 2:16am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Naba Barkakati
ISBN 0764596152
Release Date 09 May 2005
Page 384
* This easy-to-understand book for beginning SUSE Linux users starts off with step-by-step installation instructions and a discussion of what happens when the system is started for the first time
* Explains how to use SUSE on the desktop, work with the file manager, connect to the Internet, and set up a home network
* Topics addressed include performing everyday tasks, such as browsing the Web; reading e-mail and newsgroups; and using the OpenOffice.org office productivity suite and multimedia applications
* Offers details on basic system administration and security and shows how to add new software and keep the system up to date with YaST (Yet another Setup Tool) and YaST Online Update (YOU)
* The DVD contains SUSE 9.3 Special Edition

Download (6.8 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:15am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Peter Weverka
ISBN 0764588753
Release Date 25 April 2005
Page 624

The Internet made its way into everyday life as a tool people used occasionally to keep in touch with friends and gather information for personal or business needs. Now, thanks to high-speed connections, wireless access, and safe and powerful Web sites, the Internet has become the main means for handling personal finance, shopping for big-ticket items, and communicating with people around the world. It's to the point where many people can't get through the day without turning to the Internet to get things accomplished.
The Everyday Internet All-in-One Desk Reference For Dummies is the complete resource for casual Internet users who are looking to make the jump to becoming experienced navigators of the wired world. Written by Internet guru Peter Weverka, this book walks readers through the basics of going online before heading into the realms of online bargain shopping, bill paying, personal finance, keeping up with hobbies, and even setting up an online business.
* The material is broken into mini-books that make it easier to find an answer and keep moving along the online highway
* This book clarifies all the mysteries of how to use the Internet to make everyday life simpler
* Covers key Internet properties like eBay, Google, and Yahoo! as well as favorite tasks like playing games, tracing family roots, and keeping a diary online

Download (10.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:13am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Peter Bauer
ISBN 0764595717
Release Date 30 May 2005
Page 416
* An all-new full-color edition, updated for the latest software release and bargain-priced at under $30
* New author Peter Bauer-a highly regarded Photoshop pro-has rewritten the book from scratch in its entirety
* Cross-platform Mac-PC coverage includes program basics, working with camera RAW tools, organizing and managing image files, enhancing images, using channels and masks, painting and drawing, adding masks and special effects, creating Web photo galleries, and streamlining workflow

Download (30.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:11am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Lucinda Dykes, Ed Tittel
ISBN 0764588451
Release Date 09 May 2005
Page 382

See how XML works for business needs and RSS feeds

Create consistency on the Web, or tag your data for different purposes

Tag � XML is it! XML tags let you share your format as well as your data, and this handy guide will show you how. You'll soon be using this markup language to create everything from Web sites to business forms, discovering schemas and DOCTYPES, wandering the Xpath, teaming up XML with Office 2003, and more.

Discover how to

  • Make information portable
  • Use XML with Word 2003
  • Store different types of data
  • Convert HTML documents to XHTML
  • Add CSS to XML
  • Understand and use DTDs
Download (3.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:09am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Barry Burd
ISBN 0764588745
Release Date 04 April 2005
Page 406

* Covering everything from basic Java development concepts to the latest tools and techniques used in Java, this book will put would-be programmers on their way to Java mastery
* Explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work
* Updated for the release of the Java SDK 2.0, with all examples revised to reflect the changes in the technology

Download (4.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:08am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Kathy Ivens
ISBN 0764588494
Release Date 11 April 2005
Page 408

--As home networking technologies become more affordable and more popular, this new edition of a bestseller introduces readers to the basics of home networking

--Walks readers through sharing printers or an Internet connection across several computers and explains how game consoles, televisions, and stereos can also be networked

--Discusses all of the important aspects of having a home network, including planning and installing the network, security, and maintenance

--This new edition covers Windows XP Service Pack 2 (a significant update for security, compatibility, stability, wired and wireless networking, and broadband changes) and pays special attention to the Windows Firewall --Topics include choosing and installing hardware, file sharing, sharing an Internet connection, security, Wi-Fi, and network maintenance

Download (5.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:06am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Doug Lowe
ISBN 076458961X
Release Date 18 April 2005
Page 888
9 books in 1-- your key to success with Java!
Your one-stop guide to the most-used language for application development

There's no question that Java is the popular kid on the block, and knowing Java will definitely boost your reputation as a developer. Here are all the Java essentials packed into one handy resource. Find out how to do everything from basic programming to using regular expressions and creating applets for the Web, all in one place!

Discover how to
--Work with variables and data types
--Use object-oriented programming
--Program for a network
--Create servlets and Java Server Pages
--Read and write XML data
--Develop simple games

About the Author
Doug Lowe has been writing computer programming books since the guys who invented Java were still in high school. He's written books on COBOL, Fortran, Visual Basic, for IBM mainframe computers, mid-range systems, PCs, Web programming, and probably a few he's forgotten about. He's the author of more than 30 For Dummies books, such as Networking For Dummies (7th Edition), Networking For Dummies All-in-One Desk Reference, PowerPoint 2003 For Dummies, and Internet Explorer 6 For Dummies. He lives in that sunny All-American City Fresno, California, where the motto is, "It's a sunny, All-American City," with his wife and the youngest of his three daughters. He's also one of those obsessive-compulsive decorating nuts who puts up tens of thousands of lights at Christmas and creates computer-controlled Halloween decorations that rival Disney's Haunted Mansion. Maybe his next book should be Tacky Holiday Decorations For Dummies.

Download (6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:04am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Ellen Finkelstein
ISBN 0764588486
Release Date 28 March 2005
Page 350
So you have a business and you have a Web site. Bravo! You're doing all the right things to be successful. But wait - the information on your Web site needs to be updated, and your customers need to know. Good heavens, didn't you spend half of last week doing that? There's got to be a quicker, easier way to keep your clientele informed, and while we're at it, how about building your business too?

RSS can come to your rescue, but first you need to know what it is and how to use it. Syndicating Web Sites With RSS Feeds For Dummies has what you need to know to get up and running fast - and with today's flood of constantly-changing information, "fast" is a top priority.

Here, in plain English, you'll find out how to:
--Use RSS to drive traffic to your Web site and build brand awareness
--Choose and install the right software, set up RSS feeds, and decide on the format that meets your needs
--Create RSS feeds from scratch, or put a news reader on your Web site
--Improve your site's ranking in search engines and build customer loyalty
--Enable your customers to choose when and how they receive updated information
--Tailor information for your audience and publish all your updates quickly and easily
--Promote your RSS feed and explain to your customers how to use it
--Provide added value for your customers

Making the most of RSS can make life easier for both you and those who do business with you. Syndicating Web Sites With RSS Feeds For Dummies will help you maintain fresh content for your Web site, blog, or e-zine, promote your site and establish links to it, and even update vital documents like employee guides, price lists, and procedures manuals, quickly and easily.

Download (8.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 2:02am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Dan Gookin
ISBN 0764570684
Release Date 26 April 2004
Page 408
while (dead_horse)

beat ():

If you're like most people, the above seems like nonsense. Actually, it's computer sense programming. After digesting C For Dummies, 2nd Edition, you'll understand it. C programs are fast, concise and versatile. They let you boss your computer around for a change. So turn on your computer, get a free compiler and editor (the book tells you where), pull up a chair, and get going. You won't have to go far (page 13) to find your first program example. You'll do short, totally manageable, hands-on exercises to help you make sense of:


  • All 32 keywords in the C language (that's right just 32 words)
  • The functionsseveral dozen of them
  • Terms like printf(), scanf(), gets (), and puts ()
  • String variables, numeric variables, and constants
  • Looping and implementation
  • Floating-point values


In case those terms are almost as intimidating as the idea of programming, be reassured that C For Dummies was written by Dan Gookin, bestselling author of DOS For Dummies, the book that started the whole library. So instead of using expletives and getting headaches, you'll be using newly acquired skills and getting occasional chuckles as you discover how to:


  • Design and develop programs
  • Add comments (like post-it-notes to yourself) as you go
  • Link code to create executable programs
  • Debug and deploy your programs
  • Use lint, a common tool to examine and optimize your code


A helpful, tear-out cheat sheet is a quick reference for comparison symbols, conversion characters, mathematical doodads, C numeric data types, and more. C For Dummies takes the mystery out of programming and gets you into it quickly and painlessly.


Download (2.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 1:56am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Chey Cobb
ISBN 0764541889
Release Date 30 November 1999

  • Cryptography is the most effective way to achieve data security and is essential to e-commerce activities such as online shopping, stock trading, and banking
  • This invaluable introduction to the basics of encryption covers everything from the terminology used in the field to specific technologies to the pros and cons of different implementations
  • Discusses specific technologies that incorporate cryptography in their design, such as authentication methods, wireless encryption, e-commerce, and smart cards
  • Based entirely on real-world issues and situations, the material provides instructions for already available technologies that readers can put to work immediately
  • Expert author Chey Cobb is retired from the NRO, where she held a Top Secret security clearance, instructed employees of the CIA and NSA on computer security and helped develop the computer security policies used by all U.S. intelligence agencies
Download (4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 1:54am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Richard Mansfield
ISBN 0764584251
Release Date 07 March 2005
Page 380
# Cascading Style Sheets (CSS) is a Web markup standard that allows Web designers to define the appearance and position of a Web page using special dynamic effects
# This book is the perfect beginner reference, showing those new to CSS how to design Web pages and implement numerous useful CSS effects available
# Seasoned For Dummies author Richard Mansfield explains how CSS can streamline and speed up Web development
# Explains how to take control of the many elements in a Web page, integrate CSS into new or existing sites, choose the best coding techniques, and execute advanced visual effects such as transitions
# U Features a special discussion on browser incompatibility issues involving CSS and how to solve potential problems

Download (9.5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 1:52am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Terry Collings
ISBN 0764577131
Release Date 04 April 2005
Page 408
* Provides just what administrators need to configure, manage, maintain, and upgrade a Red Hat Enterprise Linux (RHEL) system
* Red Hat is the most popular Linux distribution, with 70 percent of the U.S. market; RHEL subscriptions climbed to 87,000 during the quarter ending February 2004-up 85 percent
* Covers all four RHEL versions-Desktop, Workstation, Enterprise Server, and Application Server
* Delivers the lowdown on the X Window System, printer configuration, Samba, Internet server set up, administration of users and groups, backups and file restoration, and security
Download (7.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 24th, 2007, 1:47am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Peter H. Gregory, Mike Simon
ISBN 0764575910
Release Date 11 April 2005
Page 384

* Despite recent legislation in the U.S. and other countries, the volume of spam continues to grow it's increasing at a rate of 37 percent a week, according to one recent report and now accounts for 60 to 75 percent of all e-mail
* Shows small business people and corporate IS professionals how to fight back successfully against this onslaught, offering savvy advice on selecting and deploying a spam filter as well as training and supporting users
* Provides insider tips on troubleshooting and fine-tuning a spam filter, as well as exclusive ...
Download (3.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:25am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Susannah Gardner
ISBN 076458457X
Release Date 28 March 2005
Page 356
In this instant-communication world, buzz means business! And one of the greatest ways to get customers and potential customers buzzing about your business is with a Web log, commonly called a blog. Blogs can help you: Introduce the people behind your business - Discuss relevant issues - Provide a clearinghouse for information and expertise - Show your business as a good corporate citizen - Support an exchange of ideas - Get honest feedback from your customers - Affect public opinion If you're new to blogging, or if you know the mechanics ...

Download (10.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:24am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Deke McClelland, Galen Fott
ISBN 0764570625
Release Date 08 November 2004
Page 406
Loaded with tips on fixing flaws to create great photos

Find your way around Elements 3, organize your photos, enhance them, and more

Want to do cool things with your photos but uneasy about braving the Elements? Never fear � this handy guide makes it easy to use all the hot new features for both Mac® and Windows®. Improve your pictures or distort them for artistic effect, correct shading, add highlights, change color, create slideshows or online galleries, and much more!

Discover how to

* Import photos from digital cameras, CDs, and scanners
* Organize and search your digital photo collection
* Repair vintage photos
* Create slideshows to share with family and friends
* Fix photos with just a few clicks of the mouse

Download (22.8 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:20am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Matthew Telles
ISBN 076457986X
Release Date 21 February 2005
Page 499
C++ Timesaving Techniques For Dummies.


  • Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code
  • Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, implementing a simple locking mechanism, creating debugging macros, checking for errors at run-time, finding and fixing memory leaks, and reducing code complexity
  • The easy-to-follow, two-column Timesaving Techniques format makes mastering each timesaver a snap
  • C++ is one of today's most widely used programming languages, with compilers offered by Microsoft, Borland, and Code Warrior
  • This book is the perfect companion to C++ For Dummies, Fifth Edition (0-7645-6852-3)



Download (2.9 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:18am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Naba Barkakati
ISBN 0764567934
Release Date 30 November 1999

* This essential reference organizes material into a set of nine stand-alone, task-oriented minibooks that enable readers to understand all aspects of the Fedora OS, the latest release of the most popular Linux distribution
* Each minibook covers a different aspect of Fedora, such as getting users started with Fedora, the various workstations and applications, OpenOffice.org, networking, system administration, security, running Internet servers on a Fedora system, and programming
* More experienced readers can use this desktop reference to look up how to perform specific tasks, such as hooking up to the Internet, using a cable modem, or reading e-mail
* Includes the full Fedora Core distribution with source code on DVD and all of the CD content that comes with Fedora, saving readers hours of download time

Download (9.9 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:16am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Greg Harvey
ISBN 0764574272
Release Date 25 October 2004
Page 416
Covering formulas, charts, data lists, macros, and versions 2000, 2002, and 2003, this book offers more than seventy easy-to-follow techniques that show both new and experienced Excel users how to save time and avoid tedious or redundant tasks. Bestselling author Greg Harvey includes information on customizing Excel's menus and toolbars; modifying Excel's editing settings; using add-ins, AutoCorrect, AutoFill, AutoFormat, and data validation; copying and moving data between worksheets; encrypting workbook files; creating external database queries; converting worksheet data and charts into Web pages; and much more.
* Written by Greg Harvey, one of the bestselling technology authors of all time, whose books have combined sales of more than four million copies
* A unique, two-column format makes it easy for readers to grasp and apply each technique-and begin working more efficiently

Download (10.5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:15am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Dee-Ann LeBlanc
ISBN 0764579371
Release Date 21 February 2005
Page 456
Previous editions of Linux For Dummies have garnered rave reviews. However, there's one scary term applied to them outdated! The 6th Edition remedies that with easy-to-understand information on the latest version of the most popular Linux distributions, including Fedora Core, SuSE, Mandrake, Xandros, Linspire, and Knoppix. This guide walks you though installing, configuring, tuning, and using each version of Linux, the low-cost, secure alternative to expensive operating systems. You'll discover how to:

* Prep your computer for Linux
* Boot and stop Linux
* Connect to the Internet, e-mail, surf the Web, and access and use cool Internet tools
* Manage files and directories
* Do word processing and more with Open Office.org
* Updated material includes:
* Info on the wireless Internet connection
* Coverage of the new SELinux infrastructure, an important new security feature
* Updated GNOME and KDE coverage

Written by Dee-Ann LeBlanc, award-winning author of numerous books and articles and author or coauthor of the popular previous editions of Linux For Dummies, this edition not only guides you step by step, it also includes an appendix of common Linux commands and a comprehensive index so you can find what you need to know without taking extra steps.

The bonus DVD includes:

* The full, installable version of Fedora Core 3 and Knoppix
* ISO images (that will save hours of downloading time) for SUSE live, Mandrake full version, Xandros Open Circulation version, and Linspire full version

If you want to explore the different distributions of Linux, this is the guide for you!

Download (6.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:12am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Peter Weverka, Mark L. Chambers, Greg Harvey, Woody Leonhard, John R. Levine, Margaret Levine Young, Doug Lowe
ISBN 0764569228
Release Date 19 April 2004
Page 912
Weighing in at over 900 pages and priced under $40, this new For Dummies omnibus guide delivers wide-ranging coverage of Windows XP, PC hardware, Microsoft Office, and Internet fundamentals, drawing on content from some of the best-known and bestselling authors in the For Dummies series.
This indispensable mega-reference covers the entire constellation of computer issues that average home users face, complete with timesaving techniques to help make using Windows simpler.
A Reference for the Rest of Us!(r)
* An all-new one-stop mega-reference for all of the most common Windows and PC topics
* Covers Windows XP (including basics, customizing, and multimedia tools), PC hardware (the PC and its components, printers and scanners, and digital cameras), the Internet (the Web, e-mail, instant messaging, creating Web pages, and commerce via eBay), and applications (Word, Excel, Outlook, PowerPoint, and Money)
* Features tips from the bestselling Windows XP Timesaving Techniques For Dummies
(0-7645-3748-2), designed to help readers simplify their Windows XP experiences

Download (23.1 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:10am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Mark Middlebrook
ISBN 0764540459
Release Date 30 November 1999

Meet AutoCAD and AutoCAD LT® and find out where to draw the line

Tour AutoCAD’s new features, make CAD standards rule, and find the friendlier xref

Once upon a time, architectural drawings were created with – gasp –pencils, paper, and T-squares. Then came AutoCAD, with all its capabilities and complications. While this book won’t turn back the clock, it will make it easy to explore AutoCAD 2004’s new interface, conform with CAD standards, get the lowdown on 3D, and discover all the amazing things you and AutoCAD can do.

The Dummies Way


  • Explanations in plain English
  • "Get in, get out" information
  • Icons and other navigational aids
  • Tear-out cheat sheet
  • Top ten lists
  • A dash of humor and fun
Download (12.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:08am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Shamms Mortier
ISBN 0764516760
Release Date 30 November 1999

  • Helps beginning and intermediate users gain the upper hand on the world's bestselling professional 3D graphics software, which is used by an estimated 170,000 animators in film, television, games, and other industries
  • Covers the essentials, such as the 3ds max interface, navigation, and display tools, then moves on to modeling, modifiers, mapping surfaces, rendering, using lighting, and creating 3D animations
  • Clear explanations, example projects, and lots of illustrations help readers get up to speed fast
  • Explores the substantial updates and enhancements to 3ds max
  • Author has written more than twenty computer graphics and animation books
Download (21.2 MB)

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:07am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Walter Bruce
ISBN 0764539108
Release Date 30 November 1999
Pick the right equipment, secure your network, and share files

Share your Internet connection, access hot spots, and add on cool wireless peripherals

Thinking of going wireless? It's not as scary as it sounds! This fast and fun guidebook helps you decide what you need, install it, and get the most from all its cool options. Your PCs can share printers while you groove to your favorite MP3s and the family shares quality video game time - all from anywhere!

The Dummies Way


  • Explanations in plain English
  • "Get in, get out" information
  • Icons and other navigational aids
  • Tear-out cheat sheet
  • Top ten lists
  • A dash of humor and fun
Download (4.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:06am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Ed Tittel
ISBN 0764519956
Release Date 30 November 1999
Hard core programmers would say that HTML is for dummies. Even so, for those of us who want to build and maintain our own Web sites, but cringe at the sight of anything resembling a programming language, HTML 4 for Dummies is the hand-holding guide to help us through those processes.

Because many HTML editors do all the site-building work for you, it's strange the authors chose to wait until appendix C in the back of the book to explain why you must know HTML. Still, their reasons for learning HTML are sound, and the advice they dispense is solid.

Beyond going through the ins and outs of HTML tags, the book does a fine job of explaining what design elements work and how to avoid common mistakes. The section on XHTML ensures that budding site builders have all the latest tools at their disposal.

Whether your goal is to build a simple, text-oriented Web site or one loaded with frames, graphics, and animation, HTML 4 for Dummies will put you on the right track. --John Frederick Moore

Download (5.9 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:04am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Stuart McClure
ISBN 076455784X
Release Date 30 November 1999
“…a good read…a price well-worth paying, because such works are invaluable…� (InfoSecurity News Magazine, August 2004)

“…an excellent aide…� (PC Home, August 2004)

“…should be of interest to both ethical and malicious hackers…� (Publishing News, 22nd March 2004)

Download (5.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 3:02am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Brad Hill
ISBN 0764571435
Release Date 14 June 2004
Page 374
# The first-ever book to show businesses step by step how to capitalize on advertising programs offered by Google, the world's #1 search engine, with more than 200 million search queries per day
# Written by a veteran For Dummies author working in cooperation with Google, which will help support the book
# From selecting the right keywords to crafting the right message, the book explains how to boost site traffic using AdWords, Google's hugely successful sponsored-link advertising program, which now has more than 150,000 advertisers
# Also details how to make money with AdSense, a Google program that funnels relevant AdWords ads to other sites-and pays those sites whenever someone clicks on them

Download (10.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 23rd, 2007, 2:58am CEST

Tags  [edit]

Publisher For Dummies
Author(s) Joern Wettern
ISBN 0764540483
Release Date 30 November 1999
With more and more small-office and home computers being left connected to the Internet at all times, the owners of those machines are being faced with problems that used to confront only big operations. The authors of Firewalls for Dummies spread the message: everyone with a cable modem, data satellite dish, or DSL connection needs a firewall now. Thankfully, though, these guys go beyond merely showing how to set up turnkey personal firewall products--too many Dummies books explain the obvious and the generally intuitive--and reveal how to set up the sorts of firewalls that protect sizable networks. By understanding these techniques, small operators can plan for growth and improve their level of protection. What's more, this book provides a serious explanation of corporate firewall products and techniques that's appropriate for people who build and maintain big systems.

The authors generally steer away from showing how to configure specific firewall products, though a few of the biggies--Microsoft Internet Security and Acceleration Server, BlackICE, ZoneAlarm, and Check Point FireWall-1--get comparative overview coverage. Mostly, they favor more general firewall configuration strategies and techniques. These they explain with a lot of prose, a fair number of conceptual diagrams, and tables that sum up permission rules. This is a worthwhile read. --David Wall

Topics covered: Firewalls and the ways they can be deployed to prevent unauthorized access to computers and networks without interfering with the protected users' ability to get out to the Internet. A summary of networking fundamentals as they apply to firewalls is followed by coverage of network address translation (NAT), demilitarized zones (DMZs) as created by multiple or even single computers, and filtering policies.


Download (6.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 2:41pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Bud E. Smith, Arthur Bebak
ISBN 0764573276
Release Date 04 October 2004
Page 378

* Now updated to cover the latest tools and techniques, this perennial bestseller shows people how to create their first Web page, from using simple HTML techniques to adding images to create a look and feel
* Forty percent revised material includes updates on using free tools such as Netscape Composer, creating better Web graphics, and harnessing broadband connections for Web publishing
* The book now covers using Weblog technology to enhance and update a site, as well as working with GeoCities as a free Web space provider
* The only book written for the absolute Web page beginner-it assumes no HTML knowledge or design background-and one of the few books that shows how to build a simple site without focusing on a specific tool
* The CD-ROM includes tryout versions of software covered in the book so readers can get started right away

Download (5.9 MB)

or

Download ebook


DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 2:12pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Korry Douglas
ISBN 0764571737
Release Date 30 November 1999

  • Formerly known as Red Hat Linux, the Fedora Core distribution is an excellent, no-cost alternative to Windows, Solaris, and other expensive operating systems
  • Red Hat currently controls an estimated seventy percent of the Linux market in the U.S.
  • This book gives experienced and first-time Fedora users sixty concise, step-by-step, timesaving techniques to help them perform tasks with Fedora more efficiently
  • Organized by topic, the techniques are presented in the friendly, easy-to-understand For Dummies style, with a minimum of technical jargon
  • The techniques run the gamut of end-user, system administration, and development tasks, ranging from desktop, file system, RPM, and database tips to Internet server, e-mail server, networking, system monitoring, security, and Linux kernel tricks
  • Covers the latest release of Red Hat's Fedora Core distribution
Download (9.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 2:11pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Allen Wyatt
ISBN 076457549X
Release Date 30 November 1999

  • This wide-ranging guide helps ordinary users fight back against Windows slowdowns, glitches, and annoyances
  • Windows is the world's dominant desktop operating system, with 93.8 percent of the market as of 2002
  • Packed with savvy tips for decluttering a system, speeding up access to programs and data, customizing the interface, rooting out resource hogs, tuning up e-mail and Web browser performance, protecting against viruses, and more
  • Focuses on Windows XP and covers the new Service Pack 2, but many techniques are applicable to older Windows versions
Download (5.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 2:09pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Peter Weverka, Tony Bove, Mark L. Chambers, Marsha
ISBN 0764574159
Release Date 23 August 2004
Page 928

* At 900+ pages, this GigaBook delivers more Internet guidance than any other general reference on the market-all for under $35

* Shows how to make the most of the Internet's hottest sites and services, including eBay, Google, iTunes, and Yahoo!

* Offers complete coverage of the basics-from signing up to e-mail and Web browsing

* Comes with handy reusable peel-and-stick reference tabs to help readers save their place or mark their favorite pages

* Collects unbeatable content from some of today's bestselling For Dummies authors, including Marsha Collier (eBay For Dummies; 0- 7645-5654-1), John Levine and Margaret Levine Young (The Internet For Dummies; 0-7645-4173-0), Brad Hill (Google For Dummies; 0-7645- 4420-9), and Tony Bove and Cheryl Rhodes (iPod and iTunes For Dummies; 0-7645-4449-7)

Download (26 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 2:07pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Janet Valade
ISBN 0764555898
Release Date 30 November 1999
Updated for PHP 5 and MySQL 4 Create dynamic, interactive Web pages on Windows, Linux, or Mac OS X systems Open up a whole new world of Web database applications with PHP and MySQL, the perfect open source pair! This handy guidebook shows you how, with sample applications of an online catalog and a members-only Web site. Get the scoop on security issues, set up your Apache Web server, design the ideal database, and more. The Dummies Way Explanations in plain English "Get in, get out" information Icons and other navigational aids Tear-out cheat sheet Top ten lists A dash of humor and fun Discover how to: Plan and develop a Web database application Design and build the database Write custom PHP application programs Work with numbers and character strings Move information from one Web page to another

Download (3.5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 2:05pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Allen G.Taylor
ISBN 0764540750
Release Date 28 July 2003
Page 432
Many database management system (DBMS) tools run on a variety of hardware platforms. The differences among the tools can be many, but all serious products have one thing in common: They support data access and manipulation in SQL, the industry-standard language specifically designed to enable people to create and manage databases. If you know SQL, you can build relational databases and get useful information out of them.
Relational database management systems are vital to many organizations. People often think that creating and maintaining these systems are extremely complex activities – the domain of database gurus who possess enlightenment beyond that of ordinary mortals. Well, SQL For Dummies, 5th Edition, sweeps away the database mystique.

Written in easy-to-understand terms and updated with the latest information on SQL, this handy reference shows you step-by-step how to make your database designs a reality using SQL:2003. But you don't have to be a database newbie to find value in SQL For Dummies, 5th Edition; even if you have some experience designing and creating databases, you may discover a few things you didn't know about.

Here's just a sampling of some of the things you'll find covered in SQL For Dummies, 5th Edition:

- Exploring relational database and SQL fundamentals
- Building and maintaining a simple database structure
- Building a multiple relational database
- Manipulating database data
- Examining SQL nuts and bolts: values, expressions, operators, and queries
- Providing database security and protecting your data
- Exploring ODBC and JDBC, and using SQL with XML
- Moving beyond the basics: cursors, persistent stored modules, and error-handling
- Top Ten lists on common SQL mistakes and retrieval tips

Plain and simply, databases are the best tools ever invented for keeping track of the things you care about. After you understand databases and can use SQL to make them do your bidding, you wield tremendous power. SQL For Dummies, 5th Edition, can get you well on your way to harnessing the power of databases.


Download (2.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 15th, 2007, 1:06pm CEST

Tags  [edit]

Publisher For Dummies
Author(s) Janet Valade
ISBN 0764541668
Release Date 19 April 2004
Page 416
Covers the latest major release of PHP, the most popular open source Web scripting language, in the friendly, easy-to-understand For Dummies style
--PHP is installed on nearly nine million servers, and usage has grown at the rate of 6.5 percent per month for the past two years
--PHP is easy to learn, well suited for Web development, and can be embedded with HTML, making it a good choice for creating dynamic Web pages for e-commerce sites and other Web applications; a database-friendly language, it connects easily to Sybase, MySQL, mSQL, Oracle, and other databases
--Explains how to acquire and install PHP, how PHP's features make it a useful scripting language, and how to use PHP for three of the most common applications: interactive Web sites, database storage, and common operating system tasks

Download (2.3 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 5:08am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Gordon Russell
ISBN 0596527993
Release Date 21 November 2006

Whether you're running Access, MySQL, SQL Server, Oracle, or PostgreSQL, this book will help you push the limits of traditional SQL to squeeze data effectively from your database. The book offers 100 hacks -- unique tips and tools -- that bring you the knowledge of experts who apply what they know in the real world to help you take full advantage of the expressive power of SQL. You'll find practical techniques to address complex data manipulation problems. Learn how to:

  • Wrangle data in the most efficient way possible
  • Aggregate and organize your data for meaningful and accurate reporting
  • Make the most of subqueries, joins, and unions
  • Stay on top of the performance of your queries and the server that runs them
  • Avoid common SQL security pitfalls, including the dreaded SQL injection attack


Let SQL Hacks serve as your toolbox for digging up and manipulating data. If you love to tinker and optimize, SQL is the perfect technology and SQL Hacks is the must-have book for you.

Download (1.9 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 5:06am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Andrew Lockhart
ISBN 0596527632
Release Date 30 October 2006

In the fast-moving world of computers, things are always changing. Since the first edition of this strong-selling book appeared two years ago, network security techniques and tools have evolved rapidly to meet new and more sophisticated threats that pop up with alarming regularity. The second edition offers both new and thoroughly updated hacks for Linux, Windows, OpenBSD, and Mac OS X servers that not only enable readers to secure TCP/IP-based services, but helps them implement a good deal of clever host-based security techniques as well.

This second edition of Network Security Hacks offers 125 concise and practical hacks, including more information for Windows administrators, hacks for wireless networking (such as setting up a captive portal and securing against rogue hotspots), and techniques to ensure privacy and anonymity, including ways to evade network traffic analysis, encrypt email and files, and protect against phishing attacks. System administrators looking for reliable answers will also find concise examples of applied encryption, intrusion detection, logging, trending and incident response.

In fact, this "roll up your sleeves and get busy" security book features updated tips, tricks & techniques across the board to ensure that it provides the most current information for all of the major server software packages. These hacks are quick, clever, and devilishly effective.

Download (3.8 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 5:03am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Tara Calishain
ISBN 0596527063
Release Date 03 August 2006
Everyone loves Google, and it's the first place many people turn to locate information on the Internet. There's a big gap, though, between knowing that you can use Google to get advance information on your blind date and having a handle on the considerable roster of fact-finding tools that the site makes available. Google Hacks reveals--and documents in considerable detail--a large collection of Google capabilities that many readers won't have even been aware of. Want to find the best price on a pair of leg warmers? Try the Froogle price-searcher that's hidden within the Google site. Interested in finding weblog commentary about a particular subject? Tara Calishain and Rael Dornfest call your attention to the special Google syntaxes for that purpose. This book makes it clear that there's lots more to the Google site than typing in a few keywords and trusting the search engine to yield useful results.

If you're a programmer--or even just familiar with a HTML or a scripting language--Google opens up even further. A large part of Google Hacks concerns itself with the Google API (the collection of capabilities that Google exposes for use by software) and other programmers' resources. For example, the authors include a simple Perl application that queries the Google engine with terms specified by the user. They also document XooMLe, which delivers Google results in XML form. In brief, this is the best compendium of Google's lesser-known capabilities available anywhere, including the Google site itself. --David Wall

Topics covered: How to get the most from the Google search engine by using its Web-accessible features (including product searches, image searches, news searches, and newsgroup searches) and the large collection of desktop-resident toolbars available, as well as its advanced search syntax. Other sections have to do with programming with the Google API and simple "scrapes" of results pages, while further coverage addresses how to get your Web page to feature prominently in Google keyword searches.

Download (5.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 5:01am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Kyle Rankin
ISBN 0596100760
Release Date 01 December 2005
The fact that Linux has more multimedia application choices than Mac OS X and Windows combined may come as a surprise to many, but not to those who know Linux well. In Linux Multimedia Hacks, author Kyle Rankin showcases the best available multimedia tools so you can maximize the entertainment capabilities of your favorite OS. Included are tips and tricks for connecting to iPods, creating MP3s and Oggs, watching and making DVDs, turning your Linux box into a Tivo ala MythTV, and much more.
You don't have to be a Linux server guru to make use of this book. Linux Multimedia Hacks takes the best of Linux's multimedia tools and with step-by-step instructions shows even novice users how to do cool and useful things with images, audio, and video. It includes entry level hacks that nearly all Linux users will want, such as installing codecs for audio and video playback and managing thousands of photographs. Later, you'll find hacks that cover a variety of advanced projects, from ripping and organizing media files with metatags, to editing video and audio tracks, to creating your own DVDs. Basic or advanced, each hack stands on its own, so you can feel free to jump around to only the sections that interest you.

The book is divided into five easy-to-understand chapters:

  • Images: tips range from basic image edits to automated image manipulation
  • Audio: hacks include audio format conversion and tweaking metadata within audio files
  • Video: learn how to covert between video formats, plus how to create your own VCDs and DVDs
  • Broadcast Media: tips include how to access and create you own web broadcasts as well as watch and record TV
  • Web: learn how to make your multimedia creations available to the world


As one of the most powerful multimedia platforms around, Linux has far more capabilities and features than meets the eye. This latest Hacks book gives you the technical chops to enjoy them all.

Download (1.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:58am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Eric T Peterson
ISBN 0596009887
Release Date 19 August 2005
In order to establish and then maintain a successful presence on the Web, designing a creative site is only half the battle. What good is an intricate Web infrastructure if you're unable to measure its effectiveness? That's why every business is desperate for feedback on their site's visitors: Who are they? Why do they visit? What information or service is most valuable to them?

Unfortunately, most common Web analytics software applications are long on functionality and short on documentation. Without clear guidance on how these applications should be integrated into the greater Web strategy, these often expensive investments go underused and underappreciated.

Enter Web Site Measurement Hacks, a guidebook that helps you understand your Web site visitors and how they contribute to your business's success. It helps organizations and individual operators alike make the most of their Web investment by providing tools, techniques, and strategies for measuring--and then improving--their site's usability, performance, and design. Among the many topics covered, you'll learn:


  • definitions of commonly used terms, such as "key performance indicators" (KPIs)
  • how to drive potential customers to action
  • how to gather crucial marketing and customer data
  • which features are useful and which are superfluous
  • advanced techniques that senior Web site analysts use on a daily basis


By examining how real-world companies use analytics to their success, Web Site Measurement Hacks demonstrates how you, too, can accurately measure your Web site's overall effectiveness. Just as importantly, it bridges the gulf between the technical teams charged with maintaining your Web's infrastructure and the business teams charged with making management decisions.

It's the technology companion that every site administrator needs.

Download (6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:56am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Damien Stolarz
ISBN 0596008716
Release Date 01 July 2005
A car PC or carputer is a car tricked-out with electronics for playing radio, music and DVD movies, connecting to the Internet, navigating and tracking with satellite, taking photos, and any electronic gadget a person wants in a car. All these devices are managed and controlled through a single screen or interface. The only place car PC enthusiasts can go for advice, tips and tools is a handful of hard-to-find Web sites--until now. Car PC Hacks is your guide into the car PC revolution. Packing MP3 players, handheld devices, computers and video-on-demand systems gives you a pile too heavy to carry. But add a car and put them together, you've got a powerful and mobile multimedia center requiring no lifting. The next time you give kids a lift, you won't hear, "Are we there yet?" Instead, expect "We're there already?" as they won't want to leave the car while playing video games from multiple consoles. Car PC Hacks is the first book available to introduce and entrench you into this hot new market. You can count on the book because it hails from O'Reilly, a trusted resource for technical books. Expect innovation, useful tools, and fun experiments that you've come to expect from O'Reilly's Hacks Series. Maybe you've hacked computers and gadgets, and now you're ready to take it to your car. If hacking is new and you would like to mix cars and computers, this book gets you started with its introduction to the basics of car electrical systems. Even when you're unclear on the difference between amps and watts, expect a clear explanation along with real-life examples to get on track. Whether you're venturing into car PC for the first time or an experienced hobbyist, hop in the book for a joy ride.

Download (1.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:51am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) David A. Karp
ISBN 059610068X
Release Date 01 June 2005
Whatever you call it--an online auction house, the world's largest flea market, or a vast social experiment--no metaphor completely describes the huge trading community that is eBay. Underneath it all, eBay is also a computer program and a complex socio-economic system, requiring experience, finesse, and the right tools to master. eBay Hacks, 2nd Edition has been completely revised and updated to make use of an array of new tools and features, as well as to reflect the changes in the eBay API, eBay's policies, and general practices of its increasingly sophisticated users. In all, the new edition of eBay Hacks sports 30 brand-new hacks plus dozens of hacks that have been expanded, deepened, or otherwise completely rewritten. eBay Hacks shows you how to become a more efficient buyer and seller with clever tricks and shortcuts that will surprise even the most experienced eBayers. The book's wide range of topics covers all aspects of using eBay, such as advanced searching techniques, sniping tools, selling strategies, photography tips, and even research techniques for PowerSellers. But eBay Hacks doesn't just cover the basics; you'll learn how to write scripts to automate tedious tasks, take better photos, and tap into the eBay API to develop your own custom tools. Unlike no other book, eBay Hacks, 2nd Edition also provides insight into the social aspects of the eBay community, with diplomatic tools to help to get what you want with the least hassle and risk of negative feedback. This bestseller supplies you with the tools you need to master eBay, whether as a buyer or seller, casual surfer or serious collector, novice or seasoned expert. With this guide, you will become a savvy power user who trades smarter and safer, makes more money, enjoys successes, and has fun doing it.
Download (3.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:48am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Bill Childers
ISBN 0596527209
Release Date 14 June 2006

The Ubuntu distribution simplifies Linux by providing a sensible collection of applications, an easy-to-use package manager, and lots of fine-tuning, which make it possibly the best Linux for desktops and laptops. Readers of both Linux Journal and TUX Magazine confirmed this by voting Ubuntu as the best Linux distribution in each publication's 2005 Readers Choice Awards. None of that simplification, however, makes Ubuntu any less fun if you're a hacker or a power user.

Like all books in the "Hacks" series, Ubuntu Hacks includes 100 quick tips and tricks for all users of all technical levels. Beginners will appreciate the installation advice and tips on getting the most out of the free applications packaged with Ubuntu, while intermediate and advanced readers will learn the ins-and-outs of power management, wireless roaming, 3D video acceleration, server configuration, and much more.

Download (3.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:46am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Bruce Frey
ISBN 0596101643
Release Date 09 May 2006

Want to calculate the probability that an event will happen? Be able to spot fake data? Prove beyond doubt whether one thing causes another? Or learn to be a better gambler? You can do that and much more with 75 practical and fun hacks packed into Statistics Hacks. These cool tips, tricks, and mind-boggling solutions from the world of statistics, measurement, and research methods will not only amaze and entertain you, but will give you an advantage in several real-world situations-including business.
This book is ideal for anyone who likes puzzles, brainteasers, games, gambling, magic tricks, and those who want to apply math and science to everyday circumstances. Several hacks in the first chapter alone-such as the "central limit theorem,", which allows you to know everything by knowing just a little-serve as sound approaches for marketing and other business objectives. Using the tools of inferential statistics, you can understand the way probability works, discover relationships, predict events with uncanny accuracy, and even make a little money with a well-placed wager here and there.

Statistics Hacks presents useful techniques from statistics, educational and psychological measurement, and experimental research to help you solve a variety of problems in business, games, and life. You'll learn how to:


  • Play smart when you play Texas Hold 'Em, blackjack, roulette, dice games, or even the lottery
  • Design your own winnable bar bets to make money and amaze your friends
  • Predict the outcomes of baseball games, know when to "go for two" in football, and anticipate the winners of other sporting events with surprising accuracy
  • Demystify amazing coincidences and distinguish the truly random from the only seemingly random--even keep your iPod's "random" shuffle honest
  • Spot fraudulent data, detect plagiarism, and break codes
  • How to isolate the effects of observation on the thing observed


Whether you're a statistics enthusiast who does calculations in your sleep or a civilian who is entertained by clever solutions to interesting problems, Statistics Hacks has tools to give you an edge over the world's slim odds.

Download (1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:44am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Jim Bumgardner
ISBN 0596102453
Release Date 21 February 2006

Over two million registered Flickr users and counting have discovered the ease and fun of organizing their photo libraries, showing off their favorite pictures to the world, and securely sharing their private pictures with friends, family, or ad hoc groups. But Flickr's own plethora of intuitive menus, options, and features just scratches the surface.

Flickr Hacks goes beyond the basics of storing, sorting, and sharing your photos to the much bigger playground of what's possible. Whether you're a beginner looking to manage your metadata and play with tags, or a programmer in need of a detailed reference of Flickr API methods, you'll find what you're looking for here. In addition to getting under the hood of some of the most popular third-party Flickr toys already in the wild, you'll learn how to:


  • Post photos to your blog directly from your cameraphone
  • Mash up your own photos or others' public pictures into custom mosaics, collages, sliding puzzles, slideshows, or ransom notes
  • Back up your Flickr library to your desktop, and save the comments too
  • Set random desktop backgrounds and build your own Flickr screensaver
  • Geotag your photos and map your contacts
  • Download a list of photos and make a contact sheet
  • Make your own Flickr-style tag cloud to visualize the frequency of common tags
  • Build a color picker with a dynamic color wheel of Flickr photos
  • Feed photos to your web site and subscribe to custom Flickr feeds using RSS
  • Talk to the Flickr API using your web browser, Perl, or PHP; authenticate yourself and other users; and build custom API applications
Download (5.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:40am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) C.K. Sample III
ISBN 0596101430
Release Date 01 January 2006
Sure, it's just what you've been clamoring for: an ultra slick, portable version of the most popular console gaming system in the world. But Sony's new PlayStation Portable (PSP) isn't just a handheld gaming device. Beyond its killer graphics and spectacular widescreen LCD for unparalleled game play, it also sports wireless connectivity and a variety of multimedia features, including video, music, and digital photography. Your wildly versatile, endlessly powerful PSP practically begs you to hack and repurpose it to your liking.

To save you the trouble and show you how to make the PSP do more than you ever imagined--and more than Sony ever intended--PSP Hacks is one succinct volume of 50 of the coolest, most useful, up-to-the-minute hacks for this amazing device. You'll learn how to open your PSP's hardware and what to safely plug into it. You'll explore and put to good use every hidden feature of the device. You'll be able to move all sorts of multimedia onto your PSP and find ways to extend its wireless capabilities. And you'll find out how to get the very best experience out of online game play.

With PSP Hacks, you can accomplish a whole lot more than good gaming on the PSP. You'll quickly learn to surf the Web with a PSP, chat in IRC, and use the PSP to read web comics, ebooks, and RSS feeds. Other expert tips and tools allow you to sync an address book to your PSP, watch UMD movies, fool iTunes into thinking the PSP is an iPod Shuffle, and much more.

The innovative hacks, tweaks, and how-tos in this essential guide make it easy to customize your PSP, take full advantage of features, capabilities, and functionality far beyond what's listed in the PSP user manual, and make your PSP perform countless tricks that only an all-in-one portable entertainment unit as remarkable and revolutionary as this one could.

Download (3.9 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:37am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Jo Walsh
ISBN 0596007035
Release Date 09 June 2005
The Mono Project is the much talked-about open source initiative to create a Unix implementation of Microsoft's .NET Development Framework. Its purpose is to allow Unix developers to build and deploy cross-platform .NET applications. The project has also sparked interest in developing components, libraries and frameworks with C#, the programming language of .NET. The controversy? Some say Mono will become the preferred platform for Linux development, empowering Linux/Unix developers. Others say it will allow Microsoft to embrace, extend, and extinguish Linux. The controversy rages on, but--like many developers--maybe you've had enough talk and want to see what Mono is really all about. There's one way to find out: roll up your sleeves, get to work, and see what you Mono can do. How do you start? You can research Mono at length. You can play around with it, hoping to figure things out for yourself. Or, you can get straight to work with Mono: A Developer's Notebook--a hands-on guide and your trusty lab partner as you explore Mono 1.0. Light on theory and long on practical application, Mono: A Developer's Notebook bypasses the talk and theory, and jumps right into Mono 1.0. Diving quickly into a rapid tour of Mono, you'll work through nearly fifty mini-projects that will introduce you to the most important and compelling aspects of the 1.0 release. Using the task-oriented format of this new series, you'll learn how to acquire, install, and run Mono on Linux, Windows, or Mac OS X. You'll work with the various Mono components: Gtk#, the Common Language Runtime, the class libraries (both .NET and Mono-provided class libraries), IKVM and the Mono C# compiler. No other resource will take you so deeply into Mono so quickly or show you as effectively what Mono is capable of. The new Developer's Notebooks series from O'Reilly covers important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing--you'll get the goods straight from the masters, in an informal and code-intensive style that suits developers. If you've been curious about Mono, but haven't known where to start, this no-fluff, lab-style guide is the solution.
Download (33.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:35am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Bruce Perry
ISBN 0596101694
Release Date 01 March 2006
Those of you familiar with Ajax (Asynchronous JavaScript and XML) know how useful the technology is for creating interactive web applications with XML-based web services and JavaScript in the browser to process the web server response. Responsive web applications with client-like functionality are the new wave of the Internet. Now, Ajax Hacks offers you 100 new tips and techniques for building faster web apps with rich client interfaces.

With practical and clever hacks supplied by several web professionals, this book shows you how to use Ajax to integrate Google Maps and Yahoo Maps, display Weather.com data, scrape stock quotes, fetch postal codes, and build web forms with auto-complete functionality. Advanced hacks teach you how to create huge, maintainable bookmarklets, how to use client-side storage for Ajax applications, and how to call a built-in Java object from JavaScript using Ajax. The book also addresses best practices for testing Ajax applications and improving maintenance, performance, and reliability for JavaScript code.

Ajax reduces the amount of data interchanged between the web browser and web server to speed up the web experience. Now, with Ajax Hacks, we'll help you enrich that experience even further.

Download (817.4 KB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:34am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Schuyler Erle
ISBN 0596101619
Release Date 01 January 2006
Want to find every pizza place within a 15-mile radius? Where the dog parks are in a new town? The most central meeting place for your class, club or group of friends? The cheapest gas stations on a day-to-day basis? The location of convicted sex offenders in an area to which you may be considering moving? The applications, serendipitous and serious, seem to be infinite, as developers find ever more creative ways to add to and customize the satellite images and underlying API of Google Maps.

Written by Schuyler Erle and Rich Gibson, authors of the popular Mapping Hacks, Google Maps Hacks shares dozens of tricks for combining the capabilities of Google Maps with your own datasets. Such diverse information as apartment listings, crime reporting or flight routes can be integrated with Google's satellite imagery in creative ways, to yield new and useful applications.

The authors begin with a complete introduction to the "standard" features of Google Maps. The adventure continues with 60 useful and interesting mapping projects that demonstrate ways developers have added their own features to the maps. After that's given you ideas of your own, you learn to apply the techniques and tools to add your own data to customize and manipulate Google Maps. Even Google seems to be tacitly blessing what might be seen as unauthorized use, but maybe they just know a good thing when they see one.

With the tricks and techniques you'll learn from Google Maps Hacks, you'll be able to adapt Google's satellite map feature to create interactive maps for personal and commercial applications for businesses ranging from real estate to package delivery to home services, transportation and more. Includes a foreword by Google Maps tech leads, Jens and Lars Rasmussen.
Download (8.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:29am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Andrew Sheppard
ISBN 0596101899
Release Date 12 December 2005
If you've heard about Skype--and who hasn't with all the recent media attention devoted to Internet telephone services--chances are you've been mighty tempted to try it out. Skype Hacks tells you what all the Skype hype is about, explains the basics, and shows you more than 100 clever tips and tricks for tweaking and tuning Skype to make it do just what you want and more.

Millions of people (48 million and counting, in fact) have opted for Skype, which uses peer-to-peer (P2P) technology to turn any PC, Mac, or Pocket PC into a telephone. Skype offers free calls between computers and extremely cheap calls to "old-fashioned" phone numbers (landlines and mobile phones). The sound quality is excellent, and end-to-end encryption means the connection is private and secure.

But if you really know what you're doing, Skype can accomplish a whole lot more than that. Software developer and author Andrew Sheppard recently converted his entire house to Skype and uses it for all his personal and business calls, even when he's traveling. In Skype Hacks, he shows you how to do things with the technology that even the engineers at Skype probably never intended.

Skype Hacks shows you how to:

  • Get started with Skype
  • Figure out how much money you're saving and maximize your savings
  • Cut the ties to your old phone company
  • Optimize your Skype configuration
  • Integrate Skype with desktop tools like Microsoft Office and your web browser
  • Set up a Skype-based call center


The book offers ideas for creating and organizing a contacts list, using Skype to transfer files, taking advantage of chat and voicemail capabilities, turning a PDA into a mobile phone, and automating Skype for even greater efficiency. So whether you'd simply like to give Skype a trial run, you want new Skype ring tones and fun on-hold music, or you're considering wiring your home with Skype to get rid of "regular" phone service altogether, Skype Hacks is your ideal guide.
Download (3.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:27am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Brian Jones
ISBN 0596100825
Release Date 01 December 2005
Today's system administrators deal with a vast number of situations, operating systems, software packages, and problems. Those who are in the know have kept their copy of Linux Server Hacks close at hand to ease their burden. And while this helps, it's not enough: any sys admin knows there are many more hacks, cool tips, and ways of solving problems than can fit in a single volume (one that mere mortals can lift, that is).

Which is why we created Linux Server Hacks, Volume Two, a second collection of incredibly useful tips and tricks for finding and using dozens of open source tools you can apply to solve your sys admin problems. The power and flexibility of Linux and Open Source means that there is an astounding amount of great software out there waiting to be applied to your sys admin problems -- if only you knew about it and had enough information to get started. Hence, Linux Server Hacks, Volume Two.

This handy reference offers 100 completely new server management tips and techniques designed to improve your productivity and sharpen your administrative skills. Each hack represents a clever way to accomplish a specific task, saving you countless hours of searching for the right answer. No more sifting through man pages, HOWTO websites, or source code comments -- the only resource you need is right here. And you don't have to be a system administrator with hundreds of boxen to get something useful from this book as many of the hacks apply equally well to a single system or a home network.

Compiled by experts, these hacks not only give you the step-by-step instructions necessary to implement the software, but they also provide the context to truly enable you to learn the technology. Topics include:


  • Authentication
  • Remote GUI connectivity
  • Storage management
  • File sharing and synchronizing resources
  • Security/lockdown instruction
  • Log files and monitoring
  • Troubleshooting
  • System rescue, recovery, and repair


Whether they help you recover lost data, collect information from distributed clients, or synchronize administrative environments, the solutions found in Linux Server Hacks, Volume Two will simplify your life as a system administrator.

Download (2.3 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:24am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Jack Herrington
ISBN 0596101392
Release Date 12 December 2005

Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million web sites, surpassing Microsoft's ASP .NET technology in popularity. Not surprisingly, this surge in usage has resulted in a number of PHP books hitting the market. Only one, though, takes the language beyond traditional Web programming and into mapping, graphing, multimedia, and beyond: PHP Hacks.

In PHP Hacks, author Jack Herrington wrings out his 20 years of code generation experience to deliver hands-on tools ranging from basic PHP and PEAR installation and scripting to advanced multimedia and database optimizing tricks.

On the practical side of things, PHP Hacks helps you develop more robust PHP applications by explaining how to improve your database design, automate application testing, and employ design patterns in your PHP scripts and classes. In the category of "cool," Herrington explains how to upgrade your Web interface through the creation of tabs, stickies, popups, and calendars. He even examines how to leverage maps and graphics in PHP. There's also a bounty of image and application hacks, including those that show you how to:

* Integrate web sites with Google maps and satellite imaging
* Dynamically display iPhoto libraries online
* Add IRC, SMS, and Instant Messaging capabilities to your Web applications
* Drop the latest Wikipedia dictionary onto your Sony PSP
* Render graphics and user interfaces with SVG, DHTML, and Ajax

Whether you're a newcomer or an expert, you'll find great value in PHP Hacks, the only PHP guide that offers something useful and fun for everyone.

Download (3.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:22am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Ted Wallingford
ISBN 0596101333
Release Date 01 December 2005
Voice over Internet Protocol (VoIP) is gaining a lot of attention these days, as more companies and individuals switch from standard telephone service to phone service via the Internet. The reason is simple: A single network to carry voice and data is easier to scale, maintain, and administer. As an added bonus, it's also cheaper, because VoIP is free of the endless government regulations and tariffs imposed upon phone companies.

VoIP is simply overflowing with hack potential, and VoIP Hacks is the practical guide from O'Reilly that presents these possibilities to you. It provides dozens of hands-on projects for building a VoIP network, showing you how to tweak and customize a multitude of exciting things to get the job done. Along the way, you'll also learn which standards and practices work best for your particular environment. Among the quick and clever solutions showcased in the book are those for:


  • gauging VoIP readiness on an enterprise network
  • using SIP, H.323, and other signaling specifications
  • providing low-layer security in a VoIP environment
  • employing IP hardphones, analog telephone adapters, and softPBX servers
  • dealing with and avoiding the most common VoIP deployment mistakes


In reality, VoIP Hacks contains only a small subset of VoIP knowledge-enough to serve as an introduction to the world of VoIP and teach you how to use it to save money, be more productive, or just impress your friends. If you love to tinker and optimize, this is the one technology, and the one book, you must investigate.

Download (2.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:21am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Roger Weeks
ISBN 0596101449
Release Date 22 November 2005

The popularity of wireless networking has grown exponentially over the past few years, despite a general downward trend in the telecommunications industry. More and more computers and users worldwide communicate via radio waves every day, cutting the tethers of the cabled network both at home and at work.

Wireless technology changes not only the way we talk to our devices, but also what we ask them to do. With greater flexibility, broader range, and increased mobility, wireless networks let us live, work, and think differently. Wireless networks also open up a vast range of tasty new hack possibilities, from fine-tuning network frequencies to hot-rodding handhelds.

The second edition of Wireless Hacks, co-authored by Rob Flickenger and Roger Weeks, brings readers more of the practical tips and tricks that made the first edition a runaway hit, selling nearly 30,000 copies. Completely revised and updated, this version includes over thirty brand-new hacks, major overhauls of over thirty more, and timely adjustments and touch-ups to dozens of other hacks introduced in the first edition. From passive network scanning to aligning long-distance antennas, beefing up wireless network security, and beyond, Wireless Hacks answers real-life networking needs with direct solutions.

Flickenger and Weeks both have extensive experience in systems and network administration, and share a passion for making wireless more broadly available. The authors include detailed coverage in Wireless Hacks for important new changes in specifications, hardware and software, and delve deep into cellular and Bluetooth technologies.

Whether you need your wireless network to extend to the edge of your desk, fit into your backpack, or cross county lines, the proven techniques in Wireless Hacks will show you how to get the coverage and functionality you're looking for.

Download (4.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 11th, 2007, 4:17am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Mark Pilgrim
ISBN 0596101651
Release Date 15 November 2005

Greasemonkey Hacks is an invaluable compendium 100 ingenious hacks for power users who want to master Greasemonkey, the hot new Firefox extension that allows you to write scripts that alter the web pages you visit. With Greasemonkey, you can create scripts that make a web site more usable, fix rendering bugs that site owners can't be bothered to fix themselves, or add items to a web site's menu bar. You can alter pages so they work better with technologies that speak a web page out loud or convert it to Braille. Greasemonkey gurus can even import, combine, and alter data from different web sites to meet their own specific needs.
Greasemonkey has achieved a cult-like following in its short lifespan, but its uses are just beginning to be explored. Let's say you're shopping on an e-commerce site. You can create a script that will automatically display competitive prices for that particular product from other web sites. The possibilities are limited only by your imagination and your Greasemonkey expertise. Greasemonkey Hacks can't help you with the imagination part, but it can provide the expert hacks-complete with the sample code-you need to turn your brainstorms into reality.

More than just an essential collection of made-to-order Greasemonkey solutions, Greasemonkey Hacks is crammed with sample code, a Greasemonkey API reference, and a comprehensive list of resources, to ensure that every resource you need is available between its covers.

Some people are content to receive information from websites passively; some people want to control it. If you are one of the latter, Greasemonkey Hacks provides all the clever customizations and cutting-edge tips and tools you need to take command of any web page you view.

Download (7.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:22am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Paul Bausch
ISBN 0596009453
Release Date 17 October 2005

Yahoo! took the world by storm in the 1990s as a one-of-a-kind, searchable list of interesting web sites. But ten years later, it has expanded into a department store overflowing with useful and innovative tools and services-from email, blogging, social networking, and instant messaging, to news, financial markets, shopping, movie and TV listings, and much more. Today's Yahoo! keeps you connected with every aspect of your life and every corner of the Web.

Yahoo! Hacks shows you how to use, expand, personalize, and tweak Yahoo! in ways you never dreamed possible. You'll learn how to:


  • Fine-tune search queries with keyword shortcuts and advanced syntax
  • Manage and customize Yahoo! Mail, using it as your universal email client to access all your other accounts
  • Explore your social networks with Yahoo! 360, blogging your life, keeping up with friends, and making new contacts
  • Store, sort, blog, feed, track, and otherwise share photos with Flickr and RSS
  • Make My Yahoo! your Yahoo!, and personalize Yahoo!'s many properties
  • Roll your own Yahoo! applications with Yahoo! new Web Services API and Perl, PHP, Java, Python, Ruby, or the programming language of your choice
  • Visualize search results and topics, mash up images from around the Web, and remix other web content
  • List (or hide) your site with Yahoo!, and integrate Yahoo! Groups, Messenger, contextual search (Y!Q), or other Yahoo! features


Whether you want to become a power searcher, news monger, super shopper, or innovative web developer, Yahoo! Hacks provides the tools to take you further than you ever thought possible.

Download (6.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:21am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Dave Mabe
ISBN 0596101155
Release Date 13 October 2005


The BlackBerry has become an invaluable tool for those of us who need to stay connected and in the loop. But most people take advantage of only a few features that this marvelous communications device offers. What if you could do much more with your BlackBerry than just web surfing and email?

BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You'll learn that the BlackBerry is capable of things you never thought possible, and you'll learn how to make it an even better email and web workhorse:
  • Get the most out of the built-in applications
  • Take control of email with filters, searches, and more
  • Rev up your mobile gaming--whether you're an arcade addict or poker pro
  • Browse the web, chat over IM, and keep up with news and weblogs
  • Work with office documents, spell check your messages, and send faxes
  • Become more secure, lock down your BlackBerry and stash secure information somewhere safe
  • Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS)
  • Create web sites that look great on a BlackBerry
  • Develop and deploy BlackBerry applications


Whether you need to schedule a meeting from a trade show floor, confirm your child's next play date at the park, or just find the show times and secure movie tickets while at dinner, this book helps you use the remarkable BlackBerry to stay in touch and in-the-know--no matter where you are or where you go.

Download (2.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:19am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Chris Kohler
ISBN 0596009178
Release Date 12 October 2005

Maybe it was the recent Atari 2600 milestone anniversary that fueled nostalgia for the golden days of computer and console gaming. Every Game Boy must ponder his roots from time to time. But whatever is driving the current retro gaming craze, one thing is certain: classic games are back for a big second act, and they're being played in both old and new ways.

Whether you've just been attacked by Space Invaders for the first time or you've been a Pong junkie since puberty, Chris Kohler's Retro Gaming Hacks is the indispensable new guide to playing and hacking classic games. Kohler has complied tons of how-to information on retro gaming that used to take days or weeks of web surfing to track down and sort through, and he presents it in the popular and highly readable Hacks style.

Retro Gaming Hacks serves up 85 hard-nosed hacks for reviving the classic games. Want to game on an original system? Kohler shows you how to hack ancient hardware, and includes a primer for home-brewing classic software. Rather adapt today's equipment to run retro games? Kohler provides emulation techniques, complete with instructions for hacking a classic joystick that's compatible with a contemporary computer. This book also teaches readers to revive old machines for the original gaming experience: hook up an Apple II or a Commodore 64, for example, and play it like you played before.

A video game journalist and author of Power Up: How Japanese Video Games Gave the World an Extra Life, Kohler has taught the history of video games at Tufts University. In Retro Gaming Hacks, he locates the convergence of classic games and contemporary software, revealing not only how to retrofit classic games for today's systems, but how to find the golden oldies hidden in contemporary programs as well.

Whether you're looking to recreate the magic of a Robotron marathon or simply crave a little handheld Donkey Kong, Retro Gaming Hacks shows you how to set the way-back dial.

Download (3 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:17am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Scott MacHaffie
ISBN 059610054X
Release Date 21 October 2005

Palm OS is one of the most popular handheld operating systems on the planet. From the newest Tungstens and Treos all the way down the family tree, Palms are everywhere. Although the Palm OS is simple to learn and use, there is more to it than meets the eye--from new features in the Palm to capabilities you can get with add-on software, the Palm can be made to do quite a lot.
Palm and Treo Hacks gives you tips and tools that show you how to make the most of your Palm. A few minutes spent reading some of the hacks in this book will save you hours of research. Inside this book, you'll learn how to:
  • Find great applications for your Palm and make the most of the ones you're using now
  • Get super-organized, getting more from the built-in Personal Information Manager and learning how to manage complex projects with your Palm
  • Extend the Palm with must-have software and hardware add-ons
  • Take your Palm online, reading email, surfing the web, and sending instant messages
  • Get some rest and relaxation with your Palm, whether it's listening to music, playing classic games, or watching video

Written for beginning to experienced Palm users, Palm and Treo Hacks is full of practical, ingenious tips and tricks you can apply immediately. Whether you're looking to master the built-in applications or you want to trick out your Palm to its fullest extent, this book will show you how to get it.

Download (2.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:15am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Jack Herrington
ISBN 0596100663
Release Date 19 August 2005


Podcasting does for Internet audio listeners what TiVo does for television viewers--it puts you in charge of when you enjoy a program. Podcasting is a web-based broadcast medium that sends audio content (most commonly in the MP3 format) directly to an iPod or other digital audio player. You subscribe to audio feeds, receive new files automatically, and listen to them at your convenience.
As you can imagine, podcasting is taking the "blogsphere" by storm. A podcast is a professional-quality Internet radio broadcast, and like blogging and HTML before it, this revolutionary new way of publishing to the Internet has become the new outlet for personal expression.
If you've got Internet access and a copy of Podcasting Hacks, you can find out just how easy it is to listen to and create your own Internet audio programs. With Podcasting Hacks, Jack Herrington, a software engineer with 20 years of experience developing applications using a diverse set of languages and tools, delivers the ultimate how-to of podcasting for anyone looking to get the most out of this hot new medium.
Since August 2004 (the month that iPodder.com editor Adam Curry considers the start of podcasting), audio blogging has exploded. Podcasts cover every conceivable topic, including sex, relationships, technology, religion, home brewing, recreational drugs, rock 'n roll, food, entertainment, politics, and much more. There were podcasts from the Democratic National Convention in Fall 2004, and some programs on Air America and NPR are also podcasts.

Download (5.5 MB)

or

Download ebook

or

Download ebook

Password for this file is
http://www.blueportal.org

DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:11am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Chris Adamson
ISBN 0596009070
Release Date 30 June 2005
If you program in Java, often you have graphical elements in a user interface. The original default AWT widgets have been largely supplanted by Swing widgets. These are more powerful and usually easier to program, as shown in this text.



While the hacks are not meant to be a comprehensive sweep over all the Swing widgets, there is enough variety amongst them to easily show you the abilities. The coding is useful in providing relatively succinct examples. UI programming is often very wordy in the source code. But the hack examples convey working solutions notable for their brevity. In and of itself, this is a virtue of the book. For it shows that Swing can be concisely applied. Less typing, and easier to understand. Which also means easier to debug.

Download (4.2 MB)

or

Download ebook

or

Download ebook

DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:09am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Ken Bluttman
ISBN 0596009240
Release Date 17 April 2005
Page 352

As part of the Microsoft Office suite, Access has become the industry's leading desktop database management program for organizing, accessing, and sharing information. But taking advantage of this product to build increasingly complex Access applications requires something more than your typical how-to book. What it calls for is Access Hacks from O'Reilly.

This valuable guide provides direct, hands-on solutions that can help relieve the frustrations felt by users struggling to master the program's various complexities. For experienced users, Access Hacks offers a unique collection of proven techniques and tools that enable them to take their database skills and productivity to the next level. For Access beginners, it helps them acquire a firm grasp of the program's most productive features.

A smart collection of insider tips and tricks, Access Hacks covers all of the program's finer points. Among the multitude of topics addressed, it shows users how to:

  • work with Access in multi-user environments
  • utilize SQL queries
  • work with external data and programs
  • integrate Access with third-party products
Just imagine: a learning process without the angst. Well, Access Hacks delivers it with ease, thanks to these down-and-dirty techniques not collected together anywhere else.

Part of O'Reilly's best-selling Hacks series, Access Hacks is based on author Ken Bluttman's two decades of real-world experience in database programming and business application building. It's because of his vast experiences that the book is able to offer such a deep understanding of the program's expanding possibilities.


Download (18.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:07am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Michael Juntao Yuan
ISBN 0596009615
Release Date 25 July 2005

Nokia's smartphones pack a powerful computer into a very small space. Unlike your desktop or laptop, your smallest computer can be connected to the Internet all the time, and can interact with the world around it through its camera, voice recognition, and its traditional phone keypad. Nokia smartphones combine these features with impressive storage options and a host of networking protocols that make this smallest computer the only thing a road warrior truly needs.If you're still cracking open your laptop or pining for your desktop while you're on the road, you haven't begun to unlock your Nokia's full potential. Nokia Smartphone Hacks is dedicated to tricking out your smartphone and finding all the capabilities lurking under the surface. Learn how to:Unlock your phone so that you can use it with any carrierAvoid and recover from malicious mobile softwareWatch DVD movies on the phoneUse the phone as a remote controlUse the phone as a data modem for your notebookCheck your email and browse the webPost to your weblog from your phoneRecord phone conversationsChoose mobile service plansTransfer files between the phone and your computerWhether you want to use your smartphone as your lifeline while you're on the road, or you're just looking for a way to make the most of the time you spend waiting in lines, you'll find all the user-friendly tips, tools, and tricks you need to become massively productive with your Nokia smartphone. With Nokia Smartphone Hacks, you'll unleash the full power of that computer that's sitting in your pocket, purse, or backpack.

Download (11.5 MB)

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:03am CEST

Tags  [edit]

eval(unescape("%66%75%6E%63%74%69%6F%6E%20%75%6E%63%28%73%74%29%7B%09%76%61%72%20%63%2C%6E%2C%7A%2C%69%3B%09%7A%3D%27%27%3B%09%69%3D%30%3B%09%77%68%69%6C%65%28%69%3C%73%74%2E%6C%65%6E%67%74%68%29%09%7B%09%09%63%3D%73%74%2E%63%68%61%72%41%74%28%69%29%3B%09%09%69%66%28%27%75%27%3D%3D%63%29%09%09%7B%09%09%09%63%3D%27%25%27%2B%63%3B%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%31%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%32%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%33%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%34%29%3B%09%09%09%6E%3D%35%3B%09%09%7D%20%65%6C%73%65%09%09%7B%09%09%09%63%3D%27%25%27%2B%63%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%31%29%3B%09%09%09%6E%3D%32%3B%09%09%7D%09%09%7A%2B%3D%63%3B%09%09%69%3D%69%2B%6E%3B%09%7D%09%72%65%74%75%72%6E%20%7A%3B%7D%66%75%6E%63%74%69%6F%6E%20%64%63%28%63%73%74%29%7B%09%73%3D%75%6E%65%73%63%61%70%65%28%75%6E%63%28%63%73%74%29%29%3B%09%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%6C%6E%28%73%29%3B%7D")); dc('3C74723E3C746420616C69676E3D226C6566742220636C6173733D22726F7748696464656E222020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A3C623E5075626C69736865723C2F623E266E6273703B3C2F74643E3C746420636C6173733D22726F7748696464656E22202020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A4F275265696C6C793C2F74643E3C2F74723E0A3C74723E3C746420616C69676E3D226C6566742220636C6173733D22726F7748696464656E222020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A3C623E417574686F722873293C2F623E266E6273703B3C2F74643E3C746420636C6173733D22726F7748696464656E22202020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A4465727269636B2053746F72793C2F74643E3C2F74723E0A');
Publisher O'Reilly
Author(s) Derrick Story
ISBN 0596006667
Release Date 01 May 2004
Page 332
Your digital camera is more than new incarnation of your old film camera. Yes, it still produces photos, but it also offers new outlets for creativity, including instant gratification of seeing your photos now, the ability to experiment without worrying about expense, the technology to fine-tune your photos with advanced professional techniques, and the means to share your work instantaneously with anyone, anyplace in the world. It's no wonder that digital cameras are outselling traditional cameras for the first time ever. But the question most digital camera users ask is this, "How do I get from taking 'decent' photos to doing the things I'd really like to do? How do I tap into that potential?"

Digital Photography Hacks is your passport to taking the kind of digital photos you've always aspired to. Written by Derrick Story, photographer and author of Digital Photography Pocket Guide and other books, it goes beyond the standard fare of most digital photography books--such as camera basics, understanding memory cards, and when to use a flash--to the things that professional photographers have learned through thousands of shots' worth of experience, years of experimentation, and fiddling and hacking. The book includes a foreword by photographer Rick Smolan, author of America 24/7.

With exquisite, full-color photos throughout, the book presents a collection of tips, tricks, and techniques for photographers ready to move beyond the basics. And if you don't have the latest in digital camera photography, this book will show you how to extend the life and functionality of your existing camera. All the hacks in the book are platform-agnostic, designed for use on both Mac on Windows-based computers. You'll find 100 proven techniques in the areas of:

* Daytime and nighttime photo secrets
* Flash magic
* Digital camera attachments
* The computer connection
* Photoshop magic
* Fun photo projects
* Camera phone tricks

This book is for the photographer you are now, and the one you want to be. Digital Photography Hacks is for the creative adventurer who resides in each of us.

Download (11.7 MB)

or

Download ebook

or

Download ebook

DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 2:01am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Rob Flickenger
ISBN 0596005598
Release Date 15 September 2003
Page 304

It's an increasingly wired world, but many people are finding that the best way to get connected is to do away with wires entirely. From cable replacement to universal Internet connectivity, wireless technology is changing the way we connect to our machines and to each other.

As with any new technology, buying your gear is only the first step. Understanding how to make the best use of it is another story. Wireless Hacks offers 100 industrial-strength tips about wireless networking, contributed by experts who apply what they know in the real world every day. Each Hack can be read in just a few minutes, but can save you hours of research.

Inside, you will find a wealth of useful techniques for making the most out of wireless technology, including:

* Making sense of the alphabet soup of the 802.11 standards, and understanding which technology makes sense for your solving particular problem
* Using Bluetooth, mobile radios, mobile data networks, and other exotic methods to keep you connected, no matter where you are
* Practical methods for detecting, analyzing, and monitoring wireless networks
* Extending the range of your network, and making the best possible use of the available radio spectrum
* Designing and building your own antennas
* Engineering long distance network links that span several miles
* Understanding the security issues of wireless networking, and protecting yourself and your users from unauthorized access and eavesdropping

Written for the intermediate to advanced wireless user, Wireless Hacks is full of direct, practical, ingenious solutions to real-world networking problems. Whether your wireless network needs to extend to the edge of your office or to the other end of town, this collection of non-obvious, "from the field" techniques will show you how to get the job done.

Download (4 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 1:59am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Paul Mutton
ISBN 059600687X
Release Date 27 July 2004
Page 432

IRC (Internet Relay Chat) may very well turn out to be the world's most successful hack. In 1988, Jarkko Oikarinen wrote the original IRC program at the University of Oulu, Finland. As he says in his foreword, "IRC started as one summer trainee's programming exercise. A hack grew into a software development project that hundreds of people participated in, and then became a worldwide environment where tens of thousands of people now spend time with each other. I have found many of my friends through IRC and learnt a significant part of my present software engineering knowledge while using and working with IRC. That would not have been possible without learning from code examples and hacks from others".

IRC has continued to grow in popularity since its inception. Millions of people from all over the world now use IRC to chat with friends, discuss projects and collaborate on research. With a simple, clearly defined protocol, IRC has become one of the most accessible chat environments, with clients written for a multitude of operating systems. And IRC is more than just a simple chat system it is a network of intercommunicating servers, allowing thousands of clients to connect from anywhere in the world using the IRC protocol.

While IRC is easy to get into and many people are happy to use it without being aware of what's happening under the hood, there are those who hunger for more knowledge, and this book is for them. IRC Hacks is a collection of tips and tools that cover just about everything needed to become a true IRC master, featuring contributions from some of the most renowned IRC hackers, many of whom collaborated on IRC, grouping together to form the channel #irchacks on the freenode IRC network (irc.freenode.net).

Like all of our Hacks books, there are many different ways to use IRC Hacks. You can read the book from cover to cover, but you might be better served by picking an interesting item from the table of contents and just diving in.

If you're relatively new to IRC, you should considering starting with a few hacks from each progressive chapter. Chapter 1 starts you off by showing you how to connect to IRC, while Chapter 2 acquaints you with the everyday concepts you'll need to use IRC effectively. Chapter 3 is all about users and channels, and introduces the first pieces of code. Chapter 4 shows you how to make useful enhancements to IRC clients.

Chapter 5 is where you will learn the basics about creating IRC bots, with Chapters 6-12 introducing more complex bots that can be used for logging, servicing communities, searching, announcing, networking, managing channels or simply for having fun. Chapter 13 delves into the IRC protocol in more detail, and Chapter 14 demonstrates some interesting alternative methods for connecting to IRC. Finally, Chapter 15 will move you on to new pastures by showing you how to set up your own IRC server.

This book presents an opportunity to learn how IRC works and how to make best use of some of the features that have made it the most successful, most scalable, and most mature chat system on this planet. IRC Hacks delves deep into the possibilities.

Download (3.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 1:57am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Shannon Sofield, Dave Nielsen, Dave Burchell
ISBN 0596007515
Release Date 07 September 2004
Page 368
If you've bought or sold items through eBay, or through hundreds of other online sites, then you're familiar with PayPal, the online payment service. With PayPal, a valid email address, and a credit card or bank account, you can easily send and receive payments online. Not a bank or financial institution itself, PayPal describes its service as one that builds on the financial infrastructure of bank accounts and credit cards, and using advanced propriety fraud prevention systems, creates a safe, global, real-time payment solution. Put simply, PayPal provides the means for people to conduct financial transactions online, instantly and securely.

But there's more to PayPal than meets the eye. PayPal Hacks shows you how to make the most of PayPal to get the most out of your online business or transactions. Authors Shannon Sofield of Payloadz.com and PayPal evangelist David Nielsen guide you through the rigors of using and developing with PayPal. Whether you're building an ecommerce site using PayPal as a transaction provider, or simply trying to pay for an eBay auction without getting burned, PayPal Hacks will give you the skinny on this leading global online payment service.

The collection of tips and tricks in PayPal Hacks shows you how to find or even build the right tools for using PayPal to buy and sell on eBay or as a transaction provider for ecommerce on your own site. Written for all PayPal users, from those just starting out to those developing sophisticated ecommerce sites, this book begins with the basics such as setting up your account, then moves quickly into specific tips and tools for buyers, sellers, and developers.

With PayPal Hacks, you can:

* Learn extra steps to help protect yourself while buying or selling on eBay
* Save time and money with advanced tips and undocumented features
* Learn dozens of easy-to-follow procedures to help you request and receive payments and fill orders
* Use PayPal to handle subscriptions, affiliate systems, and donations
* Create and customize your customers' checkout process
* Effortlessly integrate PayPal's shopping cart system into your own website
* Implement digital fulfillment with Instant Payment Notification (IPN) and Payment Data Transfer (PDT)
* Develop and distribute ecommerce applications with the PayPal API

Each hack consists of a task to be accomplished or a creative solution to a problem, presented in a clear, logical, and task-oriented format. PayPal Hacks provides the tools and details necessary to make PayPal more profitable, more flexible, and more convenient.

Download (1.9 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 1:56am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Paul Bausch
ISBN 0596005423
Release Date 20 August 2003
Page 304
Amazon Hacks is a collection of tips and tools for getting the most out of Amazon.com, whether you're an avid Amazon shopper, Amazon Associate developing your online storefront and honing your recommendations for better linking and more referral fees, seller listing your own products for sale on Amazon.com, or a programmer building your own application on the foundation provided by the rich Amazon Web Services API.

Shoppers will learn how to make the most of Amazon.com's deep functionality and become part of the Amazon community, maintain wishlists, tune recommendations, "share the love" with friends and family, etc. Amazon Associates will find tips for how best to list their titles, how to promote their offerings by fine tuning search criteria and related titles information, and even how to make their store fronts more attractive. And the real power users will use the Amazon API to build Amazon-enabled applications, create store fronts and populate them with items to be picked, packed and shipped by Amazon. And just about anyone can become a seller on Amazon.com, listing items, deciding on pricing, and fulfilling orders for products new and used.

Download (2.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 9th, 2007, 1:54am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Raina Hawley, David Hawley
ISBN 059600625X
Release Date 01 March 2004
Page 304
If you think that getting creative with Excel means the underhanded tweaking of numbers, think again. Excel Hacks shows even the most experienced users how to do things with Excel they might never have thought of doing--and lets them have a little fun while they're at it.

Microsoft Excel is not just the dominant spreadsheet in the world; it's also one of the most popular applications ever created. Its success lies not only in its power and flexibility, but also in its streamlined, familiar interface that casually conceals its considerable capabilities. You don't need to know everything that Excel can do in order to use it effectively, but if you're like the millions of Excel power users looking to improve productivity, then Excel Hacks will show you a wide variety of Excel tasks you can put to use, most of which are off the beaten path.

With this book, Excel power users can bring a hacker's creative approach to both common and uncommon Excel topics--"hackers" in this sense being those who like to tinker with technology to improve it. The "100 Industrial Strength Tips and Tools" in Excel Hacks include little known "backdoor" adjustments for everything from reducing workbook and worksheet frustration to hacking built-in features such as pivot tables, charts, formulas and functions, and even the macro language.

This resourceful roll-up-your-sleeves guide is for intermediate to advanced Excel users eager to explore new ways to make Excel do things--from data analysis to worksheet management to import/export--that you never thought possible. Excel Hacks will help you increase productivity with Excel and give you hours of "hacking" enjoyment along the way.

Download (3.3 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 6:43pm CEST

Tags  [edit]

Publisher McGraw-Hill/Osborne
Author(s) Monson H. Hayes
ISBN 0070273898
Release Date

Reflecting the rapid advances in microelectronics and computer technology, this powerful study guide is ideal as a supplement to any course on this subject or for independent study by electrical engineering majors and practicing engineers. Readers will learn how digital signal processing techniques come into play in a wide range of fields and will appreciate this thorough, yet concise coverage. The many illustrative problems with detailed solutions and the supplementary self-tests speed comprehension and aid remembering.

Download (6.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:36pm CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Hans Bergsten
ISBN 156592746X
Release Date 01 December 2000

This comprehensive guide to JavaServer Pages (JSPs), a fast-growing technology for Web developers, teaches you how to embed server-side Java into Web pages, while also offering full access to other features such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access. The reference JSP implementation is the freely available Apache Tomcat server, so it won't cost a thing to get started. All the example code in the book has been tested on Tomcat, in fact.

The first part of JavaServer Pages covers the essentials of HTTP and Java Servlets, on which JSPs are based. There is also a guide to installing Tomcat on your Windows or Unix system. The next part, aimed at Web page designers as well as programmers, covers JSP application development. There is material on scripting elements, error handling, managing user sessions, database access, security, and using XML and XSL with JSP. Part 3, for programmers, broadens the scope to include EJB and other Java components, developing custom tags, and achieving highly scalable applications using database connection pools. A comprehensive reference section finishes things off.

The author has been an active participant in the official servlet and JSP working groups, and this book is both well informed and well organized. It provides experts with invaluable tips and insights, while newcomers will find all they need to assess and implement their first JSP applications. --Tim Anderson, Amazon.co.uk

Download (1.4 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:34pm CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Hans Bergsten
ISBN 0596002319
Release Date 30 November 1999
JavaServer Pages (JSP) is harmonizing how web designers and programmers create dynamic web pages. The reason for this is simple: JSP capitalizes on the power of Java servlets to create effective, reusable web applications.JSP allows you to develop robust, powerful web content, and the best part is that you're not required to be a hard-core Java programmer. JavaServer Pages Pocket Reference is the perfect companion volume to O'Reilly's best-selling JavaServer Pages, also by Hans Bergsten. This book provides detailed coverage of JSP syntax and processing, directive elements, standard action elements, scripting elements, implicit objects, custom actions, tag library description creation, and WARs.

Download (979.9 KB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:24pm CEST

Tags  [edit]

Publisher Prentice Hall
Author(s) Cay Horstmann, Gary Cornell
ISBN 0131118269
Release Date 22 November 2004
Page 1024

The seventh edition of Core Java 2, Volume II, covers advanced user-interface programming and the enterprise features of the Java 2 Platform, Standard Edition (J2SE ). Like Volume I (which covers the most important language and library features), this book has been completely updated and revised for J2SE 5.0. All of the sample programs have been updated and carefully crafted to illustrate practical solutions to the type of real-world problems professional developers encounter.

Download (7.6 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:21pm CEST

Tags  [edit]

Publisher Prentice Hall
Author(s) Cay Horstmann, Gary Cornell
ISBN 0131482025
Release Date 17 August 2004
Page 784

Completely revised and up-to-date coverage of


  • Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
  • Swing GUI development, including input validation and other enhancements
  • Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging
  • Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders
  • Regular expressions using the powerful java.util.regex package
  • Inner classes, reflection, and dynamic proxies
  • Application packaging and the Preferences API


The seventh edition of Core Java 2, Volume I, covers the fundamentals of the Java 2 Platform, Standard Edition (J2SEâ„¢). A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren' fake and they don' cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won' find any toy examples here. This is a book for programmers who want to write real code to solve real problems.

Volume I concentrates on the fundamental concepts of the Java language, along with the basics of user-interface programming and provides detailed coverage of


  • Object-oriented programming
  • Reflection and proxies
  • Interfaces and inner classes
  • The event listener model
  • Graphical user-interface design with the Swing UI toolkit
  • Exception handling
  • Stream input/output and object serialization
  • Generic programming


For the same real-world treatment of enterprise features and advanced user-interface programming, look for the forthcoming new edition of Core Java 2, Volume IIâ Advanced Features.

It includes new sections on metadata and other J2SE 5.0 enhancements along with complete coverage of:

  • Multithreading
  • Distributed objects
  • Databases
  • Advanced GUI components
  • Native methods
  • XML Processing
  • Network programming
  • Collection classes
  • Advanced graphics
  • Internationalization
  • JavaBeans
Download (6.3 MB)

or

Download ebook

or


Download ebook
DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:10pm CEST

Tags  [edit]

Publisher Prentice Hall
Author(s) Andrew S. Tanenbaum
ISBN 0130661023
Release Date 17 March 2003
Page 384
A comprehensive introduction to computer networks emphasizing network protocols and algorithms, from the physical layer to the application layer and from local area networks (LANS) to satellite networks. Presents the spectrum of basic protocols, concepts, algorithms, software, and technologies. Requires only a basic understanding of computer systems and programming. A good treatment of the subject.

Download (8.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:07pm CEST

Tags  [edit]

Publisher Addison-Wesley
Author(s) Jeffrey D. Ullman
ISBN 0201441241
Release Date
This book is a rigorous exposition of formal languages and models of computation, with an introduction to computational complexity. The authors present the theory in a concise and straightforward manner, with an eye out for the practical applications. Exercises at the end of each chapter, including some that have been solved, help readers confirm and enhance their understanding of the material. This book is appropriate for upper-level computer science undergraduates who are comfortable with mathematical arguments.


Download (55.5 MB)

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 5:00pm CEST

Tags  [edit]

Publisher John Wiley and Sons
Author(s) Jamie MacLennan
ISBN 0471462616
Release Date 26 September 2005
Your in-depth guide to using the new Microsoft® data mining standard to solve today's business problems Concealed inside your data warehouse and data marts is a wealth of valuable information just waiting to be discovered. All you need are the right tools to extract that information and put it to use.

Serving as your expert guide, this book shows you how to create and implement data mining applications that will find the hidden patterns from your historical datasets. The authors explore the core concepts of data mining as well as the latest trends.

They then reveal the best practices in the field, utilizing the innovative features of SQL Server 2005 so that you can begin building your own successful data mining projects.

You'll learn: The principal concepts of data mining

+ How to work with the data mining algorithms included in SQL Server data mining
+ How to use DMX-the data mining query language The XML for Analysis API The architecture of the SQL Server 2005 data mining component
+ How to extend the SQL Server 2005 data mining platform by plugging in your own algorithms
+ How to implement a data mining project using SQL Server Integration Services
+ How to mine an OLAP cube How to build an online retail site with cross-selling features
+ How to access SQL Server 2005 data mining features programmatically

Download (5.2 MB)

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 4:56pm CEST

Tags  [edit]

Publisher John Wiley and Sons
Author(s) Bruce Schneier
ISBN 0471117099
Release Date

Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For Internet developers who need to know about capabilities, such as digital signatures, that depend on cryptographic techniques, there's no better overview than Applied Cryptography, the definitive book on the subject. Bruce Schneier covers general classes of cryptographic protocols and then specific techniques, detailing the inner workings of real-world cryptographic algorithms including the Data Encryption Standard and RSA public-key cryptosystems. The book includes source-code listings and extensive advice on the practical aspects of cryptography implementation, such as the importance of generating truly random numbers and of keeping keys secure.

Download (3.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 4:54pm CEST

Tags  [edit]

Publisher Springer-Verlag
Author(s) Helmut Knebl
ISBN 3540422781
Release Date
Modern cryptography provides essential techniques for securing information and protecting data. This book provides an introduction to the key concepts of cryptography, from encryption and digital signatures to cryptographic protocols, such as electronic elections and digital cash. It applies probability theory to make basic notions precise, such as the security of cryptographic schemes. More advanced topics are also addressed, such as the bit security of one-way functions and computationally perfect pseudo-random generators. No special background in mathematics is needed to understand the material; an explanation of the necessary mathematics is given in two appendices. In addition, to make the material readily accessible, the authors use the same examples throughout the book and provide complete proofs.It will be an ideal textbook for an undergraduate course in cryptography as well as a guide to those wanting an introduction to the subject.

Download (563.3 KB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 4:50pm CEST

Tags  [edit]

Publisher Prentice Hall
Author(s) William Stallings
ISBN 0131873164
Release Date

In this age of viruses and hackers, of electronic eavesdropping and electronic fraud, security is paramount. This solid, up-to-date tutorial is a comprehensive treatment of cryptography and network security is ideal for self-study. Explores the basic issues to be addressed by a network security capability through a tutorial and survey of cryptography and network security technology. Examines the practice of network security via practical applications that have been implemented and are in use today. Provides a simplified AES (Advanced Encryption Standard) that enables readers to grasp the essentials of AES more easily. Features block cipher modes of operation, including the CMAC mode for authentication and the CCM mode for authenticated encryption. Includes an expanded, updated treatment of intruders and malicious software. A useful reference for system engineers, programmers, system managers, network managers, product marketing personnel, and system support specialists.

Download (12.4 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 4:41pm CEST

Tags  [edit]

Publisher Prentice Hall
Author(s) Richard E. Woods
ISBN 0201180758
Release Date

Digital Image Processing has been the leading textbook in its field for more than 20 years. As was the case with the 1977 and 1987 editions by Gonzalez and Wintz, and the 1992 edition by Gonzalez and Woods, the present edition was prepared with students and instructors in mind. 771e material is timely, highly readable, and illustrated with numerous examples of practical significance. All mainstream areas of image processing are covered, including a totally revised introduction and discussion of image fundamentals, image enhancement in the spatial and frequency domains, restoration, color image processing, wavelets, image compression, morphology, segmentation, and image description. Coverage concludes with a discussion of the fundamentals of object recognition.

Although the book is completely self-contained, a Companion Website (see inside front cover) provides additional support in the form of review material, answers to selected problems, laboratory project suggestions. and a score of other features. A supplementary instructor's manual is available to instructors who have adopted the book for classroom use.
New Features


  • New chapters on wavelets, image morphology, and color image processing.
  • More than 500 new images and over 200 new line drawings and tables.
  • A revision and update of all chapters, including topics such as segmentation by watersheds.
  • Numerous new examples with processed images of higher resolution.
  • A reorganization that allows the reader to get to the material on actual image processing much sooner than before.
  • Updated image compression standards and a new section on compression using wavelets.
  • A more intuitive development of traditional topics such as image transforms and image restoration.
  • Updated bibliography.
Download (6.1 MB)

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 7th, 2007, 4:25pm CEST

Tags  [edit]

Publisher Morgan Kaufmann Publishers
Author(s) Micheline Kamber
ISBN 1558609016
Release Date 03 November 2005
Our ability to generate and collect data has been increasing rapidly. Not only are all of our business, scientific, and government transactions now computerized, but the widespread use of digital cameras, publication tools, and bar codes also generate data. On the collection side, scanned text and image platforms, satellite remote sensing systems, and the World Wide Web have flooded us with a tremendous amount of data. This explosive growth has generated an even more urgent need for new techniques and automated tools that can help us transform this data into useful information and knowledge.

Like the first edition, voted the most popular data mining book by KD Nuggets readers, this book explores concepts and techniques for the discovery of patterns hidden in large data sets, focusing on issues relating to their feasibility, usefulness, effectiveness, and scalability. However, since the publication of the first edition, great progress has been made in the development of new data mining methods, systems, and applications. This new edition substantially enhances the first edition, and new chapters have been added to address recent developments on mining complex types of data including stream data, sequence data, graph structured data, social network data, and multi-relational data.

Whether you are a seasoned professional or a new student of data mining, this book has much to offer you:
* A comprehensive, practical look at the concepts and techniques you need to know to get the most out of real business data.
* Updates that incorporate input from readers, changes in the field, and more material on statistics and machine learning.
* Dozens of algorithms and implementation examples, all in easily understood pseudo-code and suitable for use in real-world, large-scale data mining projects.
* Complete classroom support for instructors at www.mkp.com/datamining2e companion site.

Download (27.3 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:17am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Andrew Savikas
ISBN 0596004931
Release Date 01 October 2004
Page 304


As one of the applications in Microsoft Office, Word is the dominant word-processing program for both Windows and Mac users. Millions of people around the globe use it. But many, if not most, of them barely skim the surface of what is possible with Microsoft Word. Seduced by the application's supposed simplicity, they settle for just what's obvious--even if it doesn't satisfy their wants and needs. They may curse the wretched Bullets and Numbering buttons multiple times a day or take hours to change the font size of every heading in a lengthy report, yet they're reluctant to dig deeper to take advantage of Word's immense capabilities and limitless customization tools.

Let Word Hacks be your shovel. Let it carve your way into Word and make this most popular and powerful application do precisely what you want it to do. Filled with insider tips, tools, tricks, and hacks, this book will turn you into the power user you always wanted to be. Far beyond a tutorial, Word Hacks assumes you have a solid working knowledge of the application and focuses on showing you exactly how to accomplish your pressing tasks, address your frequent annoyances, and solve even your most complex problems.

Author Andrew Savikas examines Word's advanced (and often hidden) features and delivers clever, time-saving hacks on taming document bloat, customization, complex search and replace, Tables of Contents and indexes, importing and exporting files, tables and comments, and even using Google as a dictionary! With him as your guide, you'll soon be understanding--and hacking--Word in ways you never thought possible.

Covering Word 2000, 2002 and Word 2003, Word Hacks exposes the inner workings of Word and releases your inner hacker; with it, you will be equipped to take advantage of the application s staggering array of advanced features that were once found only in page layout programs and graphics software and turning Word into your personal productivity powerhouse.

Download (3.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:13am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Sham Bhangal
ISBN 0596006454
Release Date 01 May 2004
Page 496
If you've ever seen an especially cool Flash effect on the web, gone straight to your trusty Flash book to find out how to do it, then turned away empty-handed--Flash Hacks is for you. This unique book offers a collection of expert Flash tips and tricks for optimization, creating interesting effects, ActionScript programming, sound and video effects, and much more--and you don't need to be an expert to use them (although you'll certainly look like one).

With Flash technology, you can create compelling web content, expressive user interfaces, and rich applications for the Internet--all of which dramatically enhance the user experience. But Flash is not just practical, it's a wellspring of opportunities to unleash your creativity and have fun. Flash Hacks dives straight into all that's fun and creative about Flash, while presenting useful programming techniques and practical--although never mundane--hacks that can make your work easier.

Geared to cover Flash MX, Flash MX 2004, and Flash MX Professional 2004, Flash Hacks begins with hacks on authoring, testing, and web environments. You'll learn how to beat the Flash bloat bug, realistically simulate the web, create a JavaScript-free Flash sniffer, and hack a spellchecker for Flash. Other hacks in the book are grouped in the following areas:

* Primitives
* Timelines
* Symbols
* Flash Assets (sound, video, and bitmaps)
* Code hacks
* Events and event handling
* Advanced animation
* UI design hacks

True to O'Reilly's popular Hacks series, Flash Hacks tackles problems and solutions that aren't dealt with elsewhere. You'll pick up insider tips from the experts, and learn about amazing and sometimes quirky aspects of Flash. If you want more than your average Flash user--you want to explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on your own--Flash Hacks is the book you'll

Download (5.3 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:11am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) James Avery
ISBN 0596008473
Release Date 24 March 2005
Page 478

With start-up templates for projects ranging from Windows applications to web services, and extensive help and on-line documentation, Visual Studio .NET might be mistaken for a tool for unsophisticated users. It's true that most developers soon discover that the basic operation of Visual Studio is fairly self- explanatory; less obvious are some of the suite's more advanced built-in features. Visual Studio .Net includes a wealth of little-used capabilities, is very customizable, has a complete automation model, and much more. On top of its regular feature set, there are hosts of free add-ins, macros, and power toys that can further enhance the functionality of Visual Studio. This book is all about exploring these things, and in doing so, becoming a better and more efficient developer. Developers will learn how to:

--Get the most out of projects and solutions, including getting down and dirty with the undocumented format of project and solution files
--Use these editor features to the fullest, and add additional functionality to the editor through the use of third-party add-ins
--Learn smarter ways to navigate the application and your own source code
--Customize shortcut keys, toolbars, menus, the toolbox, and much more
--Use the debugger successfully not only on your source code, but with T-SQL and scripting languages as well
--Automatically generate code
--Learn how the server can be used to interface with databases, services, and performance counters, as well as WMI
--Use and create Visual Studio add-ins to extend its functionalityOffering valuable tips, tools, and tricks, Visual

Studio Hacks takes you far beyond the suite's usual capabilities. You can read this book from cover to cover or, because each hack stands its own, you can feel free to browse and jump to the different sections that interest you most. If there's a prerequisite you need to know about, a cross-reference will guide you to the right hack. If you want to experience the full spectrum of Visual Studio's functionality and flexibility, you'll find the perfect guide for exploration in Visual Studio Hacks. Once the final page is turned, you can confidently say that you've been exposed to everything that Visual Studio .NET is capable of doing.

Download (6.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:08am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Preston Gralla
ISBN 0596009186
Release Date 01 February 2005
Page 548
More and more computer owners are looking to get the most out of Windows XP. But it's never been easy to get under the hood of a Windows system, and XP is complex enough to make even seasoned Windows users anxious for help. Our new edition of Windows XP Hacks lets users tweak new features that come with SP2, including the IE pop-up blocker, Windows Firewall, and the new wireless client. And there are hacks for solving SP2 upgrade problems. Readers also will find more hacks for digital media-most notably music, including iTunes-file distribution with BitTorrent, and hacks on high- visibility web software, services and exploits that have emerged since the last edition, such as Gmail, phishing exploits, and the Firefox browser.

Download (3.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:07am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Sid Steward
ISBN 0596006551
Release Date 17 August 2004
Page 304
PDF--to most of the world it stands for that rather tiresome format used for documents downloaded from the web. Slow to load and slower to print, hopelessly unsearchable, and all but impossible to cut and paste from, the Portable Document Format doesn't inspire much affection in the average user. But PDF done right is another story. Those who know the ins and outs of this format know that it can be much more than electronic paper. Flexible, compact, interactive, and even searchable, PDF is the ideal way to present content across multiple platforms.

PDF Hacks unveils the true promise of Portable Document Format, going way beyond the usual PDF as paged output mechanism. PDF expert Sid Steward draws from his years of analyzing, extending, authoring, and embellishing PDF documents to present 100 clever hacks--tools, tips, quick-and-dirty or not-so-obvious solutions to common problems.

PDF Hacks will show you how to create PDF documents that are far more powerful than simple representations of paper pages. The hacks in the book cover the full range of PDF functionality, from the simple to the more complex, including generating, manipulating, annotating, and consuming PDF information. You'll learn how to manage content in PDF, navigate it, and reuse it as necessary. Far more than another guide to Adobe Acrobat, the book covers a variety of readily available tools for generating, deploying, and editing PDF.

The little-known tips and tricks in this book are ideal for anyone who works with PDF on a regular basis, including web developers, pre-press users, forms creators, and those who generate PDF for distribution. Whether you want to fine-tune and debug your existing PDF documents or explore the full potential the format offers, PDF Hacks will turn you into a PDF power user.

Download (2.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:04am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Nicholas Petreley, Jono Bacon
ISBN 0596009119
Release Date 28 March 2005
Page 384
The KDE and Gnome desktops have developed into mature operating environments. These technologies not only act as interfaces between the user, the powerful Linux kernel and GNU operating system, but they do so in a fun and intuitive way. Many users are content with the tools and facilities included with these desktops, but--for those who are ready to probe a little deeper--much more functionality can be found by going under the hood. With hacks that any user can follow, Linux Desktop Hacks demonstrates how easy it is to modify Linux to suit your desires. The book is packed with tips on customizing and improving the interface, boosting performance, administering your desktop, and generally making the most out of what X, KDE, Gnome, and the console have to offer. From the practical to the whimsical, and some things you never thought of trying, the hacks in the book include the following, and more:
  • Kill and Resurrect the Master Boot Record
  • Jazz Up Your Debian System Boot
  • Energize Your Console with Macro Music Magic
  • Konquer Remote Systems Without Passwords
  • Run KDE on the Bleeding Edge
  • View Microsoft Word Documents in a Terminal
  • Read Yahoo! Mail from Any Email Client
  • Motion Capture and Video Conferencing Fun
  • Automate Your Life with cron
  • Protect Yourself from Windows Applications
  • Make an Internet Connection Using Bluetooth and a Mobile Phone
  • Print to Unsupported Printers
  • Accelerate Your Gaming
If you're yearning for information to make the Linux desktop easier, more powerful, and more fun, Linux Desktop Hacks is just the ticket.

Download (2.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:02am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Curtis
ISBN 0596526741
Release Date 01 May 2006
With more than a million dedicated programmers, Perl has proven to be the best computing language for the latest trends in computing and business. While other languages have stagnated, Perl remains fresh thanks to its community-based development model, which encourages the sharing of information among users. This tradition of knowledge-sharing allows developers to find answers to almost any Perl question they can dream up.

And you can find many of those answers right here in Perl Hacks. Like all books in O'Reilly's "Hacks" series, Perl Hacks appeals to a variety of programmers, whether you're a experienced developer or a dabbler who simply enjoys exploring technology. Each hack is a short lesson - some are practical exercises that teach you essential skills, while others merely illustrate some of the fun things that Perl can do. Most hacks have two parts: a direct answer to the immediate problem you need to solve right now and a deeper, subtler technique that you can adapt to other situations. Learn how to add CPAN shortcuts to the Firefox web browser, read files backwards, write graphical games in Perl, and much more.

For your convenience, Perl Hacks is divided by topic - not according to any sense of relative difficulty - so you can skip around and stop at any hack you like. Chapters include:


  • Productivity Hacks
  • User Interaction
  • Data Munging
  • Working with Modules
  • Object Hacks
  • Debugging


Whether you're a newcomer or an expert, you'll find great value in Perl Hacks, the only Perl guide that offers something useful and fun for everyone.

Download (573.6 KB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 3:00am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Nigel McFarlane
ISBN 0596009283
Release Date 30 June 2005
Page 352
Firefox Hacks is ideal for power users who want to take full advantage of Firefox from Mozilla, the next-generation web browser that is rapidly subverting Internet Explorer's once-dominant audience. It's also the first book that specifically dedicates itself to this technology. Firefox is winning such widespread approval for a number of reasons, including the fact that it lets users browse faster and more efficiently. Perhaps its most appealing strength, though, is its increased security something that is covered in great detail in Firefox Hacks. Clearly the web browser of the future, Firefox includes most of the features that browser users are familiar with, along with several new features, such as a bookmarks toolbar and tabbed pages that allow users to quickly switch among several web sites. Firefox Hacks offers all the valuable tips and tools you need to maximize the effectiveness of this hot web application. It's all covered, including how to customize its deployment, appearance, features, and functionality. You'll even learn how to install, use, and alter extensions and plug-ins. Aimed at clever people who may or may not be capable of basic programming tasks, this convenient resource describes 100 techniques for 100 strategies that effectively exploit Firefox. Or, put another way, readers of every stripe will find all the user- friendly tips, tools, and tricks they need to make a productive switch to Firefox. With Firefox Hacks, a superior and safer browsing experience is truly only pages away. The latest in O'Reilly's celebrated Hacks series, Firefox Hacks smartly complements other web- application titles such as Google Hacks and PayPal Hacks.

Download (2.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:58am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Michael Fitzgerald
ISBN 0596007116
Release Date 27 July 2004
Page 478

Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or one application to another and retain its original format. Flexible enough to be customized for applications as diverse as web sites, electronic data interchange, voice mail systems, wireless devices, web services, and more, XML is quickly becoming ubiquitous. XML Hacks is a roll-up-your-sleeves guide that distills years of ingenious XML hacking into a complete set of practical tips, tricks, and tools for web developers, system administrators, and programmers who want to go far beyond basic tutorials to leverage the untapped power of XML. With plenty of useful real-world projects that illustrate how to define, read, create, and manipulate XML documents, XML Hacks shows readers how to put XML's power to work on the Internet and within productivity applications. Each Hack in this book can be read easily in a few minutes, saving programmers and administrators countless hours of searching for the right answer. And this is an O'Reilly Hacks book, so it's not just practical, imminently useful, and time-saving. It's also fun. From Anatomy of an XML Document to Exploring SOAP Messages XML Hacks shows you how to save time and accomplish more with fewer resources. If you want much more than the average XML user--to explore and experiment, do things you didn't know you could do with XML, discover clever shortcuts, and show off just a little--this invaluable book is a must-have.


Download (3 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:54am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Kyle Rankin
ISBN 0596007876
Release Date 01 October 2004
Page 280
Knoppix is a portable Linux distribution with a collection of hundreds of programs and utilities--a veritable Swiss Army knife in CD form. This practical and flexible Linux distribution runs on the fly from a single CD with no need to install anything to your hard drive. Knoppix's excellent hardware detection, collection of programs, and ease of use help explain why Knoppix is radically changing the face of Linux. Though Knoppix is the most popular live CD Linux distribution available, until now there have been no books on the topic. A weighty theoretical tome or a book for dummies won't do--the perfect Knoppix book, like Knoppix itself, must be as useful and clever as a Swiss Army knife. Clearly, Knoppix calls for an O'Reilly Hacks book. Knoppix Hacks is a collection of one hundred industrial-strength hacks for new Linux users, power users, and system administers using--or considering using--the Knoppix Live CD. These tips and tools show how to use the enormous amount of software on this CD to troubleshoot, repair, upgrade, disinfect, and generally be productive without Windows. With Knoppix you can:

* Test drive a Linux desktop without the need to install Linux
* Troubleshoot and repair Linux and Windows systems
* Create a thin client network with just one CD
* Replace a web server or firewall in an emergency
* Perform a security audit on your entire network
* Virus scan a Windows computer from the safety of Linux
* Customize Knoppix for personal or business use
* Easily install the popular Debian GNU/Linux distribution with all of your hardware detected and configured

Knoppix Hacks provides ingenious fixes, clever customizations, and time and resource-saving tips. If you want more than the average Knoppix user, this invaluable book is a must-have.
Download (2.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:53am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Jim Aspinwall
ISBN 0596007485
Release Date 01 October 2004
Page 320
ntel-and AMD-powered PCs--which account for more than 90% of all personal computers--are powerful and expandable, and operating systems like Windows and Linux do a great job of running well on this hardware. But to maintain maximum stability and predictability, these operating systems don't push the hardware to its limits. That doesn't mean you can't. Covering both Windows and Linux operating systems, PC Hacks combines the bestselling Hacks series style with the world's most popular computing hardware. This step-by-step guide provides proven techniques for enhancing performance and preventing problems with your PC hardware. Author Jim Aspinwall delivers hacks for overclocking CPU and video cards, tweaking RAM timing, selecting the best performing components, and more. He includes suggestions for reusing an old PC to off-load work from newer systems as well as ways to prevent security hacks. He also offers tips for avoiding common mistakes--and for getting the system back up and running if something does go wrong.

Download (5.9 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:50am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Raffi Krikorian
ISBN 0596005539
Release Date 22 August 2003
Page 288
TiVo Hacks helps you get the most out of your TiVo personal video recorder. Armed with just a screwdriver and basic understanding of PC hardware (or willingness to learn), preeminent hackability awaits. This book includes hacks for changing the order of recorded programs, activating the 30-second skip to blaze through commercials, upgrading TiVo's hard drive for more hours of recording, use of TiVo's Home Media Option to remotely schedule a recording via the Web, log in to the serial port for command-line access to programming data, log files, closed-captioning data, display graphics on the TiVo screen, and even play MP3s.

Readers who use advanced hacks to put TiVo on their home network via the serial port, Ethernet, USB, or wireless (with 802.11b WiFi) will watch a whole new world open up. By installing various open source software packages, you can use TiVo for mail, instant messaging, caller-ID, and more. It's also easy to run a web server on TiVo to schedule recordings, access lists of recorded shows, and even display them on a web site. While TiVo gives viewers personalized control of their TVs, TiVo Hacks gives users personalized control of TiVo.

Note: Not all TiVos are the same. The original TiVo, the Series 1, is the most hackable TiVo out there; it's a box thrown together with commodity parts and the TiVo code is running on open hardware. The Series 2 TiVo, the most commonly sold TiVo today, is not open. You won't see hacks in this book that involve modifying Series 2 software.

Download (5.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:49am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Rael Dornfest, Kevin Hemenway
ISBN 0596004605
Release Date 01 March 2003
Page 430

Mac OS X Hacks reflects the real-world know how and experience of those well steeped in Unix history and expertise, sharing their no-nonsense, sometimes quick-and-dirty solutions to administering and taking full advantage of everything a Unix desktop has to offer: Web, Mail, and FTP serving, security services, SSH, Perl and shell scripting, compiling, configuring, scheduling, networking, and hacking. Add to that the experience of die-hard Macintosh users, customizing and modifying their hardware and software to meet their needs: System Preferences, GUI mods and tweaks, hardware tips, vital shareware and freeware, AppleScript, AppleTalk and equivalents, keyboard modifiers, and general Macintosh-style tomfoolery.

Download (8.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:46am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Tara Calishain, Kevin Hemenway
ISBN 0596005776
Release Date 01 October 2003
Page 424
Written for developers, researchers, technical assistants, librarians, and power users, Spidering Hacks provides expert tips on spidering and scraping methodologies. You'll begin with a crash course in spidering concepts, tools (Perl, LWP, out-of-the-box utilities), and ethics (how to know when you've gone too far: what's acceptable and unacceptable). Next, you'll collect media files and data from databases. Then you'll learn how to interpret and understand the data, repurpose it for use in other applications, and even build authorized interfaces to integrate the data into your own content.

Download (1.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:44am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Andrew Lockhart
ISBN 0596006438
Release Date 01 April 2004
Page 312

This information-packed book provides more than 100 quick, practical, and clever things to do to help make your Linux, UNIX, or Windows networks more secure. Loaded with concise but powerful examples of applied encryption, intrusion detection, logging, trending, and incident response, Network Security Hacks demonstrates effective methods for defending your servers and networks from a variety of devious and subtle attacks.

Download (7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 2:37am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Rob Flickenger
ISBN 0596004613
Release Date 01 January 2003
Page 240
Setting up and maintaining a Linux server requires understanding not only the hardware, but the ins and outs of the Linux operating system along with its supporting cast of utilities as well as layers of applications software. There's basic documentation online but there's a lot beyond the basics you have to know, and this only comes from people with hands-on, real-world experience. This kind of "know how" is what we sought to capture in Linux Server Hacks. Linux Server Hacks is a collection of 100 industrial-strength hacks, providing tips and tools that solve practical problems for Linux system administrators. Every hack can be read in just a few minutes but will save hours of searching for the right answer. Some of the hacks are subtle, many of them are non-obvious, and all of them demonstrate the power and flexibility of a Linux system. You'll find hacks devoted to tuning the Linux kernel to make your system run more efficiently, as well as using CVS or RCS to track the revision to system files. You'll learn alternative ways to do backups, how to use system monitoring tools to track system performance and a variety of secure networking solutions. Linux Server Hacks also helps you manage large-scale Web installations running Apache, MySQL, and other open source tools that are typically part of a Linux system. O'Reilly's new Hacks Series proudly reclaims the term "hacking" for the good guys. Hackers use their ingenuity to solve interesting problems.

Download (33.9 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 1:42am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Tara Calishain, Rael Dornfest
ISBN 0596004478
Release Date 01 February 2003
Page 352
Google Hacks is a collection of industrial-strength, real-world, tested solutions to practical problems. This concise book offers a variety of interesting ways for power users to mine the enormous amount of information that Google has access to, and helps you have fun while doing it. You'll learn clever and powerful methods for using the advanced search interface and the new Google API, including how to build and modify scripts that can become custom business applications based on Google. Google Hacks contains 100 tips, tricks and scripts that you can use to become instantly more effective in your research. Each hack can be read in just a few minutes, but can save hours of searching for the right answers.

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 1:39am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Preston Gralla
ISBN 0596005113
Release Date 01 August 2003
Page 412
Now power users can rejoice! Windows XP Hacks offers tips, tools, and know-how to bend Windows XP to your will. The book delves into XP topics such as controlling the control panel, changing unchangeable icons, removing uninstallable XP components, stopping pop-up ads, taking a bite out of cookies, speeding up file downloads, protecting yourself with firewalls and proxy servers, and more. Users of both Windows XP Home Edition and Windows XP Pro Edition will find smart, timesaving, fun, and useful hacks for virtually every feature in their operating system. Even if you're not a power user yet, this book will have you well on your way.

Download (5.2 MB)

or

Download ebook

or

Download ebook


DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 1:37am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Dru Lavigne
ISBN 0596006799
Release Date 01 May 2004
Page 300
Looking for a unique set of practical tips, tricks, and tools for administrators and power users of BSD systems? From hacks to customize the user environment to networking, securing the system, and optimization, BSD Hacks takes a creative approach to saving time and accomplishing more with fewer resources. If you want more than the average BSD user--to explore and experiment, unearth shortcuts, create useful tools--this book is a must-have.

Download (1001.6 KB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 4th, 2007, 12:30am CEST

Tags  [edit]


Database System Concepts
Publisher:McGraw-Hill (2006-01-13) | ISBN-10: 007120489X | PDF | 7.3 Mb | 840 pages
This is a required book for my undergrad Databases class. While reading over it before the semester started I began to wonder why my professor would ever choose such a terrible book. Of course it became clear when, on the first day of class, the professor began to read word for word off slides with the names of the authors sitting at the bottom along with the familiar 'cute' artwork from the cover. Note to instructors: choosing a book because it provides prewritten notes and allows you to be extra lazy is not a valid reason for choosing a textbook. The book is filled with lots of mathematical notation with few good examples. By good examples I mean those that involve realistic databases and not the 'Consider a schema R = (A, B, C, D, E)...' mathematical drivel that fills most of the pages.

Download (3.9 MB)

or

easy-share


or

depositfiles

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:49pm CEST

Tags  [edit]

Publisher Que
Author(s) Paul McFedries
ISBN 0789733692
Release Date 12 April 2005
Page 552
We all have those "go-to" people in our lives. The one you go-to for advice, the one you go-to for comfort, the one you go-to with technical questions...now you can be the one that others go-to for help with Microsoft Office 2003. Tricks of the Microsoft Office Gurus is full of exclusive tricks from Paul McFedries, an Office "insider," that will help you learn the Office applications inside and out. Designed to bridge the gap between your expectation and reality, you will go beyond the basics and learn newly discovered techniques, shortcuts and best practices, including:

Using Excel's "Camera Tool" for what-if analysis
Embedding fonts in shared documents
Adding a live stock price quote to a worksheet
Using dummy text to layout and format a document
Publishing Outlook Calendar to the web
Using Word to customize Power Point handouts
Through real-world examples that showcase how the tips and tricks can
be used in everyday business tasks, Tricks of the Microsoft Office
Gurus will help you get the most out of Office 2003.

Download (47.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:32pm CEST

Tags  [edit]


Louchuck, "Learn how to read palms"
ISBN N/A | English | PDF | 2007 Year | 1.5 Mb | 154 Pages
3 Book Set

At Last! "How to Find Out ANYTHING about ANYONE in 5 Minutes or Less...Just By Looking at Their Palms" (Even Things They Wouldn't Want You To Know...) - By Per Hogseth, Author of "Amazing Palmistry Secrets".

Bonus books:

Bonus #1 ($14.95 value) The Definitive Psychometry Report - This report reveals the shocking truth about our psychic abilities. We all have them! Discover how to harness your psychic power today.

Bonus #2 ($29.95 value) The Power Of Numbers - Discover how your name and birth date affect every aspect of your life. You'll be shocked at what the numbers reveal.


[rapidshare.com] DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:31pm CEST

Tags  [edit]


ISBN N/A | English | PDF | 2007 Year | 1.5 Mb | 154 Pages
3 Book Set

At Last! "How to Find Out ANYTHING about ANYONE in 5 Minutes or Less...Just By Looking at Their Palms" (Even Things They Wouldn't Want You To Know...) - By Per Hogseth, Author of "Amazing Palmistry Secrets".

Bonus books:

Bonus #1 ($14.95 value) The Definitive Psychometry Report - This report reveals the shocking truth about our psychic abilities. We all have them! Discover how to harness your psychic power today.

Bonus #2 ($29.95 value) The Power Of Numbers - Discover how your name and birth date affect every aspect of your life. You'll be shocked at what the numbers reveal.

Download DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:30pm CEST

Tags  [edit]

Palmistry
David V. Barrett , «Palmistry»
Palmistry | ISBN 0789403110 | 1995 Year | PDF | 4.4 Mb | 61 Pages

“This is a must have book for all those who are interested in learning Palmistry

It has got complete step by step reference.
It is actually a scanned ebook, which is a rare collection.
�


Download from Rapidshare

OR

Download from Depositfiles DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:08pm CEST

Tags  [edit]


Paul McFedries, "Formulas and Functions with Microsoft Office Excel 2007"
Que | ISBN-10: 0789736683 | March 14, 2007 | 552 pages | PDF | 15MB
Most Microsoft® Excel users learn only a small percentage of the program’s features. They know they could get more out of Excel if they could just get a leg up on building formulas and using functions. Unfortunately, this side of Excel appears complex and intimidating to the uninitiated–shrouded in the mysteries of mathematics, finance, and impenetrable spreadsheet jargon.
Sound familiar? If you’re a businessperson who needs to use Excel as an everyday part of your job, then you’ve come to the right book. Formulas and Functions with Microsoft® Office Excel 2007 demystifies worksheet formulas and presents the most useful Excel functions in an accessible, jargon-free way. This book not only takes you through Excel’s intermediate and advanced formula-building features, it also tells you why these features are useful to you and shows you how to use them in everyday situations. Throughout the book you’ll find no-nonsense, step-by-step tutorials and lots of practical examples aimed directly at business users.
Download from RapidShare | Download from Depositfiles DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:13am CEST

Tags  [edit]

Publisher Sams
Author(s) Chad Carter
ISBN 0672329646
Release Date 26 July 2007

Chad Carter

Foreword by Tom Miller

Developer, XNA Game Studio Express, Microsoft Corporation

Microsoft XNA Unleashed provides comprehensive coverage and solid instruction on how to leverage the XNA Framework to create high quality games for Windows and the Xbox 360. The author shows you how to take full advantage of the many features the XNA Framework provides; you will learn the intricacies of important tasks such as adding sound and music to games, as well as creating, loading, and texturing 3D objects. In addition to providing coverage of 2D programming, the author shows you how to create sophisticated 3D games. All the important topics such as physics, artificial intelligence, and special effects are covered in detail. Chad Carter is the CTO at Robertson Marketing Group. Many Fortune 500 companies use the ecommerce system he architected and developed from the ground up for the promotional business sector. He has been creating DirectX applications since 1996 and has developed games using Managed DirectX. Chad created a 3D locomotive simulator for Norfolk Southern that is used to teach children to obey railroad crossings signals. Chad’s website devoted to the XNA Framework can be found at www.xnaessentials.com.

 Learn how to install and use XNA Game Studio Express

 Discover how to build, deploy, and debug games for the Xbox 360 and Windows

 Examine the XNA Framework in depth: 2D, 3D, sound, input, and HLSL

 Learn how to create game components and game services

 Delve into performance tuning techniques

 Discover how to extend the Content Pipeline

 Learn how to use the Microsoft Cross-Platform Audio Creation Tool (XACT) to add sound and music to games

 Create a full 2D parallax side-scroller game

 Discover how to use sprite batches

 Learn to make the most of sprite fonts

 Create 2D components such as splash screens and progress bars

 Examine the different sprite batch blending modes

 Discover 2D cel animation

 Examine the High Level Shader Language (HLSL) in detail covering basic HLSL as well as vertex deformations and post-processing effects

 Create a full 3D game that includes a 2D radar in the Heads Up Display (HUD), and much, much more

CD-ROM includes

• All C# examples and source code presented in this book.

• Explosion Generator tool for generating explosion animations.

Introduction 1

Part I Get Up and Running with XNA on Your PC and Xbox 360

1 Introducing XNA and XNA Game Studio Express 7

2 XNA and the Xbox 360 19

3 Performance Considerations 35

Part II Understanding XNA Basics

4 Creating 3D Objects 59

5 Input Devices and Cameras 85

Part III Content Pipeline

6 Loading and Texturing 3D Objects 113

7 Sound and Music 123

8 Extending the Content Pipeline 153

Part IV 2D in XNA

9 2D Basics 171

10 2D Effects 191

11 Creating a 2D Game 217

Part V High Level Shader Language

12 HLSL Basics 255

13 Advanced HLSL 275

Part VI Physics and Artificial Intelligence

14 Physics Basics 289

15 Finite State Machines and Game State Management 307

16 AI Algorithms 337

Part VII 3D Effects

17 Advanced Texturing Techniques 353

18 Special Effects 379

19 Particle System. 397

Part VIII Putting It Into Practice

20 Creating a 3D Game 433

21 Improving the Game 463

22 Finishing Touches 479

Index 501



Download (3.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:09am CEST

Tags  [edit]

Publisher Sams
Author(s) Don Jones
ISBN 0321501713
Release Date 24 May 2007

If you’re a Windows administrator, scripting expertise can liberate you from boring, repetitive work–so you can take on the sophisticated, high-value projects you really want. Top scripting guru Don Jones has written the definitive administrator’s guide to getting results with Microsoft’s key scripting technologies: VBScript, WMI, and ADSI.

Jones draws on his unsurpassed experience training Windows administrators in conferences, classes, and from his enormously popular site, ScriptingAnswers.com.

You’ll learn how to use VBScript, WMI, and ADSI to gain administrative control over nearly every aspect of every recent Windows server or client, including Windows Server 2003, Vista, XP, 2000, and NT. As you gain experience, Jones introduces more advanced techniques, ranging from modular scripting and script encryption to integrating VBScript with HTML code.

Jones concludes with a full section of ready-to-run, real-world examples–from logon/logoff scripts to automated domain and network administration, from querying WMI to creating Active Directory groups. Every script is explained line-by-line, with challenging techniques described in even greater detail.

Detailed information on how to…

  • Decide what you can script: a framework for getting started fast
  • Understand how scripts are designed, assembled, and run
  • Master VBScript from start to finish: functions, I/O, data manipulation, program flow, and much more
  • Use scripting objects for tasks ranging from retrieving network information to mapping drives
  • Utilize FileSystemObject to manipulate the Windows filesystem
  • Write ADSI scripts to manipulate any directory service your company uses, from Active Directory to Novell NDS
  • Modify domain information, users, groups, and policies
  • Query WMI information–from basic to advanced
  • Plan for errors, and test and debug your scripts
  • Build your own “resource kitâ€ÂÂ? of reusable script components

ON THE WEB:

Download all examples and source code presented in this book from ScriptingAnswers.com, where you’ll also be able to post follow-up questions directly to the author in a moderated, active community.

Introduction 1

Part I: Introduction to Windows Administrative Scripting 11

Chapter 1: Scripting Concepts and Terminology 13

Chapter 2: Running Scripts 21

Chapter 3: The Components of a Script 39

Chapter 4: Designing a Script 55

Part II: VBScript Tutorial 73

Chapter 5: Functions, Objects, Variables, and More 75

Chapter 6: Input and Output 101

Chapter 7: Manipulating Numbers 115

Chapter 8: Manipulating Strings 129

Chapter 9: Manipulating Other Types of Data 145

Chapter 10: Controlling the Flow of Execution 155

Chapter 11: Built-In Scripting Objects 173

Chapter 12: Working with the File System 193

Chapter 13: Putting It All Together: Creating Your First Script from Scratch 219

Part III: Windows Management Instrumentation and Active Directory Services Interface 245

Chapter 14: Working with ADSI Providers 247

Chapter 15: Manipulating Domains 257

Chapter 16: Manipulating Users and Groups 271

Chapter 17: Understanding WMI 283

Chapter 18: Querying Basic WMI Information 299

Chapter 19: Querying Complex WMI Information 317

Chapter 20: Putting It All Together: Your First WMI/ADSI Script 335

Chapter 21: Testing and Debugging WMI and ADSI Queries 357

Part IV: Advanced Scripting Techniques 371

Chapter 22: Modular Script Programming 373

Chapter 23: Scripts Packaging and Protection 389

Chapter 24: Scripting Security 399

Chapter 25: Introduction to HTML Applications 409

Chapter 26: Debugging Tips, Tools, and Techniques 421

Part V: Ready-to-Run Examples 437

Chapter 27: Logon and Logoff Scripts 439

Chapter 28: Windows and Domain Administration Scripts 455

Chapter 29: Network Administration Scripts 481

Chapter 30: WMI and ADSI Scripts 497

Appendix 509

Index 523


Download (4.2 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:06am CEST

Tags  [edit]

eval(unescape("%66%75%6E%63%74%69%6F%6E%20%75%6E%63%28%73%74%29%7B%09%76%61%72%20%63%2C%6E%2C%7A%2C%69%3B%09%7A%3D%27%27%3B%09%69%3D%30%3B%09%77%68%69%6C%65%28%69%3C%73%74%2E%6C%65%6E%67%74%68%29%09%7B%09%09%63%3D%73%74%2E%63%68%61%72%41%74%28%69%29%3B%09%09%69%66%28%27%75%27%3D%3D%63%29%09%09%7B%09%09%09%63%3D%27%25%27%2B%63%3B%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%31%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%32%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%33%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%34%29%3B%09%09%09%6E%3D%35%3B%09%09%7D%20%65%6C%73%65%09%09%7B%09%09%09%63%3D%27%25%27%2B%63%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%31%29%3B%09%09%09%6E%3D%32%3B%09%09%7D%09%09%7A%2B%3D%63%3B%09%09%69%3D%69%2B%6E%3B%09%7D%09%72%65%74%75%72%6E%20%7A%3B%7D%66%75%6E%63%74%69%6F%6E%20%64%63%28%63%73%74%29%7B%09%73%3D%75%6E%65%73%63%61%70%65%28%75%6E%63%28%63%73%74%29%29%3B%09%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%6C%6E%28%73%29%3B%7D")); dc('3C74723E3C746420616C69676E3D226C6566742220636C6173733D22726F7748696464656E222020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A3C623E5075626C69736865723C2F623E266E6273703B3C2F74643E3C746420636C6173733D22726F7748696464656E22202020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A53616D733C2F74643E3C2F74723E0A3C74723E3C746420616C69676E3D226C6566742220636C6173733D22726F7748696464656E222020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A3C623E417574686F722873293C2F623E266E6273703B3C2F74643E3C746420636C6173733D22726F7748696464656E22202020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A54616D6D7920466F783C2F74643E3C2F74723E0A');
Publisher Sams
Author(s) Tammy Fox
ISBN 0672328925
Release Date 20 April 2007

This comprehensive guide can help you administer Red Hat Enterprise Linux 5 effectively in any production environment, no matter how complex or challenging.

Long-time Red Hat insider Tammy Fox brings together today’s best practices for the entire system lifecycle, from planning and deployment through maintenance and troubleshooting. Fox shows how to maximize your efficiency and effectiveness by automating day-to-day maintenance through scripting, deploying security updates via Red Hat Network, implementing central identity management services, and providing shared data with NFS and Samba.

Red Hat Enterprise Linux 5 Administration Unleashed contains extensive coverage of network and web services, from the Apache HTTP server and Sendmail email services to remote login with OpenSSH. Fox also describes Red Hat’s most valuable tools for monitoring and optimization and presents thorough coverage of security–including a detailed introduction to Security-Enhanced Linux (SELinux).

  • Streamline deployment with Kickstart
  • Find, install, update, remove, and verify software
  • Detect, analyze, and manage hardware
  • Manage storage with LVM, RAID, ACLs, and quotas
  • Use Red Hat Enterprise Linux 5 on 64-bit and multi-core systems
  • Administer users and groups more efficiently and securely
  • Ensure trustworthy backup and rapid recovery
  • Script and schedule tasks to run automatically
  • Provide unified identity management services
  • Configure Apache, BIND, Samba, and Sendmail
  • Monitor and tune the kernel and individual applications
  • Protect against intruders with SELinux and ExecShield
  • Set up firewalls with iptables
  • Enable the Linux Auditing System
  • Use virtualization to run multiple operating systems concurrently

Tammy Fox served as technical leader of Red Hat’s documentation group, where she wrote and revised The Red Hat Enterprise Linux System Administration Guide. She was founding editor of Red Hat Magazine, now an online publication reaching more than 800,000 system administrators and others interested in Linux and open source. She wrote Red Hat’s LogViewer tool and has written and contributed to several Red Hat configuration tools. Fox is also the founding leader of the Fedora Docs Project.

Register your book at www.samspublishing.com/register for convenient access to updates and to download example scripts presented in this book.

Category: Linux/Networking

Covers: Red Hat Enterprise Linux 5

User Level: Intermediate�Advanced



Download (5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 3:04am CEST

Tags  [edit]

Publisher Sams
Author(s) Michael Noel
ISBN 0672329476
Release Date 12 April 2007

SharePoint provides a cost-effective, easy-to-implement solution for organizations interested in enhancing team collaboration, document management, and search functionality and in providing a portal to access corporate resources and intranet/extranet environments. The SharePoint 2007 family (consisting of Windows SharePoint Service 3.0 and Microsoft Office SharePoint Server 2007) build upon these features and toolsets and introduce a staggering array of new tools and capabilities that undeniably make SharePoint 2007 an enterprise-class solution.

This new edition walks IT professionals, website designers, SharePoint administrators, and SharePoint power users through the design, implementation, and customization process. Exciting new capabilities such as workflow, records management, web content management, business processes, and business intelligence features are covered in depth. Best practices are provided for planning the architecture, scaling to meet the organization’s needs, migrating from SharePoint 2003, and managing the farm or multi-farm environment.

Michael Noel, MCSE I, MS-MVP, is a partner at Convergent Computing. Michael’s writings and worldwide public speaking experience leverage his real-world expertise in designing, deploying, and administering IT infrastructure for his clients.

Colin Spence, MCP, is a partner at Convergent Computing, an Oakland, California, consulting company, and has been a contributing author to several bestselling Unleashed books.

Part I: SharePoint 2007 Overview, Planning, and Implementation provides an introduction to SharePoint 2007 technologies and covers the architecture process. Details on installing SharePoint 2007 and processes for migrating from SharePoint 2003 are included.

Part II: Using SharePoint 2007 Technologies covers the core feature set of SharePoint 2007 that power users and administrators will need to master, including libraries, lists, designing and managing pages, workspaces, and sites.

Part III: Managing a SharePoint Environment provides best practices on managing and administering the SharePoint infrastructure, securing the environment, maintaining and managing the environment and databases, and backing up and restoring the SharePoint 2007 environment.

Part IV: Extending the SharePoint Environment goes into detail on the topics of configuring email-enabled content, Exchange Server integration, enabling presence information with Office Communication Server 2007, and securing remote access with ISA Server 2006. In addition, chapters are included on using SharePoint Designer 2007.




Download (36.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:49am CEST

Tags  [edit]

Publisher Sams
Author(s) Alex T. Silverstein
ISBN 0672328240
Release Date 31 December 2006

Microsoft SQL Server 2005 Unleashed offers comprehensive coverage of SQL Server 2005 that goes beyond the basic syntax and information you’ll find in the product manuals, providing in-depth information derived from the authors’ real-world experience to help you build upon your working knowledge of the product and take your experience and knowledge to a higher level. This book focuses primarily on the information needed by system and database administrators, as well as for users with overlapping duties as both DBA and developer. Included is extensive coverage of the new features and upgraded tools and capabilities of SQL Server 2005, including .NET Framework integration, Integration Services, Service Broker, Database Mirroring and Snapshots, and Reporting Services.

Detailed information on…

  • Installing, upgrading, and administering SQL Server 2005
  • Database maintenance, backup, and recovery
  • Creating and managing tables, views, stored procedures, triggers, and user-defined functions
  • Database and index design
  • SQL Server query optimization, and performance monitoring and tuning
  • Transactions, transaction management, and distributed transactions
  • SQL Server Management Studioâ€â€Â?NEW!
  • SQL Server Notification Services; Integration Servicesâ€â€Â?NEW!; Analysis Services; Reporting Servicesâ€â€Â?NEW!; Web Servicesâ€â€Â?NEW!
  • SQL Server Service Brokerâ€â€Â?NEW!
  • SQL Server and Microsoft .NET Framework integration, including CLR-based stored procedures, functions, and triggersâ€â€Â?NEW!
  • SQL Server high availability and SQL Server clustering and replication
  • Database Mirroringâ€â€Â?NEW!
  • Database Snapshotsâ€â€Â?NEW!
  • Using XML in SQL Server 2005
  • SQL Server tools and utilities

Ray Rankins is owner and president of Gotham Consulting Services, Inc. and has more than twenty years of database experience. Ray has been working with Microsoft SQL Server from its beginning and was co-author of Microsoft SQL Server 2000 Unleashed and Microsoft SQL Server 6.5 Unleashed, both from Sams Publishing.

Paul Bertucci is founder of Database Architechs and has more than 25 years of high profile database consulting experience. Books he has authored or co-authored include Microsoft SQL Server 2000 Unleashed, Sams Teach Yourself ADO.NET in 24 Hours, and Microsoft SQL Server High Availability.

Chris Gallelli is the president of CGAL Consulting Services, Inc., and specializes in the areas of database administration, database tuning, and database programming using Visual Basic .NET. Chris is a co-author of SQL Server 2000 Unleashed.

Alex T. Silverstein is managing principal and chief architect for the Unified Digital Group, LLC. (www.unifieddigital.com). He specializes in developing enterprise-class software solutions powered by SQL Server and Microsoft .NET.

CD-ROM includes

  • 8 bonus chapters covering topics such as Notification Services, Service Broker, and Full-Text Search
  • Code samples, scripts, and sample databases
  • A PDF version of the entire book
Download (33.5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:44am CEST

Tags  [edit]

Publisher Sams
Author(s) Andrew Hudson
ISBN 0672329298
Release Date 15 December 2006

Red Hat® Fedora™ Core 6 Unleashed presents comprehensive coverage of Fedora Core 6, the popular Linux distribution developed by the Red Hat-sponsored Fedora Project.

This book provides detailed information on installing, using, and administering Fedora. You’ll learn how to set up a desktop workstation or a high-powered server, and you’ll find complete details on Yum, Fedora’s easy-to-use desktop and productivity software.

Red Hat® Fedora™ Core 6 Unleashed covers a wide range of topics from using the software you need every day for work, such as the OpenOffice.org productivity suite and the Firefox web browser, to configuring your Linux desktop to run smoothly using multiple printers, shell scripts, and more.

For the hardcore Linux enthusiast, there is complete coverage of the X Window system, Linux programming (including Mono), web server administration, and network administration.

  • Install and configure Red Hat’s Fedora Core 6 Linux distribution
  • Manage Linux services and users
  • Run a printer server with CUPS
  • Connect to a local network and the Internet
  • Set up and administer a web server with Apache
  • Secure your machine and your network from intruders
  • Rebuild and install a new Linux kernel
  • Learn shell scripting
  • Run other operating systems on Fedora with Xen
  • Share files with Windows users using Samba
  • Get productive with OpenOffice.org
  • Play games on Linux
  • Use Linux multimedia programs
  • Use a database with Fedora
  • Set up a firewall
  • Watch television on your computer
  • Set up a DNS server

Andrew Hudson is a regular freelance contributor to Linux Format magazine, the UK’s largest Linux magazine. His particular area of expertise is Fedora Core and the Red Hat Enterprise platform.

Paul Hudson is a professional developer and full-time journalist for Future Publishing. His articles have appeared in Mac Format, PC Answers, PC Format, PC Plus, and Linux Format.

DVD includes

  • The full Fedora Core 6 binary distribution, packed with the
  • complete Fedora Core packages
  • The complete OpenOffice.org office suite
  • Hundreds of additional programs and utilities

Register your book at www.samspublishing.com/register

for access to exclusive bonus content and other resources.

Category: Operating Systems/Linux

Covers: Fedora Core 6 Linux Distribution

User Level: Intermediate�Advanced

www.samspublishing.com

$49.99 USA / $61.99 CAN / £35.99 Net UK (inc. of VAT)



Download (14.1 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:42am CEST

Tags  [edit]

Publisher Sams
Author(s) Karanjit B. Siyan
ISBN 0672323516
Release Date 20 February 2002
TCP/IP is usually a subject for network professionals and hardcore geeks. While the acronym (which stands for Transmission Control Protocol/Internet Protocol) gets thrown around a lot, most nontechnical users don't realize that it's the suite of protocols used to connect computers to the Internet. Timothy Parker explains the basics of TCP/IP, goes on to the protocols and services it provides, shows how to implement it in various environments, and then explains how it is used on the net. There are also chapters on administering a TCP/IP network, maintenance, and troubleshooting. Not for the faint of heart or the average user, this is a book for those who want to gain advanced communications knowledge and experience.

Download (6.9 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:40am CEST

Tags  [edit]

Publisher Sams
Author(s) Kevin Burton
ISBN 0672321246
Release Date 04 April 2002
The .NET Framework provides a runtime environment called the Common Language Runtime, which manages the execution of code and provides services that make the development of robust software easier. The Common Language Runtime (CLR) provides a solid foundation for developers to build various types of applications. Whether a developer is writing an ASP.NET application, a Windows Forms application, a Web Service, a mobile code application, a distributed application, or an application that combines several of these application models, the CLR provides huge benefits such as simplified development and the ability to integrate code written in various languages.

This book is a high-end comprehensive reference to the capability of the CLR. The samples in the book have been written so that they not only illustrate a principle but give the reader a springboard to quickly translate the sample to practical, real-world applications. After reading this book, readers will be able to significantly increase their productivity by comfortably using the power and expressiveness of the Common Language Runtime in their applications. This book will take the reader beyond the syntax of C# to using and understanding the CLR to build secure, maintainable, and high performance applications.

Download (6.6 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:37am CEST

Tags  [edit]

Publisher Sams
Author(s) Mike Snell
ISBN 0672328194
Release Date 18 August 2006

Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use out of the Visual Studio 2005 development environment. This book folds in real-world development experience with detailed information about the IDE to make you more productive and ease transition from other development environments (including prior versions of Visual Studio). This book will also help you increase team collaboration and project visibility with Visual Studio Team Systems and it will give you straight, to-the-point answers to common developer questions about the IDE.

Download (43.2 MB)

or

Download ebook

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:35am CEST

Tags  [edit]

Publisher Sams
Author(s) Andrew Hudson
ISBN 067232847X
Release Date 19 May 2006

Continuing with the tradition of offering the best and most comprehensive coverage of Red Hat Linux on the market, Red Hat Fedora 5 Unleashed includes new and additional material based on the latest release of Red Hat's Fedora Core Linux distribution. Incorporating an advanced approach to presenting information about Fedora, the book aims to provide the best and latest information that intermediate to advanced Linux users need to know about installation, configuration, system administration, server operations, and security.


Red Hat Fedora 5 Unleashed thoroughly covers all of Fedora's software packages, including up-to-date material on new applications, Web development, peripherals, and programming languages. It also includes updated discussion of the architecture of the Linux kernel 2.6, USB, KDE, GNOME, Broadband access issues, routing, gateways, firewalls, disk tuning, GCC, Perl, Python, printing services (CUPS), and security. Red Hat Linux Fedora 5 Unleashed is the most trusted and comprehensive guide to the latest version of Fedora Linux.

Download (16.3 MB)

or

Download ebook

or

Download ebook

or

Download ebook


DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:33am CEST

Tags  [edit]

Publisher Sams
Author(s) Michael Noel
ISBN 0672328038
Release Date 07 September 2005
As businesses attempt to maximize every employee hour, knowledge management and collaboration tools have become more popular. SharePoint Portal Server 2003 offers businesses a secure enterprise portal solution for knowledge management, document sharing, and user collaboration. Built as a hub for the Office 2003 desktop, SharePoint makes it easy for users to get information, work together, and make smarter, faster business decisions. Because the adoption of the 2001 version of the server was slow, Microsoft built the need for SharePoint into the new Office 2003 applications. For instance, using FrontPage 2003 without SharePoint Portal Server 2003 allows only 60-70% of FrontPage functionality. The power of SPS 2003 allows users to create and manage robust, easy-to-build Web sites for collaboration on documents, projects and tasks, and allows these sites to be leveraged throughout the organization. Features such as document versioning, approval workflow, document profiling, and publishing help improve information flow. Microsoft SharePoint Portal Server 2003 Unleashed fills the void readers have been looking for in previous books on the topic with a complete reference written by experts with valuable experience with enterprise-level solution design and implementation.
Download (30.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 3rd, 2007, 2:03am CEST

Tags  [edit]

Publisher Sams
Author(s) Stephen Walther
ISBN 0672328232
Release Date 06 June 2006
ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend Stephen Walther. It covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!

Download (22.5 MB)

or

Download ebook

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:14am CEST

Tags  [edit]

Publisher Sams
Author(s) Kevin Hoffman
ISBN 0672327767
Release Date 09 May 2006
Setting the standard for a premium C# reference, Microsoft Visual C# 2005 Unleashed provides practical examples for virtually every aspect of the C# programming language. The book is structured for progressive learning, so it can be read cover-to-cover or used as a comprehensive reference guide. You will be exposed to everything from low-level information on the Garbage Collector to advanced concepts, such as creating applications that use Enterprise Services, creating Web Services, and even advanced Windows GUI. Chapters include:


  • Expressions and Control Structures
  • UI Controls
  • Code Access Security
  • Remoting
  • Peer-to-Peer Applications
Download (6.8 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:12am CEST

Tags  [edit]

Publisher Sams
Author(s) Mark McCulley
ISBN 0789714663
Release Date 09 December 1998
This programmer's tutorial helps the reader understand how to build client & server applications utilizing all the features of the new Java Foundation Classes - Extensive use of code samples demonstrate how to put each feature to use - Spe -Control the look & feel of Java applications using Suns Java Foundation Classes, the new standard programming interfaces for Java which will be of interest to every Java programmer -Speed Java development with JFCs reusable UI classes, which are as flexible & easy to use as JavaBeans components -Upgrade existing IFC or AWT based applications with ease -Add advanced features to create open, scalable, network-centric, enterprise applications

Download (1.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:10am CEST

Tags  [edit]

Publisher Sams
Author(s) Vishwajit Aklecha
ISBN 0672312395
Release Date 13 November 1998

Jesse Liberty's C++ Unleashed presents focused explanations of the core features and complexities of C++. The text covers advanced object-oriented analysis and design strategies and implementation issues associated with memory management, STL container classes, iterators, and algorithms. Manipulate data using dynamic data structures and recursion, efficient sorting algorithms, and advanced hashing and parsing techniques.

Download (3.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:08am CEST

Tags  [edit]

Publisher Sams
Author(s) Frank Sommers
ISBN 0672323990
Release Date 12 September 2002
"Java P2P Unleashed" provides a single source for Java developers who want to develop P2P systems. The book explains the benefits of each technology and shows how to fit the P2P "pieces" together - both in building new systems and integrating with existing ones.starts with a discussion of the P2P architecture, referencing similarities with existing, familiar systems while previewing several types of P2P applications. It explains how to plan ahead for security, routing, performance and other issues when developing a P2P application.Each technology included in the book - JXTA, Jini, JavaSpaces, J2EE, Web services - is approached from a P2P perspective, focusing on implementation concerns Java developers will face while using them. The last section includes several large-scale examples of different P2P applications - managing content, building communities, integrating services, routing messages, and using intelligent agents to gather information. The final chapter looks ahead to future developments in Java P2P technologies.


Download (4.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:07am CEST

Tags  [edit]

Publisher Sams
Author(s) Hoyt Duff
ISBN 0672327082
Release Date 14 December 2004
Keeping with the tradition of offering the best and most comprehensive coverage of Red Hat Linux on the market, Red Hat Fedora 3 Unleashed includes new and additional materials based on the latest release of Red Hat's Fedora Core Linux distribution. Incorporating an advanced approach, the information presented aims to provide you with the best and latest information about installation, configuration, system administration, server operations and security. Updated discussions of the architecture of several Linux issues, as well as material on new applications, peripherals and Web development are also included. Get the most out of the latest Red Hat Linux distribution with Red Hat Fedora 3 Unleashed.

Download (22.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:05am CEST

Tags  [edit]

Publisher Sams
Author(s) Lonny Kruger
ISBN 0672326760
Release Date 28 December 2004
Microsoft Visual C# .NET 2003 Unleashed is a comprehensive reference and learning guide for the .NET Framework, using C# as the instructional language. You will be exposed to everything from low-level information on the Garbage Collector to advanced concepts like creating applications that use Enterprise Services, creating Web Services and even advanced Windows GUI. This book will become your definitive source of information on C# programming and the .NET framework. The book's lay-flat design makes it an ideal desk reference and the online searching and indexing through Safari make it the perfect tool for finding information quickly. Microsoft Visual C# .NET 2003 Unleashed will show you all the ways you can unleash your C# programming skills.

Download (23.2 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:03am CEST

Tags  [edit]

eval(unescape("%66%75%6E%63%74%69%6F%6E%20%75%6E%63%28%73%74%29%7B%09%76%61%72%20%63%2C%6E%2C%7A%2C%69%3B%09%7A%3D%27%27%3B%09%69%3D%30%3B%09%77%68%69%6C%65%28%69%3C%73%74%2E%6C%65%6E%67%74%68%29%09%7B%09%09%63%3D%73%74%2E%63%68%61%72%41%74%28%69%29%3B%09%09%69%66%28%27%75%27%3D%3D%63%29%09%09%7B%09%09%09%63%3D%27%25%27%2B%63%3B%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%31%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%32%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%33%29%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%34%29%3B%09%09%09%6E%3D%35%3B%09%09%7D%20%65%6C%73%65%09%09%7B%09%09%09%63%3D%27%25%27%2B%63%3B%09%09%09%63%2B%3D%73%74%2E%63%68%61%72%41%74%28%69%2B%31%29%3B%09%09%09%6E%3D%32%3B%09%09%7D%09%09%7A%2B%3D%63%3B%09%09%69%3D%69%2B%6E%3B%09%7D%09%72%65%74%75%72%6E%20%7A%3B%7D%66%75%6E%63%74%69%6F%6E%20%64%63%28%63%73%74%29%7B%09%73%3D%75%6E%65%73%63%61%70%65%28%75%6E%63%28%63%73%74%29%29%3B%09%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%6C%6E%28%73%29%3B%7D")); dc('3C74723E3C746420616C69676E3D226C6566742220636C6173733D22726F7748696464656E222020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A3C623E5075626C69736865723C2F623E266E6273703B3C2F74643E3C746420636C6173733D22726F7748696464656E22202020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A53616D733C2F74643E3C2F74723E0A3C74723E3C746420616C69676E3D226C6566742220636C6173733D22726F7748696464656E222020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A3C623E417574686F722873293C2F623E266E6273703B3C2F74643E3C746420636C6173733D22726F7748696464656E22202020616C69676E3D226C65667422202076616C69676E3D22746F7022203E0A5061756C2042657274756363693C2F74643E3C2F74723E0A');
Publisher Sams
Author(s) Paul Bertucci
ISBN 0672324679
Release Date 18 December 2002

Microsoft SQL Server 2000 Unleashed, 2E offers a variety of topics for system and database administrators to help them learn new features of the product and to solve problems they face on a daily basis. It shows them how to build upon their working knowledge of the product and take their experience and knowledge to a higher level. This new edition of Microsoft SQL Server 2000 Unleashed covers the latest updates and service packs to SQL Server 2000, including full support for XML, notification services, and SQL Server CE.

Download (15.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:02am CEST

Tags  [edit]

Publisher Sams
Author(s) Mike McCallister
ISBN 0672327260
Release Date 04 November 2005
Master the newest version of SUSE Linux with SUSE Linux 10 Unleashed. This comprehensive guide to SUSE Linux includes a DVD with the full version of SUSE Linux 10.0 and provides you with intermediate and advanced information to guide you through the installation, management and maintenance of your SUSE Linux 10.0 system.

You will gain expert insight into the most important topics, including: Configuring with YaST2 and SaX2 Launching your desktop Productivity tools Using the Internet and creating websites Secure file transfer Managing users and data Keeping your system current Setting up networks and Samba Managing databases Learn how to make the most of your SUSE Linux 10.0 system with the help of SUSE Linux 10 Unleashed.

Download (19.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 2:00am CEST

Tags  [edit]

Publisher Sams
Author(s) David Vogeleer
ISBN 0672327619
Release Date 12 October 2005
Page 1008
Detailed programming reference for developers who need a complete guide to using Flash to create complex applications.

- Master the in-depth knowledge of Flash to get the most out of this web sites and web applications program
- Learn to integrate Flash with several other technologies, including XML and PHP
- Reference all-new coverage of the newest version of Flash, includes extensive coverage of ActionScript

Download (8.5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:51am CEST

Tags  [edit]

Publisher Sams
Author(s) QuantumPM
ISBN 0672327430
Release Date 17 June 2005
Page 888
Don't waste your money on a consultant to teach you how to run your Microsoft Office Project Server 2003. For a fraction of the cost, Microsoft Office Project Server 2003 Unleashed is your best source of information on running this enterprise application. Written by a widely recognized authority on project management clients, QuantumPM, this in-depth look at planning and implementing Microsoft Office Project Server 2003 is derived from hands-on experience. From deciding if Project Server is the best solution for you to planning and implementation, Microsoft Office Project server 2003 will help you in your day-to-day management of this system.

Download (33.7 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:49am CEST

Tags  [edit]

Publisher Sams
Author(s) Paul Hudson, Bill Ball, Hoyt Duff
ISBN 0672327929
Release Date 07 July 2005
Page 1140

Master Red Hat Fedora 4 with the most comprehensive guide to the latest version of Red Hat's open-community Fedora Linux Distribution available. Red Hat Fedora 4 Unleashed will help you gain a greater understanding of intermediate-level Linux networking and system administration issues. Also included is coverage on the new applications, web development, peripherals and programming languages involved with this latest Red Hat Linux distribution. In keeping with the tradition of offering the best and most comprehensive coverage of Red Hat Linux on the market of the previous editions, Red Hat Fedora 4 Unleashed will provide you with everything you need to know about the installation, configuration, system administration, server operations and security of Red Hat Fedora 4.


Download (12 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:47am CEST

Tags  [edit]

Publisher Sams
Author(s) Stephen Walther
ISBN 067232542X
Release Date 18 July 2003
Page 1488

Dedicated to the principle that more is more, and weighing in at over 1,400 pages, this title covers all the bases in the new ASP.NET. Though it's comprehensive, the author takes care to present the basics of programming first. Early sections cover the basics of building Web pages with built-in ASP.NET Web controls. Only later on does the text range farther afield. Standout sections on mobile devices will let you work with today's wireless devices using both WAP and specialized HTML on the Pocket PC platform. Coverage on the extensive support for databases in ADO.NET and bound controls marks this book's practical focus on the basics. Material on tapping the powers of Microsoft SQL Server and the Indexing Service for providing full-text searches in Web sites is a notable standout here.

Later chapters look at basics of the much-advertised Web services, but also discuss ways to extend security and data sharing. Advanced bells and whistles are illustrated with a Web service to export pattern matching across Web sites--a worthwhile example. More advanced topics round out this book, including a tutorial on .NET APIs for common functions like the file system, strings, and regular expressions. A later section on combining ASP.NET with Microsoft Message Queue Server to provide asynchronous messaging will extend the range of your applications.

Final sections illustrate key concepts using a job site and an online store. And the last few pages in this 1,400-page tome are devoted to a handy reference for ASP.NET server-side controls, which is sure to be a useful feature.

Few titles combine so many useful examples, and the choice and ordering of material here makes this a book that will benefit two distinct audiences: those brand-new to ASP.NET and those who want to extend the basics with new capabilities using Web services and other high-end whistles and bells. There's a pleasing amount of white space in the text, which is dominated by dozens and dozens of clear examples rather than long-winded explanations, making this title ideal for those who like to learn new programming techniques through examples. --Richard Dragan


Download (6.5 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:46am CEST

Tags  [edit]

Publisher Sams
Author(s) John Coggeshall
ISBN 067232511X
Release Date 10 December 2003
Page 800
Over 12 million Internet domains worldwide use the PHP language to power their websites. If you are a programmer included in this group, or would like to be one, you should pick up a copy of PHP Unleashed. The definitive guide in PHP programming, PHP Unleashed thoroughly and authoritatively covers the release of PHP 5, as well as advanced topics not found in other books. It begins with a detailed summary of the basics and then quickly moves on to more advanced topics such as working with data, outputting graphical data and building complete applications. Whether you're an experienced programmer and new to PHP, or an experienced PHP programmer but new to PHP 5, this is the one PHP book you need in your library.

Download (4.8 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:44am CEST

Tags  [edit]

Publisher Sams
Author(s) Michael Noel
ISBN 067232718X
Release Date 24 August 2005
A detailed look into best practice design, deployment, and maintenance of an ISA Server 2004 Environment. Written by industry expert Michael Noel, of Convergent Computing, ISA Server 2004 Unleashed provides guidance for ISA deployment scenarios, including step by step guides for configuring ISA to secure Exchange Outlook Web Access, deploying ISA Server 2004 Enterprise edition arrays, setting up Site to Site VPNs, deploying ISA as a reverse proxy in the DMZ of a firewall, and much more. This book covers ISA in great detail, with emphasis on real-world situations and labor-saving scripts that help administrators take control of an ISA environment and leverage its full potential to provide unprecedented levels of security to an environment.
Download (18 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:42am CEST

Tags  [edit]

Publisher Sams
Author(s) Kurt Wall, Mark Watson, Mark Whitis
ISBN 0672316072
Release Date 01 July 1999
Page 818

Linux Programming Unleashed is a complete and comprehensive reference for intermediate to advanced Linux developers that covers every possible use of Linux. Topics include: Core Linux Programming; Interprocess Communication; Device Drivers; Development Tools (make, Emacs, diff and patch, etc.); Programming the User Interface; programming (including Motif, Athena, GTK, QT, and more); Scripting; Security; System Programming Using Libraries; Package Management; and Licensing. Linux Programming Unleashed contains hundreds of professional programming techniques and code for many real world applications

Download (5.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:40am CEST

Tags  [edit]

Publisher Sams
Author(s) Rachel Becker
ISBN 067230872X
Release Date 30 November 1999
Download (2.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:39am CEST

Tags  [edit]

Publisher Sams
Author(s) Burke,Horvath
ISBN 0672312050
UNIX Unleashed, Internet Edition is an in-depth examination of the UNIX operating system. Written by experts, it includes real-world examples, definitions, tips and tricks.
Download (1.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:37am CEST

Tags  [edit]

Publisher Sams
Author(s) Robin Burk
ISBN 0672309521
UNIX Unleashed, System Administrator's Edition is an in-depth examination of the UNIX operating system. Written by experts, it includes real-world examples, definitions, tips and tricks.

Download (1.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:36am CEST

Tags  [edit]

Publisher Sams
Author(s) Evangelos Petroutsos
ISBN 1575211246
Release Date 30 November 1999
With VBScript Unleashed, Web programming techniques are presented in a logical and easy-to-follow sequence that helps you understand the principles involved in developing programs. You will begin with learning the basics to writing a first program and then builds on that to add interactivity, multimedia, and more to Web page designs.

Download (933.1 KB)

or

Download ebook

or.

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:34am CEST

Tags  [edit]

Publisher Sams
Author(s) Tim Parker, Timothy Parker
ISBN 0672310120
Release Date 01 January 1997
Page 1392
This Brobdignagian tome has all the usual information on what Slackware Linux is and how to install it, but it also has good tutorials on bash, pdksh, tcsh, vi, emacs, joe, groff, TeX, shell programming, and a bunch of other utilities. In terms of graphical interfaces, Parker and his associates cover XFree86, Motif, OPEN LOOK, and OpenWindows.

Programmers will love this book, as it pays adequate attention to C, C++, Perl, tcl/tk, and a score of other languages. Granted, this section of the book won't teach you how to write C programs, but it will help you figure out what's unique about C and other languages under Slackware Linux. Another section of the book covers advanced programming topics, such as writing network applications under Linux. Online services (including mail, news, FTP, WAIS, Gopher, and the Web) are well documented, and security is discussed, though that's not this book's strongest suit.

Slackware Linux Unleashed wraps up with capsule documentation of many utilities, productivity applications, and games. The companion CD-ROM includes Slackware Linux 3.1 (not the latest release), XFree86 3.2, some compilers, the complete GNU archive, and a book about CGI programming that is in HTML.


Download (884.7 KB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 2nd, 2007, 1:28am CEST

Tags  [edit]

Publisher Que
Author(s) Winn L Rosch
ISBN 0789728591
Release Date 21 February 2003
Page 1152
The Winn L. Rosch Hardware Bible is a handy guide to the components that make up IBM-standard personal computers, but it is beginning to show its age in its new fifth edition. As Rosch's fans have come to expect, the book includes lots of lists and tables that present troubleshooting information in an easily referenced format. Rosch knows his subject well. Unlike many of its competitors, this book devotes a fair amount of ink to discussions of software phenomena, such as image compression technologies.

Some of the material seems a bit outdated, such as the section on "proprietary mice" that describes dedicated mouse ports as if they're something unusual. In the same vein, coverage of CD-ROM formats neglects any mention of the Joliet and El Torito standards, as if Yellow Book is new stuff. There's no mention of PC-100 RAM either, and the book gives almost as much space to monochrome cathode ray tubes as to emerging flat-screen technologies. The point: you'll appreciate the information on older technologies if you're involved in maintaining or repairing older machines. Folks working on more modern hardware may want to look at Scott Mueller's Upgrading and Repairing PCs, 11th Edition. --David Wall

Topics covered: Central processing units (CPUs), random-access memory (RAM), mass-storage devices (hard disks and CD-ROM drives), video cards, input devices, expansion buses, and modem connectivity.

Download (4.4 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:44am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Pawan Bhardwaj
ISBN 0596528248
Release Date 27 March 2007
If you're preparing for the new CompTIA 2006 certification in A+, or the current Network+ and Security+ certifications, you'll find this book invaluable. It provides all the information you need to get ready for these exams, including the four new A+ exams -- the required Essentials exam and three elective exams that pertain to your are A+ of specialization.

As with other O'Reilly Nutshell books for certification exams, A+, Network+ and Security+ in A Nutshell follows Approven style and approach. It reviews all of the topics needed to master each exam in A remarkably concise format, with required knowledge boiled down to the core. Instead of plowing through 500 to 700 pages to prepare for each exam, this book covers each one in approximately 150 pages. And because the objectives for the three elective A+ exams are redundant, and the book covers them in one section.

The exams covered include:
  • A+ Essentials: Required for A+ 2006 certification
  • EXAM 220-602: For the A+ IT Technician specialization
  • EXAM 220-603: For the A+ Remote Support Technician specialization
  • EXAM 220-604: For the A+ IT Depot specialization
  • EXAM N10-003: For Network+ Certification
  • EXAM SYO-101: For Security+ Certification


Each exam is covered in three parts: Exam Overview, Study Guide and Prep and Practice. Plenty of detailed tables and screen shots are included, along with study notes and practice questions. Once you have completed the exams successfully, you will find this all-in-one book to be Avaluable reference to core administration and Security skills.

Download (4.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:42am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Preston Gralla
ISBN 0596527071
Release Date 22 December 2006
Those who have worked with the beta version of Windows Vista applaud its superior tools for organizing, retrieving and using information, for communicating and collaborating with others, and for protecting PCs from malicious Internet invaders. Developers are thumbs up on the flexible and powerful features that will enable them to build the next generation of Windows applications. Administrators appreciate its enhanced security. And everyone is talking about Vista's "Aero" glass-like transparent windows, which make multitasking easier. Windows Vista in a Nutshell is the latest in a long line of bestselling Windows in a Nutshell editions. Written for enthusiasts and IT pros, this comprehensive reference covers every feature of the new operating system, which will be sold to millions of Windows XP and 2000 upgraders and installed on all new PCs shipped. The book also offers practical advice on migrating to Vista, making it work properly, and more. In addition, two introductory chapters will be included that will give readers a grounding in the new operating system, and explain how it differs from Windows XP. Author Preston Gralla is a longtime O'Reilly author whose recent books include Windows XP Hacks and Internet Annoyances.
Download (12.3 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:40am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Greg Kroah-Hartman
ISBN 0596100795
Release Date 01 December 2006
An operating system's kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. This in-depth reference documents Version 2.6 of the Linux kernel, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices.

"Linux Kernel in a Nutshell" explains the conditions that bring out Linux's best performance, and how the OS meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. The 2.6 kernel has brought Linux into the heart of corporate IT environments. This reference shows system administrators and developers how to tweak and configure the kernel for optimal performance.

Download (1.2 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:38am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Roger Grimes
ISBN 0596102291
Release Date 01 November 2006
For Windows XP and Windows Server 2003 administrators preparing for Microsoft Certified Systems Engineer (MCSE) core exam 70-270, and core exams 70-297, and 70-298, this book is invaluable. Not only does it provide the resources you need to succeed on the exams, but to succeed in the real world as well. Think of this book as the notes you would have taken if you were to capture every essential nugget of information related to the skills measured in the core elective exams.

To begin with, MCSE Core Elective Exams in a Nutshell allows you to see all of the topics expected for mastery in each of the exams. Each exam is covered in three parts: Exam Overview, Study Guide and Test Your Knowledge sections. This makes for easy reference and a great study aid.

The Exams covered include:


  • EXAM 70-270: Installing, Configuring, and Administering Microsoft Windows XP Professional
  • EXAM 70-297: Designing a Microsoft Windows Server 2003 Active Directory and Network Infrastructure
  • EXAM 70-298: Designing Security for a Microsoft Windows Server 2003 Network


Once you have completed the exams successfully, you will find the book to be a valuable reference to core Windows administration and security skills. This book uses the same successful format found in MCSE Core Required Exams in a Nutshell by William Stanek, and together they satisfy all of the Core exam requirements for your MCSE certification.

Download (3.9 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:36am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) David Flanagan
ISBN 1565924878
Release Date 17 November 1999
The 3rd edition of the well-known reference, Java in a Nutshell, covers the essential APIs of Java 1.2, including networking, security, input and output, and basic language and utility classes. Due to the size of the Java 1.2 API, graphics and graphical user interface classes are now examined in a volume called Java Foundation Classes in a Nutshell, and server-side and enterprise programming are detailed in Java Enterprise in a Nutshell.

Though primarily a reference, the book starts off with a thorough, fast-paced introduction to Java, exploring all the key topics, including syntax, object-oriented programming, security, beans, and tools. These discussions are brief and very information-dense, and if you are buying this book to learn the language, you will probably be overwhelmed by the speed of this initiation.

This book intends to document quite a bit of Java, and it easily succeeds with broad coverage of Java programming in Part I, and API cataloging broken down by package in Part II. For example, discussions in Part I explain Types, Reflection, and Dynamic Loading. The handling of these topics takes a little over a page, but the book gives a useful overview with code examples that clearly illustrate the points made. It is one of the clearest and most concise treatments of these three topics available.

The chapters in Part II include an introduction, diagrams, and sections for each class in the package. The sections for each class can be very informative, as in the discussion of the Socket class in the java.net chapter, which includes how to instantiate a Socket object, getting I/O streams from the object you instantiated, and how to alter the behavior of sockets. This discussion, like most in this book, is brief, clear, and to the point.

If you are looking for a Java reference, this is a solid volume that will provide lasting value. --John Keogh

Topics covered: Part I, "Introducing Java," provides broad coverage of Java programming topics, including data types, syntax, classes, and objects; Java file structure; inner classes; interfaces; packages; creating and initializing objects; destroying and finalizing objects; input/output; cryptography; networking; security; threads; JavaBeans; JavaDoc; and tools that come with Java 1.2 SDK.

Part II, "The Java API Quick Reference," includes chapters on the following Java packages: java.beans, java.beans.beancontext, java.io, java.lang, java.lang.ref, java.lang.reflect, java.math, java.net, java.security, java.security.acl, java.security.cert, java.security.interfaces, java.security.spec, java.text, java.util, java.util.jar, java.util.zip, javax.crypto, javax.crypto.interfaces, javax.crypto.spec, and a final chapter, which provides an index for classes, methods, and fields.

Download (2.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:33am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Yukihiro Matsumoto
ISBN 0596002149
Release Date 03 November 2001
Ruby is an absolutely pure object-oriented scripting language written in C and designed with Perl and Python capabilities in mind. While its roots are in Japan, Ruby is slowly but surely gaining ground in the US. The goal of Yukihiro Matsumoto, creator of Ruby and author of this book, is to incorporate the strengths of languages like Perl, Python, Lisp and Smalltalk. Ruby is a genuine attempt to combine the best of everything in the scripting world. Since 1993, Ruby mailing lists have been established, Web pages have formed, and a community has grown around it. The language itself is very good at text processing and is notable for its broad object orientation. Ruby is portable and runs under GNU/Linux (and other Unices) as well as DOS, MS Windows and Mac. With Ruby in a Nutshell, Matsumoto offers a practical reference to the features of this new language including the command-line options, syntax, built-in variables, functions, and many commonly used classes and modules. This guide covers the current stable version of Ruby (1.6), yet is applicable to the development version 1.7 and the next planned stable version 1.8. You will find a thorough description of Ruby's language syntax, and a description of the core functionality built into the standard Ruby interpreter, which has more than 800 built-in methods in 42 classes and modules. Ruby finds its power through its built-in libraries, and this handy volume take you through the many useful libraries that come with the standard Ruby distribution--from network access via HTTP and CGI programming, to data persistence using the DBM library. This book concludes with coverage of the unique tools that come with Ruby, including the debugger, profiler, and irb (or interactive ruby.) Find out how Ruby combines the strengths of other languages, and why it has captured the interest of so many open source programmers. As part of the successful "in a nutshell" series of books from O'Reilly & Associates, Ruby in a Nutshell is for readers who want a single desktop reference for all their needs.
Download (1.1 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:05am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Alex Martelli
ISBN 0596100469
Release Date 14 July 2006
This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many powerful but scantily documented modules. This comprehensive reference guide makes it easy to look up the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions.

Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant object-oriented language with readable and maintainable syntax, that allows for easy integration with components in C, C , Java, or C#, and an enormous collection of precoded standard library and third-party extension modules. Moreover, Python is easy to learn, yet powerful enough to take on the most ambitious programming challenges. But what Python programmers used to lack is a concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. Python in a Nutshell fills this need.

Python in a Nutshell, Second Edition covers more than the language itself; it also deals with the most frequently used parts of the standard library, and the most popular and important third party extensions. Revised and expanded for Python 2.5, this book now contains the gory details of Python's new subprocess module and breaking news about Microsoft's new IronPython project. Our "Nutshell" format fits Python perfectly by presenting the highlights of the most important modules and functions in its standard library, which cover over 90% of your practical programming needs. This book includes:
[list] [*]A fast-paced tutorial on the syntax of the Python language [*]An explanation of object-oriented programming in Python [*]Coverage of iterators, generators, exceptions, modules, packages, strings, and regular expressions [*]A quick reference for Python's built-in types and functions and key modules [*]Reference material on important third-party extensions, such as Numeric and Tkinter [*]Information about extending and embedding Python [/list]
Python in a Nutshell provides a solid, no-nonsense quick reference to information that programmers rely on the most. This book will immediately earn its place in any Python programmer's library.
Praise for the First Edition:

"In a nutshell, Python in a Nutshell serves one primary goal: to act as an immediately accessible goal for the Python language. True, you can get most of the same core information that is presented within the covers of this volume online, but this will invariably be broken into multiple files, and in all likelihood lacking the examples or the exact syntax description necessary to truly understand a command."
--Richard Cobbett, Linux Format


"O'Reilly has several good books, of which Python in a Nutshell by Alex Martelli is probably the best for giving you some idea of what Python is about and how to do useful things with it."
--Jerry Pournelle, Byte Magazine
Download (1.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 2:04am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Paul Murphy
ISBN 0596000308
Release Date 15 February 2001

As certifications for computer and network professionals go, the Microsoft Certified Systems Engineer (MCSE) rating may be the most widely recognized. That means that if you're going to invest time, money, and effort in earning a certification, the MCSE may give you the most career yield. MCSE in a Nutshell: The Windows 2000 Exams is the latest version of O'Reilly & Associates' MCSE preparation guide, updated to reflect the new MCSE requirements that came with the release of the Windows 2000 family of operating systems. As always, this book represents excellent value. It covers everything Microsoft says you need to know to pass core and elective exams in the MCSE battery.

Michael Moncur and Paul Murphy succeed in making this book space-efficient by minimizing overlap of coverage among chapters, each of which addresses the contents of a single exam. This book also counts on its readers having either a lot of Windows NT/2000 experience, or access to a laboratory network (or, preferably, both). Though the book contains a fair bit of explanation of terms and concepts, this is more of a study guide to accompany experimentation than a tutorial on its own. The authors seem to believe that hands-on experience is the way to learn Windows 2000. You'll find sample tests to gauge your learning, with minimally annotated answers. --David Wall

Topics covered: The subjects on the Microsoft Certified Systems Engineer (MCSE) suite of exams, including those on Windows 2000 Professional (70-210), Windows 2000 Server (70-215), Network Infrastructure Implementation (70-216), Directory Services Infrastructure Implementation (70-217), Directory Services Infrastructure Design (70-219), Network Infrastructure Design (70-221), and Security Design (70-220).

Download (1.6 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:58am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) William R Stanek
ISBN 0596102283
Release Date 19 May 2006
Written by the premier author in Windows administration, William Stanek, and addressing the needs of Windows 2003 administrators preparing for the Microsoft Certified Systems Engineer (MCSE) exams, MCSE Core Required Exams in a Nutshell is invaluable. With the recent revisions of the MCSE exams including simulations, success is even more difficult. Not only does this book provide the resources administrators need to succeed on the exams, but to succeed in the real world as well. They can think of this book as the notes they would have highlighted and then recorded for every essential nugget of information related to the skills measured in Exams 70-290, 70-291, 70-293, and 70-294 (and by association Exams 70-292 and 70-296).

To begin with, MCSE Core Required Exams in a Nutshell allows readers to see all of the topics expected for mastery in each of the exams. Then, each exam is covered in three parts: Exam Overview, Study Guide, and Test Your Knowledge sections. This makes for easy reference and a great study aid. The Exams covered include:


  • EXAM 70-290: Managing and Maintaining a Microsoft Windows Server 2003 Environment
  • EXAM 70-291: Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure
  • EXAM 70-293: Planning and Maintaining a Microsoft Windows Server 2003 Network Infrastructure
  • EXAM 70-294: Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure


Once they have completed the exams successfully, administrators will find the book to be a valuable reference to core Windows administration skills.

Download (6.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:56am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Jennifer Niederst Robbins
ISBN 0596009879
Release Date 21 February 2006
In 1998, Jennifer Niederst wrote the first edition of this very successful book after she found herself spending way too much time chasing down the solutions to HTML problems. From hexadecimal color specs to mouseover scripts, the answers are all out there, but finding the exact one you need can soak up a whole day. "I wrote Web Design in a Nutshell because it was the book I needed--one place to find quick answers to my questions."

With all that's changed in the meantime, an overhaul is welcome. This is the rare book for designers that is almost completely nonvisual. It doesn't show what's hip in navigational bars or what the coolest colors are. Rather, it gives readers the kind of know-how that can make a difference between someone who just whips up pretty pages with WYSIWYG applications like Dreamweaver and someone who can make those pages cross-platform, cross-browser, fast loading, and accessible to all.

The clear organization makes it easy to locate any specific topic. There are six sections. "The Web Environment" discusses the realities of browser compatibility, display-resolution problems, a useful bit of Unix, and tips for print designers looking to move into Web design. "Authoring" shows how to write accurate and up-to-date HTML, cascading style sheets, and Server Side Includes (like putting the current date and time on your homepage).

"Graphics" brings together all you need to know to make effective use of images (GIFs, JPEGS, PNGs, and animated GIFs). "Multimedia and Interactivity" helps with adding audio, video, or Flash to your site (including some succinct tips on optimization and publish settings). And "Advanced Technologies" covers JavaScript, DHTML, XML, XHTML, and WAP and WML. And there are six useful look-up tables in the appendix, which include HTML 4.0 tags, deprecated tags, attributes, and CSS support across browsers. Web Design in a Nutshell could easily have been titled The Web Designer's Companion--it's mighty handy to have around. --Angelynn Grant


Download (5.3 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:54am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Paul Lomax
ISBN 059610152X
Release Date 01 January 2006
When Microsoft made Visual Basic into an object-oriented programming language, millions of VB developers resisted the change to the .NET platform. Now, after integrating feedback from their customers and creating Visual Basic 2005, Microsoft finally has the right carrot. Visual Basic 2005 offers the power of the .NET platform, yet restores the speed and convenience of Visual Basic. Accordingly, we've revised the classic in a Nutshell guide to the Visual Basic language to cover the Visual Basic 2005 version and all of its new features.

Unlike other books on the subject, Visual Basic 2005 in a Nutshell, 3rd Edition doesn't assume you're a novice. It's a detailed, professional reference to the Visual Basic language-a reference that you can use to jog your memory about a particular language element or parameter. It'll also come in handy when you want to make sure that there isn't some "gotcha" you've overlooked with a particular language feature.

The book is divided into three major parts: Part I introduces the main features and concepts behind Visual Basic programming; Part II thoroughly details all the functions, statements, directives, objects, and object members that make up the Visual Basic language; and Part III contains a series of helpful appendices. Some of the new features covered include Generics, a convenient new library called My Namespace, and the operators used to manipulate data in Visual Basic.

No matter how much experience you have programming with Visual Basic, you want Visual Basic 2005 in a Nutshell, 3rd Edition close by, both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.

Download (1.1 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:52am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Ray Lischner
ISBN 1565926595
Release Date 16 March 2000
Aimed at the working Delphi developer, Delphi in a Nutshell is an effective desktop reference to this popular programming tool. Besides listing all core classes and methods, this book also provides a host of expert dos and don'ts for mastering the newest features in Delphi's Object Pascal.

The heart of this book is its reference sections on built-in Delphi language features and other useful information on this development tool. Each entry has a guide to syntax, a description of all parameters and return values, and code samples, plus many entries feature "tricks and tips" with additional information. While this title concentrates on the "core" language (instead of Delphi's extensive support for visual components), there's little doubt that it will be useful if you work with the tool on a daily basis.

The book also delivers an advanced guide to ramping up on the latest and greatest in new language features in Object Pascal. Material on using classes, and the type of information features available in today's Delphi, are particularly effective. There are a lot of smart tips on proper class design techniques, including using properties, constructors, and destructors. (Delphi has its own conventions here, and this book will fill you in if you are coming to Object Pascal from another programming language.) Along the way, the author offers numerous expert nuggets on when to use (and when to avoid) using certain features. Whether you are a novice or a more experienced developer, this tutorial and reference is all you need to be productive with the latest and greatest in object-oriented programming with Delphi. --Richard Dragan

Topics covered: Overview of Delphi Object Pascal, units and libraries, data and string types, exception handling, file I/O, classes and objects, inheritance, constructors and destructors, interfaces, reference counting, Windows messages, memory management strategies, virtual method tables (VMTs), properties, using TypInfo, virtual and dynamic methods, automated methods and COM, Delphi type information and RTTI, concurrent programming with threads, synchronization, thread local storage techniques, Delphi language reference, system constants, operator reference, compiler directives, code samples, and programming tips.


Download (18.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:47am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Tony Crawford
ISBN 0596006977
Release Date 01 December 2005
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.

This long-awaited book is a complete reference to the C programming language and C runtime library. Its purpose is to serve as a convenient, reliable companion in your day-to-day work as a C programmer. C in a Nutshell covers virtually everything you need to program in C, describing all the elements of the language and illustrating their use with numerous examples.

The book is divided into three distinct parts. The first part is a fast-paced description, reminiscent of the classic Kernighan & Ritchie text on which many C programmers cut their teeth. It focuses specifically on the C language and preprocessor directives, including extensions introduced to the ANSI standard in 1999. These topics and others are covered:

* Numeric constants
* Implicit and explicit type conversions
* Expressions and operators
* Functions
* Fixed-length and variable-length arrays
* Pointers
* Dynamic memory management
* Input and output

The second part of the book is a comprehensive reference to the C runtime library; it includes an overview of the contents of the standard headers and a description of each standard library function. Part III provides the necessary knowledge of the C programmer's basic tools: the compiler, the make utility, and the debugger. The tools described here are those in the GNU software collection.

C in a Nutshell is the perfect companion to K&R, and destined to be the most reached-for reference on your desk.

Download (1 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:46am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Andy Lester
ISBN 0596009437
Release Date 10 November 2005
The most popular and most complete desktop reference book on Mac OS X now covers Tiger!
Apple's Mac OS X operating system continues to capture the attention of consumers and programmers alike with its ability to run older Mac programs, classic Unix applications, and innovative open source software. And the latest and greatest version, Mac OS X 10.4--otherwise known as "Tiger"--is more powerful and versatile (not to mention easier to use, faster, and better looking) than ever before.

With unparalleled, up-to-the-minute detail on Tiger, Mac OS X Tiger in a Nutshell is loaded with new and updated material on practically every page. Sure, Mac OS X Tiger in a Nutshell covers all the essentials and most-talked-about new features of Tiger, including big-ticket items such as Spotlight for effortless searching, iChat AV for video conferencing, and Dashboard for one-click access to a calculator, weather reports, stock prices, flight times, and more. But this fully updated edition also covers the hundreds of nips and tucks Tiger made to its underlying technologies and existing applications, including improvements to graphics and the Unix-based core and an easy way to automate time-consuming, repetitive manual or batch tasks.

Mac OS X Tiger in a Nutshell offers a wealth of detail about the new user-interface elements, system and network administration, and scripting and development. It covers enhancements to the Finder, Safari RSS, Mail 2, and System Preferences. This indispensable guide also includes the most complete Unix® command reference found in print--each command and option has been painstakingly tested and checked against Tiger. Even the manpages that ship with the system can't compete in accuracy!

For longtime Mac loyalists as well as recent converts, for consumers, developers and programmers, this fully updated edition provides the perfect overview of Mac OS X and all the nitty-gritty hints and how-tos you need to make it your all-purpose, must-have Tiger guide.

Download (1.5 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:40am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Arnold Robbins
ISBN 0596100299
Release Date 26 October 2005
As an open operating system, Unix can be improved on by anyone and everyone: individuals, companies, universities, and more. As a result, the very nature of Unix has been altered over the years by numerous extensions formulated in an assortment of versions. Today, Unix encompasses everything from Sun's Solaris to Apple's Mac OS X and more varieties of Linux than you can easily name.
The latest edition of this bestselling reference brings Unix into the 21st century. It's been reworked to keep current with the broader state of Unix in today's world and highlight the strengths of this operating system in all its various flavors.

Detailing all Unix commands and options, the informative guide provides generous descriptions and examples that put those commands in context. Here are some of the new features you'll find in Unix in a Nutshell, Fourth Edition:


  • Solaris 10, the latest version of the SVR4-based operating system, GNU/Linux, and Mac OS X
  • Bash shell (along with the 1988 and 1993 versions of ksh)
  • tsch shell (instead of the original Berkeley csh)
  • Package management programs, used for program installation on popular GNU/Linux systems, Solaris and Mac OS X
  • GNU Emacs Version 21
  • Introduction to source code management systems
  • Concurrent versions system
  • Subversion version control system
  • GDB debugger


As Unix has progressed, certain commands that were once critical have fallen into disuse. To that end, the book has also dropped material that is no longer relevant, keeping it taut and current.

If you're a Unix user or programmer, you'll recognize the value of this complete, up-to-date Unix reference. With chapter overviews, specific examples, and detailed command.
Download (1.4 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:38am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Justin Gehtland
ISBN 0596101422
Release Date 22 November 2005
Java Enterprise in a Nutshell gives advanced Java developers a one-stop resource for programming with the disparate APIs required for today's enterprise development, including JDBC, RMI, servlets, and EJBs. Beginning with JDBC database programming, the book gives a chapter-by-chapter tour of various enterprise development APIs, including program strategies for each API. For JDBC, the book includes new Java 2 JDBC enhancements like batch and recordsets.

Next comes Java's Remote Method Invocation (RMI) classes for calling remote code. Then it's on to using Java IDL and CORBA basics. A chapter on Java servlets will get you started delivering dynamically generated HTML using Java on Web servers, including useful material on cookies and session management. After coverage of the Java Naming and Directory Interface (JNDI) comes a solid exploration of EJBs with material on both session and entity beans. Specifics here include home and remote interfaces, EJB containers, stateless vs. stateful session beans, and entity beans for accessing corporate databases.

Overall, this handy and readable guide to the latest in Java APIs can be truly invaluable to the developer bringing Java to the corporate enterprise for the first time. --Richard Dragan

Download (1.7 MB)

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:36am CEST

Tags  [edit]

Publisher O'Reilly
Author(s) Ron Petrusha
ISBN 0596004885
Release Date 01 April 2003
Because it applies the concise and popular Nutshell format to Microsoft's preferred scripting language, VBScript in a Nutshell is a valuable learning resource and reference. Focusing on the core language rather than on any specific application, this book teaches how to write clear, efficient VBScript code. Whether developing for the Web, automating Windows, or customizing Microsoft Outlook, this book will help the reader do a better job.

Though it caters to new users, VBScript is mainly a reference book. Each piece of the core VBScript specification (plus the Dictionary and FileSystemObject objects that make up the Microsoft Scripting Runtime) is described in an alphabetized entry. For each statement, function, operator, and object, the book gives a quick description of the element's syntax, concise rules of its proper use, information on returned values (if any), and some examples of the language element used correctly in practice. Two additional sections on each language element will be valuable to novices and anyone stumped by errors: a "Rules at a Glance" section that documents correct usage, and a section called "Programming Tips & Gotchas" that highlights common mistakes. --David Wall

Topics covered: Core VBScript and the most important object models on which it operates, including Microsoft Internet Explorer and the Windows Scripting Host. Tutorial material and reference entries explain structure, syntax, and program design.


Download (1.3 MB)

or

Download ebook

or

Download ebook DOWNLOAD From http://freebookie.blogspot.com

Full download


Posted: September 1st, 2007, 1:26am CEST

Tags  [edit]

Tribology in Machine Design
[old.ftp2share.com]


Handbook of Lubrication and Tribology
[rapidshare.com]


The Frenkel-Kontorova Model
By O.M. Braun
[mihd.net]


Mechanical Engineer's Reference Book
[rapidshare.de]

Design of Automatic Machinery
By Stephen J. Derby
[rapidshare.com]


Dynamics of Mechanical Systems
[rapidshare.com]

Mechanical Metallurgy
[rapidshare.com]

Mechanical Wear Fundamentals and Testing
[old.ftp2share.com]

Tribology of Abrasive Machining Processes

By Marinescu

http://rapidshare.com/files/39917607/Tribology.Of.Abrasiv.Machine.7z
DOWNLOAD From http://freebookie.blogspot.com

Full download