Engineering Software as a Service: An Agile Approach Using Cloud Computing + $10 AWS Credit


Armando Fox - 2013
    This book is neither a step-by-step tutorial nor a reference book. Instead, our goal is to bring a diverse set of software engineering topics together into a single narrative, help readers understand the most important ideas through concrete examples and a learn-by-doing approach, and teach readers enough about each topic to get them started in the field. Courseware for doing the work in the book is available as a virtual machine image that can be downloaded or deployed in the cloud. A free MOOC (massively open online course) at saas-class.org follows the book's content and adds programming assignments and quizzes. See http://saasbook.info for details.

Beginning PHP and MySQL 5: From Novice to Professional


W. Jason Gilmore - 2004
    Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites. Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface. Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.

My Kindle Fire (My...)


Jim Cheshire - 2011
    With this book you will learn how to tap into every Kindle Fire feature, including many of the hidden ones not discussed in other books. From setting up your Kindle Page, managing your music, watching movies, and downloading content - this book covers everything. The task based full-color format allows you to quickly and easily find the exact task you want to accomplish and walks you through it in a delightfully concise and visual manner. My Kindle Fire makes it easy for you to:• Master all the basics, fast: reading, playing, watching, browsing, and more• Tweak your Kindle Fire for quicker access and longer battery life• Sample best-seller book chapters for free• Mark up any eBook with highlights, notes, and bookmarks• Convert your personal documents for use on Kindle Fire• Discover Calibre, a powerful eBook management tool• Control even the largest music libraries• Get instant answers from Wikipedia, and from Kindle Fire’s built-in dictionary• Listen to personalized Internet radio stations created just for you• Use your Kindle Fire as a digital photo frame• Prevent unwanted subscription charges• Set up any email account to work on your Kindle Fire• Explore any web content with Amazon’s innovative Silk browser• Use Amazon Cloud to get your stuff anywhere—even if you left your Kindle at home• And much much more…Unlike many other guides which might only briefly mention or skip over some very import Kindle Fire features My Kindle Fire covers everything. Here are just a few of the things you'll find in My Kindle Fire that aren't covered in other guides: • Full coverage of Calibre, a free application for Mac or PC that helps manage your eBook library• A large number of walkthroughs for managing music playlists, including how to use cloud playlists. • How to reinstall multiple apps at once in case you reset your Kindle Fire. • Step-by-step walkthroughs on configuring all types of email accounts. • Coverage on handling attachments in your email application. • Importing contacts from your existing email application or cloud service and how you can export your contacts in order to back them up. • How to use Copy and Paste on the Kindle Fire. • How to use social networking integration with Facebook and others. • Walkthroughs on using the Gallery app, Pandora, Audible, and other popular apps. • Shows you how to access files on other computers in your house right from your Kindle Fire.

Schaum's Outline of College Physics


Frederick J. Bueche - 2006
    Provides a review of introductory noncalculus-based physics for those who do not have a strong background in mathematics.

Django for Beginners: Learn web development with Django 2.0


William S. Vincent - 2018
    Proceed step-by-step through five progressively more complex web applications: from a "Hello World" app all the way to a robust Newspaper app with a custom user model, complete user authentication flow, foreign key relationships, and more. Learn current best practices around class-based views, templates, urls, user authentication, testing, and deployment. The material is up-to-date with the latest versions of both Django (2.0) and Python (3.6). TABLE OF CONTENTS: * Introduction * Chapter 1: Initial Setup * Chapter 2: Hello World app * Chapter 3: Pages app * Chapter 4: Message Board app * Chapter 5: Blog app * Chapter 6: Forms * Chapter 7: User Accounts * Chapter 8: Custom User Model * Chapter 9: User Authentication * Chapter 10: Bootstrap * Chapter 11: Password Change and Reset * Chapter 12: Email * Chapter 13: Newspaper app * Chapter 14: Permissions and Authorizations * Chapter 15: Comments * Conclusion

