Basics of Web Design: HTML5 & CSS3


Terry Felke-Morris - 2011
    "Basics of Web Design: HTML5 and CSS3, 2e "covers the basic concepts that web designers need to develop their skills: Introductory Internet and Web concepts Creating web pages with HTML5 Configuring text, color, and page layout with Cascading Style Sheets Configuring images and multimedia on web pages Web design best practices Accessibility, usability, and search engine optimization considerations Obtaining a domain name and web host Publishing to the Web

Essential PHP Security


Chris Shiflett - 2005
    It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.

Adobe Photoshop Cs3 for Photographers: A Professional Image Editor's Guide to the Creative Use of Photoshop for the Macintosh and PC


Martin Evening - 2000
    But it can be overwhelming to learn, even for professional photographers, graphic designers, keen amateurs, and others who already have an initial grasp of Photoshop. Acclaimed photographer Martin Evening, who wrote the best-selling previous books, 'Adobe Photoshop for Photographers', makes it easy with this new, thoroughly updated edition. * Illustrated throughout with before-and-after pictures - more than 750 professional, color illustrations!* Practical techniques and real-life assignments* Step-by-step tutorials* Keyboard shortcut reference guideIncludes FREE DVD with: * QuickTime movie tutorials for MAC and PC * Searchable tips on tools, palettes layer styles, and shortcuts * Includes images selected for you to experiment with to get you up to speed with everything in the book, including the new Photoshop CS3 features, fast! * Updated Camera Guide to help you decide which will best suit your needs, plus bonus Digital Capture chapter in printable PDF formatUncover quickly exactly what Adobe's CS3 now offers photographers. New tutorials focus on the key features introduced in CS3. You lose no time in finding out how to put your ideas to work with: * Adobe's Camera Raw 4 plug-in that can now also process TIFFs and JPEGs* New Align controls for combining HDR images; Photomerge; new Clone Stamp; Curves dialog that now incorporates Levels functionality; and improved controls for Brightness/Contrast to match raw image processing controls* The latest on Black and White adjustment, which provides all the black and white conversion tools you need for optimum monochrome conversions* A pro's scoop on choosing from among dozens of Photoshop's image adjustment methods to get the results you want* Tips on Bridge 2.0 and Lightroom - when you should use each* Top tactics for successful composite images, insider guidance on editing shadows and highlight adjustments, and lessons on how to preview and re-edit filter effects as many times as you want - without complex workaroundsGet the preeminent advice from one photographer to another as Martin completely updates you on the core aspects of working with Photoshop, digital workflow, and improving accessibility. Real-life examples, diagrams, illustrations, and step-by-step explanations ensure that you're up to speed with the next generation of digital photography in no time!Foreword by Adobe Systems' key Director of Engineering, Digital Imaging, Marc Pawliger

Frontend Architecture for Design Systems: A Modern Blueprint for Scalable and Sustainable Websites


Micah Godbolt - 2015
    This practical book takes experienced web developers through the new discipline of frontend architecture, including the latest tools, standards, and best practices that have elevated frontend web development to an entirely new level.Using real-world examples, case studies, and practical tips and tricks throughout, author Micah Godbolt introduces you to the four pillars of frontend architecture. He also provides compelling arguments for developers who want to embrace the mantle of frontend architect and fight to make it a first-class citizen in their next project.The four pillars include:Code: how to approach the HTML, CSS, and JavaScript of a design systemProcess: tools and processes for creating an efficient and error-proof workflowTesting: creating a stable foundation on which to build your siteDocumentation: tools for writing documentation while the work is in progress

Street Logos


Tristan Manco - 2004
    Fresh coats of paint and newly pasted posters appear overnight in cities across the world. New artists, new ideas, and new tactics displace faded images in a perpetual process of renewal and metamorphosis. From Los Angeles to Barcelona, Stockholm to Tokyo, Melbourne to Milan, wall spaces are a breeding ground for graphic and typographic forms as artists unleash their daily creations.Current graffiti art is reflective of the world around it. Using new materials and techniques, its innovators are creating a language of forms and images infused with contemporary graphic design and illustration. Fluent in branding and graphic imagery, they have been replacing tags with more personal logos and shifting from typographic to iconographic forms of communication.Street Logos is a worldwide celebration of these new developments in twenty-first-century graffiti, an essential sourcebook for all art and design professionals, and a delight to everyone excited by the vitality of the street.

