Kirjojen hintavertailu. Mukana 12 595 353 kirjaa ja 12 kauppaa.

Kirjailija

David Flanagan

Kirjat ja teokset yhdessä paikassa: 13 kirjaa, julkaisuja vuosilta 1999-2025, suosituimpien joukossa Java Foundation Classes in a Nutshell. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

13 kirjaa

Kirjojen julkaisuhaarukka 1999-2025.

Exploring Ireland's Wild Atlantic Way

Exploring Ireland's Wild Atlantic Way

David Flanagan; Richard Creagh

Three Rock Books
2025
nidottu
The 3rd Edition of Exploring Ireland's Wild Atlantic Way is essential reading for anyone planning to visit the Atlantic coast of Ireland.Whether looking for ideas for weekend adventures or visiting from abroad you will find everything you need within this guide. This book's focus is on the outdoors - on getting out into the fresh air, the wind, the sun and the rain - and experiencing the incredible natural beauty found everywhere along the coast.Written entirely by humans, no AI used! The authors spent years researching this book, it is the fruit of a lifetime of trips and time living on the Wild Atlantic Way.Printed less than 20km from the Wild Atlantic Way by Walsh Colour Print in Castleisland, County Kerry.
Java in a Nutshell

Java in a Nutshell

Benjamin J Evans; Jason Clark; David Flanagan

O'Reilly Media
2023
nidottu
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
Exploring Ireland

Exploring Ireland

David Flanagan; Richard Creagh

Three Rock Books
2022
nidottu
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.
JavaScript - The Definitive Guide

JavaScript - The Definitive Guide

David Flanagan

O'Reilly Media, Inc, USA
2020
nidottu
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
Rock Climbing in Ireland

Rock Climbing in Ireland

David Flanagan

Three Rock Books
2014
pokkari
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
Bouldering essentials

Bouldering essentials

David Flanagan

Three Rock Books
2013
pokkari
Suitable 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, this book includes chapters on: The Basics; Equipment; Staying Safe; Movement; Dynamics; Indoors; and Destinations.
JavaScript Pocket Reference

JavaScript Pocket Reference

David Flanagan

O'Reilly Media, Inc, USA
2012
nidottu
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.
jQuery Pocket Reference

jQuery Pocket Reference

David Flanagan

O'Reilly Media, Inc, USA
2011
nidottu
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.
Canvas Pocket Reference

Canvas Pocket Reference

David Flanagan

O'Reilly Media, Inc, USA
2011
nidottu
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
Java Foundation Classes in a Nutshell

Java Foundation Classes in a Nutshell

David Flanagan

O'Reilly Media, Inc, USA
1999
nidottu
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.