MCSA/MCSE Self-Paced Training Kit (Exam 70-290): Managing and Maintaining a Microsoft Windows Server 2003 Environment


Dan Holme - 2003
    As you d expect, there s accurate, clearly written coverage of every exam objective (now including Service Pack 1): installation and configuration; user, group, and computer accounts; filesystems and backup/recovery; hardware, disk storage, and printers; Update Services and licensing; monitoring, and more. The content s been extensively revamped and more effectively focused on the exam s objectives. There s also a large Prepare for the Test section packed with questions, answers, testing skills, and suggested practices. You ll find more case studies, more troubleshooting scenarios, electronic practice testing in practically any form your heart desires, and (if you don t have Windows Server handy) a 120-day evaluation version. There s even a 15% discount coupon for your exam -- making this package an even more compelling proposition. Bill Camarda, from the June 2006 href="http://www.barnesandnoble.com/newslet... Only

Anyone Can Learn Watercolor Journaling - Yes, You!: Easy Techniques for Drawing and Painting


Jolyn Parker - 2015
    No need to wait until you’ve had hours of training or years of practice to enjoy watercolor journaling. In this book you will learn how to: Recapture the natural joy of art experienced in early childhood Create colorful travel journals that will become treasured souvenirs and a delight to share Overcome the resistance of your inner critic that says you can’t draw or paint Here’s what people are saying about Anyone Can Learn Watercolor Journaling—Yes, You! “This book is both an educational and delightful read.”—Sharan Devoto “I love the sketches in this book and appreciate the easy instructions that go along with them.”—Karen Bates “What a fun and easy-to-read book. Makes it simple to add a bit of creativity to a journal.”—Soo Hyun Han NOTE: This book is NOT for the experienced artist. It is intended only for people who want to learn VERY basic techniques for drawing and painting.

Oil Painting Secrets From a Master


Linda Cateura - 1984
    This is such a book. For more than two years, Linda Cateura has pursued teacher / artist David A. Leffel, notebook in hand, as he critiqued the work of students. Linda Cateura's succinct notes capture his insights, philosophy, painting hints, and general comments.Leffel's classic, painterly, twentieth-century old master style, much in the manner of Rembrandt or Chardin, affords ample illustration of the ideas expressed - through his many paintings, details, demonstrations, and diagrams, almost all in color.No matter what your level of ability, there is something here to apply to your own work, ideas that will cause you to rething your own ways of painting, hints to save you effort, or solutions to persistent painting problems.

The Complete Idiot's Guide to Geocaching


Geocaching.com - 2004
    In this edition, two new tools of the game-Waymarking and Wherigo-are included. ? The Geocaching website, which began operating in 2000 and is owned by Groundspeak, Inc., is the first and currently the largest website devoted to Geocaching ? Today, well over 800,000 geocaches are registered on various websites devoted to the pastime ? Geocaches are currently placed in over 100 countries around the world and on all seven continents, including Antarctica

The Scrum Master Training Manual: A Guide to the Professional Scrum Master (PSM) Exam


Nader K. Rad - 2015
    It’s helpful for learning Agile and Scrum, and also for a basic preparation for the PSM I exam (Professional Scrum Master level 1). It can also act as a simple reference for Scrum practitioners.

Backyard Sugarin': A Complete How-To Guide


Rink Mann - 2006
    Like the previous editions, this one tells you how you can make maple syrup right in your own backyard without having to build a sap house or buy buckets, holding tanks, evaporators and other expensive paraphernalia. Provides detailed "how-to" information, and makes some new and noteworthy revelations-including tips sugarers across the country have shared with the author.

C# 4.0 in a Nutshell


Joseph Albahari - 2010
    It is a book I recommend." --Scott Guthrie, Corporate Vice President, .NET Developer Platform, Microsoft Corporation "A must-read for a concise but thorough examination of the parallel programming features in the .NET Framework 4." --Stephen Toub, Parallel Computing Platform Program Manager, Microsoft "This wonderful book is a great reference for developers of all levels." -- Chris Burrows, C# Compiler Team, Microsoft When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You'll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. This book has all the essential details to keep you on track with C# 4.0. Get up to speed on C# language basics, including syntax, types, and variables Explore advanced topics such as unsafe code and preprocessor directives Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters Work with .NET 4's rich set of features for parallel programming, code contracts, and the code security model Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability

Data Structures Using C and C++


Yedidyah Langsam - 1995
     Covers the C++ language, featuring a wealth of tested and debugged working programs in C and C++. Explains and analyzes algorithms -- showing step- by-step solutions to real problems. Presents algorithms as intermediaries between English language descriptions and C programs. Covers classes in C++, including function members, inheritance and object orientation, an example of implementing abstract data types in C++, as well as polymorphism.

Stylin' with CSS: A Designer's Guide


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

Simple Fly Fishing: Techniques for Tenkara and Rod and Reel