Learning SPARQL


Bob DuCharme - 2011
    With this concise book, you will learn how to use the latest version of this W3C standard to retrieve and manipulate the increasing amount of public and private data available via SPARQL endpoints. Several open source and commercial tools already support SPARQL, and this introduction gets you started right away.Begin with how to write and run simple SPARQL 1.1 queries, then dive into the language's powerful features and capabilities for manipulating the data you retrieve. Learn what you need to know to add to, update, and delete data in RDF datasets, and give web applications access to this data.Understand SPARQL’s connection with RDF, the semantic web, and related specificationsQuery and combine data from local and remote sourcesCopy, convert, and create new RDF dataLearn how datatype metadata, standardized functions, and extension functions contribute to your queriesIncorporate SPARQL queries into web-based applications

Windows 10: The Missing Manual


David Pogue - 2015
    Windows 10 (a free update to users of Windows 8 or Windows 7) fixes a number of the problems introduced by the revolution in Windows 8 and offers plenty of new features, such as the new Spartan web browser, Cortana voice-activated "personal assistant," new universal apps (that run on tablet, phone, and computer), and more. But to really get the most out of the new operating system, you're going to need a guide.Thankfully, Windows 10: The Missing Manual will be there to help. Like its predecessors, this book from the founder of Yahoo Tech, previous New York Times columnist, bestselling author, and Missing Manuals creator David Pogue illuminates its subject with technical insight, plenty of wit, and hardnosed objectivity for beginners, veteran standalone PC users, new tablet owners, and those who know their way around a network.

Node: Up and Running: Scalable Server-Side Code with JavaScript


Tom Hughes-Croucher - 2011
    You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.Understand Node's event-loop architecture, non-blocking I/O, and event-driven programmingDiscover how Node supports a variety of database and data storage toolsLearn best practices for writing easy-to-maintain code for NodeGet concrete examples of how to use the various Node APIs in practiceTake advantage of the book’s complete API reference

Photographer's Guide to the Sony DSC-RX100


Alexander S. White - 2012
    With its larger-than-normal image sensor, superior image quality, and impressive array of features for creative photography, this camera has attracted a large and dedicated following in the photography community. However, the camera does not come with a printed manual, or even a PDF manual that can readily be printed for reference. So, until now, it has been difficult for users of the camera to find answers to their questions about the use of the camera’s many controls, menus, and features.With the release of this new book, White Knight Press has provided users of the RX100 with a comprehensive guide to all operations, features, menus, and controls of this amazing camera. Using a patient, tutorial-like approach, the book provides guidance to beginning and intermediate photographers not only about how to accomplish things with the RX100, but when and why to use the camera’s many features. The book does not assume any specialized knowledge by the reader as it explains topics such as autofocus, manual focus, depth of field, aperture priority, shutter priority, exposure compensation, white balance, and ISO sensitivity. The book also provides full details of the camera’s numerous menu options for playback, setup, and customizing the operation of the various buttons and other controls.The book’s more than 300 photographs, most of them in full color when viewed on a color device, illustrate the RX100’s controls, shooting screens, and menus. The photographs also provide examples of the various types of photographs that can be taken using the many creative settings of the camera, including the Photo Creativity settings, which let the photographer alter the color processing of images; the Scene shooting mode, with settings that are optimized for various subjects, including landscapes, portraits, and action shots; the Creative Style and Picture Effect menu options, which offer dramatic options for altering the appearance of images; and the camera’s strong array of features for continuous shooting and shooting in dim lighting.In addition, the book goes beyond the bounds of everyday photography, and provides introductions to more advanced topics such as infrared photography, street photography, astrophotography, and macro photography.The book also includes a full discussion of the video recording abilities of the RX100, which can shoot high-definition (HD) video with stereo sound, and which offers manual control of exposure and focus during movie recording.In three appendices, the book provides information about accessories available for the RX100, including cases, external flash units, and filter adapters, and includes a list of web sites and other resources for further information. Also, the book includes a detailed appendix with helpful “quick tips” that give particular insights into how to take advantage of the camera’s features in the most efficient ways possible.

