Book picks similar to
Microsoft Access Data Analysis by Michael Alexander


computers
analysis
non-fiction
programming-computer

Pro ASP.NET MVC 3 Framework


Adam Freeman - 2011
    It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4-->--> In this third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourselfand put your best-learned theory into practice.-->--> The book's authors -->Steve Sanderson--> and -->Adam Freeman--> have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands. -->What you'll learn-->Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC Explore the entire ASP.NET MVC Framework See how MVC and test-driven development work in action Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC Learn about the latest security and deployment issues, including those related to IIS 7 -->Who this book is for-->This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 3 Framework. -->Table of Contents-->Part 1--> 1. The Big Idea--> 2. Getting Ready --> 3. Your First MVC Application--> 4. The MVC Pattern--> 5. Essential Language Features--> 6. Essential Tools for MVC--> 7. SportsStore I A Real Application--> 8. SportsStore II Navigation & Cart--> 9. SportsStore III - Administration-->--> Part 2--> 10. Overview of MVC projects--> 11. URLs, Routing & Areas--> 12. Controllers & Actions--> 13. Filters--> 14. Controller Extensibility--> 15. Views--> 16. Model Templates--> 17. Model Binding--> 18. Model Validation--> 19. Unobtrusive Ajax--> 20. jQuery -->--> Part 3.--> 21. Security --> 22. Authentication & Authorization--> 23. Deployment

Commodork: Sordid Tales from a BBS Junkie


Rob O'Hara - 2006
    As suddenly as they gained popularity, they were made obsolete by the next big thing - a newfangled system called the Internet. Commodork: Sordid Tales from a BBS Junkie takes its readers on an exciting journey through the BBS era. Through the author's personal tales and adventures, readers will discover more about these amazing times and what it was like to grow up online. With tales of copyfests, BBS parties and random acts of online debauchery, those who were there will find themselves reminiscing, while those who weren't will enjoy learning about life ""before the 'net."" You know, back when we used to modem uphill, both ways in the snow.

Systems Analysis and Design


Gary B. Shelly - 1991
    Students will find concepts easy-to-understand through the clear writing style and full-color figures that illustrate current technology and trends. Examples and cases are drawn from actual systems projects that enable students to learn in the context of solving problems, much like the ones they will encounter on the job. This approach, combined with motivating tools such as the SCR Associates interactive Web-Based Case Study, Systems Analyst's Toolkit, the Student Study Tool on CD-ROM, and more, makes Systems Analysis and Design, Seventh Edition a wise and exciting choice for your introductory systems analysis and design class.

Why Software Sucks...and What You Can Do about It


David S. Platt - 2006
    . . . Put this one on your must-have list if you have software, love software, hate programmers, or even ARE a programmer, because Mr. Platt (who teaches programming) has set out to puncture the bloated egos of all those who think that just because they can write a program, they can make it easy to use. . . . This book is funny, but it is also an important wake-up call for software companies that want to reduce the size of their customer support bills. If you were ever stuck for an answer to the question, 'Why do good programmers make such awful software?' this book holds the answer."--John McCormick, Locksmith columnist, TechRepublic.com "I must say first, I don't get many computing manuscripts that make me laugh out loud. Between the laughs, Dave Platt delivers some very interesting insight and perspective, all in a lucid and engaging style. I don't get much of that either!"--Henry Leitner, assistant dean for information technology andsenior lecturer on computer science, Harvard University "A riotous book for all of us downtrodden computer users, written in language that we understand."--Stacy Baratelli, author's barber "David's unique take on the problems that bedevil software creation made me think about the process in new ways. If you care about the quality of the software you create or use, read this book."--Dave Chappell, principal, Chappell & Associates "I began to read it in my office but stopped before I reached the bottom of the first page. I couldn't keep a grin off my face! I'll enjoy it after I go back home and find a safe place to read."--Tsukasa Makino, IT manager "David explains, in terms that my mother-in-law can understand, why the software we use today can be so frustrating, even dangerous at times, and gives us some real ideas on what we can do about it."--Jim Brosseau, Clarrus Consulting Group, Inc. A Book for Anyone Who Uses a Computer Today...and Just Wants to Scream! Today's software sucks. There's no other good way to say it. It's unsafe, allowing criminal programs to creep through the Internet wires into our very bedrooms. It's unreliable, crashing when we need it most, wiping out hours or days of work with no way to get it back. And it's hard to use, requiring large amounts of head-banging to figure out the simplest operations.It's no secret that software sucks. You know that from personal experience, whether you use computers for work or personal tasks. In this book, programming insider David Platt explains why that's the case and, more importantly, why it doesn't have to be that way. And he explains it in plain, jargon-free English that's a joy to read, using real-world examples with which you're already familiar. In the end, he suggests what you, as a typical user, without a technical background, can do about this sad state of our software--how you, as an informed consumer, don't have to take the abuse that bad software dishes out.As you might expect from the book's title, Dave's expose is laced with humor--sometimes outrageous, but always dead on. You'll laugh out loud as you recall incidents with your own software that made you cry. You'll slap your thigh with the same hand that so often pounded your computer desk and wished it was a bad programmer's face. But Dave hasn't written this book just for laughs. He's written it to give long-overdue voice to your own discovery--that software does, indeed, suck, but it shouldn't.

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