Yvon Chouinard - 2014
    This book reveals that the best way to catch trout is simply, with a rod and a fly and not much else. The wisdom in this book comes from a simpler time, when the premise was: the more you know, the less you need. It teaches the reader how to discover where the fish are, at what depth, and what they are feeding on. Then it describes the techniques needed to present a fly at that depth, make it look lifelike, and hook the fish. With chapters on wet flies, nymphs, and dry flies, its authors employ both the tenkara rod as well as regular fly fishing gear to cover all the bases. Illustrated by renowned fish artist James Prosek, with inspiring photographs and stories throughout, Simple Fly Fishing reveals the secrets and the soul of this captivating sport. Winner, Guidebooks, Banff Mountain Book Competition 2014

Java Concurrency in Practice


Brian Goetz - 2005
    Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

CreateSpace & Kindle Self-Publishing Masterclass: The Step-By-Step Author's Guide to writing, Publishing and Marketing Your Books on Amazon


Rick Smith - 2013
    You need a System. Step-By-Step - Amazon's Paperback and E-Book Publishing Systems Explained In CreateSpace and Kindle Self-Publishing Masterclass, top-selling independent author Rick Smith demonstrates a logical, step-by-step system which new Authors can use to succeed. This book will fast-track you through the Jungle! Writing, Publishing, and Marketing Your Books Here you'll find the truth about what to write and how to get it finished. You'll learn the 16 Golden Rules for Successful Amazon Authors. You'll be shown the important things that must be done correctly, and the other stuff which just slows you down. Why you should publish both Paperback and Kindle formats Why you should always do Createspace first What are the best software tools for organisation, creativity, and productivity How to create or source amazing low-cost Covers that drive your sales How to build world-class Sales Pages on Amazon's storefront, with no technical skills required In fact, everything you'll need to take your book to market. Marketing 101 for New Independent Authors You’ll also discover the right moves to achieve commercial success for your book; Where to find your first willing customers who'll kick-off your sales The importance of Reviews and how to get genuine customers to write them Using the right Keyword tactics to get your book onto Page 1 in Amazon's Category Search How to price, track, and promote your book, and when to write the next one Brand New Chapters on Kindle Unlimited, Countdown Deals, and Pre-Order, the powerful new Amazon Marketing Programs As you follow these step-by-step instructions you'll quickly learn everything you need to know in order to start a new career as an Independent Self-Published Author. Along the way, you'll acquire a few Secret Weapons that could propel your book to it's Category's Top-Row, where every author wants to be and every potential buyer can see you. Publishing your first book is the ride of your life; get it right first time!Rick Smith is an independent Author and Publisher on Amazon, with multiple Top-Ten books in their categories, and numerous Best Seller badges. Click on “Look Inside” to Find Out Much More!

Nmap Cookbook: The Fat-free Guide to Network Scanning


Nicholas Marsh - 2010
    Every Nmap feature is covered with visual examples to help you quickly understand and identify proper usage for practical results.Topics covered include:* Installation on Windows, Mac OS X, Unix/Linux platforms* Basic and advanced scanning techniques* Network inventory and security auditing* Firewall evasion techniques* Zenmap - A graphical front-end for Nmap* NSE - The Nmap Scripting Engine* Ndiff - A Nmap scan comparison utilitySimplified coverage of Nmap 5.00 features.

Project Arcade: Build Your Own Arcade Machine [With CDROM]


John St. Clair - 2004
    Construct joysticks, buttons, and trackballs; build the console and cabinet; install and configure the software; crank up the speakers; and wham Step across the time-space continuum and enjoy all those classic games, plus dozens of new ones, whenever you like. Start Here 1. Plan for your space and budget2. Design and build the cabinet3. Construct the controllers4. Build the console5. Pick an old game's brain6. Install the emulator7. Convince a PC it's a game8. Connect a monitor and speakers9. Add a marquee10. GO PLAY Includes diagrams, detailed instructions, essential software, and more CD-ROM Includes* Complete cabinet plans and diagrams* MAME32 software* Paint Shop Pro? evaluation version* Links to hundreds of arcade cabinet projects

CISSP Study Guide


Eric Conrad - 2010
    The exam is designed to ensure that someone who is handling computer security in a company has a standardized body of knowledge. The book is composed of 10 domains of the Common Body of Knowledge. In each section, it defines each domain. It also provides tips on how to prepare for the exam and take the exam. It also contains CISSP practice quizzes to test ones knowledge. The first domain provides information about risk analysis and mitigation. It also discusses security governance. The second domain discusses different techniques for access control, which is the basis for all the security disciplines. The third domain explains the concepts behind cryptography, which is a secure way of communicating that is understood only by certain recipients. Domain 5 discusses security system design, which is fundamental for operating the system and software security components. Domain 6 is a critical domain in the Common Body of Knowledge, the Business Continuity Planning, and Disaster Recovery Planning. It is the final control against extreme events such as injury, loss of life, or failure of an organization. Domains 7, 8, and 9 discuss telecommunications and network security, application development security, and the operations domain, respectively. Domain 10 focuses on the major legal systems that provide a framework in determining the laws about information system.