What's it all About?


Cilla Black - 2003
    Generations have grown up with Cilla's music, TV shows, and performances. But how much do we really know about 'the girl with the bright red hair and the jet black voice'? What's It All About? is Cilla's own story, told for the first time ever. It's the story of a woman who has worked ceaselessly to stay at the top for forty years despite setbacks and personal tragedy; a life of incredible highs and terrible lows. In this deeply personal autobiography she tells her unique story in intimate and vivid detail for the very first time. This is the real Cilla Black.

This is Reggae Music


Lloyd Bradley - 2001
    Nevertheless, it has exerted a more powerful hold on international popular music than any nation besides England and America. From Prince Buster to Burning Spear, Lee "Scratch" Perry to Yellowman, Bob Marley to Shabba Ranks, reggae music is one of the most dynamic and powerful musical forms of the twentieth century. And, as Lloyd Bradley shows in his deft, definitive, and always entertaining book, it is and always has been the people's music. Born in the sound systems of the Kingston slums, reggae was the first music poor Jamaicans could call their own, and as it spread throughout the world, it always remained fluid, challenging, and distinctly Jamaican. Based on six years of research -- original interviews with most of reggae's key producers, musicians, and international players -- and a lifelong enthusiasm for one of the most remarkable of the world's musics, This Is Reggae Music is the definitive history of reggae.

Computer Science Illuminated


Nell B. Dale - 2002
    Written By Two Of Today'S Most Respected Computer Science Educators, Nell Dale And John Lewis, The Text Provides A Broad Overview Of The Many Aspects Of The Discipline From A Generic View Point. Separate Program Language Chapters Are Available As Bundle Items For Those Instructors Who Would Like To Explore A Particular Programming Language With Their Students. The Many Layers Of Computing Are Thoroughly Explained Beginning With The Information Layer, Working Through The Hardware, Programming, Operating Systems, Application, And Communication Layers, And Ending With A Discussion On The Limitations Of Computing. Perfect For Introductory Computing And Computer Science Courses, Computer Science Illuminated, Third Edition's Thorough Presentation Of Computing Systems Provides Computer Science Majors With A Solid Foundation For Further Study, And Offers Non-Majors A Comprehensive And Complete Introduction To Computing.

Springsteen on Springsteen: Interviews, Speeches, and Encounters


Jeff Burger - 2013
    No one is better qualified to talk about Springsteen than the man himself, and he’s often as articulate and provocative in interviews and speeches as he is emotive onstage and in recordings. While many rock artists seem to suffer through interviews, Springsteen has welcomed them as an opportunity to speak openly, thoughtfully, and in great detail about his music and life. This volume starts with his humble beginnings in 1973 as a struggling artist and follows him up to the present, as Springsteen has achieved almost unimaginable wealth and worldwide fame. Included are feature interviews with well-known media figures, including Charlie Rose, Ted Koppel, Brian Williams, Nick Hornby, and Ed Norton. Fans will also discover hidden gems from small and international outlets, in addition to radio and TV interviews that have not previously appeared in print. This collection is a must-have for any Springsteen fan.

Steve Jobs & the NeXT Big Thing


Randall E. Stross - 1993
    This period was the nadir of Jobs’s professional life, as NeXT’s products failed to find a welcome in the marketplace. The company burned through more than $250 million without managing to eke out a profit. It would eventually be rescued by Apple and Jobs would return there after the close of the book’s narrative. When he did, he took with him lessons learned during his NeXT years in how not to manage a company.

The Royal Family at War


