BRAIN DAMAGE: A Juror's Tale: The Hammer Killing Trial


Paul Sanders - 2014
    It seemed like a simple case of murder, but questions remained. Was Dale Harrell a hapless, innocent victim of a brutal killing, or was this the final act of a desperate woman who had suffered through years of domestic violence? The fact that the incident took place in a middle class suburb of Phoenix, Arizona, with the couple’s three children within the property at the time, meant nothing. The questions for the jury were simple. Was the killing premeditated or was it an act of self defense? Was it done for financial gain? Should the defendant pay for her crime with her life, should she be incarcerated for twenty-five years to life, or should she receive a life sentence with no chance of parole? Author Paul Sanders was Juror #13 in a trial packed with twists and turns. He sat every day in court, in a trial which got deep inside the day-to-day lives of a family and eventually delivered justice to a victim. Read this remarkable true story now and make up your own mind as to the truth behind the Hammer Killing Trial. Amazon reviews: “Mr. Sanders is a brilliant writer. You feel like you are right in the courtroom with him…” “This is a must-read for any avid trial watcher!” “Brain Damage is a very interesting journey through a death penalty trial. It made me want to be a juror!” Also by Paul Sanders: "Why Not Kill Her: A Juror's Perspective - The Jodi Arias Death Penalty Retrial" "Banquet of Consequences: A Juror's Plight - The Carnation Murders Trial of Michele Anderson" (March 2017)

Pro Drupal Development


John K. VanDyk - 2007
    With it, one can create a variety of community-driven sites, including blogs, forums, wiki-style sites, and much more. Assuming that users already possess the knowledge to install and bring a standard installation online, the authors delve into Drupal internals, showing how to truly take advantage of its powerful architecture.

Concurrency in C# Cookbook


Stephen Cleary - 2014
    With this cookbook, you will find recipes for writing asynchronous, parallel, and reactive code in C# that enables your app or program to engage in more than one process at a time. Presented in O’Reilly’s popular problem-solution-discussion cookbook format, this guide provides ready-to-use code, along with an explanation of why and how the solution works.

Software Engineering: A Practitioner's Approach


Roger S. Pressman - 1982
    This book provides information on software tools, specific work flow for specific kinds of projects, and information on various topics. It includes resources for both instructors and students such as checklists, 700 categorized web references, and more.

The Object-Oriented Thought Process


Matt Weisfeld - 2000
    Readers will learn to understand object-oriented design with inheritance or composition, object aggregation and association, and the difference between interfaces and implementations. Readers will also become more efficient and better thinkers in terms of object-oriented development." This revised edition focuses on interoperability across various technologies, primarily using XML as the communication mechanism. A more detailed focus is placed on how business objects operate over networks, including client/server architectures and web services.

The Mac is Not a Typewriter


Robin P. Williams - 1989
    Best-selling author Robin Williams's simple, logical principles for using type to produce beautiful, professional documents are as true now as they were when the original edition was published in 1989. This updated edition includes new examples and expanded information dedicated to the practical advice that made the first edition an enduring bestseller. Throughout, Robin shows you the small details that separate the pros from the amateurs: typographer versus typewriter quotation marks, en and em dashes, tabs and indents, kerning, leading, white space, widows and orphans, and hanging punctuation. If you prepare documents, you'll find The Mac is not a typewriter, Second Edition an indispensable guide. And those who read your documents will recognize the work of a pro, even if they don't know a curly quote from curly fries.

Justin Bieber Quiz Book


Riley Brooks - 2011
    Plus check out the photos and other fun facts about this crooning cutie!

Dynamic HTML: The Definitive Reference: The Definitive Reference


Danny Goodman - 1998
    You need to stay current on the relevant Web specifications, like HTML, CSS, DOM, and ECMAScript. You also need to know how the latest Web browsers from Netscape and Microsoft actually implement these standards, since browser implementations of the standards are less than perfect. Right now, you're forced to keep multiple reference books open on your desk (or multiple browser windows open on your screen), just to develop a simple dynamic Web page that works properly under both Navigator and Internet Explorer.Dynamic HTML: The Definitive Reference changes all that. This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including:A complete reference for all of the HTML tags, CSS style attributes, browser document objects, and JavaScript objects supported by the various standards and the latest versions of Navigator and Internet Explorer. Browser compatibility is emphasized throughout; the reference pages clearly indicate browser support for every entity. Handy cross-reference indexes that make it easy to find interrelated HTML tags, style attributes, and document objects. An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today. If you have some experience with basic Web page creation, but are new to the world of dynamic content, Dynamic HTML: The Definitive Reference will jump-start your development efforts. If you are an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference that a Web developer needs.Dynamic HTML: The Definitive Reference is designed to work in conjunction with HTML: The Definitive Guide and JavaScript: The Definitive Guide. HTML: The Definitive Guide teaches you about every element of HTML in detail, with explanations of how each element works and how it interacts with other elements, as well as numerous examples. JavaScript: The Definitive Guide provides a thorough description of the JavaScript language, complete with sophisticated examples that show you how to handle common Web application tasks. Together, these three books provide a complete library for Web content developers.

Got Your Attention?: How to Create Intrigue and Connect With Anyone


