Equipped for Reading Success


David A. Kilpatrick - 2016
    Research-based methods for boosting phonemic awareness, phonics, and instant word recognition

The American Practical Navigator


Nathaniel Bowditch - 1802
    During the last two centuries over 75 editions, almost 1,000,000 copies, of Bowditch have been published by the US Government. It has lived because it has combined the best technologies of each generation of navigator. This Edition includes the latest advances in electronic navigation and digital charting technology. It also covers nonelectronic navigation such as celestial, plotting and dead reckoning. Bowditch contains numerous tables which have been valued for years by practicing navigators. Bowditch is carried on the bridge of every U.S. Navy ship and should be the mainstay of any serious navigator's library. Paradise Cay and Celestaire's commercial edition of Bowditch is a complete copy of the latest Government edition.

How to Write a KILLER LinkedIn Profile... And 18 Mistakes to Avoid: 2016 Edition (12th Edition)


Brenda Bernstein - 2013
    She will guide you through the rules of creating and using professional gateway documents: resumes, cover letters, and LinkedIn profiles. Her advice for job seekers in a variety of settings is both accessible and sound. Best of all, she writes and presents with grace and humor. Brenda is a “must read” and “must consult” for people entering, re-entering, or reconfiguring their place at work." - Susan Gainen, Principal Consultant, Pass the Baton, Minneapolis, MN. "Brenda’s “How to Write a KILLER LinkedIn Profile” webinar was EXCELLENT! The information I received was applicable immediately and easily. Using Brenda’s insightful techniques, I transformed my one-dimensional career history into a compelling brand-focused profile that has increased my profile reviews and name search results by 20%!" - Nikki Champagnie, Career Services Professional, Houston, TX. "Many people are beginning to truly understand the strategic networking power of LinkedIn, but it’s surprising how few have adopted good habits when constructing and maintaining their LinkedIn profiles. Personal branding and sending a concise message to people who visit your profile is critical. Brenda Bernstein’s e-book holds key profile strategies and important tips on avoiding networking pitfalls. As a LinkedIn trainer myself, it’s good to know I have a resource like this for my clients to help them after they’ve left my classroom." - Michael Phelps, LinkedIn Trainer, Milwaukee, WI "I just love this new book! It absolutely addresses topics no one else has and that people should be paying attention to. It hits the bulls-eye on making LinkedIn work the way it’s intended! Plus Ms. Bernstein does a great job of conveying important, spot-on points in a clear and engaging manner." - Larry Megugorac, Sales Executive, Brentwood, CA "I have read How to Write a Killer Linkein Profile a few times now, and it has truly alerted me to the power of words, the use and turn of language, and the positioning power that I can master and take advantage of as I transition into my next job opportunity. I appreciated the knowledge and hands-on expertise Ms. Bernstein has laid out in these pages and honestly wanted more at the end of the book." - Luisa Michel, CFA, Columbia University MBA, St. Louis, MO

Data Analysis Using SQL and Excel


Gordon S. Linoff - 2007
    This book helps you use SQL and Excel to extract business information from relational databases and use that data to define business dimensions, store transactions about customers, produce results, and more. Each chapter explains when and why to perform a particular type of business analysis in order to obtain useful results, how to design and perform the analysis using SQL and Excel, and what the results should look like.

High Performance MySQL: Optimization, Backups, Replication, and More


Baron Schwartz - 2008
    Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity.High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: Emphasis throughout on both performance and reliability Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views A detailed discussion on how to build very large, highly scalable systems with MySQL New options for backups and replication Optimization of advanced querying features, such as full-text searches Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

Technical Communication: English Skills for Engineers. Meenakshi Raman and Sangeeta Sharma


Meenakshi Raman - 2008
    In addition to the language skills of listening, speaking, reading, and writing, it covers the basics of English grammer. It also includes key topics such as technical reports, business correspondence, group discussions, interviews, and presentation strategies. With its up-to-date coverage and practical orientation, the book would prove to be an extremely useful text for students, while also serving as a ready reference for day-to-day communication.

You Are Now Less Dumb: How to Conquer Mob Mentality, How to Buy Happiness, and All the Other Ways to Outsmart Yourself


