Top Internet and Web Design Ebook Best Sellers

1

Building Microservices - Sam Newman Cover Art

Building Microservices

Building Microservices by Sam Newman

As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. But developing these new systems brings its own host of problems. This expanded second edition takes a holistic view of topics that you need to consider when building, managing, and scaling microservices architectures. Through clear examples and practical advice, author Sam Newman gives everyone from architects and developers to testers and IT operators a firm grounding in the concepts. You'll dive into the latest solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. Real-world cases reveal how organizations today manage to get the most out of these architectures. Microservices technologies continue to move quickly. This book brings you up to speed. Get new information on user interfaces, container orchestration, and serverlessAlign system design with your organization's goalsExplore options for integrating a service with your systemUnderstand how to independently deploy microservicesExamine the complexities of testing and monitoring distributed servicesManage security with expanded content around user-to-service and service-to-service models

2

Culture - John Brockman Cover Art

Culture

Culture Leading Scientists Explore Civilizations, Art, Networks, Reputation, and the Online Revolution by John Brockman

"Theway Brockman interlaces essays about research on the frontiers of science withones on artistic vision, education, psychology and economics is sure to buzzany brain." —Chicago Sun-Times, on This Will Change Everything Launchinga hard-hitting new series from Edge.org and Harper Perennial, editor JohnBrockman delivers this cutting-edge master class covering everything you needto know about Culture. With original contributions by the world’sleading thinkers and scientists, including Jared Diamond, Daniel C. Dennett,Brian Eno, Jaron Lanier,Nicholas Christakis, and others, Culture offers a mind-expanding primeron a fundamental topic. Unparalleled in scope, depth, insight and quality, Edge.org’s Culture is not to be missed.

3

The Complete Developer - Martin Krause Cover Art

The Complete Developer

The Complete Developer
Master the Full Stack with TypeScript, React, Next.js, MongoDB, and Docker
by Martin Krause

A hands-on, beginner-friendly approach to developing complete web applications from the ground up, using JavaScript and its most popular frameworks, including Node.js and React.js. Whether you’ve been in the developer kitchen for decades or are just taking the plunge to do it yourself, The Complete Developer will show you how to build and implement every component of a modern stack—from scratch. You’ll go from a React-driven frontend to a fully fleshed-out backend with Mongoose, MongoDB, and a complete set of REST and GraphQL APIs, and back again through the whole Next.js stack. The book’s easy-to-follow, step-by-step recipes will teach you how to build a web server with Express.js, create custom API routes, deploy applications via self-contained microservices, and add a reactive, component-based UI. You’ll leverage command line tools and full-stack frameworks to build an application whose no-effort user management rides on GitHub logins. You’ll also learn how to:  Work with modern JavaScript syntax, TypeScript, and the Next.js frameworkSimplify UI development with the React library Extend your application with REST and GraphQL APIsManage your data with the MongoDB NoSQL databaseUse OAuth to simplify user management, authentication, and authorizationAutomate testing with Jest, test-driven development, stubs, mocks, and fakes Whether you’re an experienced software engineer or new to DIY web development, The Complete Developer will teach you to succeed with the modern full stack. After all, control matters.   Covers: Docker, Express.js, JavaScript, Jest, MongoDB, Mongoose, Next.js, Node.js, OAuth, React, REST and GraphQL APIs, and TypeScript

4

Accessibility for Everyone - Laura Kalbag Cover Art

Accessibility for Everyone

Accessibility for Everyone by Laura Kalbag

You make the web more inclusive for everyone, everywhere, when you design with accessibility in mind. Let Laura Kalbag guide you through the accessibility landscape: understand disability and impairment challenges; get a handle on important laws and guidelines; and learn how to plan for, evaluate, and test accessible design. Leverage tools and techniques like clear copywriting, well-structured IA, meaningful HTML, and thoughtful design, to create a solid set of best practices. Whether you’re new to the field or a seasoned pro, get sure footing on the path to designing with accessibility.

5

Blogging For Dummies - Amy Lupold Bair Cover Art

Blogging For Dummies

Blogging For Dummies by Amy Lupold Bair

The bestselling blogging book—updated in a new edition!   Ready to make your mark on the online world? Start a blog!   Blogging For Dummies provides you with information on blogging basics, the anatomy of a good blog, and the tools required to get started. Plus, you'll get advice on a blog topic, choosing a domain name and host, writing your first post, planning an editorial calendar, and using your blog as an important part of your personal brand.
 
 Decide which of the major blogging platforms will work for you Use SEO to drive traffic to your blog Monetization through advertising and sponsorships Create content that draws readers in Covering shifts in popular blogging platforms and tools, changes in social media, and the latest best practices in the blogosphere, this new edition sets you up for blogging success!

6

Blogging for Creatives - Robin Houghton Cover Art

Blogging for Creatives

Blogging for Creatives
How Deisgners, Astists, Crafters and Writers can Blog to Make Contacts, Win Business and Build Success
by Robin Houghton

Blogging for Creatives teaches you everything you need to know about how to design and profit from a beautiful blog that people will want to return to again and again. Complete with hundreds of tips, tricks and motivational stories from artistic bloggers who have started from scratch, Blogging for Creatives covers how to publish and host a blog, as well as keeping it fresh, staying motivated and forging connections. Whether you're looking to create a platform for your creative trade, an inspirational journal, or a hub for people with similar tastes and interests, learn how to benefit from being part of the blogosphere in this accessible, non-techie guide.

7

Learn AngularJS in 24 Hours - Alex Nordeen Cover Art

Learn AngularJS in 24 Hours

Learn AngularJS in 24 Hours by Alex Nordeen

