Friday, 18 February 2011

Antennen und Strahlungsfelder: Elektromagnetische Wellen auf Leitungen, im Freiraum und ihre Abstrahlung



Antennen und Strahlungsfelder: Elektromagnetische Wellen auf Leitungen, im Freiraum und ihre Abstrahlung
| 1900-01-01 00:00:00 | | 431 | Subjects
Klaus W. Kark, "Antennen und Strahlungsfelder: Elektromagnetische Wellen auf Leitungen, im Freiraum und ihre Abstrahlung, 3 Auflage"
V+T..r | 2009 | ISBN: 383480553X | 431 pages | PDF | 10,7 MB
Download this book!

Free Ebooks Download

Thursday, 17 February 2011

Aristotle and the Science of Nature: Unity without Uniformity



Aristotle and the Science of Nature: Unity without Uniformity
Andrea Falcon | 2005-10-31 00:00:00 | Cambridge University Press | 160 | Greece
Aristotelian scholars have argued that he regarded the natural world, and its study, as possessing a unique structure. This book examines Aristotle's philosophy of nature in this light. Claiming that the natural world exhibits unity without uniformity, it demonstrates that although he systematically investigated nature, Aristotle never forgot to recognize the limitations of natural science. Arguing that his claim led to the conviction that the heavens are made of a unique body, Andrea Falcon's book is essential reading for all students of Aristotle's philosophy of nature.

Download this book!

Free Ebooks Download

The Media City: Media, Architecture and Urban Space (Published in association with Theory, Culture & Society)



The Media City: Media, Architecture and Urban Space (Published in association with Theory, Culture & Society)
Dr Scott McQuire | 1900-01-01 00:00:00 | Sage Publications Ltd | 240 | Social Sciences

Offering social commentary at the deepest levels of historical and critical reference, The Media City links Myspace to Howard Hughes; trams to cinema; security cameras to exploding buildings; reality TV to Marx; and Lenin on privacy to Kracauer on the mass ornament. Wide-ranging and richly illustrated, it intersects disciplines and connects phenomena which are too often left isolated from each other to propose a new way of understanding public and private space and social life in contemporary cities.

 



Download this book!

Free Ebooks Download

The Cuban Revolution: Origins, Course and Legacy, 2nd edition



The Cuban Revolution: Origins, Course and Legacy, 2nd edition
Marifeli Perez-Stable | 1999-01-01 00:00:00 | Oxford University Press | 288 | Misc
Nearly twenty years passed from the time of this book's first incarnation as a doctoral dissertation to its appearance in 1993. Were I faced with the task of writing The Cuban Revolution again, tabula rasa, I might approach it somewhat differently. Yet I take some satisfaction in the fact that I have had to make only minor changes in this edition to update the original content, while adding a new chapter to broach more fully the developments of the 1990s. In 1998, Madrid's Editorial Coli-bri published the updated book in Spanish. For me, Cuba has never been an emotionally neutral topic. I repeat what I expressed in the first preface: this work is more than a scholarly endeavor; it is a charge from the heart. Readers should know the wellspring of my voice: from the early 1970s until the late 1980s, I supported the Cuban Revolution.
Download this book!

Free Ebooks Download

ASP.NET Website Programming: Problem - Design - Solution, C# Edition



ASP.NET Website Programming: Problem - Design - Solution, C# Edition
| 2002-03-28 00:00:00 | | 0 | ASP.NET


ASP.NET Website Programming shows you how to build an interactive website from design to deployment. Packed with solutions to website programming problems, this book will have you building well-engineered, extendable ASP.NET websites quickly and easily.

What you need to know

This book is for developers who:Use ASP.NET and C# Use Visual Studio(r) .NET Professional or above, or Visual C#(r) .NET Standard Want to build content-based websites

What you will learn from this book

With ASP.NET Website Programming you will learn to:Provide flexible user accounts integrating with ASP.NET's built-in security Create fully featured discussion forums Generate revenue from advertising Build a web interface for managing the files on your site Add opinion polls, email newsletters, and news management Deploy the finished site on a live server Build modular websites using good, n-tier coding techniques

