Adobe Photoshop CC Classroom in a Book (2014 Release)


Andrew Faulkner - 2014
    Adobe Photoshop CC Classroom in a Book contains 14 lessons that cover the basics, providing countless tips and techniques to help you become more productive with the program. You can follow the book from start to finish or choose only those lessons that interest you. In addition to learning the key elements of the Photoshop interface, this completely revised CC (2014 release) edition covers new features, including Generator, 3D printing, linked Smart Objects, Blur Gallery, smarter Smart Guides, Perspective Warp, and more. Purchasing this book gives you access to the downloadable lesson files you need to work through the projects in the book, and to electronic book updates covering new features that Adobe releases for Creative Cloud customers. For access, goto www.peachpit.com/redeem and redeem the unique code provided inside this book. "The Classroom in a Book series is by far the best training material on the market. Everything you need to master the software is included: clear explanations of each lesson, step-by-step instructions, and the project files for the students." Barbara Binder, Adobe Certified InstructorRocky Mountain Training

Everyday Rails Testing with RSpec


Aaron Sumner
    A practical approach to test-driven development for Ruby on Rails using RSpec and related tools.

Advanced PHP Programming


George Schlossnagle - 2004
    The rapid maturation of PHP has created a skeptical population of users from more traditional enterprise languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP. While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on scaling PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

Windows Presentation Foundation Unleashed


Adam Nathan - 2006
    Windows Presentation Foundation (WPF) is a key component of the .NET Framework 3.0, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. Windows Presentation Foundation Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by .NET guru and Microsoft developer Adam Nathan. - Covers everything you need to know about Extensible Application Markup Language (XAML) - Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more - Features a chapter on 3D graphics by Daniel Lehenbauer, lead developer responsible for WPF 3D - Delves into non-mainstream topics: speech, audio/video, documents, bitmap effects, and more - Shows how to create popular UI elements, such as features introduced in the 2007 Microsoft Office System: Galleries, ScreenTips, custom control layouts, and more - Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes - Explains how to develop and deploy all types of applications, including navigation-based applications, applications hosted in a Web browser, and applications with great-looking non-rectangular windows - Explains how to create first-class custom controls for WPF - Demonstrates how to create hybrid WPF software that leverages Windows Forms, ActiveX, or other non-WPF technologies - Explains how to exploit new Windows Vista features in WPF applications

The Brother of Jesus and the Lost Teachings of Christianity


Jeffrey J. Bütz - 2005
    Evidence that Jesus had siblings contradicts Church dogma on the virgin birth, and James is also a symbol of Christian teachings that have been obscured. While Peter is traditionally thought of as the leader of the apostles and the “rock” on which Jesus built his church, Jeffrey Bütz shows that it was James who led the disciples after the crucifixion. It was James, not Peter, who guided them through the Church's first major theological crisis--Paul's interpretation of the teachings of Jesus. Using the canonical Gospels, writings of the Church Fathers, and apocryphal texts, Bütz argues that James is the most overlooked figure in the history of the Church. He shows how the core teachings of Jesus are firmly rooted in Hebraic tradition; reveals the bitter battles between James and Paul for ideological supremacy in the early Church; and explains how Paul's interpretations, which became the foundation of the Church, are in many ways its betrayal. Bütz reveals a picture of Christianity and the true meaning of Christ's message that are sometimes at odds with established Christian doctrine and concludes that James can serve as a desperately needed missing link between Christianity, Judaism, and Islam to heal the wounds of centuries of enmity.

Two Scoops of Django 1.11: Best Practices for the Django Web Framework


Daniel Roy Greenfeld - 2017
    We have put thousands of hours into the fourth edition of the book, writing and revising its material to include significant improvements and new material based on feedback from previous editions.

Domain-Driven Design in PHP


Carlos Buenosvinos
    Explore applying the Hexagonal Architecture within your application, whether within an open source framework or your own bespoke system. Finally, look into integrating Bounded Contexts, using REST and Messaging approaches.

Best Movies of the 70s (Taschen 25)


Jürgen Müller - 2004
    As war raged on in Vietnam and the cold war continued to escalate, Hollywood began to heat up, recovering from its commercial crisis with box-office successes such as Star Wars, Jaws, The Exorcist, and The Godfather. Thanks to directors like Spielberg and Lucas, American cinema gave birth to a new phenomenon: the blockbuster. Meanwhile, across the Atlantic, while the Nouvelle Vague died out in France, its influence extended to Germany, where the New German Cinema of Fassbinder, Wenders, and Herzog had its heyday. The sexual revolution made its way to the silver screen (cautiously in the US, more freely in Europe) most notably in Bertolucci's steamy, scandalous Last Tango in Paris. Amidst all this came a wave of nostalgic films (The Sting, American Graffiti) and Vietnam pictures (Apocalypse Now, The Deer Hunter), the rise of the anti-hero (Robert De Niro, Al Pacino, Dustin Hoffman), and the prestigious short-lived genre, blaxploitation.