Angular JS is responsible for making the website interactive and responsive. It helps designer and developers to eliminate much of the code usually needed for websites development. Angular JS is based upon MVC model. To learn and harness more power of the Angular JS framework, it takes a continuous intervention from an expert. But if you like to learn by yourself without spending big bucks behind expensive courses. This e-book could be your ultimate guide to AngularJS or AngularJS 2 Programming. The book covers all basic fundamentals of Angular JS like Routes, Modules, Directives, Dependency Injection and so on. The images and examples are well-illustrated addressing each and every glitch of Angular JS. The book purpose is to make Angular JS easier, simpler and interesting such that even beginners will feel like a pro at the end of the book. This edition promises your eventual mastery of AngularJS. The best thing about the book is that it is small and can be completed in a day. It will not only save your time but also accomplish our goal to save your effort in learning all needless jargons of Angular JS. With this e-book, you will be ready to create angular UI development as well as large scale applications effortlessly. Table Of Content Chapter 1: What is AngularJS? AngularJS Features AngularJS Architecture AngularJS Advantages Chapter 2: Hello World Chapter 3: Controller What Controller does from Angular's perspective How to build a basic Controller How to define Methods in Controller Using ng-controller in External Files Chapter 4: What is $Scope in AngularJS? Chapter 5: ng-repeat Directive Chapter 6: How to use ""ng-model"" The ng-model Attribute How to use ng-model Chapter 7: ng-view What is a View? ng-view Directive in AngularJS ng-view Example Chapter 8: Expressions Explain Angular.js Expressions with an example Angular.JS Numbers AngularJS Strings Angular.JS Objects AngularJS Arrays AngularJS Expression capabilities and Limitations Difference between expression and $eval Chapter 9: Filter Lowercase Uppercase Number Currency JSON Chapter 10: Custom Filter Chapter 11: Directive Chapter 12: CUSTOM Directive How to Create a Custom Directive? AngularJs Directives and Scopes Using controllers with directives How to create reusable directives AngularJS Directives and components - ng-transclude Nested directives Handling events in a directive Chapter 13: Module How to Create a module in AngularJS Modules and Controllers Chapter 14: Events The ng-click directive Showing HTML Elements using ng-show Hiding HTML Elements using ng-hide AngularJS Event Listener Directives Chapter 15: Routing with Parameters Adding Angular Route ($routeProvider) Creating a default route Accessing parameters from the route Using Angular $route service Enabling HTML5 Routing Chapter 16: AJAX Call High-level interactions with servers using $resource Low-level server interactions with $http Fetching data from a server running SQL and MySQL Chapter 17: Table Chapter 18: Form Validation

8

How to Write a Blog - Inklyo Cover Art

How to Write a Blog

How to Write a Blog by Inklyo

We explain how to determine what niche your blog will be targeting, where your ideas fit into what’s already been done, and what type of blog is most suited to your interests. We look at the various paid and free platforms you can use for blogging and explain exactly how to get started with them. We provide hints for the research stage, help you to find a writing schedule that fits the goals you have for your blog, and discuss the various privacy issues involved in blog writing. We instruct you on how to manage your blog, including how to moderate comments, and help you understand basic search engine optimization (SEO) and other techniques to ensure your blog gets read. Whether you’re looking to write a blog for recreation or to make a little extra cash, How to Write a Blog will walk you through the entire process in seven easy steps—from selecting your topic to marketing your ideas. As an added bonus, we’ve put together an extensive resource section that provides tools and resources that every blogger should know about. After reading How to Write a Blog, you’ll be ready to start your next project . . . and have the confidence to bring your ideas to life!

9

Destination CISSP - Rob Witcher, John Berti, Lou Hablas & Nick Mitropoulos Cover Art

Destination CISSP

Destination CISSP by Rob Witcher, John Berti, Lou Hablas & Nick Mitropoulos

The goal of this concise study guide is simple: to help you confidently pass the CISSP exam and to provide you with a foundation of security knowledge that will equip you to be a better security professional as you navigate your career. We have written this guide to be as concise as possible while still providing sufficient, valuable, and relevant information to help you understand the concepts behind each domain that makes up the CISSP certification. We have created hundreds of diagrams and summary tables and highlighted the core concepts to know for each section - all to make the daunting task of CISSP exam preparation as easy as possible. Our collective wisdom from decades in the trenches of security, working with (ISC)2, developing official curriculums and official guides, teaching thousands of CISSP classes, and guiding tens of thousands of students to passing the CISSP exam has been distilled to create this concise guide to the CISSP exam.

10

Org Design for Design Orgs - Peter Merholz & Kristin Skinner Cover Art

Org Design for Design Orgs

Org Design for Design Orgs
Building and Managing In-House Design Teams
by Peter Merholz & Kristin Skinner

Design has become the key link between users and today’s complex and rapidly evolving digital experiences, and designers are starting to be included in strategic conversations about the products and services that enterprises ultimately deliver. This has led to companies building in-house digital/experience design teams at unprecedented rates, but many of them don’t understand how to get the most out of their investment. This practical guide provides guidelines for creating and leading design teams within your organization, and explores ways to use design as part of broader strategic planning. You’ll discover: Why design’s role has evolved in the digital ageHow to infuse design into every product and service experienceThe 12 qualities of effective design organizationsHow to structure your design team through a Centralized PartnershipDesign team roles and evolutionThe process of recruiting and hiring designersHow to manage your design team and promote professional growth

11

Psychology of Web Design - Smashing Magazine & Various Authors Cover Art

Psychology of Web Design

Psychology of Web Design by Smashing Magazine & Various Authors

Among the most important ingredients for successful Web designs are creativity, planning, coding and design skills. However, many people forget that various psychological factors also play an important role when making design decisions. Psychology of Web Design gives you insights on how the human brain deals with different elements, colors, contrast, symmetry and balance. Combining the usability guidelines from Maslow's pyramid will surely help you design closer to your audience's desires. TABLE OF CONTENTS - Persuasion Triggers In Web Design - Designing For A Hierarchy Of Needs - Designing For The Mind - 10 Useful Usability Findings And Guidelines - 30 Usability Issues To Be Aware Of - Designing For Start-Ups: How To Deliver The Message Across - Color Theory For Designers - Part 1 - Color Theory For Designers - Part 2 - Color Theory For Designers - Part 3

12

Design for Cognitive Bias - David Dylan Thomas Cover Art

Design for Cognitive Bias

Design for Cognitive Bias by David Dylan Thomas

We humans are messy, illogical creatures who like to imagine we’re in control—but we blithely let our biases lead us astray. In Design for Cognitive Bias , David Dylan Thomas lays bare the irrational forces that shape our everyday decisions and, inevitably, inform the experiences we craft. Once we grasp the logic powering these forces, we stand a fighting chance of confronting them, tempering them, and even harnessing them for good. Come along on a whirlwind tour of the cognitive biases that encroach on our lives and our work, and learn to start designing more consciously.

13

Web Style Guide, 4th Edition - Patrick J. Lynch, Sarah Horton & Ethan Marcotte Cover Art

Web Style Guide, 4th Edition

Web Style Guide, 4th Edition by Patrick J. Lynch, Sarah Horton & Ethan Marcotte

A classic reference book on user interface design and graphic design for web sites, updated to reflect a rapidly changing market Consistently praised as the best volume on classic elements of web site design, Web Style Guide has sold many thousands of copies and has been published around the world. This new revised edition confirms Web Style Guide as the go-to authority in a rapidly changing market. As web designers move from building sites from scratch to using content management and aggregation tools, the book’s focus shifts away from code samples and toward best practices, especially those involving mobile experience, social media, and accessibility. An ideal reference for web site designers in corporations, government, nonprofit organizations, and academic institutions, the book explains established design principles and covers all aspects of web design—from planning to production to maintenance. The guide also shows how these principles apply in web design projects whose primary concerns are information design, interface design, and efficient search and navigation.

14

Articulating Design Decisions - Tom Greever Cover Art

Articulating Design Decisions

