Book picks similar to
Yahoo! Style Guide by Yahoo!


writing
reference
design
content-strategy

The Prince and Other Writings


Niccolò Machiavelli
    Here are some of the remarkable features of Barnes & Noble Classics:New introductions commissioned from today's top writers and scholarsBiographies of the authorsChronologies of contemporary historical, biographical, and cultural eventsFootnotes and endnotesSelective discussions of imitations, parodies, poems, books, plays, paintings, operas, statuary, and films inspired by the workComments by other famous authorsStudy questions to challenge the reader's viewpoints and expectationsBibliographies for further readingIndices & Glossaries, when appropriateAll editions are beautifully designed and are printed to superior specifications; some include illustrations of historical interest. Barnes & Noble Classics pulls together a constellation of influences—biographical, historical, and literary—to enrich each reader's understanding of these enduring works. One of history’s greatest political philosophers, Niccolò Machiavelli is notorious for his treatise The Prince, which has become a cornerstone of modern political theory. Written in 1513 and published in 1532, after Machivelli’s death, The Prince immediately provoked controversy that has continued unabated to this day. Defining human nature as inherently selfish, Machiavelli proposes that social conflict and violence are natural phenomena that help determine the ablest, most versatile form of government. Asserting that idealism has no place in the political arena, The Prince primarily addresses a monarch’s difficulties in retaining authority. Considered the first expression of political realism, it has often been accused of advocating a political philosophy in which “the end justifies the means.” Indeed the emphasis in The Prince on practical success, at the expense even of traditional moral values, earned Machiavelli a reputation for ruthlessness, deception, and cruelty. Many scholars contend, however, that the author’s pragmatic views of ethics and politics reflected the realities of his time, as exemplified by the Medici family of Florence. Debates about Machiavelli’s theories are as lively today as they were 450 years ago, but no one questions the importance of his fundamental contribution to Western political thought. This newly translated edition also includes Machiavelli’s Letter to Francesco Vettori, The Life of Castruccio Castracani, and excerpts from the Discourses on Livy.Wayne A. Rebhorn, Celanese Centennial Professor of English at the University of Texas, has authored numerous studies of Renaissance European literature. His Foxes and Lions: Machiavelli’s Confidence Men won the Howard R. Marraro Prize of the Modern Language Association of America in 1990.

Free: The Future of a Radical Price


Chris Anderson - 2009
    Reveals how to run an online business profitably in spite of the Internet's inherently free culture, disseminating the principles of a ''priceless economy'' in six categories that pertain to advertising, labor exchange, and advanced-version fees.

Agile Web Development with Rails: A Pragmatic Guide


Dave Thomas - 2005
    A full Rails application probably has less total code than the XML you'd need to configure the same application in other frameworks. With this book you'll learn how to use "ActiveRecord" to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the "Action Pack" framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There are extensive chapters on testing, deployment, and scaling. You'll see how easy it is to install Rails using your web server of choice (such as Apache or lighttpd) or using its own included web server. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all. You'll create a complete online store application in the extended tutorial section, so you'll see how a full Rails application is developed---iteratively and rapidly. Rails strives to honor the Pragmatic Programmer's "DRY Principle" by avoiding the extra work of configuration files and code annotations. You can develop in real-time: make a change, and watch it work immediately. Forget XML. Everything in Rails, from templates to control flow to business logic, is written in Ruby, the language of choice for programmers who like to get the job done well (and leave work ontime for a change). Rails is the framework of choice for the new generation of Web 2.0 developers. Agile Web Development with Rails is the book for that generation, written by Dave Thomas (Pragmatic Programmer and author of Programming Ruby) and David Heinemeier Hansson, who created Rails.

The Complete Poetry


Edgar Allan Poe - 1831
    But Poe is also the author of some of the most haunting poetry ever written--poems of love, death and loneliness that have lost none of their power to enthrall in this unique Signet Classic edition.

Learning PHP 5


David Sklar - 2004
    Offering a gentle learning curve, PHP is an accessible yet powerful language for creating dynamic web pages. As its popularity has grown, PHP's basic feature set has become increasingly more sophisticated. Now PHP 5 boasts advanced features--such as new object-oriented capabilities and support for XML and Web Services--that will please even the most experienced web professionals while still remaining user-friendly enough for those with a lower tolerance for technical jargon.If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. With attention to both PHP 4 and the new PHP version 5, it provides everything from a explanation of how PHP works with your web server and web browser to the ins and outs of working with databases and HTML forms. Written by the co-author of the popular PHP Cookbook, this book is for intelligent (but not necessarily highly-technical) readers. Learning PHP 5 guides you through every aspect of the language you'll need to master for professional web programming results. This book provides a hands-on learning experience complete with exercises to make sure the lessons stick.Learning PHP 5 covers the following topics, and more:How PHP works with your web browser and web server PHP language basics, including data, variables, logic and looping Working with arrays and functions Making web forms Working with databases like MySQL Remembering users with sessions Parsing and generating XML DebuggingWritten by David Sklar, coauthor of the PHP Cookbook and an instructor in PHP, this book offers the ideal classroom learning experience whether you're in a classroom or on your own. From learning how to install PHP to designing database-backed web applications, Learning PHP 5 will guide you through every aspect of the language you'll need to master to achieve professional web programming results.

How to Write Copy That Sells: The Step-By-Step System for More Sales, to More Customers, More Often