Clojure Applied: From Practice to Practitioner


Ben Vandgrift - 2015
    You want to develop software in the most effective, efficient way possible. This book gives you the answers you’ve been looking for in friendly, clear language.We’ll cover, in depth, the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You’ll finally get the complete picture you’ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, we focus on Clojure thinking. You’ll discover the simple architecture of Clojure software, effective development processes, and how to structure applications. Next, we explore the core concepts of Clojure development. You’ll learn how to model with immutable data; write simple, pure functions for efficient transformation; build clean, concurrent designs; and structure your code for elegant composition. Finally, we move beyond pure application development and into the real world. You’ll understand your application’s configuration and dependencies, connect with other data sources, and get your libraries and applications out the door.Go beyond the toy box and into Clojure’s way of thinking. By the end of this book, you’ll have the tools and information to put Clojure’s strengths to work.https://pragprog.com/book/vmclojeco/c...

The Definitive Guide to Drupal 7


Benjamin MelanconRoy Scholten - 2010
    Written by a panel of expert authors, the book covers every aspect of Drupal, from planning a successful project all the way up to making a living from designing Drupal sites and to contributing to the Drupal community yourself. With this book you will:Follow practical approaches to solving many online communication needs with Drupal with real examples. Learn how to keep learning about Drupal: administration, development, theming, design, and architecture. Go beyond the code to engage with the Drupal community as a contributing member and to do Drupal sustainably as a business.The Definitive Guide to Drupal 7 was written by the following team of expert Drupal authors:Benjamin Melançon, Jacine Luisi, Károly Négyesi, Greg Anderson, Bojhan Somers, Stéphane Corlosquet, Stefan Freudenberg, Michelle Lauer, Ed Carlevale, Florian Lorétan, Dani Nordin, Ryan Szrama, Susan Stewart, Jake Strawn, Brian Travis, Dan Hakimzadeh, Amye Scavarda, Albert Albala, Allie Micka, Robert Douglass, Robin Monks, Roy Scholten, Peter Wolanin, Kay VanValkenburgh, Greg Stout, Kasey Qynn Dolin, Mike Gifford, Claudina Sarahe, Sam Boyer, and Forest Mars, with contributions from George Cassie, Mike Ryan, Nathaniel Catchpole, and Dmitri Gaskin.For more information, check out the Drupaleasy podcast #63, in which author Benjamin Melançon discusses The Definitive Guide to Drupal 7 in great detail:http: //drupaleasy.com/podcast/2011/08/drupal...

The Adobe Photoshop Layers Book


Matt Kloskowski - 2008
    From working with and managing multiple layers to using layers to enhance and retouch photos, this Photoshop guru covers it all.

Showdown: Confronting Bias, Lies, and the Special Interests That Divide America


Larry Elder - 2002
    In his new book, Elder is out to slay entrenched and enmeshed special interest groups, government agencies with the capacity to meddle in Americans' lives and businesses, lawmakers who continue a pattern of outrageous overtaxation, and those who would hamstring this country with good intentions.Showdown demonstrates how the nation would be better, stronger and safer with less gvernment intervention and how individuals would not only cope but thrive without the so-called safety net. Showdown is a call to arms for a truly free society. Elder discusses:- What a Republican-led government means for progress- Where a responsible government would put its citizens' tax dollars- Why racial and sex discrimination are non-issues in the 21st century.Larry Elders straight talk and common-sense solutions spare no one and will inspire his passionate and growing audience.

Field Guide to Harry Potter


Colin Duriez - 2007
    With loads of quotes from interviews, you'll learn all about J. K. Rowling's life and her literary influences. Chapters on the spirituality of Potter explore the question of how Rowling's faith is reflected in the stories, what she believes about witchcraft and how the stories fit with Christian tradition. (Note: unauthorized version)

Qualitative Research Design: An Interactive Approach: 41 (Applied Social Research Methods)


Joseph A. Maxwell - 2012
    It shows how the components of design interact with each other, and provides a strategy for creating coherent and workable relationships among these design components, highlighting key design issues. Written in an informal, jargon-free style, the new Third Edition incorporates examples and hands-on exercises.