Crucial Confrontations: Tools for Resolving Broken Promises, Violated Expectations, and Bad Behavior


Kerry Patterson - 2004
    Others have broken rules, missed deadlines, failed to live up to commitments, or just plain behaved badly—and nobody steps up to the issue. Or they do, but do a lousy job and create a whole new set of problems. Accountability suffers and new problems spring up. New research demonstrates that these disappointments aren't just irritating, they're costly—sapping organizational performance by twenty to fifty percent and accounting for up to ninety percent of divorces.Crucial Confrontations teaches skills drawn from 10,000 hours of real-life observations to increase confidence in facing issues like:- An employee speaks to you in an insulting tone that crosses the line between sarcasm and insubordination. Now what?- Your boss just committed you to a deadline you know you can't meet—and not-so-subtly hinted he doesn't want to hear complaints about it.- Your son walks through the door sporting colorful new body art that raises your blood pressure by forty points. Speak now, pay later.- An accountant wonders how to step up to a client who is violating the law. Can you spell unemployment?- Family members fret over how to tell granddad that he should no longer drive his car. This is going to get ugly.- A nurse worries about what to say to an abusive physician. She quickly remembers "how things work around here" and decides not to say anything.Everyone knows how to run for cover, or if adequately provoked, step up to these confrontations in a way that causes a real ruckus. That we have down pat. Crucial Confrontations teaches you how to deal with violated expectations in a way that solves the problem at hand, and doesn't harm the relationship—and in fact, even strengthens it.Crucial Confrontations borrows from twenty years of research involving two groups. More than 25,000 people helped the authors identify those who were most influential during crucial confrontations. They spent 10,000 hours watching these people, documented what they saw, and then trained and tested with more than 300,000 people. Second, they measured the impact of crucial confrontations improvements on organizational and team performance—the results were immediate and sustainable: twenty to fifty percent improvements in measurable performance.

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

Born to Blog: Building Your Blog for Personal and Business Success One Post at a Time


Mark W. Schaefer - 2013
    Learn how to attract a loyal following, promote your blog, and write powerful content that generates new business.If your dream is to launch a business or publish a book, then read Born to Blog! You'll realize the blogger way is your fastest path to success. -- MICHAEL STELZNER, founder of Social Media Examiner and author of LaunchBorn to Blog makes blogging accessible and fun for anyone. Read it, use it, and watch your business grow. -- JAY BAER, founder of Convince and Convert and coauthor of The Now RevolutionRead this book, then go blog like you were born to do so. -- JASON FALLS, founder of Social Media Explorer and coauthor of No Bullshit Social Media and The Rebel's Guide to Email MarketingBlogging beginners and seasoned pros alike will find valuable advice they can put to use immediately. -- LEO WIDRICH, cofounder, Buffer

CompTIA Project+ Study Guide Authorized Courseware: Exam PK0–003


Kim Heldman - 2010
    You'll find complete coverage of all exam objectives, including key topics such as project planning, execution, delivery, closure, and others. CompTIA's Project+ is the foundation-level professional exam in the complex world of project management; certified project managers often choose to go on and obtain their Project Management Professional (PMP) certifications as well Provides complete coverage of all exam objectives for CompTIA's first update to the Project+ exam in six years Covers project planning, execution, delivery, change, control, communication, and closure Demonstrates and reinforces exam preparation with practical examples and real-word scenarios Includes a CD with Sybex test engine, practice exams, electronic flashcards, and a PDF of the book Approach the new Project+ exam with confidence with this in-depth study guide! Reviews

The Start-Up of You: Adapt to the Future, Invest in Yourself, and Transform Your Career


Reid Hoffman - 2012
    The career escalator is jammed at every level. Unemployment rates are sky-high. Creative disruption is shaking every industry. Global competition for jobs is fierce. The employer-employee pact is over, and traditional job security is a thing of the past. Here, LinkedIn cofounder and chairman Reid Hoffman and author Ben Casnocha show how to accelerate your career in today’s competitive world. The key is to manage your career as if it were a start-up business: a living, breathing, growing start-up of you. Why? Start-ups - and the entrepreneurs who run them - are nimble. They invest in themselves. They build their professional networks. They take intelligent risks. They make uncertainty and volatility work to their advantage. These are the very same skills professionals need to get ahead today. This book isn’t about cover letters or resumes. Instead, you will learn the best practices of Silicon Valley start-ups, and how to apply these entrepreneurial strategies to your career. Whether you work for a giant multinational corporation, a small local business, or are launching your own venture, you need to know how to: Adapt your career plans as you change, the people around you change, and industries change Develop a competitive advantage to win the best jobs and opportunities Strengthen your professional network by building powerful alliances and maintaining a diverse mix of relationships Find the unique breakout opportunities that massively accelerate career growth Take proactive risks to become more resilient to industry tsunamis Tap your network for information and intelligence that help you make smarter decisions A revolutionary new guide to thriving in today's fractured world of work, the strategies in this book will help you survive and thrive and achieve your boldest professional ambitions. The Start-Up of You empowers you to become the CEO of your career and take control of your future.©2012 Reid Hoffman (P)2012 Random House