Articulating Design Decisions by Tom Greever

Talking to people about your designs might seem like a basic skill, but it can be difficult to do well. In many cases, how you communicate with stakeholders, clients, and other nondesigners may be more important than the designs themselves. Because if you canâ??t get their support, your work will never see the light of dayâ??no matter how good it is. This practical guide focuses on principles, tactics, and actionable methods for presenting your designs. Whether you design apps, websites, or products, youâ??ll learn how to get support from people who have influence over the project with the goal of creating the best user experience. Walk through the process of preparing and presenting your designsUnderstand stakeholder perspectives and learn how to empathize with themCultivate both implicit and explicit listening skillsLearn tactics and strategies for expressing the most effective response to feedbackCreate the right documentation for your decisions to avoid repeated conversationsLearn why following through is just as important as the meeting itself

15

The Digital Decluttering Workbook: How to Succeed with Digital Minimalism, Defeat Smartphone Addiction, Detox Social Media, and Organize Your Online Life - Alex Wong Cover Art

The Digital Decluttering Workbook: How to Succeed with Digital Minimalism, Defeat Smartphone Addiction, Detox Social Media, and Organize Your Online Life

The Digital Decluttering Workbook: How to Succeed with Digital Minimalism, Defeat Smartphone Addiction, Detox Social Media, and Organize Your Online Life by Alex Wong

Unlock the secret to digital decluttering and begin revolutionizing your productivity! Do you want to discover how you can become more productive, stop wasting time on social media, and manage your online life? Are you interested in learning how decluttering and organizing can help you break free from the digital world? Or do you want to eliminate distractions so you can spend more time getting things done? Then this book is for you! The internet offers us a wealth of incredible opportunities for being more productive and succeeding with our goals – but far too many of us find ourselves wasting our time away and becoming dissatisfied with our lives. Constant online distractions, addictive technology, and the allure of the entire web being just a few clicks away can create a constant nagging voice which pulls us away from our goals while feeding into feelings of anxiety and depression. So how can you strike a balance between the benefits of the online world without letting yourself be carried away by social media addiction? Written by best-selling author and 6-figure entrepreneur Alex Wong , inside this brilliant guide, he reveals his top digital minimalism tips, along with how you can start making your online life work for you. Combining practical decluttering tips with an honest look at how to clean up your computer, emails and social media, you'll also uncover a powerful 30-day digital detox designed to reset your mind and help you break up with harmful habits which are hurting your productivity. Here's just a little of what you'll find inside: The BIG Problem With Social Media, The Internet, and Silicon ValleyScientifically-Proven Ways The Online World Can Hurt Our Focus and ConcentrationPractical Strategies For Cleaning The Clutter From Your ComputerHow To Optimize Your Device and Streamline Your Digital ExperienceTips and Tricks For Organizing Your EmailsWhy Social Media Sites Are Designed To Be Addictive (Along With The BEST Ways To Overcome Smartphone Addiction)A Powerful 30-Day Digital Detox For a More Focused Life30+ Ingenious and Creative Things To Do Instead of Social MediaAnd So Much More! With actionable decluttering advice which you can begin implementing the moment you put this book down, as well as handy apps to help you manage your screen time and stop getting hooked by social media, the Digital Decluttering Workbook is your all-in-one guide to maximizing your productivity and making the most of this amazing tool.  So, what are you waiting for? Start decluttering your online and social media life now!

16

WordPress All-in-One For Dummies - Lisa Sabin-Wilson Cover Art

WordPress All-in-One For Dummies

WordPress All-in-One For Dummies by Lisa Sabin-Wilson

The no-nonsense guide to building your own WordPress site With the help of WordPress All-in-One For Dummies , you can get your first WordPress blog or website set up in no time. Fully updated for the latest WordPress releases, this 8-books-in-1 guide walks you through all the features of this powerful web builder. You’ll discover how to choose and customize a theme, pick the perfect web host and URL, and manage multiple websites with multiple authors. Use WordPress as a content management software (CMS) platform, work with multimedia formats, and add plugins to your site. With state-of-the-art features, WordPress has become the go-to platform for website owners and bloggers who want to be noticed. This beginner-friendly Dummies guide gives you the know-how to make WordPress work for you. Build a website or blog with WordPress, the leading open-source web builder Discover the powerful, customizable features of the latest versions of WordPress Allow multiple people to contribute to your site and keep your content organized Easily make changes and modifications with the WordPress interface Both WordPress novices and more experienced users looking to dive into new features will love the easy-to-follow instructions and tips in WordPress All-in-One For Dummies .

17

The Podcasting Blueprint: Mastering Purpose, Power, and Profit..  How we hit over 2 million downloads - Richard Kaufman Cover Art

The Podcasting Blueprint: Mastering Purpose, Power, and Profit.. How we hit over 2 million downloads

The Podcasting Blueprint: Mastering Purpose, Power, and Profit.. How we hit over 2 million downloads Mastering Purpose, Power, and Profit.. How we hit over 2 million downloads by Richard Kaufman

"In 'The 3P's of Podcasting - Purpose, Power, and Profit,' Richard masterfully navigates the intricate world of podcasting, offering readers an unparalleled guide to not just starting a podcast, but transforming it into a vessel of true impact, authority, and financial success. Having witnessed his journey and growth in the podcasting realm, I can attest to the authenticity, depth, and value this book brings to all levels of podcasters. Whether you're just contemplating the idea of starting your podcast or looking to elevate an existing one, this book provides actionable strategies, insightful anecdotes, and a clear path to harnessing the true potential of your voice. It's a testament to the power of purpose-driven content creation, the magic of authentic engagement, and the tangible rewards of dedication. A must-read for anyone serious about making a mark in the podcasting world." John Lee Dumas, Entrepreneur on Fire

18

Get Rich or Lie Trying - Symeon Brown Cover Art

Get Rich or Lie Trying

Get Rich or Lie Trying Ambition and Deceit in the New Influencer Economy by Symeon Brown

'Compelling.' Reni Eddo-LodgeA 'must-read book for 2022', as picked by StylistMore than one fifth of children want to become influencers and it's easy to understand why. What if you could escape economic uncertainty by winning the internet's attention? What if you could turn the adoration of your social media followers into a lucrative livelihood?But as Symeon Brown explores in this searing exposé, the reality is much murkier. From IRL streamers in LA to Brazilian butt lifts, from sex workers on OnlyFans to fraudulent cryptocurrency schemes, these are the incredible stories that lurk behind the filtered selfies and gleaming smiles.Exposing the fraud, exploitation, bribery, and dishonesty at the core of the influencer model, Get Rich or Lie Trying asks if our digital rat race is costing us too much. Revealing a broken economy resembling a pyramid scheme, this incredible blend of reportage and analysis will captivate and horrify you in equal measure.

19

