Book picks similar to
Danny Goodman's AppleScript Handbook by Danny Goodman


no-longer-interested
programming
reference-consulted
scanned

Steven Covey's The 7 Habits of Highly Effective People: An Executive Summary (Executive Summaries by Spry Summaries Book 2)


Spry Summaries - 2014
    Covey's 7 Habits of Highly Effective People continues to pass down knowledge thousands of years old to a modern audience. The titular 7 habits will help you become more effective in business and personal situations. This 3500+ word executive summary by Spry Summaries boils down the essential knowledge from the 10-million copy seller into a compact and easy to read package. Take the knowledge of generations with you on the go!

Dark Deity (Asylum #3)


David Longhorn - 2019
    But others have not been so lucky. Young Ella Cotter, an innocent child, finds herself tormented by a ghost Paul unwittingly freed when he escaped the building's haunted grounds. As Paul attempts to use hypnosis to separate the child from the tortured entity that clings to her soul, blood runs in the streets. A series of mysterious killings rocks the nearby city of Tynecastle. And Paul is convinced the violent incidents are linked to Dr. Palmer, a sadistic wraith, who once turned Rookwood into an asylum of horrors. Working with the local police, and a rare book dealer with an interest in the occult, Paul and his allies soon find themselves face to face with an enemy unlike anything they have ever imagined. This terrifying evil force grows more powerful with each victim it kills. And the only way to stop it may cost Paul his mortal soul…

Raise Up Off Me: A Portrait of Hampton Hawes


Hampton Hawes - 1974
    Among his peers from California the self-taught Hawes was second only to Oscar Peterson. At the time of his celebration as New Star of the Year by downbeat magazine (1956), Hawes was already struggling with a heroin addiction that would lead to his arrest and imprisonment, and the interruption of a brilliant career. In 1963 President John F. Kennedy granted Hawes an Executive Pardon. In eloquent and humorous language Hampton Hawes tells of a life of suffering and redemption that reads like an improbable novel. Gary Giddins has called it "a major contribution to the literature of jazz." This book includes a complete discography and eight pages of photographs.

Advanced PHP Programming


George Schlossnagle - 2004
    The rapid maturation of PHP has created a skeptical population of users from more traditional enterprise languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP. While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on scaling PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

Designing Sound


Andy Farnell - 2010
    Its thesis is that any sound can be generated from first principles, guided by analysis and synthesis. The text takes a practitioner's perspective, exploring the basic principles of making ordinary, everyday sounds using an easily accessed free software. Readers use the Pure Data (Pd) language to construct sound objects, which are more flexible and useful than recordings. Sound is considered as a process, rather than as data--an approach sometimes known as "procedural audio." Procedural sound is a living sound effect that can run as computer code and be changed in real time according to unpredictable events. Applications include video games, film, animation, and media in which sound is part of an interactive process. The book takes a practical, systematic approach to the subject, teaching by example and providing background information that offers a firm theoretical context for its pragmatic stance. [Many of the examples follow a pattern, beginning with a discussion of the nature and physics of a sound, proceeding through the development of models and the implementation of examples, to the final step of producing a Pure Data program for the desired sound. Different synthesis methods are discussed, analyzed, and refined throughout.] After mastering the techniques presented in Designing Sound, students will be able to build their own sound objects for use in interactive applications and other projects

Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software


Scott Rosenberg - 2007
    Along the way, we encounter black holes, turtles, snakes, dragons, axe-sharpening, and yak-shaving—and take a guided tour through the theories and methods, both brilliant and misguided, that litter the history of software development, from the famous ‘mythical man-month’ to Extreme Programming. Not just for technophiles but for anyone captivated by the drama of invention, Dreaming in Code offers a window into both the information age and the workings of the human mind.

Windows Presentation Foundation Unleashed


Adam Nathan - 2006
    Windows Presentation Foundation (WPF) is a key component of the .NET Framework 3.0, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. Windows Presentation Foundation Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by .NET guru and Microsoft developer Adam Nathan. - Covers everything you need to know about Extensible Application Markup Language (XAML) - Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more - Features a chapter on 3D graphics by Daniel Lehenbauer, lead developer responsible for WPF 3D - Delves into non-mainstream topics: speech, audio/video, documents, bitmap effects, and more - Shows how to create popular UI elements, such as features introduced in the 2007 Microsoft Office System: Galleries, ScreenTips, custom control layouts, and more - Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes - Explains how to develop and deploy all types of applications, including navigation-based applications, applications hosted in a Web browser, and applications with great-looking non-rectangular windows - Explains how to create first-class custom controls for WPF - Demonstrates how to create hybrid WPF software that leverages Windows Forms, ActiveX, or other non-WPF technologies - Explains how to exploit new Windows Vista features in WPF applications

HTML5 for Masterminds: How to take advantage of HTML5 to create amazing websites and revolutionary applications


Juan Diego Gauchat
    

Bag the Elephant!: How to Win and Keep Big Customers


Steve Kaplan - 2005
    Presents stories which are derived from the author's real-world experience, that show you how to put the strategy to work.

T-SQL Fundamentals


Itzik Ben-Gan - 2016
    Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects. Microsoft Data Platform MVP Itzik Ben-Gan shows you how to: Review core SQL concepts and its mathematical roots Create tables and enforce data integrity Perform effective single-table queries by using the SELECT statement Query multiple tables by using joins, subqueries, table expressions, and set operators Use advanced query techniques such as window functions, pivoting, and grouping sets Insert, update, delete, and merge data Use transactions in a concurrent environment Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL

The Magic and Mixology Boxed Set, #1-3


Gina LaManna - 2017
    delve into a world of mystery, magic, and murder with the first three books in the Magic & Mixology paranormal cozy mystery series! Welcome to The Isle... Lily Locke has never believed in witches and wizards, ghosts and magic, shifters and vampires—especially cute blonde vamps with blood-intolerance issues. A rising star at a hotshot marketing agency in Minneapolis, Minnesota, all Lily knows is that she’s a PowerPoint guru, an Excel ninja, and a coffee-maker extraordinaire. Not to mention she’s next in line for a huge promotion. All that changes when Lily’s assistant delivers a strange quiz to her, one titled A Magical Assessment for Normal Folks. With it comes the promise of a land she's never known existed. A land where Lily not only discovers her biological family for the first time, but a place where she can make a difference, change lives, and step into the role she’s destined to fulfill. But first, Lily must admit she’s a witch. Then, she has to acknowledge that the tall, dark, and mysterious man who offers his help is strictly focused on business...at least, for now. When a body turns up dead and the next target is Lily, she must trust her powers and accept the help of her newfound friends. Otherwise, she'll never survive the trials of the magical island tucked far, far away in the frigid waters of Lake Superior. Welcome to The Isle. ** ** These three novels are a full-length, humorous cozy mystery featuring a splash of magic, a handful of witches, and a dash of romance. It's rated PG-13 due to mild language and some romance.

Arrl Antenna Book: The Ultimate Reference for Amateur Radio Antennas


R. Dean Straw - 1936
    The CD-ROM also includes three updated and improved programs (for Windows): YW--Yagi for Windows TLW--Transmission Line for WindowsHFTA--HF Terrain AssessmentEZNEC ARRL--Antenna Modeling by W7EL

CEH Certified Ethical Hacker Study Guide


Kimberly Graves - 2010
    That's the philosophy behind ethical hacking, and it's a growing field. Prepare for certification in this important area with this advanced study guide that covers all exam objectives for the challenging CEH Certified Ethical Hackers exam. The book provides full coverage of exam topics, real-world examples, and a CD with additional materials for extra review and practice. Covers ethics and legal issues, footprinting, scanning, enumeration, system hacking, trojans and backdoors, sniffers, denial of service, social engineering, session hijacking, hacking Web servers, Web application vulnerabilities, and more Walks you through exam topics and includes plenty of real-world scenarios to help reinforce concepts Includes a CD with review questions, bonus exams, and more study tools This is the ideal guide to prepare you for the new CEH certification exam. Reviews

JavaScript and HTML5 Now


Kyle Simpson - 2012
    This insightful overview provides striking examples of how these technologies have teamed up to give the Web a truly open platform.Author Kyle Simpson (HTML5 Cookbook) shows you how JavaScript unlocks the power of all of the new functionality in HTML5, giving web applications the capabilities developers have wanted for years. These technologies now provide the raw tools you need in the presentation layer to replace everything you used to do with Flash.You’ll discover how:> HTML5 builds natively into the web platform things we find most commonly useful, such as audio, video, and drawing> The Canvas element is changing graphic animations, games, audio visualization, charting, and video effects> Geolocation has spawned “geofencing” and augmented reality> Web Workers allows calculations to be performed in the background, rather than compete with the UI> Web Sockets is enabling realtime communication for chat, live tech support, multi-user collaboration, and gaming> Mobile device APIs will give web apps direct access the phone’s camera, vibration, and other capabilities