Theo Aronson - 1994
    It is a study of the contribution made, not only by George VI and his redoubtable Queen, but also by the entire royal family during those turbulent years. And of how that contribution strengthened and popularized the monarchy. This is a family saga; an account of the lives, as much private as public, of all the diverse members of what George VI called 'The Firm'. Together with the tireless efforts of the King and Queen, it deals with such aspects as the Duke of Windsor's flirtation with Fascism, the ground-clearing obsessions of Queen Mary, the mysterious death of the Duke of Kent, the activities of the Athlones in Canada and the Gloucesters in Australia, and the imprisonment of the Princess Royal's eldest son, Viscount Lascelles. Occasionally tragic, often amusing, always interesting, it is a richly detailed panorama of the monarchy in one of its finest hours. Theo Aronson has been granted an unprecedented series of audiences with the Queen Mother, Princess Margaret, Princess Alice. Duchess of Gloucester, and the late Princess Alice, Countess of Athlone, as well as interviews with many other members of the royal family and of the royal households. He has been permitted the use of previously unpublished letters, diaries and papers. The result is a colourful study by an author who has been consistently praised for his insight, scholarship and, above all, readability.

Geekonomics: The Real Cost of Insecure Software


David Rice - 2007
    It explains why low-quality software is continually distributed, why consumers willingly purchase unreliable software, why governments leave the industry alone, and what can be done to improve matters.

Programming Groovy


Venkat Subramaniam - 2008
    But recently, the industry has turned to dynamic languages for increased productivity and speed to market.Groovy is one of a new breed of dynamic languages that run on the Java platform. You can use these new languages on the JVM and intermix them with your existing Java code. You can leverage your Java investments while benefiting from advanced features including true Closures, Meta Programming, the ability to create internal DSLs, and a higher level of abstraction.If you're an experienced Java developer, Programming Groovy will help you learn the necessary fundamentals of programming in Groovy. You'll see how to use Groovy to do advanced programming including using Meta Programming, Builders, Unit Testing with Mock objects, processing XML, working with Databases and creating your own Domain-Specific Languages (DSLs).

Service-Oriented Architecture: Concepts, Technology, and Design


Thomas Erl - 2005
    Using Service-Oriented Architecture (SOA), enterprises can deliver high-value business services more rapidly and effectively, and gain unprecedented flexibility and value from existing IT infrastructure. SOA has earned the support of virtually every major software provider, and some 75% of enterprises surveyed are now investing in SOA technology and expertise. In Service-Oriented Architecture: Concepts, Technology, and Design, the author of 2004's best-selling SOA book presents the first end-to-end-tutorial for modeling and designing successful service-oriented architectures from the ground up. Writing in plain English, Thomas Erl provides step-by-step process descriptions for analyzing and designing any service or service-oriented business process definition.

On the Edge: The Spectacular Rise and Fall of Commodore


Brian Bagnall - 2005
    Before Apple, IBM, or Dell, Commodore was the first computer maker to market its machines to the public, selling an estimated 22 million Commodore 64s. These halcyon days were tumultuous, however, owing to the expectations and unsparing tactics of founder Jack Tramiel. Engineers and managers with the company between 1976 and 1994 share their experiences of the groundbreaking moments, soaring business highs, and stunning employee turnover that came along with being on top of the PC world in the early days.

Learning Ruby


Michael J. Fitzgerald - 2007
    Written for both experienced and new programmers alike, Learning Ruby is a just-get-in-and-drive book -- a hands-on tutorial that offers lots of Ruby programs and lets you know how and why they work, just enough to get you rolling down the road. Interest in Ruby stems from the popularity of Rails, the web development framework that's attracting new devotees and refugees from Java and PHP. But there are plenty of other uses for this versatile language. The best way to learn is to just try the code! You'll find examples on nearly every page of this book that you can imitate and hack. Briefly, this book:Outlines many of the most important features of Ruby Demonstrates how to use conditionals, and how to manipulate strings in Ruby. Includes a section on regular expressions Describes how to use operators, basic math, functions from the Math module, rational numbers, etc. Talks you through Ruby arrays, and demonstrates hashes in detail Explains how to process files with Ruby Discusses Ruby classes and modules (mixins) in detail, including a brief introduction to object-oriented programming (OOP) Introduces processing XML, the Tk toolkit, RubyGems, reflection, RDoc, embedded Ruby, metaprogramming, exception handling, and other topics Acquaints you with some of the essentials of Rails, and includes a short Rails tutorial. Each chapter concludes with a set of review questions, and appendices provide you with a glossary of terms related to Ruby programming, plus reference material from the book in one convenient location. If you want to take Ruby out for a drive, Learning Ruby holds the keys.