Don't Make Me Think, Revisited - Steve Krug Cover Art

Don't Make Me Think, Revisited

Don't Make Me Think, Revisited A Common Sense Approach to Web Usability by Steve Krug

Since Don’t Make Me Think was first published in 2000, hundreds of thousands of Web designers and developers have relied on usability guru Steve Krug’s guide to help them understand the principles of intuitive navigation and information design. Witty, commonsensical, and eminently practical, it’s one of the best-loved and most recommended books on the subject. Now Steve returns with fresh perspective to reexamine the principles that made Don’t Make Me Think a classic–with updated examples and a new chapter on mobile usability. And it’s still short, profusely illustrated…and best of all–fun to read. If you’ve read it before, you’ll rediscover what made Don’t Make Me Think so essential to Web designers and developers around the world. If you’ve never read it, you’ll see why so many people have said it should be required reading for anyone working on Web sites. “After reading it over a couple of hours and putting its ideas to work for the past five years, I can say it has done more to improve my abilities as a Web designer than any other book.” –Jeffrey Zeldman, author of Designing with Web Standards

20

How Cybersecurity Really Works - Sam Grubb Cover Art

How Cybersecurity Really Works

How Cybersecurity Really Works A Hands-On Guide for Total Beginners by Sam Grubb

Cybersecurity for Beginners is an engaging introduction to the field of cybersecurity. You'll learn how attackers operate, as well as how to defend yourself and organizations against online attacks. You don’t need a technical background to understand core cybersecurity concepts and their practical applications – all you need is this book . It covers all the important stuff and leaves out the jargon, giving you a broad view of how specific attacks work and common methods used by online adversaries, as well as the controls and strategies you can use to defend against them.   Each chapter tackles a new topic from the ground up, such as malware or social engineering, with easy-to-grasp explanations of the technology at play and relatable, real-world examples. Hands-on exercises then turn the conceptual knowledge you’ve gained into cyber-savvy skills that will make you safer at work and at home. You’ll explore various types of authentication (and how they can be broken), ways to prevent infections from different types of malware, like worms and viruses, and methods for protecting your cloud accounts from adversaries who target web apps.   You’ll also learn how to:    •   Use command-line tools to see information about your computer and network    •   Analyze email headers to detect phishing attempts    •   Open potentially malicious documents in a sandbox to safely see what they do    •   Set up your operating system accounts, firewalls, and router to protect your network    •   Perform a SQL injection attack by targeting an intentionally vulnerable website    •   Encrypt and hash your files   In addition, you’ll get an inside look at the roles and responsibilities of security professionals, see how an attack works from a cybercriminal’s viewpoint, and get first-hand experience implementing sophisticated cybersecurity measures on your own devices.

21

Instagram User Guide - David Jones Cover Art

Instagram User Guide

Instagram User Guide The Complete Secrets, Tips, Step by Step Reference to Using Instagram Like a Pro by David Jones

An In-Depth Guide on How to Use, Understand, and Master Instagram -Messaging and Specifics -Settings -Fonts/Characters -Posting -How to Setup SnapChat -Emojis/Bitmojis + MUCH MORE! --> Scroll to the top of the page and click add to cart to purchase instantly <-- Disclaimer:  This author and or rights owner(s) make no claims, promises, or guarantees about the accuracy, completeness, or adequacy of the contents of this book, and expressly disclaims liability for errors and omissions in the contents within. This product is for reference use only.  

22

Fresher Styles for Web Designers: More Eye Candy from the Underground - Curt Cloninger Cover Art

Fresher Styles for Web Designers: More Eye Candy from the Underground

Fresher Styles for Web Designers: More Eye Candy from the Underground by Curt Cloninger

Fresher Styles for Web Designers surveys eight innovative, contemporary visual design styles that break the mold and offer creative solutions to a variety of interactive design challenges.  Readers will learn practical ways to incorporate these design approaches into their commercial work, using specific online examples as illustration.   In 2001, Cloninger wrote Fresh Styles for Web Designers, arguing that beauty actually enhances usability.  Since then, styles and technologies have evolved, but clients still expect sites that both function well and visually entice. This book will inspire web designers and developers to deliver sites that do both.  There are plenty of web design books that teach code.  There are several books about contemporary print design that discuss visual aesthetics.  This book stands out because it synthesizes experimental web design innovations with commercial marketing goals (without ignoring usability concerns).

23

iCloud for Beginners - Imagine Publishing Cover Art

iCloud for Beginners

iCloud for Beginners Everything You Need to Know to Get Started in iCloud by Imagine Publishing

Teaching you everything you need to know about iCloud, Apple's revolutionary back-up and sync service, iCloud for Beginners guides you through every essential element. From how to set-up your free iCloud account to sharing your information across your Apple devices, these easy-to-follow guides and step-by-step tutorials will show you exactly how to get the most out of your iPad, iPhone and Mac. Designed by experts as an accessible, friendly guide to world-beating software and devices, the For Beginners series will help give you the confidence to learn everything you need to know. Clear, easy-to-understand and comprehensive, For Beginners’ first class tutorials, features and reviews are created with you in mind, ready to give you the tools you need to get the most out of your new passion.

24

HTML5 for Web Designers - Jeremy Keith Cover Art

HTML5 for Web Designers

HTML5 for Web Designers by Jeremy Keith

The HTML5 spec is 900 pages and hard to read. HTML5 for Web Designers is 85 pages and fun to read. Easy choice. HTML5 is the longest HTML specification ever written. It is also the most powerful, and in some ways, the most confusing. What do accessible, content-focused standards-based web designers and front-end developers need to know? And how can we harness the power of HTML5 in today’s browsers? In this brilliant and entertaining user’s guide, Jeremy Keith cuts to the chase, with crisp, clear, practical examples, and his patented twinkle and charm.

25

CSS Transforms: An Interactive Guide - Vicki Murley Cover Art

CSS Transforms: An Interactive Guide

CSS Transforms: An Interactive Guide by Vicki Murley

If you're a web developer looking to create content that goes beyond typical gridded layouts, then this is the book for you.  Strong knowledge of CSS transforms is essential for creating interesting layouts and rich animations in web content for ebooks, native apps, and of course websites. This book takes you through each piece of the technology, with interactive examples along the way that illustrate key concepts, illuminate details, and solidify understanding. Whether you're a beginner who is looking to enhance a single web page or an experienced programmer who has gotten an unexpected result when dabbling with CSS transforms, you'll learn something new from this book.  "CSS Transforms: An Interactive Guide" also touches on the history of this technology, browser support, and web standards in general. After reading this book, you'll have a complete understanding of the technology.

26

Responsive Web Design - Ethan Marcotte Cover Art

Responsive Web Design

Responsive Web Design by Ethan Marcotte