Asimov on Numbers


Isaac Asimov - 1978
    From man's first act of counting to higher mathematics, from the smallest living creature to the dazzling reaches of outer space, Asimov is a master at "explaining complex material better than any other living person." (The New York Times) You'll learn: HOW to make a trillion seem small; WHY imaginary numbers are real; THE real size of the universe - in photons; WHY the zero isn't "good for nothing;" AND many other marvelous discoveries, in ASIMOV ON NUMBERS.

Mastering APA Style: Student's Workbook and Training Guide


American Psychological Association - 2009
    This user-friendly training guide includes groups of instructional exercises and practice tests on various aspects and features of the sixth edition of the Publication Manual, including electronic references and citations, grammar, headings, seriation, statistical and mathematical copy, italics, capitalization, numbers style, and table formatting.

OpenIntro Statistics


David M. Diez - 2012
    Our inaugural effort is OpenIntro Statistics. Probability is optional, inference is key, and we feature real data whenever possible. Files for the entire book are freely available at openintro.org, and anybody can purchase a paperback copy from amazon.com for under $10.The future for OpenIntro depends on the involvement and enthusiasm of our community. Visit our website, openintro.org. We provide free course management tools, including an online question bank, utilities for creating course quizzes, and many other helpful resources.CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.Can’t find it here? Search Amazon.com Search: All Products Apparel & AccessoriesBabyBeautyBooksCamera & PhotoCell Phones & ServiceClassical MusicComputersComputer & Video GamesDVDElectronicsGourmet FoodHome & GardenMiscellaneousHealth & Personal CareJewelry & WatchesKitchen & HousewaresMagazine SubscriptionsMusicMusical InstrumentsSoftwareSports & OutdoorsTools & HardwareToys & GamesVHS Keywords:

Service-Oriented Design with Ruby and Rails


Paul Dix - 2010
    Today, Rails developers and architects need better ways to interface with legacy systems, move into the cloud, and scale to handle higher volumes and greater complexity. In Service-Oriented Design with Ruby and Rails Paul Dix introduces a powerful, services-based design approach geared toward overcoming all these challenges. Using Dix's techniques, readers can leverage the full benefits of both Ruby and Rails, while overcoming the difficulties of working with larger codebases and teams. Dix demonstrates how to integrate multiple components within an enterprise application stack; create services that can easily grow and connect; and design systems that are easier to maintain and upgrade. Key concepts are explained with detailed Ruby code built using open source libraries such as ActiveRecord, Sinatra, Nokogiri, and Typhoeus. The book concludes with coverage of security, scaling, messaging, and interfacing with third-party services. Service-Oriented Design with Ruby and Rails will help you Build highly scalable, Ruby-based service architectures that operate smoothly in the cloud or with legacy systems Scale Rails systems to handle more requests, larger development teams, and more complex code bases Master new best practices for designing and creating services in Ruby Use Ruby to glue together services written in any language Use Ruby libraries to build and consume RESTful Web services Use Ruby JSON parsers to quickly represent resources from HTTP services Write lightweight, well-designed API wrappers around internal or external services Discover powerful non-Rails frameworks that simplify Ruby service implementation Implement standards-based enterprise messaging with Advanced Message Queuing Protocol (AMQP) Optimize performance with load balancing and caching Provide for security and authentication

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.

Using Information Technology


Brian K. Williams - 1990
    This text is user-focused and has been highly updated including topics, pictures and examples. The Williams text contains less theory and more application to engage students who might be more familiar with technology. Continually published and updated for over 15 years, Using Information Technology was the first text to foresee and define the impact of digital convergence--the fusion of computers and communications. It was also the first text to acknowledge the new priorities imposed by the Internet and World Wide Web and bring discussion of them from late in the course to the beginning. Today, it is directed toward the "Always On" generation that is at ease with digital technology--comfortable with iPhones, MySpace, Facebook, Twitter, Wikipedia, and the blogosphere--but not always savvy about its processes, possibilities, and liabilities. This 8th edition continues to address the two most significant challenges that instructors face in teaching this course: -Trying to make the course interesting and challenging, and -Trying to teach to students with a variety of computer backgrounds. In addition, this text correlates with Simnet Online for full integration of resources within the Computing Concepts course.