User review
Unbelievable!
I've read through many of the reviews on this site, both positive and negative. The main point is that if you are a beginner to ASP.NET, C#, or both then this book is NOT for you. However, if you have some experience with ASP.NET and C#.NET and would like to learn more about an N-Tier approach (essentially programming in .NET the RIGHT way) then this book is a MUST. I can't understand why anyone would give this book less than a 5 star rating that meet the authors' intended audience criteria (which, by the way, is stated in the book). I have read the book cover to cover several times and constantly use it as a resource. The book is a series of examples leading up to one project, but I don't think the authors' main intentions were for us to try and build ThePhile.com. From this book I took away the understanding of how to build a scalable, portable, professional Web site having 100% control over it.


If you build web sites with ASP.NET as a novice or hobbyist and want to get to the next level, this book is for you! I own both the VB.NET and C#.NET versions and I highly recommend either one.

User review
Outstanding ASP.NET Case Study
ASP.NET Website Programming: Problem - Design - Solution, C# Edition by Marco Bellinaso & Kevin Hoffman is one of the most USABLE books I have seen. I stress the word USABLE because most books are either reference manuals or just teaching tools. Either one need is hit upon or the other, whereas with this book you get to have your cake and eat it too!


The whole design of this book revolves around designing a web site from the ground up, all using ASP.NET with C# as the programming language of choice. The authors assume that you begin with nothing and you need to have all the parts of your web site hit upon to get this up and running for corporate or personal use. Since .NET is still a very new tool, this book is a very helpful resource to have for any and all web developers.


The Authors break the book up into the following parts:


Design of the overall layout, database, look and feel

Setting up basic foundations like CSS, navigation, etc

Editing and viewing all files that make up the site hierarchy

A look at managing news (information displayed to the user)

How advertising can be set up to bring in revenue

Creating and displaying polls on your site

Working with Mailing Lists

Managing a Forum

Deploying the site to the world

A discussion of different data stores that can be used


The writing in this book is very clear-cut and easy to follow. Using the code supplied in this book, the user can modify as they see fit and get their own site up and running in no time.


As an ASP.NET case study, this is the best book that I have seen to follow a site from birth to adulthood. This is a fantastic book for all C#, ASP.NET, web developers and it's a great addition to your current staple of related programming books.


***** HIGHLY RECOMMENDED

User review
A reference book for developing a commercial web site
I did not like the layout of the matiral, a bit clombsy but as a refernce book for finding out how to develop a commercial web site it sure does the work.

User review
Great book,,. but definitely not for beginners
This book is supposed to be used by intermediate-to-experienced .NET programmers. If you have known almost everything about .NET and had some experience developing real-life web application, you see this book worth reading.

It covers a lot of matters in developing a typical ASP.NET web site. The book goes from module to module, and in each module the approach is problem-design-solution. I dont think I saw much use of design patterns, which is something I desparately want to know how to apply, but the design is generally good and specific to ASP.NET. In other words, it takes advantage of ASP.NET in terms of event models, code behind, custom controls, configuration settings, and ADO.NET of course,,. About using ADO.NET, it is not just simply and directly binding database to DataGrid, DataList. Instead, the authors did a good job in deciding where to use ADO.NET features and where to use object-oriented features.

The book also covers data modeling to the level of stored procedure, triggers, relationships, transactions,,. This makes the development process look more professional and integrated.

Though there existed some bugs in the code and the book itself takes time and hard to read, i strongly recommend this book to any one who pursues a real good career in .NET.

User review
This book has got me writing a lot of code
This is definitely one of my favorite books. I've read it cover to cover and I'm constantly going back to use the examples as patterns for building web sites and modules. This is an excellent book for intermediate programmers. I read Beginning Visual C# first, and then skipped around through several ASP.NET books. I really can't say enough good things about this book. It's the best programming book I've ever read. If you want to learn how to build solid ASP.NET websites using C#, this is the book you need.


Download this book!

Free Ebooks Download

Relationship Enhancement Therapy: Healing Through Deep Empathy and Intimate Dialogue