David McRaney - 2013
    A mix of popular psychology and trivia, McRaney’s insights have struck a chord with thousands, and his blog--and now podcasts and videos--have become an Internet phenomenon. Like You Are Not So Smart, You Are Now Less Dumb is grounded in the idea that we all believe ourselves to be objective observers of reality--except we’re not. But that’s okay, because our delusions keep us sane. Expanding on this premise, McRaney provides eye-opening analyses of fifteen more ways we fool ourselves every day, including: - The Misattribution of Arousal (Environmental factors have a greater affect on our emotional arousal than the person right in front of us) - Sunk Cost Fallacy (We will engage in something we don’t enjoy just to make the time or money already invested “worth it”) - Deindividuation (Despite our best intentions, we practically disappear when subsumed by a mob mentality) McRaney also reveals the true price of happiness, why Benjamin Franklin was such a badass, and how to avoid falling for our own lies. This smart and highly entertaining book will be wowing readers for years to come.

Writing Without Bullshit: Boost Your Career by Saying What You Mean


Joshua Bernoff - 2016
    The average news story now gets only 36 seconds of attention. Unless you change how you write, your emails, reports, and Web copy don’t stand a chance.In this practical and witty book, you’ll learn to front-load your writing with pithy titles, subject lines, and opening sentences. You’ll acquire the courage and skill to purge weak and meaningless jargon, wimpy passive voice, and cowardly weasel words. And you’ll get used to writing directly to the reader to make every word count.At the center of it all is the Iron Imperative: treat the reader’s time as more valuable than your own. Embrace that, and your customers, your boss, and your colleagues will recognize the power and boldness of your thinking.Transcend the fear that makes your writing weak. Plan and execute writing projects with confidence. Manage edits and reviews flawlessly. And master every modern format from emails and social media to reports and press releases.Stop writing to fit in. Start writing to stand out. Boost your career by writing without bullshit.

Effective Unit Testing


Lasse Koskela - 2012
    Savvy Java developers know that not all testing is created equal. In addition to traditional functional testing, many shops are adopting developer testing techniques such as unit testing. Specific, automated tests are created to verify the accuracy and function of code while or even before it's written - to catch bugs early.Unit Testing in Java teaches how to write good tests that are concise and to the point, useful, and maintainable. This book focuses on tools and practices specific to Java. It introduces emerging techniques like specification by example and behavior-driven development, and shows how to add robust practices into developers' toolkits.Table of ContentsI. FOUNDATIONS1. The promise of good tests2. In search of good3. Test doublesII. CATALOG4. Readability5. Maintainability6. TrustworthinessIII. DIVERSIONS7. Testable design8. Writing tests in other JVM languages9. Speeding up test executionsAppendix A: JUnit primerAppendix B: Extending JUnitIndex

HTML Fixes for Kindle: Advanced Self Publishing for Kindle Books, or Tips on Tweaking Your App's HTML So Your Ebooks Look Their Best


Aaron Shepard - 2013
    Have you ever opened a Kindle book to find that the font started out way too small or way too large? Have you tried to change to a different font while reading and discovered you couldn't? Have you jumped to a new chapter in a Kindle book and seen that the chapter heading lost its formatting? Has a Kindle completely ignored formatting you knew was in the book? According to Amazon, the simplest way to publish your Kindle book is to upload an HTML file you've saved from Microsoft Word or another app. By itself, that method can bring you maybe 80% of the way to a well-formatted, trouble-free ebook. But what about the other 20%? In this follow-up to his bestselling -From Word to Kindle, - Aaron Shepard takes your saved HTML as a starting point and tells how to quickly tweak and tune it to avoid common problems. Assuming no knowledge of HTML, he introduces the basics of the language, then reveals how to use find-and-replace and macros to touch up an entire book in seconds! If you're serious about Kindle publishing and you're technically inclined -- but not a full-fledged geek -- Aaron provides the tips you need to bring your Kindle book to the next level, making it something truly to be proud of. ///////////////////////////////////////////////// Aaron Shepard is a foremost proponent of the new business of profitable self publishing, which he has practiced and helped develop since 1998. He is the author of -Aiming at Amazon, - -POD for Profit, - -Perfect Pages, - and Amazon's #1 and #2 bestselling paid books on Kindle formatting, -From Word to Kindle- and -Pictures on Kindle.- ///////////////////////////////////////////////// CONTENTS Getting Started 1 WORKING WITH HTML HTML and Kindle HTML Export HTML Editing HTML Processing HTML Basics HTML Checking HTML Cleanup HTML Testing 2 HTML FIXES Fixes for Fonts Fixes for Paragraphs Fixes for Headings Fixes for Line Breaking Fixes for Pictures Fixes for Navigation ///////////////////////////////////////////////// SAMPLE Here are some of the things you can accomplish through changes in HTML. * Adjust bookmarks so headings retain proper formatting when jumped to. * Remove settings that stop the user from choosing their own. * Keep fonts from appearing much too small or much too large when the book is opened. * Make sure indents and other spacing stays relative to larger and smaller font sizes. * Avoid line breaks that leave short words dangling at the ends of lines or paragraphs. * Make up for features lost in translation from your word processor, like nonbreaking hyphens. * Stop -ghost hyphens- from appearing in the middle of words. * Keep pages of text from disappearing for some users. * Prevent the Kindle from applying its own defaults in place of your settings.

