Mac Gems, 2nd Edition (Macworld Superguides)

Mac Gems, 2nd Edition (Macworld Superguides)

Author:

Publisher: Macworld

Published:

Total Pages: 80

ISBN-13: 1937821064

DOWNLOAD EBOOK

There's a lot of free and low-cost software available to Mac users these days, and the challenge is sifting through that vast selection to find the prized few apps worthy of a permanent place on your hard drive. Let this book be your ultimate guide to affordable Mac software. While most people are aware of the big-name software titles-Microsoft Office, Adobe Photoshop, and the like-some of the best Mac software is, like so many precious gems, hidden. Many great products out there don't get the recognition, or even the awareness, that they deserve. And when that happens, Mac users miss out. That's where Macworld comes in. We mine the Web, looking for inexpensive software (generally $35 or less) that makes your Mac run better, helps you work more efficiently, and lets your Mac do the little things-and some pretty big ones-you always wished it could do. We call these programs Mac Gems, and we're highlighting the very best in our Mac Gems Superguide, second edition. Make finding inexpensive Mac software easy with our new collection of OS X Lion gems from senior editor Dan Frakes. We've picked our favorite Lion-compatible products, and we present them here. For each program, we give you a brief description of what it does, as well as links to the developer's website and our full review. Some of the products are ones we've recently discovered; others are oldies but goodies. The one thing they all have in common is that each is a standout product that won't break the bank.


Game Engine Gems 2

Game Engine Gems 2

Author: Eric Lengyel

Publisher: CRC Press

Published: 2011-02-14

Total Pages: 532

ISBN-13: 1439869774

DOWNLOAD EBOOK

This book, the second volume in the popular Game Engine Gems series, contains short articles that focus on a particular technique, describe a clever trick, or offer practical advice within the subject of game engine development. The 31 chapters cover three broad categories-graphics and rendering, game engine design, and systems programming. Profess


Adobe PageMaker 6.5

Adobe PageMaker 6.5

Author:

Publisher: Adobe Press

Published: 1997

Total Pages: 328

ISBN-13: 9781568303703

DOWNLOAD EBOOK

"Classroom in a Book: Adobe PageMaker 6.5" is a cross-platform, self-paced training guide to all the power and features of the top-rated DTP software. In a matter of hours, users can fully comprehend the complexities of the software by "doing" rather than reading. The CD contains the art files, text files, fonts, and training materials needed to complete the tutorial lessons.


Istio in Action

Istio in Action

Author: Christian E. Posta

Publisher: Simon and Schuster

Published: 2022-05-03

Total Pages: 478

ISBN-13: 1638350353

DOWNLOAD EBOOK

