Book picks similar to
Buddypress Theme Development by Lister Tammie
library-web
tech-web-design
web-design
wordpress
Head First PHP & MySQL
Lynn Beighley - 2008
Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more.Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.Use PHP to transform static HTML pages into dynamic web sites Create and populate your own MySQL database tables, and work with data stored in files Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY Use cookies and sessions to track visitors' login information and personalize the site for users Protect your data from SQL injection attacks Use regular expressions to validate information on forms Dynamically display text based on session info and create images on the fly Pull syndicated data from other sites using PHP and XML Throughout the book, you'll build sophisticated examples -- including a mailing list, a job board, and an online dating site -- to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going.
The Art of Game Design: A Book of Lenses
Jesse Schell - 2008
The Art of Game Design: A Book of Lenses shows that the same basic principles of psychology that work for board games, card games and athletic games also are the keys to making top-quality video games. Good game design happens when you view your game from many different perspectives, or lenses. While touring through the unusual territory that is game design, this book gives the reader one hundred of these lenses—one hundred sets of insightful questions to ask yourself that will help make your game better. These lenses are gathered from fields as diverse as psychology, architecture, music, visual design, film, software engineering, theme park design, mathematics, writing, puzzle design, and anthropology. Anyone who reads this book will be inspired to become a better game designer—and will understand how to do it.
Tragic Design: The True Impact of Bad Design and How to Fix It
Jonathan Shariat - 2016
In this thought-provoking book, authors Jonathan Shariat and Cynthia Savard Saucier explain how poorly designed products can anger, sadden, exclude, and even kill people who use them. The designers responsible certainly didn't intend harm, so what can you do to avoid making similar mistakes?Tragic Design examines real case studies that show how certain design choices adversely affected users, and includes in-depth interviews with authorities in the design industry. Pick up this book and learn how you can be an agent of change in the design community and at your company.You'll explore:Designs that can kill, including the bad interface that doomed a young cancer patientDesigns that anger, through impolite technology and dark patternsHow design can inadvertently cause emotional painDesigns that exclude people through lack of accessibility, diversity, and justiceHow to advocate for ethical design when it isn't easy to do soTools and techniques that can help you avoid harmful design decisionsInspiring professionals who use design to improve our world
Design for Hackers
David Kadavy - 2011
The term 'hacker' has been redefined to consist of anyone who has an insatiable curiosity as to how things work--and how they can try to make them better. This book is aimed at hackers of all skill levels and explains the classical principles and techniques behind beautiful designs by deconstructing those designs in order to understand what makes them so remarkable. Author and designer David Kadavy provides you with the framework for understanding good design and places a special emphasis on interactive mediums. You'll explore color theory, the role of proportion and geometry in design, and the relationship between medium and form. Packed with unique reverse engineering design examples, this book inspires and encourages you to discover and create new beauty in a variety of formats. Breaks down and studies the classical principles and techniques behind the creation of beautiful design. Illustrates cultural and contextual considerations in communicating to a specific audience. Discusses why design is important, the purpose of design, the various constraints of design, and how today's fonts are designed with the screen in mind. Dissects the elements of color, size, scale, proportion, medium, and form. Features a unique range of examples, including the graffiti in the ancient city of Pompeii, the lack of the color black in Monet's art, the style and sleekness of the iPhone, and more.By the end of this book, you'll be able to apply the featured design principles to your own web designs, mobile apps, or other digital work.
Content Strategy for the Web
Kristina Halvorson - 2009
Redesigning your home page won't help. Investing in a new content management system won't fix it, either. So, where do you start? Without meaningful content, your website isn't worth much to your key audiences. But creating (and caring for) "meaningful" content is far more complicated than we're often willing to acknowledge. Content Strategy for the Web explains how to create and deliver useful, usable content for your online audiences, when and where they need it most. It also shares content best practices so you can get your next website redesign right, on time and on budget. For the first time, you'll: See content strategy (and its business value) explained in plain languageFind out why so many web projects implode in the content development phase ... and how to avoid the associated, unnecessary costs and delaysLearn how to audit and analyze your contentMake smarter, achievable decisions about which content to create and howFind out how to maintain consistent, accurate, compelling content over timeGet solid, practical advice on staffing for content-related roles and responsibilities "
Hegarty on Advertising
John Hegarty - 2011
The first part offers John Hegarty’s personal insights and advice on the advertising business: Ideas, Brands, The Agency, Briefs, Pitching, Storytelling, and Technology. In the second part, Hegarty talks about his own career and experiences, from his early days working with Charles Saatchi to the founding of Bartle Bogle Hegarty (BBH) in 1982 and its rise to global renown with offices in London, New York, Singapore, Shanghai, Mumbai, and Sao Paulo.
White Space Is Not Your Enemy: A Beginner's Guide to Communicating Visually Through Graphic, Web and Multimedia Design
Kim Golombisky - 2010
Written for non-designers, White Space is Not Your Enemy is a practical graphic design and layout text introducing the concepts and practices necessary for producing effective visual communications across a variety of formats, from print to Web.This beautifully illustrated, full-color book covers the basics to help you develop your eye and produce attractive work. Topics include: * The basics of effective design that communicates its intended message* Pre-design planning* 13 Layout Sins to avoid* Basic typography* Working with color* Storyboarding for video, Web, and presentions* Information graphics* Mini Art School--all the basics in one chapter* Outputting your work
After Our Likeness: The Church as the Image of the Trinity
Miroslav Volf - 1997
The focus is the community of grace, the Christian church. The point of departure is the thought of the first Baptist, John Smyth, and the notion of church as "gathered community" that he shared with Radical Reformers.Volf seeks to counter the tendencies toward individualism in Protestant ecclesiology and to suggest a viable understanding of the church in which both person and community are given their proper due. In the process he engages in a sustained and critical ecumenical dialogue with the Catholic and Orthodox ecclesiologies of Joseph Cardinal Ratzinger and the metropolitan John Zizioulas. The result is a brilliant ecumenical study that spells out a vision of the church as an image of the triune God.
JavaScript: The Good Parts
Douglas Crockford - 2008
This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
Draplin Design Co.: Pretty Much Everything
Aaron James Draplin - 2016
Ford Motors. Burton Snowboards. The Obama Administration. While all of these brands are vastly different, they share at least one thing in common: a teeny, little bit of Aaron James Draplin. Draplin is one of the new school of influential graphic designers who combine the power of design, social media, entrepreneurship, and DIY aesthetic to create a successful business and way of life. Pretty Much Everything is a mid-career survey of work, case studies, inspiration, road stories, lists, maps, how-tos, and advice. It includes examples of his work—posters, record covers, logos—and presents the process behind his design with projects like Field Notes and the “Things We Love” State Posters. Draplin also offers valuable advice and hilarious commentary that illustrates how much more goes into design than just what appears on the page. With Draplin’s humor and pointed observations on the contemporary design scene, Draplin Design Co. is the complete package for the new generation of designers.
Pro JavaScript Techniques
John Resig - 2006
It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.Expert web developer and author John Resig concentrates on fundamental, vital topics--what modern JavaScripting is (and isnt), the current state of browser support, and pitfalls to be wary of. The book is organized into four sections:Modern JavaScript development using JavaScript the object-oriented way, creating reusable code, plus testing and debugging DOM scripting updating content and styles, plus events, and effect and event libraries How Ajax works, overcoming problems, and using libraries to speed up development of Ajax applications The future of JavaScript looking at cutting edge topics like JSON, HTML5, and moreAll concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworks, so you can look up specific details quickly and easily.
Blogging for Creatives: How designers, artists, crafters and writers can blog to make contacts, win business and build success
Robin Houghton - 2012
The blogosphere has become a huge platform for individuals and businesses alike. As well as being essential for creative trades of all kinds--carpenters, photographers, caterers, gardeners and graphic designers to name but a few--blogs can be inspirational and beautiful; becoming hubs for people with similar tastes and interests. Blogging for Creatives is the first approachable, non-techie guide to the blogosphere, complete with hundreds of tips, tricks and motivational stories from artistic bloggers who have started from scratch. It covers everything creatives need to know about how to design a beautiful, interesting blog that people will want to return to again and again--such as how to design, publish and host a blog, as well as keeping it fresh, staying motivated and forging connections with others in the field. Professional advice is highly illustrated with examples of successful blogs, broken down into succinct types that work, helping the reader to identify and develop the style of blog they want.Includes box-out tips, tricks and anecdotes from successful bloggersNon-techie approach that reflects the creative scope of the modern blogHighly illustrated with examples of blog types that work, with proven advice from the creators
To Touch a Wild Dolphin: A Journey of Discovery with the Sea's Most Intelligent Creatures
Rachel Smolker - 2001
She had no intention of staying long; she simply wanted to see if the rumors were true. That initial trip changed Smolker’s life; it commenced a fifteen-year scientific obsession that has culminated in this fascinating scientific adventure story–the first-ever intimate account of dolphin life in the wild.To Touch A Wild Dolphin is a seminal work that radically alters our fundamental understanding of these enigmatic creatures. Learning to identify scores of dolphins by their dorsal fin, Smolker and her team of scientists were able to conduct close and consistent studies that revealed the dolphin to be even more intelligent than we’d previously suspected. And while they were every bit as playful as we’ve known them to be, they also proved to have a dark and alarmingly violent side. But more than just a document on dolphins, this book is a touchingly personal look at the life of a scientist, at the rigors and sacrifices but also the wonders and joys of unending days in the field. Written with prose poetic and pristine, this book is nothing short of a landmark.
The Elements of User Experience: User-Centered Design for the Web
Jesse James Garrett - 2002
This book aims to minimize the complexity of user-centered design for the Web with explanations and illustrations that focus on ideas rather than tools or techniques.
Simple and Usable Web, Mobile, and Interaction Design
Giles Colborne - 2010
This is the first book on the topic of simplicity aimed specifically at interaction designers. It shows how to drill down and simplify user experiences when designing digital tools and applications.