Research Methodology: Methods and Techniques


C.R. Kothari - 1985
    Research Methodology Book

How Google Works


Eric Schmidt - 2014
    As they helped grow Google from a young start-up to a global icon, they relearned everything they knew about management. How Google Works is the sum of those experiences distilled into a fun, easy-to-read primer on corporate culture, strategy, talent, decision-making, communication, innovation, and dealing with disruption.The authors explain how the confluence of three seismic changes - the internet, mobile, and cloud computing - has shifted the balance of power from companies to consumers. The companies that will thrive in this ever-changing landscape will be the ones that create superior products and attract a new breed of multifaceted employees whom the authors dub 'smart creatives'. The management maxims ('Consensus requires dissension', 'Exile knaves but fight for divas', 'Think 10X, not 10%') are illustrated with previously unreported anecdotes from Google's corporate history.'Back in 2010, Eric and I created an internal class for Google managers,' says Rosenberg. 'The class slides all read 'Google confidential' until an employee suggested we uphold the spirit of openness and share them with the world. This book codifies the recipe for our secret sauce: how Google innovates and how it empowers employees to succeed.'

Implementing Domain-Driven Design


Vaughn Vernon - 2013
    Vaughn Vernon couples guided approaches to implementation with modern architectures, highlighting the importance and value of focusing on the business domain while balancing technical considerations.Building on Eric Evans’ seminal book, Domain-Driven Design, the author presents practical DDD techniques through examples from familiar domains. Each principle is backed up by realistic Java examples–all applicable to C# developers–and all content is tied together by a single case study: the delivery of a large-scale Scrum-based SaaS system for a multitenant environment.The author takes you far beyond “DDD-lite” approaches that embrace DDD solely as a technical toolset, and shows you how to fully leverage DDD’s “strategic design patterns” using Bounded Context, Context Maps, and the Ubiquitous Language. Using these techniques and examples, you can reduce time to market and improve quality, as you build software that is more flexible, more scalable, and more tightly aligned to business goals.

Mark. Plan. Teach.: Save Time. Reduce Workload. Impact Learning.


Ross Morrison McGill - 2018
    This brand new book from Ross Morrison McGill, bestselling author of 100 Ideas for Secondary Teachers: Outstanding Lessons and Teacher Toolkit, is packed full of practical ideas that will help teachers refine the key elements of their profession. Mark. Plan. Teach. shows how each stage of the teaching process informs the next, building a cyclical framework that underpins everything that teachers do.With teachers' workload at record levels and teacher recruitment and retention the number one issue in education, ideas that really work and will help teachers not only survive but thrive in the classroom are in demand. Every idea in Mark. Plan. Teach. can be implemented by all primary and secondary teachers at any stage of their career and will genuinely improve practice. The ideas have been tried and tested and are supported by evidence that explains why they work, including current educational research and psychological insights from Dr Tim O'Brien, leading psychologist and Visiting Fellow at UCL Institute of Education.Mark. Plan. Teach. will enable all teachers to maximise the impact of their teaching and, in doing so, save time, reduce workload and take back control of the classroom.

8 to Be Great: The 8-Traits That Lead to Great Success


Richard St. John - 2007
    John spent ten years interviewing over 500 successful individuals in many different fields, including Martha Stewart, Russell Crowe, and the Google founders. After analyzing all the data, St. John discovered the top eight factors that lead to greatness and shares them with readers.