Crafting Rails Applications: Expert Practices for Everyday Rails Development


José Valim - 2011
    You can now easily extend the framework, change its behavior, and replace whole components to bend it to your will, all without messy hacks. This pioneering book is the first resource that deep dives into the new Rails 3 APIs and shows you how use them to write better web applications and make your day-to-day work with Rails more productive. Rails Core developer Jose Valim guides you through seven different tutorials, each of them using test-driven development to build a new Rails extension or application that solves common problems with these new APIs. You will understand how the Rails rendering stack works and customize it to read templates from the database while you learn how to mimic Active Record behavior, like validations, in any other object. You will find out how to write faster, leaner controllers, and you'll learn how to mix Sinatra applications into your Rails apps, so you can choose the most appropriate tool for the job. In addition, you will improve your productivity by customizing generators and responders. This book will help you understand Rails 3's inner workings, including generators, template handlers, internationalization, routing, and responders. With the knowledge you'll gain, you'll be ready to tackle complicated projects more easily than ever before, creating solutions that are well-tested, modular, and easy to maintain.

Using Drupal


Angela Byron - 2008
    You'll get the information you need about how to combine modules in interesting ways (with a minimum of code-wrangling) to develop a variety of community-driven websites. Each chapter describes a case study and outlines specific requirements for one of several projects included in the book -- a wiki, publishing workflow site, photo gallery, product review site, online store, user group site, and more. With Using Drupal, you will:Get an overview of Drupal concepts and key modules introduced in each chapter, with a bird's-eye view of each module's specialty and how it works Explore various solutions within Drupal that meet the requirements for the project, with details about which modules are selected and why Learn how to configure modules, with step-by-step recipes for building the precise functionality the project requires Get information on additional modules that will make the project even more powerful Be able to access the modules used in the chapter, along with other resources Newcomers will find a thorough introduction to the framework, while experienced Drupal developers will learn best practices for building powerful websites. With Using Drupal, you'll find concrete and creative solutions for developing the exact community website you have in mind.

Console Wars: Sega, Nintendo, and the Battle that Defined a Generation


Blake J. Harris - 2014
    Sega, on the other hand, was just a faltering arcade company with big aspirations and even bigger personalities. But that would all change with the arrival of Tom Kalinske, a man who knew nothing about videogames and everything about fighting uphill battles. His unconventional tactics, combined with the blood, sweat and bold ideas of his renegade employees, transformed Sega and eventually led to a ruthless David-and-Goliath showdown with rival Nintendo.The battle was vicious, relentless, and highly profitable, eventually sparking a global corporate war that would be fought on several fronts: from living rooms and schoolyards to boardrooms and Congress. It was a once-in-a-lifetime, no-holds-barred conflict that pitted brother against brother, kid against adult, Sonic against Mario, and the US against Japan.Based on over two hundred interviews with former Sega and Nintendo employees, Console Wars is the underdog tale of how Kalinske miraculously turned an industry punchline into a market leader. It's the story of how a humble family man, with an extraordinary imagination and a gift for turning problems into competitive advantages, inspired a team of underdogs to slay a giant and, as a result, birth a $60 billion dollar industry.

Sponge: Leadership Lessons I Learnt From My Clients


Ambi Parameswaran - 2018
    A challenging customer, in his view, goes from being someone who poses an obstacle to quality work to someone with eye-opening ideas and concepts. Approached as an exercise in listening and learning, these conversations can become long-term lessons. Ambi has worked with some of the most respected brands and names in the Indian corporate world, and each of those assignments were for him masterclasses in leadership development. In this book, Ambi recounts conversations with some of the most iconic business leaders, such as Ratan Tata, Azim Premji, S. Ramadorai, Karsanbhai Patel, M. Damodaran, Dr V. Kurien and many others. He soaked up these conversations, in his own words, 'like a sponge’. This book is an attempt to walk us through some of those dialogues – both the illuminating and the difficult aspects of them – to help us understand how they were learning sessions. For anyone looking at turbocharging their business and career, the ‘Sponge Process’ that emphasises listening is a radical new way of engaging with clients and customers.