Los Logos: A Selected LOGO Collection


Nicholas Bourquin - 2002
    Often deceptively simple, the task of a logo is hardly ever an easy one--via extreme reduction it needs to radically and perfectly distill an image or message into a simple, easily recognizable icon.Assembling the works of designers from around the globe this substantial volume contains an incredible wealth of pictorial representations, providing a broad overview of contemporary logo design of cutting edge designers.

Stylin' with CSS: A Designer's Guide


Charles Wyke-Smith - 2005
    Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multi-column page layouts without the use of tables. Learn how to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS no JavaScript required. Discover how to design code that will work on the latest standard-compliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. You ll be stylin in no time!"

The Complete Guide to Digital Photography


Michael Freeman - 2001
    A useful resource while taking the leap to digital."--Photo Industry ReviewIt's the bestselling, most complete digital guide available--and now it's thoroughly updated to reflect the state of the art. Featuring the latest operating systems and software versions, plus a new section on traveling with your gear, this fully illustrated, total approach to digital will lead you into an exciting new world of image making. An essential round-up of available cameras, computers, scanners, software, and printers--including current online printing services such as photobox and fotango, and the Epson 2000 series of archive printers--offers a plethora of technical possibilities. Detailed text and more than 300 color photographs show exactly how to take and make great portraits, landscapes, action shots, and more. Take advantage of the heightened ability to enhance images; change backgrounds or colors; add reflections; and create artistic effects with collaging, filters, and lighting techniques. Includes easy-to-follow projects for making calendars, business cards, websites, and more.

The Past Present and Future of JavaScript


Axel Rauschmayer - 2012
    Now, hopes and expectations for JavaScript’s future are considerable.In this insightful report, Dr. Axel Rauschmayer explains how the combination of several technologies and opportunities in the past 15 years turned JavaScript’s fortunes. With that as a backdrop, he provides a detailed look at proposed new features and fixes in the next version, ECMAScript.next, and then presents his own JavaScript wish list—such as an integrated IDE.

True Crime Case Histories, Vol. 5: 12 Disturbing True Crime Stories


Jason Neal - 2020
    Television shows and newspaper articles often gloss over the shocking details because it may be too grisly for the average viewer or reader.When researching these stories, I commonly use actual police reports, court documents, and first-hand descriptions. Some of the details can be disconcerting. I do my best to not leave out any of the details in my books, no matter how depraved they may be. My intent is not to shock, but to show precisely how twisted the mind of a killer can be.That being said, if you are overly squeamish, this may not be the book for you. If you’re okay with it, then let’s proceed.Volume 5 features: longer stories, more photos, a bonus chapter, and an online appendix with additional photos, videos, and documents. Volume Five features twelve of the most incomprehensible stories of the last fifty years.

MCSE Self-Paced Training Kit (Exams 70-290, 70-291, 70-293, 70-294): Microsoft Windows Server 2003 Core Requirements


Dan HolmeMelissa Craft - 2003
    Maybe you re going for MCSA first, then MCSE. Maybe you need to upgrade your current credentials. Now, direct from Microsoft, this set brings together all the study resources you ll need. You get the brand-new Second Edition of all four books: for Exam 70-290 (Managing and Maintaining a Windows Server Environment), 70-291 and 70-293 (Network Infrastructure), and 70-294 (Active Directory). What s new here? Deeper coverage, more case studies, more troubleshooting, plus significant new coverage: Emergency Management Services, DNS, WSUS, Post-Setup Security Updates, traffic monitoring, Network Access Quarantine Control, and much more. There are more than 1,200 highly customizable CD-based practice questions. And, for those who don t have easy acess to Windows Server 2003, there s a 180-day eval version. This package isn t cheap, but there s help there, too: 15% discount coupons good toward all four exams. Bill Camarda, from the August 2006 href="http://www.barnesandnoble.com/newslet... Only