The Quotable Runner: Great Moments of Wisdom, Inspiration, Wrongheadedness, and Humor


Mark Will-Weber - 1999
    It can’t help but improve your spirits and your running."—Runner’s WorldBy its very nature, running is extreme and pure, resulting in a great supply of extremely memorable quotes, jokes, barbs, and philosophical gems. The Quotable Runner gathers the best of these into one indispensable volume. Sir Roger Bannister compares running to classical drama. George Patton compares it to war. Bill Clinton finds it keeps him optimistic. And Oprah sums it up beautifully: "Running is the greatest metaphor for life, because you get out of it what you put into it."The Quotable Runner is like no other running book. Runners will read it again and again for inspiration, advice, and humor.

The Facebook Era: Tapping Online Social Networks to Build Better Products, Reach More People, and Sell More Stuff: Tap Online Social Networks to Build ... Reach More People, and Sell More Stuff


Clara Shih - 2009
    This book recognizes that we’ve come to a place where people can represent their real identity—both personal and professional—and use the social filters on the Web to connect with the world around them.” —Sheryl Sandberg, Chief Operating Officer, Facebook “...A must-read for CEOs and other executives who want to understand Facebook and more importantly take the right actions to stay relevant and stay competitive.” —David Mather, President, Hoovers, Inc. The ‘90s were about the World Wide Web of information and the power of linking web pages. Today it’s about the World Wide Web of people and the power of the social graph. Online social networks are fundamentally changing the way we live, work, and interact. They offer businesses immense opportunities to transform customer relationships for profit: opportunities that touch virtually every business function, from sales and marketing to recruiting, collaboration to executive decision-making, product development to innovation. In The Facebook Era, Clara Shih systematically outlines the business promise of social networking and shows how to transform that promise into reality. Shih is singularly qualified to write this book: One of the world’s top business social networking thought leaders and practitioners, she created the first business application on Facebook and leads salesforce.com’s partnershipwith Facebook. Through case studies, examples, and a practical how-to guide, Shih helps individuals, companies, and organizations understand and take advantage of social networks to transform customer relationships for sales and marketing. Shih systematically identifies your best opportunities to use social networks to source new business opportunities, target marketing messages, find the best employees, and engage customers as true partners throughout the innovation cycle. Finally, she presents a detailed action plan for positioning your company to win in today’s radically new era: The Facebook Era. Join the conversation—www.thefacebookera.com. Fan the book—www.facebook.com/thefacebookera. Right this minute, more than 1.5 million people are on Facebook. They’re interacting with friends—and talking about your brands. They’re learning about your business—and providing valuable information you can use to market and sell. In the Facebook Era, you’re closer to your customers than ever before. Read this book, and then go get them! Clara Shih offers best practices for overcoming obstacles to success, ranging from privacy and security issues to brand misrepresentation, and previews social networking trends that are just beginning to emerge—helping you get ahead of the curve and ahead of the competition, too.  Includes a practical 60-day action plan for positioning your company to win in the Facebook Era For companies of all sizes, in all industries—and business functions ranging from marketing to operations By Clara Shih, creator of Faceconnector, the first business application on Facebook Learn how to… Understand how social networking transforms our personal and professional relationshipsWhy social networking will have business impact comparable to the Internet Use online social networks to hypertarget your customersHone in on precise audience segments and then tailor custom campaigns with powerful personal and social relevance Define and implement your optimal social networking brand strategyAsk the right questions, set the right goals and priorities, and execute on it Implement effective governance and complianceUnderstand and mitigate the risks of social networking/Web 2.0 initiatives