Sam Horn - 2015
    After all, goldfish have longer attention spans than humans—nine seconds to our eight. So, right now, people want to know, “How is this relevant and useful to me? Why are you worth my valuable time, mind, and dime?”Bestselling author and ace communication strategist Sam Horn reveals her “secret sauce” for truly connecting with people—whether it’s one or one million. Her disruptive eight-stage INTRIGUE process teaches readers how to replace boring, overlong, one-way communications with concise, compelling, mutually rewarding two-way interactions that add value for all involved. This is a must-read for executives, entrepreneurs, sales and marketing professionals, nonprofit leaders—anyone who wants to build meaningful relationships with others.The bottom line? If you can’t get people’s favorable attention, you’ll never get their business. The insights and instantly useful ideas here will get smartphones down and eyebrows up—this book has been called How to Win Friends and Influence People for our digital device-driven era. Readers will appreciate these innovative but proven ways to win respect and motivate people to take action now, whether that’s to hire you, refer you, fund you, or say yes to you.

Faith Forward Future: Moving Past Your Disappointments, Delays, and Destructive Thinking


Chad Veach - 2017
    When you hear his words and release your broken dreams, you’ll receive all that God has in store and be enabled to reach your best possible tomorrow. With powerful Bible teaching and practical guidance, Veach invites you tostop limiting tomorrow’s possibilities by learning how to ask God for big things todaydismiss the distractions of regret by being empowered to use your past for good, andredefine success by joining God in writing the remarkable story of your life!

Programming Entity Framework: Code First


Julia Lerman - 2011
    With this concise book, you’ll work hands-on with examples to learn how Code First can create an in-memory model and database by default, and how you can exert more control over the model through further configuration.Code First provides an alternative to the database first and model first approaches to the Entity Data Model. Learn the benefits of defining your model with code, whether you’re working with an existing database or building one from scratch. If you work with Visual Studio and understand database management basics, this book is for you.Learn exactly what Code First does—and does not—enable you to doUnderstand how property attributes, relationships, and database mappings are inferred from your classes by Code FirstUse Data Annotations and the Fluent API to configure the Code First data modelPerform advanced techniques, such as controlling the database schema and overriding the default model cachingThis book is a continuation of author Julia Lerman’s Programming Entity Framework, widely recognized as the leading book on the topic.

Algorithm Design


Jon Kleinberg - 2005
    The book teaches a range of design and analysis techniques for problems that arise in computing applications. The text encourages an understanding of the algorithm design process and an appreciation of the role of algorithms in the broader field of computer science.

Risky Mission


Dan Latus - 2011
    Look forward to more of Mr Latus’ work.’ Sandra M. Frank Doy, contract security specialist, is flat broke. Then beautiful and mysterious Vlasta George shows up at his door. She'll give him good money to take her to a secret location in Europe, no questions asked. WHAT COULD GO WRONG? The woman’s husband is a murderous Teesside gangster. She is running away to start a life without him, taking her two young kids and a million pounds with her. HE WANTS HER BACK. DEAD OR ALIVE. But there is someone even more dangerous — someone from the past — who also has an interest in the money. Before long, two of Vlasta’s circle are found dead. Doy finds himself in a frantic chase across Europe, travelling into unknown territory, battling an enemy he doesn’t understand, for vendettas he is not involved with. Will he be able to protect his client — and make it out alive? Perfect for fans of Lee Child, Peter James, Robert Galbraith and Michael Grant. MEET FRANK DOY, a quick-thinking, fast-talking security consultant turned private investigator. He has a talent for finding himself in the seediest corners of the most dangerous cities in Europe. He doesn’t go looking for trouble. He lives in a converted miner’s cottage on an isolated stretch of the Cleveland coast. But he never backs down from a fight and he never turns away those who are desperate. So trouble finds him. ‘Dan Latus’s style is trimmed, hard and fast. There isn’t a paragraph or word in there that doesn’t belong, so the story really rips along.’ Jack R. ‘The more I read the more I enjoyed it. Good plot and characters with some twists and turns.’ Atabarac ‘What I greatly appreciated was this writer's ability to get me feeling that I was witness, not merely an audience.’ C. W. A. ‘More like this please, publishers.’ Rob M. FRANK DOY SERIES Book 1: RISKY MISSION Book 2: OUT OF THE NIGHT Book 3: A DEATH AT SOUTH GARE

Programming PHP


Rasmus Lerdorf - 2000
    When it comes to creating websites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million websites, surpassing Microsoft's ASP .NET technology in popularity. Programmers love its flexibility and speed; designers love its accessibility and convenience. As the industry standard book on PHP, all of the essentials are covered in a clear and concise manner. Language syntax and programming techniques are coupled with numerous examples that illustrate both correct usage and common idioms. With style tips and practical programming advice, this book will help you become not just a PHP programmer, but a good PHP programmer. Programming PHP, Second Edition covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Chapters outlining the basics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library and the new PDO Library Chapters that show you how to generate dynamic images, create PDF files, and parse XML files with PHP Advanced topics, such as creating secure scripts, error handling, performance tuning, and writing your own C language extensions to PHP A handy quick reference to all the core functions in PHP and all the standard extensions that ship with PHP Praise for the first edition: "If you are just getting into the dynamic Web development world or you are considering migrating from another dynamic web product to PHP, Programming PHP is the book of choice to get you up, running, and productive in a short time."--Peter MacIntrye, eWeek "I think this is a great book for programmers who want to start developing dynamic websites with PHP. It gives a detailed overview of PHP, lots of valuable tips, and a good sense of PHP's strengths."--David Dooling, Slashdot.org

The C++ Programming Language


Bjarne Stroustrup - 1986
    For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.