Guinness World Records 2013 Gamer's Edition - Sample Chapter


Guinness World Records - 2012
    The Gamer’s Edition is the ultimate guide to videogames, packed full of the most up-to-date news, achievements and developments in the gaming world, illustrated with the best and most exciting imagery from this year’s top titles. Complete with fascinating facts, figures and features on the most popular games, the latest edition also includes gameplay tips and hints, retro facts from classic games, and your favorite characters battling it out against each other in our new "Vs" feature. One of the features we’ve included here brings you the results of our readers' poll of the most visually stunning videogame graphics ever. As game graphics become ever more stylized, fast-moving and impressive, we guide you through a visual feast of the 50 titles you ranked as the very greatest. To participate in the poll for next year’s book, please visit www.guinnessworldrecords.com/gamers. We’d love to hear from you, and you could win yourself a prize!

Davina's 5 Weeks to Sugar-Free


Davina McCall - 2015
    . .'Davina McCall loves a challenge. And giving up sugar has been one of her toughest yet. In this beautiful cookbook, Davina shares her favourite super-healthy recipes that have helped her kick the sugar habit and cut out junk food for good.These recipes: *are easy to make but taste amazing *contain the foods that help you look and feel great *have no long lists of scary, hard-to-find ingredientsThis is real food for real life!5 WEEKS TO SUGAR-FREE also includes a 5 week meal planner that works towards curbing sweet cravings and cutting out all processed foods. Davina is no guru, she's one of us, so her plan also includes pudding recipes that help the most sweet-toothed chocoholic kick the added sugar habit.Simple, delicious and brimming with flavour, these recipes take the faff out of sugar-free!

Harry Hunter Mystery Series #1-3


Willow Rose - 2020
    Another is found dead in a dumpster. All five of them go to the same school and are on a list of witnesses to another crime.Because he's in bad standing with his boss, Harry is given the task of protecting a possible future victim, but Harry isn't always known to follow his boss's orders.Soon, he'll risk everything while racing to stop a killer who has left everyone else in the homicide squad shaking in terror.BOOK 2: RUN GIRL RUN:When a mother and her child are pulled out of the harbor in their car, the case seems pretty straightforward for Miami PD and Detective Harry Hunter.Everything points to a murder-suicide.They were homeless, living in their car, and the mother decided to end it all for them both by driving into the water.But the case is not what it looks like, Detective Harry Hunter soon realizes.Harry’s daughter is carrying devastating knowledge about their deaths, and soon she becomes the killer’s next target.As Harry races to protect her, he is betrayed by someone he thought he knew, leaving him terrified of trusting anyone in a town filled with liars.BOOK 3: NO OTHER WAY:Three women went on a road trip to Key West. Only two returned. When asked what happened, their stories don’t completely match.Who is telling the truth?What are they hiding?Detective Harry Hunter of the Miami PD is in church on a peaceful Sunday morning when a young teenager pulls out a gun and shoots his own father.Once the shock is gone, Harry starts to ask himself the question no one else seems to care about: What makes a young boy want to kill his own father?When more blood is shed, Harry suspects there’s a secret buried in this town that no one wants unearthed. What are the people around him not telling him?Scroll up and grab three thrilling, suspenseful mysteries today.

Knit Along with Debbie Macomber: Friendship Shawls


Debbie Macomber - 2008
    Similar to prayer shawls, friendship shawls are handmade gifts of caring. They're perfect for special occasions or simply as friendship gifts. In addition, these shawls make wonderful gifts for individuals in nursing homes, hospitals, and shelters. Includes 10 shawls to knit.