Book picks similar to
Fundamentals of Structural Dynamics by Roy R. Craig


reference
work
engineering-books
engineering-req-d-reading

Self Leadership and the One Minute Manager: Gain the mindset and skillset for getting what you need to succeed


Kenneth H. Blanchard - 2018
    During a series of talks with a gifted magician named Cayla, Steve comes to realize the power of taking responsibility for his situation and not playing the victim. Passing along the knowledge she has learned from The One Minute Manager, Cayla teaches Steve the three tricks of self leadership. These three techniques not only empower him to keep his job, but give him the skills he needs to keep growing, learning, and achieving.The primary message of SELF-LEADERSHIP AND THE ONE MINUTE MANAGER is that power, freedom, and autonomy come from having the right mindset and the skills needed to take personal responsibility for success.

The World Almanac and Book of Facts 2015


World Almanac - 2014
    Published annually since 1868, this compendium of information is the authoritative source for all your entertainment, reference, and learning needs. The 2015 edition of The World Almanac reviews the events of 2014 and will be your go-to source for any questions on any topic in the upcoming year. Praised as a ''treasure trove of political, economic, scientific and educational statistics and information'' by The Wall Street Journal, The World Almanac® contains thousands of facts that are unavailable publicly elsewhere. The World Almanac® and Book of Facts will answer all of your trivia needs—from history and sports to geography, pop culture, and much more. Features include:• The Year in Review: The World Almanac® takes a look back at 2014 while providing all the information you'll need in 2015. • 2014—Top 10 News Topics: The editors of The World Almanac® list the top stories that held their attention in 2014. • 2014—Election Results: Complete state-by-state results from 2014 midterm elections. • 2014—Year in Sports: Hundreds of pages of trivia and statistics that are essential for any sports fan, featuring complete coverage of the Men's World Cup in Brazil, 2014 World Series, Winter Olympic Games in Sochi, and much more. • 2014—Year in Pictures: Striking full-color images from around the world in 2014, covering news, entertainment, science, and sports. • World Almanac Editors' Picks: Time Capsule: The World Almanac® lists the items that most came to symbolize the year 2014, from news and sports to pop culture. • Offbeat News Stories: The World Almanac® editors found some of the strangest news stories of the year. • The World at a Glance: This annual feature of The World Almanac® provides a quick look at the surprising stats and curious facts that define the changing world today. • American Veterans: A Statistical Feature: After a year in which the performance of the U.S. Department of Veterans Affairs came under scrutiny, this statistical feature reveals important information on the health, employment, education, and future prospects of American veterans. • Health Care Statistics: Details about U.S. health care policy, including ongoing implementation of health care reform and the first statistics on federal and state health insurance marketplace enrollment, consumer costs, and much more. • World Almanac® Editors' Picks: Most Controversial Sports Team Owners: From Walter O’Malley to George Steinbrenner to Donald Sterling, the owners of sports teams have the power to change the game. The editors of The World Almanac® choose the most controversial franchise owners of past and present pro sports. • and much more.

The Twelve-Factor App


Adam Wiggins - 2012
    The twelve-factor app is a methodology for building software-as-a-service apps that: - Use declarative formats for setup automation, to minimize time and cost for new developers joining the project; - Have a clean contract with the underlying operating system, offering maximum portability between execution environments; - Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration; - Minimize divergence between development and production, enabling continuous deployment for maximum agility; - And can scale up without significant changes to tooling, architecture, or development practices.The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).

The Practical Pocket Guide to Account Planning


Chris Kocek - 2013
    Filled with real world examples, amusing anecdotes, and useful techniques for getting to better insights, The Practical Pocket Guide provides a clear path for how Account Planners can collaborate with Creatives to produce great work that is insightful, engaging, and culturally infectious. Whether you're a Client, a Creative, an Account Manager, or an aspiring Account Planner, this book will help you understand how Planners think and what great Planning can really do.

LEGO® Architecture: The Visual Guide


Philip Wilkinson - 2014
    Beautifully illustrated and annotated, this visual guide allows you to explore the LEGO team's creative process in building and understand how LEGO artists translated such iconic buildings into these buildable LEGO sets.Stunning images and in-depth exploration of the real buildings like the Guggenheim™ or the Empire State Building, on which the LEGO Architecture series is based, provide you with a comprehensive look at the creation of these intricate sets. Learn why the LEGO team chose certain pieces and what particular challenges they faced. Read about the inspiration behind the creative processes and what designing and building techniques were used on various sets.Featuring profiles of the LEGO artists and builders who created the series and packaged in a sleek protective slipcase, LEGO Architecture: The Visual Guide is the ultimate illustrated tour of the LEGO Architecture series in all its micro-scale detail.Reviews:"Lego enthusiasts will welcome this remarkable chronological accounting," and the Journal gives the following "VERDICT: Perfect for Lego fans and a great way to transition inquisitive young minds from toys to books." - Library Journal"[I]t is a celebration of the LEGO models as much as it is a celebration of the original buildings." - A Daily Dose of Architecture"A fascinating look into the world's iconic buildings and structures... and the LEGO sets that celebrate them." - GeekDad

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

Modern Database Management


Jeffrey A. Hoffer - 1994
    Intended for professional development programs in introductory database management.

Fundamentals Of Digital Circuits


A. Anand Kumar - 2009
    It is well balanced between theory and practice and covers topics from binary numbers and logic gates to K-maps, variable mapping, counter design etc. Each chapter includes several worked out examples to give studentsa thorough grouding in related design concepts