From mobile browsers to netbooks and tablets, users are visiting your sites from an increasing array of devices and browsers. Are your designs ready? Learn how to think beyond the desktop and craft beautiful designs that anticipate and respond to your users’ needs. Ethan Marcotte will explore CSS techniques and design principles, including fluid grids, flexible images, and media queries, demonstrating how you can deliver a quality experience to your users no matter how large (or small) their display.

27

The Digital Photography Book - Scott Kelby Cover Art

The Digital Photography Book

The Digital Photography Book by Scott Kelby

Scott Kelby, the man who changed the ""digital darkroom"" forever with his groundbreaking, #1 bestselling, award-winning book The Photoshop Book for Digital Photographers, now tackles the most important side of digital photography--how to take pro-quality shots using the same tricks today's top digital pros use (and it's easier than you'd think). This entire book is written with a brilliant premise, and here’s how Scott describes it: ""If you and I were out on a shoot, and you asked me, 'Hey, how do I get this flower to be in focus, but I want the background out of focus?' I wouldn't stand there and give you a lecture about aperture, exposure, and depth of field. In real life, I'd just say, 'Get out your telephoto lens, set your f/stop to f/2.8, focus on the flower, and fire away.' You d say, 'OK,' and you'd get the shot. That's what this book is all about. A book of you and I shooting, and I answer the questions, give you advice, and share the secrets I've learned just like I would with a friend, without all the technical explanations and without all the techno-photo-speak."" This isn't a book of theory—it isn't full of confusing jargon and detailed concepts: this is a book of which button to push, which setting to use, when to use them, and nearly two hundred of the most closely guarded photographic ""tricks of the trade"" to get you shooting dramatically better-looking, sharper, more colorful, more professional-looking photos with your digital camera every time you press the shutter button. Here's another thing that makes this book different: each page covers just one trick, just one single concept that makes your photography better. Every time you turn the page, you'll learn another pro setting, another pro tool, another pro trick to transform your work from snapshots into gallery prints. There's never been a book like it, and if you're tired of taking shots that look ""OK,"" and if you’re tired of looking in photography magazines and thinking, ""Why don't my shots look like that?"" then this is the book for you.

28

Tubes - Andrew Blum Cover Art

Tubes

Tubes A Journey to the Center of the Internet by Andrew Blum

“Andrew Blum plunges into the unseen but real ether of the Internet in a journey both compelling and profound….You will never open an email in quite the same way again.” —Tom Vanderbilt, New York Times bestselling author of Traffic When your Internet cable leaves your living room, where does it go? Almost everything about our day-to-day lives—and the broader scheme of human culture—can be found on the Internet. But what is it physically? And where is it really? Our mental map of the network is as blank as the map of the ocean that Columbus carried on his first Atlantic voyage. The Internet, its material nuts and bolts, is an unexplored territory. Until now. In Tubes, journalist Andrew Blum goes inside the Internet's physical infrastructure and flips on the lights, revealing an utterly fresh look at the online world we think we know. It is a shockingly tactile realm of unmarked compounds, populated by a special caste of engineer who pieces together our networks by hand; where glass fibers pulse with light and creaky telegraph buildings, tortuously rewired, become communication hubs once again. From the room in Los Angeles where the Internet first flickered to life to the caverns beneath Manhattan where new fiber-optic cable is buried; from the coast of Portugal, where a ten-thousand-mile undersea cable just two thumbs wide connects Europe and Africa, to the wilds of the Pacific Northwest, where Google, Microsoft, and Facebook have built monumental data centers—Blum chronicles the dramatic story of the Internet's development, explains how it all works, and takes the first-ever in-depth look inside its hidden monuments. This is a book about real places on the map: their sounds and smells, their storied pasts, their physical details, and the people who live there. For all the talk of the "placelessness" of our digital age, the Internet is as fixed in real, physical spaces as the railroad or telephone. You can map it and touch it, and you can visit it. Is the Internet in fact "a series of tubes" as Ted Stevens, the late senator from Alaska, once famously described it? How can we know the Internet's possibilities if we don't know its parts? Like Tracy Kidder's classic The Soul of a New Machine or Tom Vanderbilt's recent bestseller Traffic, Tubes combines on-the-ground reporting and lucid explanation into an engaging, mind-bending narrative to help us understand the physical world that underlies our digital lives.

29

The Art of Invisibility - Kevin Mitnick Cover Art

The Art of Invisibility

The Art of Invisibility The World's Most Famous Hacker Teaches You How to Be Safe in the Age of Big Brother and Big Data by Kevin Mitnick

Real-world advice on how to be invisible online from "the FBI's most wanted hacker" ( Wired ). Be online without leaving a trace. Your every step online is being tracked and stored, and your identity literally stolen. Big companies and big governments want to know and exploit what you do, and privacy is a luxury few can afford or understand. In this explosive yet practical book, Kevin Mitnick uses true-life stories to show exactly what is happening without your knowledge, teaching you "the art of invisibility" -- online and real-world tactics to protect you and your family, using easy step-by-step instructions. Reading this book, you will learn everything from password protection and smart Wi-Fi usage to advanced techniques designed to maximize your anonymity. Kevin Mitnick knows exactly how vulnerabilities can be exploited and just what to do to prevent that from happening. The world's most famous -- and formerly the US government's most wanted -- computer hacker, he has hacked into some of the country's most powerful and seemingly impenetrable agencies and companies, and at one point was on a three-year run from the FBI. Now Mitnick is reformed and widely regarded as the expert on the subject of computer security. Invisibility isn't just for superheroes; privacy is a power you deserve and need in the age of Big Brother and Big Data. "Who better than Mitnick -- internationally wanted hacker turned Fortune 500 security consultant -- to teach you how to keep your data safe?" -- Esquire

30

We Are Anonymous - Parmy Olson Cover Art

We Are Anonymous

We Are Anonymous Inside the Hacker World of LulzSec, Anonymous, and the Global Cyber Insurgency by Parmy Olson

A thrilling, exclusive exposè of the hacker collectives Anonymous and LulzSec. We Are Anonymous is the first full account of how a loosely assembled group of hackers scattered across the globe formed a new kind of insurgency, seized headlines, and tortured the feds -- and the ultimate betrayal that would eventually bring them down. Parmy Olson goes behind the headlines and into the world of Anonymous and LulzSec with unprecedented access, drawing upon hundreds of conversations with the hackers themselves, including exclusive interviews with all six core members of LulzSec. In late 2010, thousands of hacktivists joined a mass digital assault on the websites of VISA, MasterCard, and PayPal to protest their treatment of WikiLeaks. Other targets were wide ranging: the websites of corporations from Sony Entertainment and Fox to the Vatican and the Church of Scientology were hacked, defaced, and embarrassed, and the message was that no one was safe. Thousands of user accounts from pornography websites were released, exposing government employees and military personnel. Although some attacks were perpetrated by masses of users who were rallied on the message boards of 4Chan, many others were masterminded by a small, tight-knit group of hackers who formed a splinter group of Anonymous called LulzSec. The legend of Anonymous and LulzSec grew in the wake of each ambitious hack. But how were they penetrating intricate corporate security systems? Were they anarchists or activists? Teams or lone wolves? A cabal of skilled hackers or a disorganized bunch of kids? We Are Anonymous delves deep into the internet's underbelly to tell the incredible full story of the global cyber insurgency movement, and its implications for the future of computer security.