In the Plex: How Google Thinks, Works, and Shapes Our Lives


Steven Levy - 2011
    How has Google done it? Veteran technology reporter Steven Levy was granted unprecedented access to the company, and in this revelatory book he takes readers inside Google headquarters—the Googleplex—to show how Google works.While they were still students at Stanford, Google cofounders Larry Page and Sergey Brin revolutionized Internet search. They followed this brilliant innovation with another, as two of Google’s earliest employees found a way to do what no one else had: make billions of dollars from Internet advertising. With this cash cow, Google was able to expand dramatically and take on other transformative projects: more efficient data centers, open-source cell phones, free Internet video (YouTube), cloud computing, digitizing books, and much more.The key to Google’s success in all these businesses, Levy reveals, is its engineering mind-set and adoption of such Internet values as speed, openness, experimentation, and risk taking. After its unapologetically elitist approach to hiring, Google pampers its engineers—free food and dry cleaning, on-site doctors and masseuses—and gives them all the resources they need to succeed. Even today, with a workforce of more than 23,000, Larry Page signs off on every hire.But has Google lost its innovative edge? With its newest initiative, social networking, Google is chasing a successful competitor for the first time. Some employees are leaving the company for smaller, nimbler start-ups. Can the company that famously decided not to be evil still compete?No other book has ever turned Google inside out as Levy does with In the Plex.

Leadership Lessons of the Navy Seals: Battle-Tested Strategies for Creating Successful Organizations and Inspiring Extraordinary Results


Jeff Cannon - 2002
    Built around inspiring stories from both the military and business worlds, Leadership Lessons of the Navy SEALS outlines a step-by-step approach to boosting morale and increasing productivity in any business organization.

Pitch Perfect: How to Say It Right the First Time, Every Time


Bill McGowan - 2014
    It’s essential to be pitch perfect—to get the right message across to the right person at the right time. In Pitch Perfect, Bill McGowan shows you how to craft the right message and deliver it using the right language—both verbal and nonverbal.Pitch Perfect teaches you how to overcome common communication pitfalls using McGowan’s simple Principles of Persuasion, which are highly effective and easy to learn, implement, and master. With Pitch Perfect you can harness the power of persuasion and have people not only listening closely to your every word but also remembering you long after you’ve left the room.

Zig Ziglar's Secrets of Closing the Sale


Zig Ziglar - 1984
    This new guide by America's #1 professional in the art of persuasion focuses on the most essential part of the sale—how to make them say "Yes, I will!" Zig Ziglar lets you in on the secrets of his own sure-fire, tested methods:Over 100 successful closings for every kind of persuasionOver 700 questions that will open your eyes to new possibilities you may have overlookedHow to paint word pictures and use your imagination to get resultsProfessional tips from America's 100 most succesful salespeopleDo what millions of Americans have already done—open this book and start learning from Zig Ziglar's Secrets of Closing the Sale!

Non-Invasive Data Governance: The Path of Least Resistance and Greatest Success


Robert Seiner - 2014
    Data Governance should not be about command-and-control, yet at times could become invasive or threatening to the work, people and culture of an organization. Non-Invasive Data Governance™ focuses on formalizing existing accountability for the management of data and improving formal communications, protection, and quality efforts through effective stewarding of data resources. Non-Invasive Data Governance will provide you with a complete set of tools to help you deliver a successful data governance program. Learn how: Steward responsibilities can be identified and recognized, formalized, and engaged according to their existing responsibility rather than being assigned or handed to people as more work. Governance of information can be applied to existing policies, standard operating procedures, practices, and methodologies, rather than being introduced or emphasized as new processes or methods. Governance of information can support all data integration, risk management, business intelligence and master data management activities rather than imposing inconsistent rigor to these initiatives. A practical and non-threatening approach can be applied to governing information and promoting stewardship of data as a cross-organization asset. Best practices and key concepts of this non-threatening approach can be communicated effectively to leverage strengths and address opportunities to improve.

Community Building on the Web: Secret Strategies for Successful Online Communities


Amy Jo Kim - 1999
    She discusses important design strategies, interviews influential Web community-builders, and provides the reader with templates and questionnaires to use in building their own communities.