Relationship Enhancement Therapy: Healing Through Deep Empathy and Intimate Dialogue
Robert F. Scuka | 2005-05-28 00:00:00 | Routledge | 368 | Mental Health
Relationship Enhancement Therapy (RE) is a couples-therapy system conceived of, designed, and first implemented by Bernard Guerney Jr., who integrated the client-centered theory of Carl Rogers, the interpersonal theory of Henry Stack Sullivan, the behavior modification and learning theories of Skinner and Bandura, and the psychodynamic theory of Freud, in formulating RE. In this book Dr. Scuka presents an up-to-date, comprehensive theoretical and practical treatment of RE, in which he gives the reader a guide to implementing the principles of this dynamic theory. The book is written principally with couples therapy in mind, although there is an acknowledged relevance to family therapy, and the author calls attention the many skills and therapy techniques that would be applicable to family therapy. Though designed to allow a therapist of any level of experience to begin working with the RE model, this book is more than a standard cookbook, as it considers a variety of special RE therapy techniques, discusses the entire clinical intake process, the application of the RE model to the treatment of affairs, use with difficult clients, and family therapy issues such as domestic violence and stepfamilies.
Reviews
This book is based on the well researched Relationship Enhancement (RE) model, which has roots in Rogerian, behavioral, psychodynamic and interpersonal studies and theories and which was conceived by psychologist Bernard Guerney.



Books for couples' therapists tend to be one of two varieties: lists of "cookbook" interventions with minimal conceptual or research underpinnings or conceptual treatises which are difficult to translate into actual practice.



Rob Scuka's Relationship Enhancement Therapy manages to articulate both rationale and techniques for interventions in a clear and concise manner. Indeed, Scuka has seemed to anticipate almost any eventuality that can transpire in a couples session and provides guidance as to how to handle each effectively. Clinical vignettes are both illustrative and engaging. Perhaps his most useful skill is his ability to draw the reader into the mind of the strategizing therapist.



As a clinical psychologist and couples therapist with over 20 years experience, I have never found a more useful guide than this.


Reviews
I owned Relationship Enhancement Therapy over a month prior to attending my first RE Therapist's Training conducted by Dr. Scuka. The training is exceptional, and certainly served to reinforce what I had already garnered from his book. Scuka's book presents a review of evaluative research on RE substantiating its effectiveness, and challenges some current arguments questioning the value of communication/conflict skills training in therapy. His work detailing RE applications in cases of domestic violence provides a very thorough and well balanced discussion for assessing the best interests of victims within a couples' intervention model. I found the book to be both very cogent in presenting the RE Therapy Model and very illustrative in its clinical applications, which should be of value for both the novice or experienced clinician. He presents excellent case studies to guide the reader, and tackles in a single chapter what for most clinicians is one of the most complicating of couple traumas, infidelity. Dr. Scuka's writing style and his efforts throughout his multiple case studies, to open his own self-dialogue to the reader, afforded me ample opportunity to feel as if I were in his clinical office working to apply RE right along with him and his clients.
Reviews
An excellent resource book for the mental health practitioner new to Relationship Enhancement Therapy or someone who has had training and needs a refresher or guide. Dr. Scuka presents a thorough, practical, and comprehensive explanation of how to conduct Relationship Enhancement Therapy with chapters describing the underlying philosophy, theory and evidence. Clinical vignettes are also included which bring the material alive.
Reviews
This is a good book for those who are famililar with RE and can use it as an excellent reference. For those wanting to learn RE with couples, take one of Scuka's excellent classes first. This is not an introductory work.

Download this book!

Free Ebooks Download

Skinny Quilts and Table Runners II: 15 Designs from Celebrated Quilters



Skinny Quilts and Table Runners II: 15 Designs from Celebrated Quilters
Eleanor Levie | 2009-01-01 00:00:00 | That Patchwork Place | 98 | Do It Yourself
This title features 15 originals, eye-catching designs from some of today's most popular designers. Make a statement with skinny quilts! This superb new volume showcases the talents of top designers - including Karla Alexander, Sue Spargo, Lonni Rossi, and more. Choose from 15 original designs - in a terrific assortment of styles - that are sure to add a touch of colour and style to any room.
Download this book!

Free Ebooks Download