31

CSS3 for Web Designers - Dan Cederholm Cover Art

CSS3 for Web Designers

CSS3 for Web Designers by Dan Cederholm

From advanced selectors to generated content to the triumphant return of web fonts, and from gradients, shadows, and rounded corners to full-blown animations, CSS3 is a universe of creative possibilities. No one can better guide you through these galaxies than world-renowned designer, author, and CSS superstar Dan Cederholm. Learn what works, how it works, and how to work around browsers where it doesn’t work.

32

Blog, Inc. - Joy Deangdeelert Cho &amp; Meg Mateo Ilasco Cover Art

Blog, Inc.

Blog, Inc. Blogging for Passion, Profit, and to Create Community by Joy Deangdeelert Cho & Meg Mateo Ilasco

With roughly 95,000 blogs launched worldwide every 24 hours (BlogPulse), making a fledgling site stand out isn't easy. This authoritative handbook gives creative hopefuls a leg up. Joy Cho, of the award-winning Oh Joy!, offers expert advice on starting and growing a blog, from design and finance to overcoming blogger's block, attracting readers, and more. With a foreword from Grace Bonney of Design*Sponge plus expert interviews, this book will fine-tune what the next generation of bloggers shares with the world.

33

Mobile First - Luke Wroblewski Cover Art

Mobile First

Mobile First by Luke Wroblewski

Our industry’s long wait for the complete, strategic guide to mobile web design is finally over. Former Yahoo! design architect and co-creator of Bagcheck Luke Wroblewski knows more about mobile experience than the rest of us, and packs all he knows into this entertaining, to-the-point guidebook. Its data-driven strategies and battle tested techniques will make you a master of mobile—and improve your non-mobile design, too!

34

The Joy of Search - Daniel M. Russell Cover Art

The Joy of Search

The Joy of Search A Google Insider's Guide to Going Beyond the Basics by Daniel M. Russell

A Google researcher shares tips, tricks, and interesting stories on maximizing the power of search engines like Google and Wikipedia. You don’t have to be a computer whiz to master the art of online search! We all know how to look up something online by typing words into a search engine. We do this so often that we have made the most famous search engine a verb: we Google it—“Japan population” or “Nobel Peace Prize” or “poison ivy” or whatever we want to know. But knowing how to Google something doesn't make us search experts; there’s much more we can do to access the massive collective knowledge available online. In The Joy of Search , Daniel Russell shows us how to be great online researchers. We don’t have to be computer geeks or a scholar searching out obscure facts; we just need to know some basic methods. Russell demonstrates these methods with step-by-step searches for answers to a series of intriguing questions—from “what is the wrong side of a towel?” to “what is the most likely way you will die?” Along the way, readers will discover essential tools for effective online searches—and learn some fascinating facts and interesting stories. Russell explains how to frame search queries so they will yield information and describes the best ways to use such resources as Google Earth, Google Scholar, Wikipedia, and Wikimedia. He shows when to put search terms in double quotes, how to use the operator (*), why metadata is important, and how to triangulate information from multiple sources. By the end of this engaging journey of discovering, readers will have the definitive answer to why the best online searches involve more than typing a few words into Google.

35

Facebook For Dummies, Mini Edition - Leah Pearlman &amp; Carolyn Abram Cover Art

Facebook For Dummies, Mini Edition

Facebook For Dummies, Mini Edition by Leah Pearlman & Carolyn Abram

Sign up, build your Profile, and find friends Join the Facebook fun! These experts show you how to set up your Profile, protect your privacy, find friends and family members, learn what's happening in their lives, and keep them up to date on yours. Here's just what you need for a safe and happy Facebook experience. Open the book and find: Advice for creating the perfect Profile How to find friends Tips on keeping in touch Privacy controls and how to use them Steps for sending private messages to friends

36

Designing for Emotion - Aarron Walter Cover Art

Designing for Emotion

Designing for Emotion by Aarron Walter

Make your users fall in love with your site via the precepts packed into this brief, charming book by MailChimp user experience design lead Aarron Walter. From classic psychology to case studies, highbrow concepts to common sense, Designing for Emotion demonstrates accessible strategies and memorable methods to help you make a human connection through design.

37

The Elements of Content Strategy - Erin Kissane Cover Art

The Elements of Content Strategy

The Elements of Content Strategy A Book Apart: Brief Books for People Who Make Websites, No. 3 by Erin Kissane

Content strategy is the web’s hottest new thing. But where did it come from? Why does it matter? And what does the content renaissance mean for you? This brief guide explores content strategy’s roots, and quickly and expertly demonstrates not only how it’s done, but how you can do it well. A compelling read for both experienced content strategists and those making the transition from other fields.

38

How to Be Invisible - J. J. Luna Cover Art

How to Be Invisible

How to Be Invisible Protect Your Home, Your Children, Your Assets, and Your Life by J. J. Luna

"Fascinating... a regular field manual... meticulously researched and very entertaining." --G. Gordon Liddy A thoroughly revised and updated edition of the essential guide to preserving your personal security From cyberspace to crawl spaces, new innovations in information gathering have left the private life of the average person open to scrutiny, and worse, exploitation. In this thoroughly updated third edition of his immensely popular guide How to Be Invisible, J.J. Luna shows you how to protect your home address, hide your ownership of vehicles and real estate, use pagers with dumbphones, switch to low-profile banking and invisible money transfers, use alternate signatures, and how to secretly run a home-based business. J.J. Luna is an expert and highly trained security consultant with years of experience protecting himself, his family, and his clients. Using real life stories and his own consulting experience, J.J. Luna divulges legal methods to attain the privacy you crave and deserve, whether you want to shield yourself from casual scrutiny or take your life savings with you and disappear without a trace. Whatever your needs, Luna reveals the shocking secrets that private detectives and other seekers of personal information use to uncover information and then shows how to make a serious commitment to safeguarding yourself. There is a prevailing sense in our society that true privacy is a thing of the past. In a world where privacy concerns that only continue to grow in magnitude, How to Be Invisible, Third Edition is a critical antidote to the spread of new and more efficient ways of undermining our personal security. Privacy is a commonly-lamented casualty of the Information Age and of the world's changing climate--but that doesn't mean you have to stand for it. This new edition of J. J. Luna's classic manual contains step-by-step advice on building and maintaining your personal security, including brand new chapters on: - The dangers from Facebook, smartphones, and facial recognition - How to locate a nominee (or proxy) you can trust - The art of pretexting, aka social engineering - Moving to Baja California Sur; San Miguel de Allende, Guanajuato; Cuenca, Ecuador; or Spain's Canary Islands - The secrets of international privacy, and much more!

