Business Driven Information Systems


Paige Baltzan - 2006
    The premise for this unique approach is that business initiatives should drive technology choices. Every discussion first addresses the business needs and then addresses the technology that supports those needs. This text provides the foundation that will enable students to achieve excellence in business, whether they major in operations management, manufacturing, sales, marketing, finance, human resources, accounting, or virtually any other business discipline. Business Driven Information Systems is designed to give students the ability to understand how information technology can be a point of strength for an organization.

Objects First with Java: A Practical Introduction Using BlueJ


David J. Barnes - 2002
    It takes a truly objects first approach to teaching problem solving using Java. These are complicated concepts so the book uses the development environment BlueJ to help the student's understanding. BlueJ has a strong emphasis on visualization and interaction techniques, and allows the students to manipulate objects and call methods as a first exercise. BlueJ is free and freely available, and has been developed specifically for teaching. The book is loaded with projects so that the student can really get a grip on actually solving problems; and it takes a spiral approach , introducing a topic in a simple context early on, then revisiting it later in the book to deepen understanding. It also comes with a CD containing JDK, BlueJ, a BlueJ tutorial and code for all the projects. The website contains style guide for all examples, PowerPoints for lecturers and also a Solutions Manual.

Research Methods for the Behavioral Sciences


Frederick J. Gravetter - 2002
    Gravetter, and co-author Lori-Ann B. Forzano have written a text for research methods that helps you see how interesting and exciting experimental and non-experimental research can be. Inviting and conversational, RESEARCH METHODS FOR THE BEHAVIORAL SCIENCES, Third Edition, leads you through the research process from start to finish. The text opens with tips and strategies for generating research ideas, moves to selecting measures and participants, and then offers an examination of research strategy and design. This step-by-step approach emphasizes the decisions researchers must make at each stage of the process. The authors avoid a "cookbook" approach to the facts by linking terminology with applied concepts; their "lecture in a book" style emphasizes discussion and explanation of topics. Each chapter ends with a set of exercises and activities.

Research Methods in Psychology: Evaluating a World of Information


Beth Morling - 2011
    Therefore, while students still learn the skills necessary to design research, the book emphasizes the quantitative reasoning skills students need to become systematic and critical consumers of information. Examples from a variety of sources capture students' interest, and the innovative pedagogical framework ensures that students will retain and be able to apply what they learn.

Cell and Molecular Biology: Concepts and Experiments


Gerald Karp - 1979
    The sixth edition explores core concepts in considerable depth and presents experimental detail when it helps to explain and reinforce the concepts. The majority of discussions have been modified to reflect the latest changes in the field. The book also builds on its strong illustration program by opening each chapter with “VIP” art that serves as a visual summary for the chapter. Over 60 new micrographs and computer-derived images have been added to enhance the material. Biologists benefit from these changes as they build their skills in making the connection. Doody Review Services Reviewer: Bruce A. Fenderson, PhD(Thomas Jefferson University) Description: The author expertly organizes, explains, and illustrates the chemical and cellular basis of life on Earth in this comprehensive and exciting introduction to cell and molecular biology. The 18 fascinating chapters cover topics ranging from control of gene expression to mechanisms of immune response. There is even a chapter on laboratory techniques. The focus of the book is on biological chemistry, with an emphasis on core concepts and experimental approaches. Purpose: The purpose is to provide a textbook for an introductory course in cell and molecular biology. The author hopes that students will visualize a world filled with "giant molecules and minuscule structures" that constitute the chemistry of life. He encourages students to consider the evidence that is presented to support a biological model, think of alternate explanations, and plan experiments that may lead to new hypotheses. One of the author's goals is to help students develop their independent, critical-thinking skills. Audience: This is an excellent companion textbook for undergraduate and graduate-level courses in cell and molecular biology. It is written for students across a wide range of life science disciplines

PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide


Larry Ullman - 2003
    This work provides instructions, scripts, and tips to guide readers for grounding with discussions of the scripting language (PHP) and then the database program (MySQL).

Personal Finance


Jack R. Kapoor - 1991
    Financial planning for life -- from career strategies and consumer credit to investments and taxes to retirement and estate planning -- this handbook covers everything for making those all-important decisions.

Understanding Psychology


Robert S. Feldman - 1987
    The mission of this extensively revised new edition is to foster student empowerment by giving students the tools they need to master the content of psychology, to think critically about student phenomenon, and to build an appreciation for how psychology can increase their understanding of the world around them. A key aspect of the revision is the incorporation of Robert Feldman's P.O.W.E.R. Learning System into the book and ancillary package. Based on empirical research carried out by learning researchers, the P.O.W.E.R. framework is a systematic approach to learning and studying based on five key steps (Prepare, Organize, Work, Evaluate, and Rethink) that aids the acquisition and retention of new material.

