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