39

iCloud - Johann Szierbeck &amp; Anton Ochsenkühn Cover Art

iCloud

iCloud Für iPhone, iPad, Mac und Windows by Johann Szierbeck & Anton Ochsenkühn

iCloud ist eine besonders einfache Methode, Daten zwischen mobilen Apple-Geräten wie iPhone oder iPad untereinander oder mit einem Computer – egal, ob Mac oder PC – auszutauschen. Mit nur wenigen Klicks ist der kostenfreie Dienst aktiviert und steht sofort zur Verfügung. So werden in Sekundenschnelle Informationen wie Termine, To-dos, Browserlesezeichen, Fotos, Dokumente und mehr zwischen den Gerätschaften abgeglichen. Und das ganz ohne Ihr Zutun. Aus dem Inhalt: Apple-ID: Über eine kostenfreie Apple-ID erhalten Sie Zugang zu den diversen Apple- Stores und können Musik, Filme, Bücher usw. erwerben. Die Apple-ID ist ebenso Voraussetzung für den Einsatz von iCloud, iMessage oder FaceTime. iCloud: Konfigurieren Sie in wenigen Sekunden Ihr iPhone oder iPad und zusätzlich den Mac- bzw. Windows-Computer. Optimieren Sie die Einstellungen für den perfekten Datenaustausch. Nutzen Sie das Web-Interface, um von jedem Computer weltweit auf Ihre Daten zugreifen zu können. MobileMe: So gelingt der Umzug von Apples MobileMe zur iCloud. Dropbox: Während iWorks-Dokumente stressfrei über iCloud ausgetauscht werden können, kann die kostenfreie Softwarelösung Dropbox den Dateiaustausch beliebiger Daten bewerkstelligen.

40

Fashion 2.0: Blogging Your Way to the Front Row- The Insider's Guide to Turning Your Fashion Blog Into a Profitable Business and Launching a New Career, Vol. 1 - Yuli Ziv Cover Art

Fashion 2.0: Blogging Your Way to the Front Row- The Insider's Guide to Turning Your Fashion Blog Into a Profitable Business and Launching a New Career, Vol. 1

Fashion 2.0: Blogging Your Way to the Front Row- The Insider's Guide to Turning Your Fashion Blog Into a Profitable Business and Launching a New Career, Vol. 1 by Yuli Ziv

"Fashion bloggers, meet your Suze Orman." - DKNY Times "You want to know our secrets? Buy this book." - Selectism "As the founder of a top blogging network backed by Elle, Ziv (and a handful of other bloggers) share advice on how they turned their digital hobby into a lucrative business, securing their covetable seat at fashion shows and other key industry events." - Black Book "A must-read if you are considering fashion blogging (or any blogging for that matter) and want to turn it into a profitable, full-time career. This is not Blogging 101, rather how to take an established site to the "next level." - Second City Style Yuli Ziv is an online media expert and entrepreneur revolutionizing the fashion industry. In 2008 she formed blogger network Style Coalition, which signed the first-of-its-kind exclusive partnership with ELLE magazine in 2010; produced some of the first large scale blogger campaigns for renowned brands; and helped many of its members earn thousands of dollars in revenue. Yuli also runs her own widely read blog and user-generated magazine MyItThings.com, She organizes and leads Fashion 2.0 panels and networking events in NYC which brings together hundreds of fashion innovators. Yuli is a noted speaker on social media and technology and has been quoted and featured in national media on the topic.

41

Just Enough Research - Erika Hall Cover Art

Just Enough Research

Just Enough Research by Erika Hall

Design research is a hard slog that takes years to learn and time away from the real work of design, right? Wrong. Erika Hall reveals the keys to good research, and explains how you and your team can do it well—and do it today. You’ll learn how to discover your competitive advantages, spot your own blind spots and biases, understand and harness your findings, and why you should never, ever hold a focus group. With Just Enough Research, you’ll start doing good research faster than you can plan your next pitch, and saving time and money to boot.

42

Web Analytics 2.0 - Avinash Kaushik Cover Art

Web Analytics 2.0

Web Analytics 2.0 The Art of Online Accountability and Science of Customer Centricity by Avinash Kaushik

Adeptly address today’s business challenges with this powerful new book from web analytics thought leader Avinash Kaushik. Web Analytics 2.0 presents a new framework that will permanently change how you think about analytics. It provides specific recommendations for creating an actionable strategy, applying analytical techniques correctly, solving challenges such as measuring social media and multichannel campaigns, achieving optimal success by leveraging experimentation, and employing tactics for truly listening to your customers. The book will help your organization become more data driven while you become a super analysis ninja!

43

Instagram for Beginners - Imagine Publishing Cover Art

Instagram for Beginners

Instagram for Beginners Everything you need to know to get started with Instagram by Imagine Publishing

With over 80 million users, Instagram is one of the most popular photo-sharing programs in the world. The features on offer make this a social network that everyone wants to be part of, and in this book you’ll discover everything Instagram has to offer…  Designed by experts as an accessible, friendly guide to world-beating software and devices, the For Beginners series will help give you the confidence to learn everything you need to know. Clear, easy-to-understand and comprehensive, For Beginners’ first class tutorials, features and reviews are created with you in mind, ready to give you the tools you need to get the most out of your new passion.

44

Starting from Day One - Bakari Chavanu Cover Art

Starting from Day One

Starting from Day One Using the Day One Journaling App to Record and Enrich Your Life by Bakari Chavanu

Journal writing is a proven and powerful tool for personal growth, achieving personal goals, and for documenting your life. And the beautifully designed iOS and Mac application, Day One Classic, is a perfect solution for keeping a journal. Starting From Day One: Using the Day One Journaling App to Record and Enrich Your Life shows you how to use all the features of Day One (both the iOS and Mac version), followed by 5 chapters of journal writing strategies, projects, and a 30-day challenge of writing prompts.    This book contains interactive image galleries, including over 150 screenshots, for browsing and reading the book on your iPad and Mac.  What, Paul Mayne, CEO and Founder of Day One, wrote bout this book: 'Bakari has done an amazing job introducing the values of daily journaling and using the Day One app. He’s captured countless details and instructions on how to best embrace this digital tool to create an invaluable personal archive. I highly recommend “Starting From Day One” for anyone that wants to learn the whys and hows of digital journaling.' Chapters include: Day One Features for iOS and Mac Tagging and Formatting Entries 30-Day Journaling Challenge Goal and Project Journaling Journaling About Family Supporting Tools and Apps Readers of this book can also subscribe a to a special email newsletter that will include additional resources as they are created. Also, in the latest update to this book, there's a link on page 67 to subscribe to a free 30-day email list of all the prompts listed in Chapter 7.

