Search results for ""Author David Flanagan""
O'Reilly Verlag JavaScript Kurz & Gut
£15.05
O'Reilly Media Canvas Pocket Reference
Canvas is clearly the most exciting feature of HTML5's graphics revolution, and this pocket reference provides the essentials you need to put this element to work. If you have a working knowledge of JavaScript, this book will help you create detailed, interactive, and animated graphics from charts to interfaces to video games, whether you're a web designer or a programmer interested in graphics. Along with a brief tutorial on the subject, Canvas Pocket Reference puts all of Canvas' features into one convenient place. * Draw lines, polygons, and curves * Apply colors, patterns, gradients, and patterns * Work with text in a graphic environment * Query game graphics to determine which component is where * Transform graphics and manipulating pixels
£10.50
O'Reilly Media Java Examples in a Nutshell
The author of the best-selling Java in a Nutshell has created an entire book of real-world Java programming examples that you can learn from. If you learn best "by example," this is the book for you. This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs. Java Examples in a Nutshell is a companion volume to Java in a Nutshell, Java Foundation Classes in a Nutshell, and Java Enterprise in a Nutshell. It picks up where those quick references leave off, providing a wealth of examples for both novices and experts. This book doesn't hold your hand; it simply delivers well-commented working examples with succinct explanations to help you learn and explore Java and its APIs. Java Examples in a Nutshell contains examples that demonstrate: Core APIs, including I/O, New I/O, threads, networking, security, serialization, and reflection; Desktop APIs, highlighting Swing GUIs, Java 2D graphics, preferences, printing, drag-and-drop, JavaBeans, applets, and sound; Enterprise APIs, including JDBC (database access), JAXP (XML parsing and transformation), Servlets 2.4, JSP 2.0 (JavaServer Pages), and RMI. The book begins with introductory examples demonstrating structured and object-oriented programming techniques for new Java programmers. A special index at the end of the book makes it easy to look up examples that use a particular Java class or accomplish a desired task. In between, each chapter includes exercises that challenge readers and suggest further avenues for exploration.
£28.79
Three Rock Books Bouldering essentials: The complete guide to bouldering
In the last few decades bouldering has evolved from a means of training for 'real' climbing to one of the most popular rock climbing disciplines in its own right. Initially many climbers are drawn to bouldering's simplicity but as they become more deeply involved they discover a complex pursuit, part dance, part martial art in which strategy, creativity and problem solving are just as important as strength. Bouldering Essentials is packed with clear, practical advice for anyone interested in bouldering whether a complete beginner looking to learn the basics, an indoor climber keen to start bouldering outdoors or an experienced boulderer who wants to explore more advanced topics such as dynamics, strategy, tactics and highballing. Chapters include: The Basics; Equipment; Staying Safe; Movement; Dynamics; Indoors; Starting Outdoors; Strategy; Training; and Destinations. Illustrated with over 200 stunning colour photos from the best bouldering areas in the world, including Bishop, Castle Hill, Fontainebleau, Hueco Tanks and Rocklands, Bouldering Essentials provides the inspiration as well as the information you need to reach your full potential as a boulderer.
£20.00
O'Reilly Media JavaScript Pocket Reference
Although JavaScript has become the programming language of the Web, it's a little different from the expectations of other languages. This convenient pocket reference gives you immediate answers to pressing questions as you encounter them. Based on content distilled from David Flanagan's bestselling JavaScript: The Definitive Guide, this quick guide to JavaScript's features and quirks is ideal for experienced programmers coming to JavaScript from another environment, as well as developers experienced with the language.
£17.99
O'Reilly Media JavaScript - The Definitive Guide
JavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers. The seventh edition is fully updated to cover the 2020 version of JavaScript, and new chapters cover classes, modules, iterators, generators, Promises, async/await, and metaprogramming. You'll find illuminating and engaging example code throughout. This book is for programmers who want to learn JavaScript and for web developers who want to take their understanding and mastery to the next level. It begins by explaining the JavaScript language itself, in detail, from the bottom up. It then builds on that foundation to cover the web platform and Node.js. Topics include: Types, values, variables, expressions, operators, statements, objects, and arrays Functions, classes, modules, iterators, generators, Promises, and async/await JavaScript's standard library: data structures, regular expressions, JSON, i18n, etc. The web platform: documents, components, graphics, networking, storage, and threads Node.js: buffers, files, streams, threads, child processes, web clients, and web servers Tools and language extensions that professional JavaScript developers rely on
£57.59
O'Reilly Media Java 5.0 Tiger
Java 5.0, code-named "Tiger", promises to be the most significant new version of Java since the introduction of the language. With over a hundred substantial changes to the core language, as well as numerous library and API additions, developers have a variety of new features, facilities, and techniques available. But with so many changes, where do you start? You could read through the lengthy, often boring language specification; you could wait for the latest 500 page tome on concepts and theory; you could even play around with the new JDK, hoping you figure things out--or you can get straight to work with Java 5.0 Tiger: A Developer's Notebook. This no-nonsense, down-and-dirty guide by bestselling Java authors Brett McLaughlin and David Flanagan skips all the boring prose and lecture, and jumps right into Tiger. You'll have a handle on the important new features of the language by the end of the first chapter, and be neck-deep in code before you hit the halfway point. Using the task-oriented format of this new series, you'll get complete practical coverage of generics, learn how boxing and unboxing affects your type conversions, understand the power of varargs, learn how to write enumerated types and annotations, master Java's new formatting methods and the for/in loop, and even get a grip on concurrency in the JVM. Light on theory and long on practical application, Java 5.0 Tiger: A Developer's Notebook allows you to cut to the chase, getting straight to work with Tiger's new features. The new Developer's Notebooks series from O'Reilly covers important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing--you'll get the goods straight from the masters, in an informal and code-intensive style that suits developers. If you've been curious about Tiger, but haven't known where to start, this no-fluff, lab-style guide is the solution.
£25.19
Dpunkt.Verlag GmbH JavaScript Das Handbuch fr die Praxis Meistern Sie die beliebte Sprache fr Web und Nodejs
£40.41
O'Reilly Media Java Foundation Classes in a Nutshell
Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphics or graphical user interfaces. The author of the bestselling Java in a Nutshell has written fast-paced introductions to the Java APIs that comprise the Java Foundation Classes (JFC), such as the Swing GUI components and Java 2D, so that you can start using these exciting new technologies right away. This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the javax.swing and java.awt packages and their numerous subpackages. This reference material covers all of the new JFC classes in the Java 2 platform, as well as the existing Java 1.1 AWT classes. Once you've learned about the JFC, you'll keep this book next to your keyboard for handy reference while you program. Java Foundation Classes in a Nutshell contains the following: * An overview of the architecture of graphical user interfaces built with both the new Swing API and the older AWT * An introduction to the important components and application services provided by the Swing API * An comprehensive explanation of the features of the new Java 2D graphics API * A complete quick reference for the graphics- and GUI-related classes in the Java 2 platform This book is part of the two-volume set of quick references that every Java programmer needs. It is an essential companion to Java in a Nutshell, 3rd Edition, which covers the key nongraphical APIs in Java 1.2. A third volume, Java Enterprise in a Nutshell, focuses on the Java Enterprise APIs and is of interest to programmers working on server-side or enterprise Java applications.
£35.99
O'Reilly Media jQuery Pocket Reference
If you've turned to the jQuery library to simplify common client-side JavaScript tasks, this pocket reference will help you quickly locate what you need from jQuery's vast array of functions and properties to complete your web project. jQuery Pocket Reference provides a series of tutorials on various jQuery features, along with a quick reference to the entire library. It's an ideal book for beginners and experienced JavaScript developers alike.
£14.39
Three Rock Books Rock Climbing in Ireland
This is the only guidebook to document Irish Climbing in a single volume. It focuses on the best routes at the best crags and includes areas and routes that have never been documented in a modern guidebook before.Very detailed directions and maps make it easy for the first time visitor to find and climb their chosen route. There are over 100 high quality photo topos in a clean, modern design and layout. The action and landscape shots show Ireland and Irish climbing at their very best.This is a selective guidebook focussing on quality routes throughout the grades. There are 22 crag destinations, north and south, including Fair Head; Donegal; Dalkey Quarry; Wicklow; The Mournes; and The Burren.
£20.00
Three Rock Books Exploring Ireland: A Guide to the Irish Outdoors
Exploring Ireland is essential reading for anyone with an interest in the outdoors, from families looking for gentle Sunday strolls to experienced adventurers seeking out challenging hikes, paddles and cycles. This inspiring guidebook contains over 1700 things to do and places to see across the length and breadth of the island of Ireland. It's perfect for planning days out, weekends away and longer holidays. This book's 384 pages are packed with over 600 spectacular photos and detailed information on Ireland's beaches, signposted walks, mountain hikes, long-distance trails, blueways, greenways, cycle routes, forests, islands, rivers, lakes, heritage sites, parks and gardens, as well as a selection of interesting places to stay and eat.
£27.00
O'Reilly Media Java in a Nutshell: A Desktop Quick Reference
This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on recent enhancements to the Java object model that every developer should know about. The first section provides a fast-paced, no-fluff introduction to the Java programming language and the core runtime aspects of the Java platform. The second section is a reference to core concepts and APIs that explains how to perform real programming work in the Java environment. Get up to speed on language details through Java 17 Learn object-oriented programming using basic Java syntax Explore generics, enumerations, annotations, and lambda expressions Understand techniques used in object-oriented design Examine how concurrency and memory are intertwined Work with Java collections and handle common data formats Delve into Java's latest I/O APIs including asynchronous channels Become familiar with development tools in OpenJDK
£47.69