Ray Edwards - 2016
    How To Write Copy That Sells is a step-by-step guide to writing fast, easy-to-read, effective copy. It's for everyone who needs to write copy that brings in cash – including copywriters, freelancers, and entrepreneurs. Inside, you'll find copywriting techniques for email marketing, web sites, social media, sales pages, ads, and direct mail. You'll also discover: The universal hidden structure behind all persuasive copy. How to avoid the most common copywriting mistakes. A simple technique for writing copy that’s easy to read. How to write powerful short copy for social media. Sample headlines, bullet points, and openings – yours to “swipe” and use as your own! Tons of templates, examples, and checklists guaranteed to improve your copy. ...And much, much more! Writing Copy That Sells is your indispensable guide to creating fresh, fast, effective copy that generates sales like magic.

Refactoring UI


Adam Wathan - 2018
    Learn how to design beautiful user interfaces by yourself using specific tactics explained from a developer's point-of-view.

Eloquent JavaScript: A Modern Introduction to Programming


Marijn Haverbeke - 2010
    I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?

A Rulebook for Arguments


Anthony Weston - 1986
    Readers familiar with the previous edition will find a text that retains all the features that make Rulebook ideally suited for use as a supplementary course book -- including its modest price and compact size. Unlike most textbooks on argumentative writing, Rulebook is organised around specific rules, illustrated and explained soundly and briefly. It is not a textbook, but a rulebook, whose goal is to help students get on with writing a paper or assessing an argument.

Designing for the Social Web


Joshua Porter - 2008
    With tons of examples from real-world interfaces and a touch of the underlying social psychology theory, Joshua Porter shows you how to design your next great social web application.

Build Your Own Website The Right Way Using HTML & CSS


Ian Lloyd - 2006
    This book introduces you to HTML and CSS as you follow along with the author, step-by-step, to build a fully functional web site from the ground up.However, unlike countless other "learn web design" books, this title concentrates on modern, best-practice techniques from the very beginning, which means you'll get it right the first time. The web sites you'll build will:Look good on a PC, Mac or Linux computer Render correctly whether your visitors are using Internet Explorer, Firefox, Opera, or Safari Use web standards so your sites will be fast loading and easy to maintain Be accessible to disabled users who use screenreaders to browse the Web By the end of the book, you'll be equipped with enough knowledge to set out on your first projects as a professional web developer, or you can simply use the knowledge you've gained to create attractive, functional, usable and accessible sites for personal use.

The Million Dollar Blog


Natasha Courtenay-Smith - 2016
    In a world where everyone wants to blog and blog posts are ubiquitous, how do you stand out? How do you blog your way from nobody to somebody? How do you, as a business owner, use content to build your brand and drive your success?Blogging has become the ‘it’ career of the modern world and every business knows that blogging should be an integral part of their marketing and success, but it’s actually never been tougher to be shine in the digital storytelling landscape.No matter who are you – a mum at home, a budding fashion blogger or a small business owner –The Million Dollar Blog will be your ultimate guide to starting a successful blog or taking your existing blog to the next level.Through a combination of practical advice and interviews with some of the world’s most famous and successful bloggers, vloggers and content strategists, including Seth Godin, Lily Pebbles, Grant Cardone and Madeleine Shaw, entrepreneur and digital strategist Natasha Courtenay Smith shows you how to build a blog that will increase your profile, create new opportunities, earn money and change your life.

Advanced Google AdWords


Brad Geddes - 2010
    Discover the best tools for keyword research, tips on crafting winning ad copy, advanced PPC optimization tricks, winning bidding strategies, and much more. If you manage AdWords PPC accounts, you won't want to miss this expert, detailed instruction.Covers the essential and advanced capabilities of Google AdWords Explores keyword research, PPC optimization strategies, the intricacies of Content Nation, how to interpret results and reports, and much more Provides busy marketers, consultants, PR professionals, Web developers, and others with an invaluable, step-by-step guide of advanced concepts Goes well beyond the basics and offers tips and tactics that you can immediately apply to your own campaigns Reinforces concepts through fascinating, real-world case studies Includes a $25 Google Adwords Gift Card for new customers If you've been seeking a practical, expert book on Google AdWords, one that goes well beyond the basics, Advanced Google AdWords is it!

The Google Story: Inside the Hottest Business, Media and Technology Success of Our Time


David A. Vise - 2005
    The Google Story takes you deep inside the company's wild ride from an idea that struggled for funding in 1998 to a firm that rakes in billions in profits, making Brin and Page the wealthiest young men in America. Based on scrupulous research and extraordinary access to Google, this fast-moving narrative reveals how an unorthodox management style and culture of innovation enabled a search engine to shake up Madison Avenue and Wall Street, scoop up YouTube, and battle Microsoft at every turn. Not afraid of controversy, Google is expanding in Communist China and quietly working on a searchable genetic database, initiatives that test the founders' guiding mantra: DON'T BE EVIL.

Writing Fiction: A Guide to Narrative Craft


Janet Burroway - 1987
    A bestseller through six editions, Writing Fiction by novelists Janet Burroway and Elizabeth Stuckey-French explores the elements of fiction, providing practical writing techniques and concrete examples. Written in a tone that is personal and non-prescriptive, the text encourages students to develop proficiency through each step of the writing process, offering an abundance of exercises designed to spur writing and creativity. The text also integrates diverse, contemporary short stories in every chapter in the belief that the reading of inspiring fiction goes hand-in-hand with the writing of fresh and exciting stories.