45

Content Strategy for the Web - Kristina Halvorson &amp; Melissa Rach Cover Art

Content Strategy for the Web

Content Strategy for the Web by Kristina Halvorson & Melissa Rach

FROM CONSTANT CRISIS TO SUSTAINABLE SUCCESS BETTER CONTENT MEANS BETTER BUSINESS. Your content is a mess: the website redesigns didn’t help, and the new CMS just made things worse. Or, maybe your content is full of potential: you know new revenue and cost-savings opportunities exist, but you’re not sure where to start. How can you realize the value of content while planning for its long-term success? For organizations all over the world, Content Strategy for the Web is the go-to content strategy handbook. Read it to: Understand content strategy and its business value Discover the processes and people behind a successful content strategy Make smarter, achievable decisions about what content to create and how Find out how to build a business case for content strategy With all-new chapters, updated material, case studies, and more, the second edition of Content Strategy for the Web is an essential guide for anyone who works with content.

46

PHP and MySQL For Dummies - Janet Valade Cover Art

PHP and MySQL For Dummies

PHP and MySQL For Dummies by Janet Valade

Here's what Web designers need to know to create dynamic, database-driven Web sites To be on the cutting edge, Web sites need to serve up HTML, CSS, and products specific to the needs of different customers using different browsers. An effective e-commerce site gathers information about users and provides information they need to get the desired result. PHP scripting language with a MySQL back-end database offers an effective way to design sites that meet these requirements. This full updated 4th Edition of PHP & MySQL For Dummies gets you quickly up to speed, even if your experience is limited. Explains the easy way to install and set up PHP and MySQL using XAMPP, so it works the same on Linux, Mac, and Windows Shows you how to secure files on a Web host and how to write secure code Packed with useful and understandable code examples for Web site creators who are not professional programmers Fully updated to ensure your code will be compliant based on PHP 5.3 and MySQL 5.1.31 Provides clear, accurate code examples PHP & MySQL For Dummies, 4th Edition provides what you need to know to create sites that get results. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

47

WordPress - Best Tips Ever - Jeffry Thurana Cover Art

WordPress - Best Tips Ever

WordPress - Best Tips Ever The Tips That Make WordPress Comes To Real Than Ever by Jeffry Thurana

A great collection of tips for WordPress user. Include how to backup, moving hosting, using plugins, and plenty of advices to complete the gap of common knowledge.

48

CSS Animation: An Interactive Guide - Vicki Murley Cover Art

CSS Animation: An Interactive Guide

CSS Animation: An Interactive Guide by Vicki Murley

"CSS Animation: An Interactive Guide" teaches you everything you need to know about adding animated effects to web pages.  This book covers both CSS Transitions and CSS Animations, with interactive examples along the way that illustrate key concepts, illuminate details, and solidify understanding. You'll see how to define simple transitions in just a few lines of code, how to create complex animations by defining explicit keyframes, and you'll discover the best and most useful ways to integrate JavaScript. "CSS Animation: An Interactive Guide" also touches on the history of this technology, browser support, and web standards in general. Whether you're a relative beginner or a more experienced web programmer, you'll learn something new from this highly interactive book, and develop a complete understanding of the technology.

49

iPhone 5 Superguide - Macworld Editors Cover Art

iPhone 5 Superguide

iPhone 5 Superguide Everything You Need to Know About the iPhone 5 by Macworld Editors

Whether you've just purchased an iPhone or you're coveting one from afar, let the editors at Macworld help you learn everything you need to know about Apple's newest smartphone.  Our iPhone Superguide 5 contains seven chapters: Get Started, Change Your Settings, Connect & Communicate, Be Productive, Multimedia, Troubleshooting Tips, and Find New Accessories. Within these, we'll take you on a tour of the device's exterior and basic features, and walk you through how to activate a brand new iPhone. Discover how to get connected over cellular data or Wi-Fi, and how to share your connection. We'll also teach you some basic gestures for navigating through apps and home screens, downloading your first third-party app, and connecting to Apple's iCloud service. And we devote an entire chapter to customizing your settings, covering every submenu and toggle. If it's installed apps you want to know about, our Superguide covers them all: Read our in-depth how-tos on working with your mail, navigating with Maps, surfing Safari, chatting with Messages, and more. We also offer a basic guide for syncing your device and your media with iTunes. If you run into trouble, never fear: Macworld's own Christopher Breen authors a very special chapter on troubleshooting basic iPhone 5 problems and maladies, as well as tips on when to go to the experts. And in case you're stumped on how to best outfit your device, we provide suggestions for great iPhone 5 cases, headphones, speakers, and more.

50

Official (ISC)2  Guide to the CISSP CBK - Hal Tipton &amp; Steven Hernández Cover Art

Official (ISC)2 Guide to the CISSP CBK

Official (ISC)2 Guide to the CISSP CBK Third Edition by Hal Tipton & Steven Hernández

With each new advance in connectivity and convenience comes a new wave of threats to privacy and security that are capable of destroying a company’s reputation, violating a consumer’s privacy, compromising intellectual property, and in some cases endangering personal safety. This is why it is essential for security professionals to stay current on the latest advances in technology and the new security threats they create. Recognized as one of the best tools available for the information security professional and especially for candidates studying for the (ISC)² CISSP examination, the Official (ISC)²® Guide to the CISSP® CBK®, Third Edition is both up-to-date and relevant, reflecting the latest developments in this ever-changing field and providing an intuitive approach to the CISSP Common Body of Knowledge (CBK). It provides a robust and comprehensive study of the 10 domains of the CBK, which covers everything from access controls and cryptography to operations security and physical (environmental) security. Within the sub-topics of these domains, the book discusses the issues facing security professionals today, such as mobile security, cloud computing, risk management and more. Numerous illustrated examples and practical exercises are included in this book to help the reader understand the concepts within the CBK and be able to apply them in real-life situations. Endorsed by (ISC)² and compiled and reviewed by CISSPs and (ISC)² members, this book provides unrivaled preparation for the certification exam and a reference that will serve you well into your career. Earning your CISSP is a venerable achievement that enables you to convey proficiency in an ever advancing industry, and provides you with membership to an elite network of professionals.

Books

Ebook Charts

Apple Books Ebook Best Sellers

Fiction Ebook Best Sellers

Non-Fiction Ebook Best Sellers

iTunes Audio Book Charts

Audiobook Best Sellers

iTunes Music Charts

Most Popular Music Charts

iTunes Movie Charts

Top Movies

iTunes TV Charts

Top Television Shows

iTunes iOS App Charts

Top iPhone Apps

Top iPad & iPad Mini Apps

International iTunes Charts