Generation Xbox: How Videogames Invaded Hollywood


Jamie Russell - 2012
    Movies defined the 20th century but games are now pushing them aside as the medium that captures our time, fascination and money. Generation Xbox digs into the love-hate relationship between games and cinema that has led us to this point. It's a story of disaster, triumph and Angelia Jolie in hot pants. Learn how Steven Spielberg's game-making dreams fell apart and why Silicon Valley pioneers wooed Stanley Kubrick. Discover the story behind the failed Halo movie, how videogame tech paved the way for Avatar, and what companies like Ubisoft and Valve are doing to take gaming to the next level. Based on more than 100 interviews with leading figures from videogames and Hollywood, Generation Xbox is the definitive history of an epic power struggle that has reshaped the entertainment landscape. Are you ready to play?

Smart Mobs: The Next Social Revolution


Howard Rheingold - 2002
    The coming wave, says Rheingold, is the result of super-efficient mobile communications-cellular phones, personal digital assistants, and wireless-paging and Internet-access devices that will allow us to connect with anyone, anywhere, anytime. From the amusing ("Lovegetty" devices in Japan that light up when a person with the right date-potential characteristics appears in the vicinity) to the extraordinary (the overthrow of a repressive regime in the Philippines by political activists who mobilized by forwarding text messages via cell phones), Rheingold gives examples of the fundamentally new ways in which people are already engaging in group or collective action. He also considers the dark side of this phenomenon, such as the coordination of terrorist cells, threats to privacy, and the ability to incite violent behavior. Applying insights from sociology, artificial intelligence, engineering, and anthropology, Rheingold offers a penetrating perspective on the brave new convergence of pop culture, cutting-edge technology, and social activism. At the same time, he reminds us that, as with other technological revolutions, the real impact of mobile communications will come not from the technology itself but from how people use it, resist it, adapt to it, and ultimately use it to transform themselves, their communities, and their institutions.

Ruby Cookbook


Lucas Carlson - 2006
    It gives you hundreds of solutions to real-world problems, with clear explanations and thousands of lines of code you can use in your own projects.From data structures and algorithms, to integration with cutting-edge technologies, the Ruby Cookbook has something for every programmer. Beginners and advanced Rubyists alike will learn how to program with:Strings and numbersArrays and hashesClasses, modules, and namespacesReflection and metaprogrammingXML and HTML processingRuby on Rails (including Ajax integration)DatabasesGraphicsInternet services like email, SSH, and BitTorrentWeb servicesMultitaskingGraphical and terminal interfacesIf you need to write a web application, this book shows you how to get started with Rails. If you're a system administrator who needs to rename thousands of files, you'll see how to use Ruby for this and other everyday tasks. You'll learn how to read and write Excel spreadsheets, classify text with Bayesian filters, and create PDF files. We've even included a few silly tricks that were too cool to leave out, like how to blink the lights on your keyboard.The Ruby Cookbook is the most useful book yet written about Ruby. When you need to solve a problem, don't reinvent the wheel: look it up in the Cookbook.

Amazon.com: Get Big Fast


Robert Spector - 2000
    He created the most recognized brand name on the Internet, became for a time one of the richest men in the world, and was crowned "the king of cyber-commerce."Yet for all the media exposure, the inside story of Amazon.com has never really been told. In this revealing, unauthorized account, Robert Spector, journalist and best-selling author, gives us this up-to-date, fast-paced, behind-the-scenes story of the company's creation and rise, its tumultuous present, and its uncertain future.