Book picks similar to
Microformats Made Simple by Emily P. Lewis
web-development
non-fiction
html
want-read
Rocket Surgery Made Easy: The Do-It-Yourself Guide to Finding and Fixing Usability Problems
Steve Krug - 2009
But with a typical price tag of $5,000 to $10,000 for a usability consultant to conduct each round of tests, it rarely happens. In this how-to companion to Don't Make Me Think: A Common Sense Approach to Web Usability, Steve Krug spells out an approach to usability testing that anyone can easily apply to their own web site, application, or other product. (As he said in Don't Make Me Think, "It's not rocket surgery".)In this new book, Steve explains how to: -Test any design, from a sketch on a napkin to a fully-functioning web site or application-Keep your focus on finding the most important problems (because no one has the time or resources to fix them all)-Fix the problems that you find, using his "The least you can do" approachBy pairing the process of testing and fixing products down to its essentials (A morning a month, that's all we ask ), Rocket Surgery makes it realistic for teams to test early and often, catching problems while it's still easy to fix them. Rocket Surgery Made Easy adds demonstration videos to the proven mix of clear writing, before-and-after examples, witty illustrations, and practical advice that made Don't Make Me Think so popular.
True Ghost Stories of First Responders
Eve S. Evans - 2021
They’ve experienced events they can’t otherwise explain. Same with other professions that deal with injuries, accidents, or death. Police officers, firemen, 911 operators, they’ve seen the worst that people can do to one another, and they’ve all had brushes with the unexplained. Don’t believe in ghosts? This book might change your mind steal any hope of sleep. These stories are unexplainable, true accounts from first responders, police officers, firemen, and 911 operators, told from the perspective of everyday people. Every single tale between these covers is one hundred percent true. Think you can explain them? We dare you to try.
RED-HANDED: 20 Criminal Cases That Shook India
Souvik Bhadra - 2014
As the nation watched on in horror, the police uncovered the body parts of fifteen more children in the same location. These grisly killings were found to have been the handiwork of Surinder Koli, a serial killer who lived in a house nearby.In Red-Handed: 20 Criminal Cases That Shook India, lawyers Souvik Bhadra and Pingal Khan narrate the stories behind some of the most sensational criminal cases to have caught the attention of the country in the last few decades. From the murder of Nitish Katara in a case of ‘honour killing’ to the shooting of Jessica Lal; from the Harshad Mehta scam to the Best Bakery arson of 2002; and, from the horrifying ‘tandoor’ case, in which Naina Sahni was killed and then cremated, to the trial and conviction of Sanjay Dutt under TADA, Red-Handed examines the motives behind these crimes even as it aims to lay bare the inner workings of the Indian judicial system. Additionally, the authors illuminate the crucial role that the media has come to play in judicial matters—it shapes public opinion, and often even investigates cases and delivers justice, much before the judges do.
OAuth 2 in Action
Justin Richer - 2017
You'll learn how to confidently and securely build and deploy OAuth on both the client and server sides. Foreword by Ian Glazer.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThink of OAuth 2 as the web version of a valet key. It is an HTTP-based security protocol that allows users of a service to enable applications to use that service on their behalf without handing over full control. And OAuth is used everywhere, from Facebook and Google, to startups and cloud services.About the BookOAuth 2 in Action teaches you practical use and deployment of OAuth 2 from the perspectives of a client, an authorization server, and a resource server. You'll begin with an overview of OAuth and its components and interactions. Next, you'll get hands-on and build an OAuth client, an authorization server, and a protected resource. Then you'll dig into tokens, dynamic client registration, and more advanced topics. By the end, you'll be able to confidently and securely build and deploy OAuth on both the client and server sides.What's InsideCovers OAuth 2 protocol and designAuthorization with OAuth 2OpenID Connect and User-Managed AccessImplementation risksJOSE, introspection, revocation, and registrationProtecting and accessing REST APIsAbout the ReaderReaders need basic programming skills and knowledge of HTTP and JSON.About the AuthorJustin Richer is a systems architect and software engineer. Antonio Sanso is a security software engineer and a security researcher. Both authors contribute to open standards and open source.Table of ContentsPart 1 - First stepsWhat is OAuth 2.0 and why should you care?The OAuth dance Part 2 - Building an OAuth 2 environmentBuilding a simple OAuth clientBuilding a simple OAuth protected resourceBuilding a simple OAuth authorization serverOAuth 2.0 in the real world Part 3 - OAuth 2 implementation and vulnerabilitiesCommon client vulnerabilitiesCommon protected resources vulnerabilitiesCommon authorization server vulnerabilitiesCommon OAuth token vulnerabilities Part 4 - Taking OAuth furtherOAuth tokensDynamic client registrationUser authentication with OAuth 2.0Protocols and profiles using OAuth 2.0Beyond bearer tokensSummary and conclusions
HTML5 and CSS3: Develop with Tomorrow's Standards Today
Brian P. Hogan - 2010
Even though the specification is still in development, many modern browsers and mobile devices already support HTML5 and CSS3. This book gets you up to speed on the new HTML5 elements and CSS3 features you can use right now, and backwards compatible solutions ensure that you don't leave users of older browsers behind. This book gets you started working with many useful new features of HTML5 and CSS3 right away. Gone are the days of adding additional markup just to style a button differently or stripe tables. You'll learn to use HTML5's new markup to create better structure for your content and better interfaces for your forms, resulting in cleaner, easier-to-read code that can be understood by both humans and programs. You'll find out how to embed audio, video, and vector graphics into your pages without using Flash. You'll see how web sockets, client-side storage, offline caching, and cross-document messaging can ease the pain of modern web development. And you'll discover how simple CSS3 makes it to style sections of your page. Throughout the book, you'll learn how to compensate for situations where your users can't take advantage of HTML5 and CSS3 yet, developing solutions that are backwards compatible and accessible. You'll find what you need quickly with this book's modular structure, and get hands-on with a tutorial project for each new HTML5 and CSS3 feature covered. "Falling Back" sections show you how to create solutions for older browsers, and "The Future" sections at the end of each chapter get you excited about the possibilities when HTML5 and CSS3 reach widespread adoption. Get ready for the future---in fact, it's here already.
The Complete Idiot's Guide to Cigars
Tad Gage - 1997
But, like wine, a fine cigar requires dedicated study and tasting. Here’s the only comprehensive book on the subject, featuring all the information that novice and veteran cigar aficionados need. --New handy 6 X 9 format --Completely updated with the latest brands, product lines, and accessories --Features web-related cost-cutting tips --Step-by-step instructions for getting the most out of a cigar
Node.Js the Right Way: Practical, Server-Side JavaScript That Scales
Jim R. Wilson - 2013
Ready to take JavaScript beyond the browser, explore dynamic languages features and embrace evented programming? Explore the fun, growing repository of Node modules provided by npm. Work with multiple protocols, load-balanced RESTful web services, express, 0MQ, Redis, CouchDB, and more. Develop production-grade Node applications fast. JavaScript is the backbone of the modern web, powering nearly every web app's user interface. Node.js is JavaScript for the server. This book shows you how to develop small, fast, low-profile, useful, networked applications. You'll write asynchronous, non-blocking code using Node's style and patterns. You'll cluster and load balance your services with Node core features and third-party tools. You'll work with many protocols, creating RESTful web services, TCP socket clients and servers, and more. This short book packs a hefty dose of Node.js. You'll test your code's functionality and performance under load. You'll learn important aspects of Node development--from its architecture and core, to its ecosystem of third-party modules. You'll discover how Node pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, you'll use the latest available ECMAScript Harmony features and harness key Node classes such as EventEmitter and Stream. Throughout the book, you'll develop real programs that are small, fast, low-profile, and useful. Get ready to join a smart community that's rapidly advancing the state of the art in web development.What You Need: Latest stable release of Node.js, this book was written with 0.12.x in mind. The 0MQ (ZeroMQ) library, version 3.2 or higher.
Developing Backbone.js Applications
Addy Osmani - 2012
You’ll learn how to create structured JavaScript applications, using Backbone’s own flavor of model-view-controller (MVC) architecture.Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications—a simple Todo list app, a RESTful book library app, and a modular app with Backbone and RequireJS. Author Addy Osmani, an engineer for Google’s Chrome team, also demonstrates advanced uses of the framework.Learn how Backbone.js brings MVC benefits to the client-sideWrite code that can be easily read, structured, and extendedWork with the Backbone.Marionette and Thorax extension frameworksSolve common problems you’ll encounter when using Backbone.jsOrganize your code into modules with AMD and RequireJSPaginate data for your Collections with the Backbone.Paginator pluginBootstrap a new Backbone.js application with boilerplate codeUse Backbone with jQuery Mobile and resolve routing problems between the twoUnit-test your Backbone apps with Jasmine, QUnit, and SinonJS
Head First JavaScript
Michael Morrison - 2007
You want to take your web skills to the next level. And you're finally ready to add "programmer" to the resume. It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages. With Head First JavaScript, you learn:The basics of programming, from variables to types to looping How the web browser runs your code, and how you can talk to the browser with your code Why you'll never have to worry about casting, overloading, or polymorphism when you're writing JavaScript code How to use the Document Object Model to change your web pages without making your users click buttons If you've ever read a Head First book, you know what to expect -- a visually rich format designed for the way your brain works. Head First JavaScript is no exception. It starts where HTML and CSS leave off, and takes you through your first program into more complex programming concepts -- like working directly with the web browser's object model and writing code that works on all modern browsers. Don't be intimidated if you've never written a line of code before! In typical Head First style, Head First JavaScript doesn't skip steps, and we're not interested in having you cut and paste code. You'll learn JavaScript, understand it, and have a blast along the way. So get ready... dynamic and exciting web pages are just pages away.
The LogStash Book
James Turnbull - 2013
We're going to do that by introducing you to Example.com, where you're going to start a new job as one of its SysAdmins. The first project you'll be in charge of is developing its new log management solution. We'll teach you how to:* Install and deploy LogStash.* Ship events from a LogStash Shipper to a central LogStash server.* Filter incoming events using a variety of techniques.* Output those events to a selection of useful destinations.* Use LogStash's Web interface and alternative interfaces like Kibana.* Scale out your LogStash implementation as your environment grows.* Quickly and easily extend LogStash to deliver additional functionality you might need.By the end of the book you should have a functional and effective log management solution that you can deploy into your own environment.
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.
Food for Thought: Daily Meditations for Overeaters
Elisabeth L. - 1980
Each daily reading provides encouragement for turning to our Higher Power for comfort and addresses the steps and concerns that help us in our recovery. These meditations help recovering women and men begin to benefit from a physically, emotionally, and spiritually balanced life.
Kindle Fire HDX User Guide: Newbie to Expert in 2 Hours!
Tom Edwards - 2013
We still remember the first time we turned on our Kindle Fire! Although it may feel like everybody else already knows how to use their Kindle Fire the truth is they don't. And if this is the first time you've held one in your hands, then we would just like to say..... WE'RE HERE TO HELP!From the Number #1 Amazon Bestselling Authors in Computers and Technology.When we first published our Kindle Fire app review guide - 250+ Best Kindle Fire HD Apps for the New Kindle Fire Owner - we added in a small bonus section which included a few tips and tricks for the new Kindle Fire user. We soon started receiving emails from customers asking for more of the same.Well this easy-to-use guide is our way of welcoming all you new Kindle Fire owners who have just pulled your device from its box for the first time. This short user guide has been written to introduce you to some of the most basic, but essential, elements of using your new handheld computer. This is information that you need to know.This Amazon Kindle e-Book Includes:Navigating your way around the Kindle Fire HDGetting rid of adsDownloading and transferring contentConnecting to social mediaSetting up emailLearning to 'swype'Getting to grips with parental controls
Burn Your Mortgage: The Simple, Powerful Path to Financial Freedom for Canadians
Sean Cooper - 2017
In Burn Your Mortgage, Cooper’s extreme achievement is made accessible as the acclaimed personal finance expert shares the secret to his success: simple yet effective lifestyle changes that anyone—from new buyers to experienced homeowners—can make to pay down their mortgage sooner. Burn Your Mortgage combines inspiring anecdotes with realistic and jargon-free financial tips and resources for achieving financial freedom no matter your financial situation. This easy-to-follow guide will help you pay off your mortgage at your own pace and show you how to live well while doing it. Tools include: - Simple ways to pay down your mortgage sooner; - Your very own mortgage-free action plan; - Sample budgets and savings plans; - Tools for tracking income and expenses; - Home-buying blueprints; - Worksheets for financial empowerment; - Up-to-date information on bank accounts, mortgage contracts, investing, and loans—and how to choose the best options for you; - Tips for overcoming bad money habits. Inspiring, insightful and fun, Burn Your Mortgage will transform the way you think about money and debt on your path to independent home ownership. Sean Cooper is an in-demand speaker, money coach, and personal finance journalist. His articles have been featured in publications such as the Toronto Star, Globe and Mail, Financial Post, and MoneySense. Advance praise for Burn Your Mortgage: “Sean’s personal journey to financial freedom is a brave and inspiring one, and I am delighted to see him share his learning with the world. Burn Your Mortgage offers practical, clear and useful insights to help people of all walks of life live healthier financial lives. I am convinced that Burn Your Mortgage is set to be a pivotal guidebook to achieving financial freedom.” —Peter Aceto, President and CEO, Tangerine “A home is the largest purchase most people make, yet there is little information to help them make smart choices. Most advice comes from banks, mortgage brokers, real estate agents, lawyers and home inspectors—not exactly objective. I’m glad to see Sean Cooper use his experience as home buyer, mortgage burner, landlord and freelance writer to guide others through the steps to take to come out ahead in the real estate game.” —Ellen Roseman, Toronto Star columnist, University of Toronto continuing education instructor and Canadian MoneySaver contributor “A clear and concise plan for millennials looking for a path to financial independence early in their career.” —Don R. Campbell, bestselling author of Real Estate Investing in Canada, frequent guest on the Business News Network “Chock-full of actionable tips based on real life experience, Sean Cooper’s Burn Your Mortgage is a valuable resource for anyone considering buying a home in Canada. In more than just another mortgage manual, Sean writes passionately about the pitfalls to avoid during the house-buying process and then, with equal passion, shows you how to achieve an important step toward financial freedom by paying off your mortgage as quickly as possible.” —Robert R. Brown, author of Wealthing Like Rabbits: An Original Introduction to Personal Finance, and MoneySense columnist “Burn Your Mortgage will push you just outside your comfort zone—which is exactly what you need to really make progress on your mortgage. Sean Cooper walks the talk. His obsession with frugal living provides a ton of great lessons on how to get ahead financially.
Puppy Training: How to Housebreak Your Puppy In Just 7 Days (puppy training, dog training, puppy house breaking, puppy housetraining, house training a puppy,)
Ken Phillips - 2015
Even the sweetest owners can get stressed and frustrated with poor training results ...But before you do something you may regret, make sure you read this book.
Most people who use old and ineffective house training methods end up frustrated and angry at their pup. Failed or long drawn out house training can be avoided by learning the correct way to house train your dog.Let's face it, no one wants to spend months housebreaking their pup when he's pottying all over the house. Especially when you realize other people are getting it done easily and painlessly in as little as 7 days.The old method of yelling, spanking, or even pushing your dog's nose into it's pee or poop is one of the worst methods you can utilize. This can cause your pup to become frightened of you. Plus experts have made very clear is that punishment is the least effective training method.In fact, it's been proven that in most cases dogs don't even know why they're being punished.The truth is, you don't need to use abusive, slow, and ineffective house training methods ever again. You're about to learn how you can house train your puppy quickly and easily, without any yelling, hitting or stressing you and your pup.Imagine being able to housebreak your puppy in as little as 7 days. You'll be able to soon, and it doesn't matter what breed you have or how "stubborn" it is. Here Is A Preview Of What You'll Learn...
Why punishment-based training could leave you with the very opposite results that you are looking for in your pup.
7 must-know tips to getting your puppy potty-trained quickly and painlessly
Why housebreaking your pup wrong teaches can teach him to be sneaky and do his business behind furniture.
Why your pup uses the bathroom inside after you just took him outside
How to avoid the 5 BIGGEST puppy potty training pitfalls.
Why your pup still sometimes has accidents after he's trained and what to do about it
The secret behind successful positive reinforcement training
Much, much more!
Download your copy today!