Book picks similar to
Distinctive Design: A Practical Guide to a Useful, Beautiful Web by Alexander Dawson
design
best-design-ux
graphic-design
programming
Rethinking the Internet of Things: A Scalable Approach to Connecting Everything
Francis Dacosta - 2013
Billions of interconnected devices will be monitoring the environment, transportation systems, factories, farms, forests, utilities, soil and weather conditions, oceans and resources Many of these sensors and actuators will be networked into autonomous sets, with much of the information being exchanged machine-to-machine directly and without human involvement. Machine-to-machine communications are typically terse. Most sensors and actuators will report or act upon small pieces of information - chirps. Burdening these devices with current network protocol stacks is inefficient, unnecessary and unduly increases their cost of ownership. This must change. The architecture of the Internet of Things will entail a widely distributed topology incorporating simpler chirp protocols towards at the edges of the network. Rethinking the Internet of Things describes reasons why we must rethink current approaches to the Internet of Things. Appropriate architectures that will coexist with existing networking protocols are described in detail. An architecture comprised of integrator functions, propagator nodes, and end devices, along with their interactions, is explored. What you'll learn Teaches the difference between the "normal" Internet and the Internet of Things, Describes a new architecture and its components in the "chirp" context. Explains the shortcomings of IP for IoT. Describes the anatomy of the IoT. Re-frames key ideas such as reliability. Describes how to build the IoT Who this book is forThought leaders, executives, architectural, standards and development leaders in the evolving IoT industry
Designing Web Interfaces: Principles and Patterns for Rich Interactions
Bill Scott - 2008
Distilled from the authors' years of experience at Sabre, Yahoo!, and Netflix, these best practices are grouped into six key principles to help you take advantage of the web technologies available today. With an entire section devoted to each design principle, Designing Web Interfaces helps you:Make It Direct-Edit content in context with design patterns for In Page Editing, Drag & Drop, and Direct SelectionKeep It Lightweight-Reduce the effort required to interact with a site by using In Context Tools to leave a "light footprint"Stay on the Page-Keep visitors on a page with overlays, inlays, dynamic content, and in-page flow patternsProvide an Invitation-Help visitors discover site features with invitations that cue them to the next level of interactionUse Transitions-Learn when, why, and how to use animations, cinematic effects, and other transitionsReact Immediately-Provide a rich experience by using lively responses such as Live Search, Live Suggest, Live Previews, and more Designing Web Interfaces illustrates many patterns with examples from working websites. If you need to build or renovate a website to be truly interactive, this book gives you the principles for success.
Healer's Ruin
Chris O'Mara - 2015
As the Ten Plains King lays siege to the mysterious kingdom of the Riln, the Healer realises that if he is to survive, he has to think and fight like a soldier. But Chalos isn't a soldier. He doesn't even own a sword. To make matters worse, the famed Wielder of Aphazail, a mage of extraordinary power, has come to the aid of the Riln... and is slaughtering the invaders in droves. Empires clash, gods walk, kingdoms tremble and sorcery carves a bright and blazing path across an ancient and mysterious land... a path that leads to HEALER'S RUIN.
You Don't Know JS Yet: Get Started
Kyle Simpson - 2020
But with a million blogs, books, and videos out there, just where do you start? The worldwide best selling "You Don't Know JS" book series is back for a 2nd edition: "You Don't Know JS Yet". All 6 books are brand new, rewritten to cover all sides of JS for 2020 and beyond. "Get Started" prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.
Learning Web Design: A Beginner's Guide to Html, Css, Javascript, and Web Graphics
Jennifer Niederst Robbins - 2001
You’ll begin at square one, learning how the Web and web pages work, and then steadily build from there. By the end of the book, you’ll have the skills to create a simple site with multi-column pages that adapt for mobile devices.Learn how to use the latest techniques, best practices, and current web standards—including HTML5 and CSS3. Each chapter provides exercises to help you to learn various techniques, and short quizzes to make sure you understand key concepts.This thoroughly revised edition is ideal for students and professionals of all backgrounds and skill levels, whether you’re a beginner or brushing up on existing skills.Build HTML pages with text, links, images, tables, and formsUse style sheets (CSS) for colors, backgrounds, formatting text, page layout, and even simple animation effectsLearn about the new HTML5 elements, APIs, and CSS3 properties that are changing what you can do with web pagesMake your pages display well on mobile devices by creating a responsive web designLearn how JavaScript works—and why the language is so important in web designCreate and optimize web graphics so they’ll download as quickly as possible
JavaScript: The Definitive Guide
David Flanagan - 1996
This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including:Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applicationsPart I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to:Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much morePart III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag.More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications."A must-have reference for expert JavaScript programmers...well-organized and detailed."-- Brendan Eich, creator of JavaScript
Dynamic HTML: The Definitive Reference: The Definitive Reference
Danny Goodman - 1998
You need to stay current on the relevant Web specifications, like HTML, CSS, DOM, and ECMAScript. You also need to know how the latest Web browsers from Netscape and Microsoft actually implement these standards, since browser implementations of the standards are less than perfect. Right now, you're forced to keep multiple reference books open on your desk (or multiple browser windows open on your screen), just to develop a simple dynamic Web page that works properly under both Navigator and Internet Explorer.Dynamic HTML: The Definitive Reference changes all that. This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including:A complete reference for all of the HTML tags, CSS style attributes, browser document objects, and JavaScript objects supported by the various standards and the latest versions of Navigator and Internet Explorer. Browser compatibility is emphasized throughout; the reference pages clearly indicate browser support for every entity. Handy cross-reference indexes that make it easy to find interrelated HTML tags, style attributes, and document objects. An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today. If you have some experience with basic Web page creation, but are new to the world of dynamic content, Dynamic HTML: The Definitive Reference will jump-start your development efforts. If you are an experienced Web programmer, you'll find the browser-compatibility information invaluable. This book is the only DHTML reference that a Web developer needs.Dynamic HTML: The Definitive Reference is designed to work in conjunction with HTML: The Definitive Guide and JavaScript: The Definitive Guide. HTML: The Definitive Guide teaches you about every element of HTML in detail, with explanations of how each element works and how it interacts with other elements, as well as numerous examples. JavaScript: The Definitive Guide provides a thorough description of the JavaScript language, complete with sophisticated examples that show you how to handle common Web application tasks. Together, these three books provide a complete library for Web content developers.
Taken by You: The Complete Series
M.L. Young - 2015
I never thought I’d end up dating a billionaire. Penelope Wells is about to start her last semester in college and dreams of working at a large tech company in San Francisco. When her best friend and roommate, Nicolette, scores her an internship interview at RandomMeetX, a multibillion-dollar singles app, she couldn’t be more thrilled. But when she goes in for her interview, her life changes forever. Blake Hunter is the CEO of RandomMeetX and a misogynistic billionaire who craves control and power. When he sees Penelope in his building, he’s strangely mystified, even though she isn’t the plastic type he usually goes for. After all, she’s a plain Jane and his usual type is pumped full of silicone. He proposes something to Penelope that she knows will change the course of her future. All her needs will be taken care of—if she takes care of all of his. With her bank account running low, she agrees, but quickly finds out Blake’s needs involve handcuffs, blindfolds, and lots of handprints on her ass. Seduced by You: Blake Hunter has never been able to take no for an answer. When Penny doesn’t return his text messages or calls, he can’t help but feel an undying, nagging urge inside of him to talk to Penny, who at this point doesn’t feel ready to say a word to him. When she goes out on a date with a new man, though, and runs into Blake on a date of his own, she can’t help but feel backed into a corner—literally. After talking to Blake and thinking it over, she decides to do something to him that she never thought was possible. She’s going to give him a piece of his own medicine and use him just like he used her. It’s only when she starts to redevelop her old feelings for him that she knows she’s in way too deep, and she knows that her lies may hurt things all over again. Loved by You: After confessing her deceit to Blake, Penny has no idea what’s going to happen to their relationship. Will he take her back and understand why she lied to him and used him, as he once used her, or will he say goodbye forever and give up on what they had? As they begin to patch things up, an opportunity to meet Blake’s parents arises, and it’s through that meeting that Penny finds out why Blake is the way he is, and discovers the story of the woman who shaped him into the emotionally distant serial playboy she first met. But can their relationship survive and stay the same after she finds out about his past?
Jump-Start Your Work at Home General Transcription Career: The Fast and Easy Way to Get Started!
Lisa Morgan Mills - 2012
Lisa Mills, an experienced general transcriptionist and publisher of work-at-home site Work at Home Mom Revolution, shares everything you need to know to get started in this exciting career. This ebook also includes links to valuable resources, including a list of 60 general transcription companies that hire home-based transcriptionists (with links).
SEO Fitness Workbook: 2018 Edition: The Seven Steps to Search Engine Optimization Success on Google
Jason McDonald - 2010
Check out the other SEO books, read their reviews, browse their 'inside peeks,' and you'll find that the SEO FITNESS WORKBOOK is the best SEO book of 2016. Updated Edition: September 2016 - up-to-date coverage of Google's Penguin, Panda, Semantic Search, Mobile and even Local algorithm updates FREE SEO Tools - includes access to Jason's SEO Toolbook - a $29.99 value! Worksheets and Videos - more than just a book, the SEO Fitness Workbook includes worksheets and videos to guide you from SEO novice to SEO expert. It's not just about 'learning' SEO; it's about 'doing' SEO and 'succeeding at' SEO! Contents - coverage of 'On Page' and 'Off Page' SEO, the 'new' content marketing, blogging, link-building, social media SEO (including REVIEW MARKETING on GOOGLE and YELP) and every other esoteric technical tactic in PLAIN ENGLISH for MERE MORTALS such as GOOGLE SEARCH CONSOLE and GOOGLE ANALYTICS. SEO in PLAIN ENGLISH: let Jason guide you in SIMPLE language to the top of Google, Bing, and Yahoo More on the SEO FITNESS WORKBOOK, 2016 Edition While many books on SEO sell for $2.99 or are even free, the SEO FITNESS WORKBOOK is priced at $39.99. It's not cheap. It's worth it. Here's why - Please 'Look inside' other books on SEO on Amazon, and PLEASE read the reviews! Compare the reviews of those books with the reviews of the SEO FITNESS WORKBOOK. Many of the books on Amazon, unfortunately, are just junk put up quickly to make a quick buck. The SEO Fitness Workbook, in contrast, is built upon years of real experience, and the teaching methodology of Jason McDonald, used in his classes in the San Francisco Bay Area, including Stanford University's Continuing Studies program. It's in-depth, up-to-date for 2016 as of September, 2016, and supported by facts and real experience. It's PRACTICAL. It doesn't just go on and on in esoteric nerd-speak mumbo jumbo. It explains SEO in PLAIN ENGLISH giving practical TODOs and DELIVERABLES in each chapter. It's a WORKBOOK not a book - it's a DO-IT-NOW and GET-IT-DONE guide to search engine optimization 2016 rather than a speak MUMBO-JUMBO and INTIMIDATE YOU INTO analyis paralysis. Got questions? Google Jason McDonald and send an email. Heck, go crazy and call him on the phone! Simple STEP-BY-STEP instructions PLUS free tools PLUS worksheets PLUS videos makes the SEO FITNESS WORKBOOK worth $50 or even $75 dollars, easily. Getting to the top of GOOGLE and BING will save you tons of money vs. AdWords or advertising on BING or YAHOO. There's nothing better than free is there? Well, YES THERE IS: free SEO tools as part of the companion SEO Toolbook.
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?
Real-Life BPMN: With Introductions to CMMN and DMN
Jakob Freund - 2010
It is about business process management (BPM) and Business Process Model and Notation (BPMN 2.0). Truth be told, there are several BPMN books on the market. Some of them are quite good, so why should you care about this one? This book distills the experience the authors accumulated while running Camunda, a consulting company that specializes in BPM. Camunda helped to define the BPMN specification, and during the past ten years, they have applied BPMN in over 1000 customer engagements. These were big businesses, small companies, and public institutions. Now you can benefit from this practical experience. Topics covered: The basics of modeling processes with Business Process Model and Notation (BPMN 2.0) Methods to apply BPMN successfully to real-world problems A practical approach for automating processes with BPMN 2.0 The alignment of business and IT as an attainable goal Advice on introducing BPMN across your company This book explains the notation, of course, but it also delves into the kinds of challenges that process designers face every day. It talks about pitfalls to avoid. It gives dos and don'ts. There are guidelines and best practices. In the 3rd edition we added introductions to the related BPM standards CMMN 1.1 for case management, handling unstructured processes DMN 1.1 for decision management, you might know as business rules management (BRM) This third edition in English is based on the successful fith German edition, which, according to amazon.de, it is the highest-ranked book on BPMN in German. The number of five-star ratings awarded by readers speaks volumes. Also available in Spanish. Note: The resolution of all images for the 3rd edition of the ebook has been increased to improve the digial reading experience.
Angular 4: From Theory To Practice: Build the web applications of tomorrow using the new Angular web framework from Google.
Asim Hussain - 2017
- Build an Angular 2 application from scratch using TypeScript and the Angular command line interface. - Write code using the paradigm of reactive programming with RxJS and Observables. - Know how to Unit Test Angular 2 using Jasmine, Karma and the Angular Test Bed The first chapter in the course is a quickstart where you dive straight into writing your first Angular 2 application. We use the web editor plunker so you can get stuck in writing code ASAP. In this quickstart you'll get a 50,000 foot view of the major features of Angular 2. Then chapter by chapter we go much deeper into each of these features. I'll cover the theory for that feature, using plunker as much as possible so you can try out the code yourself in a browser. Then you'll practice what you've learnt with either an online quiz or a set of flash cards. You are going to learn all about:- - Typescript & ES6 Javascript. - Components & Binding - Directives - Dependancy Injection & Services - Angular Modules & Bootstrapping your Angular application. - SPAs & Routing - Angular CLI - Forms - Reactive Programming with RXJs - HTTP - Unit Testing The ideal student is an existing web developer, with some JavaScript knowledge that wants to add Angular 2 to their skill set. Or perhaps you are an existing Angular 1 developer who wants to level up to Angular 2. You do need to be comfortable with at least the ES5 version of JavaScript. We'll be using a UI framework called twitter bootstrap throughout the course but you still must know HTML and some CSS.
Digging Into WordPress
Jeff Starr - 2009
From your first steps of learning about WordPress all the way through maintaining a site throughout the years, this book is packed with truly practical information.
User Friendly: How the Hidden Rules of Design Are Changing the Way We Live, Work, and Play
Cliff Kuang - 2019
Spanning over a century of sweeping changes, from women's rights to the Great Depression to World War II to the rise of the digital era, this book unpacks the ways in which the world has been--and continues to be--remade according to the principles of the once-obscure discipline of user-experience design.In this essential text, Kuang and Fabricant map the hidden rules of the designed world and shed light on how those rules have caused our world to change--an underappreciated but essential history that's pieced together for the first time. Combining the expertise and insight of a leading journalist and a pioneering designer, User Friendly provides a definitive, thoughtful, and practical perspective on a topic that has rapidly gone from arcane to urgent to inescapable. In User Friendly, Kuang and Fabricant tell the whole story for the first time--and you'll never interact with technology the same way again.