Fundamentals of Engineering Heat and Mass Transfer


R.C. Sachdeva - 2009
    The book underlines the objective of the understanding of the physical phenomena involved and the ability to formulate and to solve typical problems. With a view to help in better understanding of the phenomena of mass transfer, an effort has also been made to identify the similarities in both qualitative and quantitative approach between heat and mass transfer.The subject matter has been developed from scratch to a sufficiently advanced stage in a logical and coherent manner with neat illustrations and solved examples. Problems and solutions appended to each chapter should further help for better comprehension of the subjects. Properly designed experiments included in the book should further help in the teaching of basic principles.

TCP/IP Protocol Suite


Behrouz A. Forouzan - 1999
    TCP/IP Protocol Suite teaches students and professionals, with no prior knowledge of TCP/IP, everything they need to know about the subject. This comprehensive book uses hundreds of figures to make technical concepts easy to grasp, as well as many examples, which help tie the material to the real-world. The second edition of TCP/IP Protocol Suite has been fully updated to include all of the recent technology changes in the field. Many new chapters have been added such as one on Mobile IP, Multimedia and Internet, Network Security, and IP over ATM. Additionally, out-of-date material has been overhauled to reflect recent changes in technology.

Advanced Engineering Mathematics


K.A. Stroud - 2003
    You proceed at your own rate and any difficulties you may encounter are resolved before you move on to the next topic. With a step-by-step programmed approach that is complemented by hundreds of worked examples and exercises, Advanced Engineering Mathematics is ideal as an on-the-job reference for professionals or as a self-study guide for students.Uses a unique technique-oriented approach that takes the reader through each topic step-by-step.Features a wealth of worked examples and progressively more challenging exercises.Contains Test Exercises, Learning Outcomes, Further Problems, and Can You? Checklists to guide and enhance learning and comprehension.Expanded coverage includes new chapters on Z Transforms, Fourier Transforms, Numerical Solutions of Partial Differential Equations, and more Complex Numbers.Includes a new chapter, Introduction to Invariant Linear Systems, and new material on difference equations integrated into the Z transforms chapter.

Programming Entity Framework


Julia Lerman - 2009
    "Programming Entity Framework, 1st Edition" offers experienced developers a thorough introduction to Microsoft's core framework for modeling and interacting with data in .NET applications. This hands-on tour provides a deep understanding of Entity Framework's architecture and APIs, and explains how to use the framework in a variety of applications built with Visual Studio 2008 and .NET 3.5.From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this highly acclaimed first edition covers it all.Understand the core concepts you need to make the best use of the Entity Framework (EF) in your applicationsLearn to query your data, using either LINQ to Entities or Entity SQLCreate Windows Forms, WPF, and ASP.NET applicationsBuild ASMX web services and WCF servicesUse Object Services to work directly with your entity objectsDelve into model customization, relationship management, change tracking, data concurrency, and moreOne important note: while many of the lessons from this book will continue to be valuable as you move to .NET 4, the thoroughly revised second edition of "Programming Entity Framework" (August 2010) specifically targets Visual Studio 2010 and .NET 4 -- where there have been many advancements and additions to the framework.

The Microsoft Data Warehouse Toolkit: With SQL Server 2008 R2 and the Microsoft Business Intelligence Toolset


Joy Mundy - 2006
    In this new edition, the authors explain how SQL Server 2008 R2 provides a collection of powerful new tools that extend the power of its BI toolset to Excel and SharePoint users and they show how to use SQL Server to build a successful data warehouse that supports the business intelligence requirements that are common to most organizations. Covering the complete suite of data warehousing and BI tools that are part of SQL Server 2008 R2, as well as Microsoft Office, the authors walk you through a full project lifecycle, including design, development, deployment and maintenance.Features more than 50 percent new and revised material that covers the rich new feature set of the SQL Server 2008 R2 release, as well as the Office 2010 release Includes brand new content that focuses on PowerPivot for Excel and SharePoint, Master Data Services, and discusses updated capabilities of SQL Server Analysis, Integration, and Reporting Services Shares detailed case examples that clearly illustrate how to best apply the techniques described in the book The accompanying Web site contains all code samples as well as the sample database used throughout the case studies The Microsoft Data Warehouse Toolkit, Second Edition provides you with the knowledge of how and when to use BI tools such as Analysis Services and Integration Services to accomplish your most essential data warehousing tasks.

The Zen of Fundraising: 89 Timeless Ideas to Strengthen and Develop Your Donor Relationships


Ken Burnett - 2006
    If all that has ever been said and written about the art and science of fundraising could be distilled down to just what really matters--what fundraisers everywhere need to know--there would be only a small number of true gems deserving of the description, "nuggets of information." Leading international fundraiser Ken Burnett, author of the classic Relationship Fundraising, has identified and defined 89 such nuggets which he presents here as The Zen of Fundraising, a fun read, one-of-a-kind look into what makes donors tick and-more importantly-what makes them give.

Case in Point 10: Complete Case Interview Preparation


Marc P. Cosentino - 2018
    He takes you inside a typical interview by exploring the various types of case questions, and he shares with you the acclaimed Ivy Case System. It will give you the confidence to answer even the most sophisticated cases. The book includes dozens of strategy cases, with case starts exercises, 21 ways to cut costs -- plus a special section on Federal and nonprofit cases.!