Auditing and Assurance Services: An Integrated Approach


Alvin A. Arens - 1984
    For the core Auditing course for accounting majors, this text contains topics that appear as they would during the audit planning and execution stage rather than as isolated pieces of information.

Essentials of Investments [with Standard & Poor's Bind-In Card & CD-ROM]


Zvi Bodie - 1992
    The authors have eliminated unnecessary mathematical detail and concentrate on the intuition and insights that will be useful to practitioners throughout their careers as new ideas and challenges emerge from the financial marketplace. Essentials maintains the theme of asset allocation (authors discuss asset pricing and trading then apply these theories to portfolio planning in real-world securities markets that are governed by risk/return relationships).

Network Security Essentials: Applications and Standards


William Stallings - 1999
    Covers e-mail security, IP security, Web security, and network management security. Includes a concise section on the discipline of cryptography-covering algorithms and protocols underlying network security applications, encryption, hash functions, digital signatures, and key exchange. For system engineers, engineers, programmers, system managers, network managers, product marketing personnel, and system support specialists.

Introduction to Mineralogy


William D. Nesse - 1999
    It presents the important traditional content of mineralogy including crystallography, chemical bonding, controls on mineral structure, mineral stability, and crystal growth to provide a foundation that enables students to understand the nature and occurrence of minerals. Physical, optical, and X-ray powder diffraction techniques of mineral study are described in detail, and common chemical analytical methods are outlined as well. Detailed descriptions of over 100 common minerals are provided, and the geologic context within which these minerals occur is emphasized. Appendices provide tables and diagrams to help students with mineral identification, using both physical and optical properties. Numerous line drawings, photographs, and photomicrographs help make complex concepts understandable. Introduction to Mineralogy not only provides specific knowledge about minerals but also helps students develop the intellectual tools essential for a solid, scientific education. This comprehensive text is useful for undergraduate students in a wide range of mineralogy courses.

Game Programming Patterns


Robert Nystrom - 2011
    Commercial game development expert Robert Nystrom presents an array of general solutions to problems encountered in game development. For example, you'll learn how double-buffering enables a player to perceive smooth and realistic motion, and how the service locator pattern can help you provide access to services such as sound without coupling your code to any particular sound driver or sound hardware. Games have much in common with other software, but also a number of unique constraints. Some of the patterns in this book are well-known in other domains of software development. Other of the patterns are unique to gaming. In either case, Robert Nystrom bridges from the ivory tower world of software architecture to the in-the-trenches reality of hardcore game programming. You'll learn the patterns and the general problems that they solve. You'll come away able to apply powerful and reusable architectural solutions that enable you to produce higher quality games with less effort than before. Applies classic design patterns to game programming. Introduces new patterns specific to game programming. Brings abstract software architecture down to Earth with approachable writing and an emphasis on simple code that shows each pattern in practice. What you'll learn Overcome architectural challenges unique to game programming Apply lessons from the larger software world to games. Tie different parts of a game (graphics, sound, AI) into a cohesive whole. Create elegant and maintainable architecture. Achieve good, low-level performance. Gain insight into professional, game development. Who this book is forGame Programming Patterns is aimed at professional game programmers who, while successful in shipping games, are frustrated at how hard it sometimes is to add and modify features when a game is under development. Game Programming Patterns shows how to apply modern software practices to the problem of game development while still maintaining the blazing-fast performance demanded by hard-core gamers. Game Programming Patterns also appeals to those learning about game programming in their spare time. Hobbyists and aspiring professionals alike will find much to learn in this book about pathfinding, collision detection, and other game-programming problem domains.

Fundamentals of Abnormal Psychology [with CD-ROM]


Ronald J. Comer - 1994
    Expanded multicultural coverage including new sociocultural landscape boxes Expanded coverage of key disorders and topics such as Borderline Personality Disorder, Conduct Disorder, ADHD, Pervasive Developmental Disorders like Asperger s DisorderExpanded coverage of prevention and of the promotion of mental healthUpdated coverage of recent theories, research, and events including thousands of new references from the years 2004-2006, as well as hundreds of new photos, tables, and figures.

Java 2: The Complete Reference


Herbert Schildt - 2000
    This book is the most complete and up-to-date resource on Java from programming guru, Herb Schildt -- a must-have desk reference for every Java programmer.