Book picks similar to
Cascading Style Sheets: The Designers Edge by Molly E. Holzschlag
css
going-digital
technical
web-design
Riluo City (Blue Phoenix Book 1)
Tinalynge - 2016
Hui Yue soon found that within this world, strength was what determined your future accomplishments and there was no space for the weak. Embarking upon this new life, Hui Yue meets friends, experience betrayal, and starts his own journey of cultivation to overcome his limits and become strong.
Html5: Up and Running: Dive Into the Future of Web Development
Mark Pilgrim - 2010
This book provides practical information about how and why the latest version of this markup language will significantly change the way you develop for the Web.HTML5 is still evolving, yet browsers such as Safari, Mozilla, Opera, and Chrome already support many of its features -- and mobile browsers are even farther ahead. HTML5: Up & Running carefully guides you though the important changes in this version with lots of hands-on examples, including markup, graphics, and screenshots. You'll learn how to use HTML5 markup to add video, offline capabilities, and more -- and you'll be able to put that functionality to work right away.Learn new semantic elements, such as,, andMeet Canvas, a 2D drawing surface you can program with JavaScriptEmbed video in your web pages without third-party pluginsUse Geolocation to let web application visitors share their physical locationTake advantage of local storage capacity that goes way beyond cookiesBuild offline web applications that work after network access is disconnectedLearn about several new input types for web formsCreate your own custom vocabularies in HTML5 with microdata
Responsive Web Design with HTML5 and CSS3
Ben Frain - 2012
Learn responsive design using HTML5 and CSS3 to adapt websites to any browser or screen size.
MySQL Cookbook
Paul DuBois - 2002
Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch.The new edition covers MySQL 5.0 and its powerful new features, as well as the older but still widespread MySQL 4.1. One major emphasis of this book is how to use SQL to formulate queries for particular kinds of questions, using the mysql client program included in MySQL distributions. The other major emphasis is how to write programs that interact with the MySQL server through an API. You'll find plenty of examples using several language APIs in multiple scenarios and situations, including the use of Ruby to retrieve and format data. There are also many new examples for using Perl, PHP, Python, and Java as well.Other recipes in the book teach you to:Access data from multiple tables at the same time Use SQL to select, sort, and summarize rows Find matches or mismatches between rows in two tables Determine intervals between dates or times, including age calculations Store images into MySQL and retrieve them for display in web pages Get LOAD DATA to read your data files properly or find which values in the file are invalid Use strict mode to prevent entry of bad data into your database Copy a table or a database to another server Generate sequence numbers to use as unique row identifiers Create database events that execute according to a schedule And a lot moreMySQL Cookbook doesn't attempt to develop full-fledged, complex applications. Instead, it's intended to assist you in developing applications yourself by helping you get past problems that have you stumped.
Web Database Applications with PHP and MySQL
Hugh E. Williams - 2002
Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look.But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools.Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking.Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems Introductions to PHP, SQL, and MySQL administration Session management, including the use of a custom database for improved efficiency User input validation, security, and authentication The PEAR repository, plus details on the use of PEAR DB and Template classes Production of PDF reports
Interactive Data Visualization for the Web
Scott Murray - 2013
It’s easy and fun with this practical, hands-on introduction. Author Scott Murray teaches you the fundamental concepts and methods of D3, a JavaScript library that lets you express data visually in a web browser. Along the way, you’ll expand your web programming skills, using tools such as HTML and JavaScript.This step-by-step guide is ideal whether you’re a designer or visual artist with no programming experience, a reporter exploring the new frontier of data journalism, or anyone who wants to visualize and share data.Learn HTML, CSS, JavaScript, and SVG basicsDynamically generate web page elements from your data—and choose visual encoding rules to style themCreate bar charts, scatter plots, pie charts, stacked bar charts, and force-directed layoutsUse smooth, animated transitions to show changes in your dataIntroduce interactivity to help users explore data through different viewsCreate customized geographic maps with dataExplore hands-on with downloadable code and over 100 examples
Interaction Design: Beyond Human-Computer Interaction
Yvonne Rogers - 2001
It should be labelled 'start here'." --Pieter Jan Stappers, ID-StudioLab, Delft University of Technology
The Stronger Half
Jeff Coleman - 2018
It was after his identical twin Bill suffered the traumatic brain injury that left him crippled and unable to speak. George would see the man sitting on a bench at the mall, or at the store standing by the magazines. But he never seemed to notice George, not even when he tried to communicate. Twenty years later, after dropping out of college to care for Bill, George has become a junior high school janitor. Between his struggling with debt, working a physically demanding job, and taking care of Bill’s needs, life has not been easy. But George doesn’t know the meaning of difficult until the man finally acknowledges him, triggering a terrifying series of supernatural events that leaves George and Bill running for their lives. And as George struggles to protect his twin from an otherworldly evil, he discovers a startling secret about Bill—one that leaves him questioning decades-old assumptions and wondering which of them truly is the stronger half.
Layout Workbook: A Real-World Guide to Building Pages in Graphic Design
Kristen Cullen - 2007
In this edition, author Kristin Cullen tackles the often perplexing job of nailing down a layout that works.More than a collection of great examples of layout, this book is an invaluable resource for students, designers, and creative professionals who seek design understanding and inspiration. The book illuminates the broad category of layout, communicating specifically what it takes to design with excellence. It also addresses the heart of design-the how and why of the creative process.Cullen approaches layout with a series of step-by-step fundamental chapters (a "how-to" of layout) addressing topics such as The Function of Design, Inspiration, The Design Process, Intuition, Structure and Organization, The Interaction of Visual Elements, Typography, and Design Analysis. The book offers inspirational quotations and a unique, progressive design that truly reflects its content.
Getting Started with Processing
Casey Reas - 2010
Programming courses usually start with theory, but this book lets you jump right into creative and fun projects. It's ideal for anyone who wants to learn basic programming, and serves as a simple introduction to graphics for people with some programming skills.Written by the founders of Processing, this book takes you through the learning process one step at a time to help you grasp core programming concepts. You'll learn how to sketch with code -- creating a program with one a line of code, observing the result, and then adding to it. Join the thousands of hobbyists, students, and professionals who have discovered this free and educational community platform.Quickly learn programming basics, from variables to objectsUnderstand the fundamentals of computer graphicsGet acquainted with the Processing software development environmentCreate interactive graphics with easy-to-follow projectsUse the Arduino open source prototyping platform to control your Processing graphics
The Beekman 1802 Heirloom Vegetable Cookbook: 100 Delicious Heritage Recipes from the Farm and Garden
Josh Kilmer-Purcell - 2014
World-renowned for its handcrafted goat’s milk soaps and artisanal Blaak cheese, the organic lifestyle brand now has taken over the Beekman gardens as well. The Beekman 1802 Heirloom Vegetable Cookbook is a delectable yearlong trip through the Beekman vegetable bounty and is packed with simple, delicious, and seasonal vegetable-forward recipes that will have readers counting down the months to green shoots every year.Readers will find a stunning package featuring tomato jam and refrigerator dilly beans; salt-roasted new potatoes and corn cake stacks with arugula and Cheddar; marinated hangar steak and lima bean salad and grilled beets with ricotta, watercress, and almonds; and much more. With more than 90,000 Facebook fans and almost 20,000 Twitter followers who follow their every move, the Beekmans are fast becoming a household name that immediately conjures up on-trend images of vintage country, upscale Americana. The Beekman 1802 Heirloom Vegetable Cookbook is fresh, informal, and vegetable-forward rather than vegetarian: omnivores welcome, and suitable for everyone.
Making and Breaking the Grid: A Graphic Design Layout Workshop
Timothy Samara - 2003
Effective layout is essential to communication and enables the end user not only to be drawn in with an innovative design but to digest information easily. Making and Breaking the Grid is a comprehensive layout design workshop that assumes that in order to effectively break the rules of grid-based design, one must first understand those rules and see them applied in real-world projects.Text reveals top designers' work in process and rationale. Projects with similar characteristics are linked through a simple notational system that encourages exploration and comparison of structure ideas. Also included are historical overviews that summarize the development of layout concepts, both grid-based and non-grid based, in modern design practice.
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.
Pro C# 3.0 and the .NET 3.5 Framework (Pro)
Andrew Troelsen - 2007
Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5)..NET 3.0 was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text.Unlike .NET 3.0, .NET 3.5 provides dozens of C# language features and .NET APIs. This edition of the book will walk you through all of this material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008. What you'll learn Everything you need to knowget up to speed with C# 2008 quickly and efficiently. Discover all the new .NET 3.5 featuresLanguage Integrated Query, anonymous types, extension methods, automatic properties, and more. Get a professional footholdtargeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them. A rock-solid foundationfocuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more. Who this book is forIf you're checking out this book for the first time, understand that it targets experienced software professionals and/or students of computer science (so please don't expect three chapters devoted to "for" loops). The mission of this text is to provide you with a rock-solid foundation to the C# 2008 programming language and the core aspects of the .NET platform (object-oriented programming, assemblies, file IO, Windows Forms/WPF, ASP.NET, ADO.NET, WCF, WF, etc.). Once you digest the information presented in these 33 chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms. "
Monster Girl Defense Force
Simon Archer - 2020
They've carved out a small niche in an otherwise desolate and harsh world, and for the moment, all seems well. But trouble is on the horizon, and to stop it, they'll need something they haven't had in a long time.A man.