Learning JavaScript


Shelley Powers - 2006
    JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led to the rise of Ajax -- the latest rage in web development that allows developers to create powerful and more responsive applications in the browser window."Learning JavaScript" introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you'll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you'll even be able to create a basic Ajax application.

CK-12 Basic Physics


CK-12 Foundation - 2012
    Objects in harmonic motion have the ability to transfer some of their energy over large distances. Light Nature: This chapter covers the nature of light, polarization, and color.

Traditions Of The North American Indians, Vol. 1 (Of 3)


James Athearn Jones - 2008
    You may find it for free on the web. Purchase of the Kindle edition includes wireless delivery.

Essentials of Statistics


Mario F. Triola - 2001
    What do you want to learn? Discover the Power of Real Data Mario Triola remains the market-leading statistics author by engaging readers of each edition with an abundance of real data in the examples, applications, and exercises. Statistics is all around us, and Triola helps readers understand how this course will impact their lives beyond the classroom–as consumers, citizens, and professionals. Essentials of Statistics, Fourth Edition is a more economical and streamlined introductory statistics text. Drawn from Triola’s Elementary Statistics, Eleventh Edition, this text provides the same student-friendly approach with material presented in a real-world context. The Fourth Edition contains more than 1,700 exercises (18% more than the previous edition); 89% are new and 81% use real data. The book also contains hundreds of examples; 86% are new and 92% use real data. By analyzing real data, readers are able to connect abstract concepts to the world at large, teaching them to think statistically and apply their conceptual understanding using the same methods that professional statisticians employ. Datasets and other resources (where applicable) for this book are available here.

Time Management for System Administrators: Stop Working Late and Start Working Smart


Thomas A. Limoncelli - 2005
    No other job pulls people in so many directions at once. Users interrupt you constantly with requests, preventing you from getting anything done. Your managers want you to get long-term projects done but flood you with reques ... Available here:readmeaway.com/download?i=0596007833Time Management for System Administrators: Stop Working Late and Start Working Smart PDF by Thomas A. LimoncelliRead Time Management for System Administrators: Stop Working Late and Start Working Smart PDF from O'Reilly Media,Thomas A. LimoncelliDownload Thomas A. Limoncelli’s PDF E-book Time Management for System Administrators: Stop Working Late and Start Working Smart

Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users


Christopher Negus - 2007
    Try out more than 1,000 commands to find and get software, monitor system health and security, and access network resources. Then, apply the skills you learn from this book to use and administer desktops and servers running Ubuntu, Debian, and KNOPPIX or any other Linux distribution.

Hibernate in Action


Christian Bauer - 2004
    Why is this open-source tool so popular? Because it automates a tedious task: persisting your Java objects to a relational database. The inevitable mismatch between your object-oriented code and the relational database requires you to write code that maps one to the other. This code is often complex, tedious and costly to develop. Hibernate does the mapping for you.Not only that, Hibernate makes it easy. Positioned as a layer between your application and your database, Hibernate takes care of loading and saving of objects. Hibernate applications are cheaper, more portable, and more resilient to change. And they perform better than anything you are likely to develop yourself."Hibernate in Action" carefully explains the concepts you need, then gets you going. It builds on a single example to show you how to use Hibernate in practice, how to deal with concurrency and transactions, how to efficiently retrieve objects and use caching.The authors created Hibernate and they field questions from the Hibernate community every day-they know how to make Hibernate sing. Knowledge and insight seep out of every pore of this book."What's Inside"- ORM concepts- Getting started- Many real-world tasks- The Hibernate application development process

Angel Words: Visual Evidence of How Words Can Be Angels in Your Life


Doreen Virtue - 2010
    So they experimented with saying negative words and found that their appearance was completely different: tight and small.Similar to Masaru Emoto’s work with water crystals, Angel Words gives visual proof of the power and impact of speaking in a loving way. You’ll come to understand why positive words express the most energy and therefore have the most power to manifest your dreams. You'll also see how negative words have low energy and read how they can actually draw negative experiences to you.This unforgettable book will immediately motivate you to choose positive words!

How Linux Works: What Every Superuser Should Know