The Macintosh Way


Guy Kawasaki - 1989
    Must reading for anyone in the high-tech industry, it is valuable, insightful guide to innovation management and marketing for any industry.

Kursk Down: The Shocking True Story of the Sinking of a Russian Nuclear Submarine


Clyde W. Burleson - 2002
    Hailed as "unsinkable, " the "Kursk" was on maneuvers when mysterious explosions rocked the sub, causing it to sink to the bottom of the sea with its 118-man crew. This in-depth look at the disaster reveals previously unreleased information from family members of the deceased as well as from government officials.

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!"

Mastering ArcGIS


Maribeth H. Price - 2003
    The author's step-by-step approach helps students negotiate the challenging tasks involved in learning sophisticated GIS software. The fifth edition is updated to follow the new software release of ArcGIS 10. An innovative and unique feature of "Mastering ArcGIS" is its accompanying CD-ROM with narrated video clips that show students exactly how to perform chapter tutorials before attempting an exercise on their own.

Comptia Security+: Get Certified Get Ahead: Sy0-301 Study Guide


Darril Gibson - 2011
    The SY0-301 version covers every aspect of the SY0-301 exam, and includes the same elements readers raved about in the previous version. Each of the eleven chapters presents topics in an easy to understand manner and includes real-world examples of security principles in action. The author uses many of the same analogies and explanations he's honed in the classroom that have helped hundreds of students master the Security+ content. You'll understand the important and relevant security topics for the Security+ exam, without being overloaded with unnecessary details. Additionally, each chapter includes a comprehensive review section to help you focus on what's important. Over 450 realistic practice test questions with in-depth explanations will help you test your comprehension and readiness for the exam. The book includes a 100 question pre-test, a 100 question post-test, and practice test questions at the end of every chapter. Each practice test question includes a detailed explanation to help you understand the content and the reasoning behind the question. You'll be ready to take and pass the exam the first time you take it. If you plan to pursue any of the advanced security certifications, this guide will also help you lay a solid foundation of security knowledge. Learn this material, and you'll be a step ahead for other exams. This SY0-301 study guide is for any IT or security professional interested in advancing in their field, and a must read for anyone striving to master the basics of IT systems security. The author supplements the book with blog posts here: http: //blogs.getcertifiedgetahead.com/. This page provides a full listing of mobile device apps from the author: http: //learnzapp.com/partners/darrilgibson/

Introducing Elixir: Getting Started in Functional Programming


Simon St.Laurent - 2013
    If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.

Bitcoin: A Peer-to-Peer Electronic Cash System


Satoshi Nakamoto - 2011
    Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.https://bitcoin.org/bitcoin.pdf

FREE Periodic Table of the Chemical Elements (Mendeleev's Table) in the Trial Version. The Full version adds Melting & boiling points, Density, Electronegativity, ... affinity, and more (Mobi Study Guides)


MobileReference - 2006
    Melting & boiling points, Density, Electronegativity, Electron affinity, and much more in the Full version. Navigate from TOC or search for words or phrases. Features Formatted for a small screen Atomic numbers, symbols & weights Chemical symbols and more... Easy to navigate. Search for the words or phrases Navigate from Table of Contents or read page by page Access the guide anytime, anywhere - at home, on the train, in the subway. Use your down time to prepare for an exam. Always have the guide available for a quick reference. Table of Contents Periodic Table: Standard | LargeList of elements sorted by: Atomic number (including atomic Mass) | Name | Symbol | Boiling Point | Melting Point | Density | Atomic radius | Electronegativity | Electron affinity | Ionization potential | Standard enthalpy change of vaporization | Standard enthalpy change of fusion | Specific heat capacity About Periodic Table: Arrangement | Periodicity of chemical properties | Electron configuration | Naming of elements | Chemical symbols | HistoryChemical Series: Alkali metal | Alkaline earth metal | Lanthanides | Actinides | Transition metals | Poor metals | Metalloids | Nonmetals | Halogens | Noble gasesAppendix: IUPAC nomenclature | Metric system (SI) | SI writing style | Powers of 10 prefixes | United States units conversion