Solve difficult service-to-service communication challenges around security, observability, routing, and resilience with an Istio-based service mesh. Istio allows you to define these traffic policies as configuration and enforce them consistently without needing any service-code changes. In Istio in Action you will learn: Why and when to use a service mesh Envoy's role in Istio's service mesh Allowing "North-South" traffic into a mesh Fine-grained traffic routing Make your services robust to network failures Gain observability over your system with telemetry "golden signals" How Istio makes your services secure by default Integrate cloud-native applications with legacy workloads such as in VMs Reduce the operational complexity of your microservices with an Istio-powered service mesh! Istio in Action shows you how to implement this powerful new architecture and move your application-networking concerns to a dedicated infrastructure layer. Non-functional concerns stay separate from your application, so your code is easier to understand, maintain, and adapt regardless of programming language. In this practical guide, you'll go hands-on with the full-featured Istio service mesh to manage microservices communication. Helpful diagrams, example configuration, and examples make it easy to understand how to control routing, secure container applications, and monitor network traffic. Foreword by Eric Brewer. About the technology Offload complex microservice communication layer challenges to Istio! The industry-standard Istio service mesh radically simplifies security, routing, observability, and other service-to-service communication challenges. With Istio, you use a straightforward declarative configuration style to establish application-level network policies. By separating communication from business logic, your services are easier to write, maintain, and modify. About the book Istio in Action teaches you how to implement an Istio-based service mesh that can handle complex routing scenarios, traffic encryption, authorization, and other common network-related tasks. You'll start by defining a basic service mesh and exploring the data plane with Istio’s service proxy, Envoy. Then, you'll dive into core topics like traffic routing and visualization and service-to-service authentication, as you expand your service mesh to workloads on multiple clusters and legacy VMs. What's inside Comprehensive coverage of Istio resources Practical examples to showcase service mesh capabilities Implementation of multi-cluster service meshes How to extend Istio with WebAssembly Traffic routing and observability VM integration into the mesh About the reader For developers, architects, and operations engineers. About the author Christian Posta is a well-known architect, speaker, and contributor. Rinor Maloku is an engineer at Solo.io working on application networking solutions. ToC PART 1 UNDERSTANDING ISTIO 1 Introducing the Istio service mesh 2 First steps with Istio 3 Istio's data plane: The Envoy proxy PART 2 SECURING, OBSERVING, AND CONTROLLING YOUR SERVICE’S NETWORK TRAFFIC 4 Istio gateways: Getting traffic into a cluster 5 Traffic control: Fine-grained traffic routing 6 Resilience: Solving application networking challenges 7 Observability: Understanding the behavior of your services 8 Observability: Visualizing network behavior with Grafana, Jaeger, and Kiali 9 Securing microservice communication PART 3 ISTIO DAY-2 OPERATIONS 10 Troubleshooting the data plane 11 Performance-tuning the control plane PART 4 ISTIO IN YOUR ORGANIZATION 12 Scaling Istio in your organization 13 Incorporating virtual machine workloads into the mesh 14 Extending Istio on the request path


OS X Mountain Lion: The Missing Manual

OS X Mountain Lion: The Missing Manual

Author: David Pogue

Publisher: "O'Reilly Media, Inc."

Published: 2012-07-25

Total Pages: 890

ISBN-13: 1449343686

DOWNLOAD EBOOK

With Mountain Lion, Apple has unleashed the most innovative version of Mac OS X yet, and once again, David Pogue brings his humor and expertise to the number one bestselling Mac book. Mac OS X 10.8 brings more innovations from the iPad and makes syncing across devices smarter and easier with higher iCloud integration throughout the operating system. Learn how use key new features such as Messages, Reminders, Notification Center, Gatekeeper, AirPlay Mirroring, Share Sheets, and more.


Java Servlet Programming

Java Servlet Programming

Author: Jason Hunter

Publisher: "O'Reilly Media, Inc."

Published: 2001-04-03

Total Pages: 784

ISBN-13: 1449390676

DOWNLOAD EBOOK

Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic web content, including both HTML pages and multimedia data, and explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communicaton, interservlet communication, and internationalization. Readers can use the book's numerous real-world examples as the basis for their own servlets.The second edition has been completely updated to cover the new features of Version 2.2 of the Java Servlet API. It introduces chapters on servlet security and advanced communication, and also introduces several popular tools for easier integration of servlet technology with dynamic web pages. These tools include JavaServer Pages (JSP), Tea, XMLC, and the Element Construction Set.In addition to complete coverage of 2.2 specification, Java Servlet programming, 2nd Edition, also contains coverage of the new 2.3 final draft specification.


Mac 911

Mac 911

Author: Christopher Breen

Publisher: Peachpit Press

Published: 2002

Total Pages: 354

ISBN-13: 0201773392

DOWNLOAD EBOOK

This easy-to-use guide covers troubleshooting tips and tricks for Mac hardware and software, written by the well-known Macworld columnist and Macintosh guru Chris Breen. The book contains troubleshooting tips and techniques for both Mac OS 9 and OS X, and additional projects for making a Macintosh more productive-sharing files, making Mac OS X work more like Mac OS 9, and more.