Brian Ward - 2004
    Some books try to give you copy-and-paste instructions for how to deal with every single system issue that may arise, but How Linux Works actually shows you how the Linux system functions so that you can come up with your own solutions. After a guided tour of filesystems, the boot sequence, system management basics, and networking, author Brian Ward delves into open-ended topics such as development tools, custom kernels, and buying hardware, all from an administrator's point of view. With a mixture of background theory and real-world examples, this book shows both "how" to administer Linux, and "why" each particular technique works, so that you will know how to make Linux work for you.

Truth or Dare (Playing with Fire Book 1)


Anne Conley - 2018
     Annette is trying not to get distracted by the sexy firefighter, but when her artistic retreat begins in disaster, Jude’s playing the hero she can’t ignore. Suddenly, her artwork is completely changed with Jude’s exquisite lines transforming her landscapes. Up until now, their life was like a notebook full of doodles, but it’s turning into a full-fledged art showing, and neither of them know how to deal with the embers of desire when they ignite into flames.

Cooking for Geeks: Real Science, Great Cooks, and Good Food


Jeff Potter - 2007
    Author and cooking geek Jeff Potter helps you apply curiosity, inspiration, and invention to the food you prepare. Why do we bake some things at 350°F / 175°C and others at 375°F / 190°C? Why is medium-rare steak so popular? And just how quickly does a pizza cook if you “overclock” an oven to 1,000°F / 540°C? This expanded new edition provides in-depth answers, and lets you experiment with several labs and more than 100 recipes— from the sweet (a patent-violating chocolate chip cookie) to the savory (pulled pork under pressure).When you step into the kitchen, you’re unwittingly turned into a physicist and a chemist. This excellent and intriguing resource is for inquisitive people who want to increase their knowledge and ability to cook.• Discover what type of cook you are and learn how to think about flavor• Understand how protein denaturation, Maillard reactions, caramelization, and otherreactions impact the foods we cook• Gain firsthand insights from interviews with researchers, food scientists, knife experts, chefs, and writers—including science enthusiast Adam Savage, chef Jaques Pépin, and chemist Hervé This

The Algorithm Design Manual


Steven S. Skiena - 1997
    Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.

Word Up! How to Write Powerful Sentences and Paragraphs (And Everything You Build from Them)


Marcia Riefer Johnston - 2013
    It’s an eclectic collection of essays, more inspiration guide than style guide, complete with three indexes and a satisfyingly chunky glossary of terms related to grammar and usage. Word Up! does what too few books on writing do: it practices while preaching, shows while telling, uses powerful writing to talk about powerful writing.Do you read as much for pleasure as for information? Do you teach or study the craft of writing? If so, this book belongs on your shelf.

Photoshop Compositing Secrets: Unlocking the Key to Perfect Selections & Amazing Photoshop Effects for Totally Realistic Composites


Matt Kloskowski - 2011
    Everywhere you look, from group photos, to school graduation or sports portraits, to magazines, movie posters, and DVD covers, chances are, you ve seen compositing. In "Photoshop Compositing Secrets," Matt Kloskowski takes you through the entire process behind creating convincing, well-executed, and captivating composites. You ll see how to create images that run the gamut from real-world portraits for corporate, graduation, or group photos to sports portraits, templates, and collages, and even the surreal, dramatic composites that clients clamor for. You'll learn: One of the most important secrets to compositing: how to master selections in Photoshop (yes, even wispy hair), What background color, and camera and lighting setups work best for compositing, How to move a subject from one background to another, and the Photoshop lighting and shadowing techniques to make it look real, And all the Photoshop tips, tricks, and special effects you need to pull off a convincing, professional composite. No matter if you're a professional, an aspiring professional, or a hobbyist, "Photoshop Compositing Secrets "will sharpen your skills and open up a whole new avenue of photographic expression in an easy-to-understand way that will have you creating your own composites in no time.

The Psychology of Computer Programming


Gerald M. Weinberg - 1971
    Weinberg adds new insights and highlights the similarities and differences between now and then. Using a conversational style that invites the reader to join him, Weinberg reunites with some of his most insightful writings on the human side of software engineering.Topics include egoless programming, intelligence, psychological measurement, personality factors, motivation, training, social problems on large projects, problem-solving ability, programming language design, team formation, the programming environment, and much more.Dorset House Publishing is proud to make this important text available to new generations of programmers -- and to encourage readers of the first edition to return to its valuable lessons.