EUR 54,65
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware - SVG Programming: The Graphical Web, authored by leading XML expert Kurt Cagle, is a complete guide to creating, using, and accessing the powerful elements of Scalable Vector Graphics (SVG). Intermingling SVG instruction with insightful discussion of key topics such as coordinate systems and attributes, transformations, animation, and image generation, Cagle provides readers with a comprehensive guide to making the most of this rich graphical language. Initially, readers are presented with an overview of SVG features and concepts that offers numerous examples intended to provide a sound introduction to language implementations. Following this brief introduction, the book delves directly into the heart of SVG development, covering integral SVG attributes such as transformations, shapes, text manipulation, and the incorporation of images, gradients, patterns, and masks. The later chapters are devoted to topics that demonstrate the true power of this XML-based technology, offering valuable insight into animation, interactivity and DOM, filters, and automated graphic generation. SVG Programming: The Graphical Web offers professionals what they need to know to access the next evolutionary step in web graphical presentation: to create faster, more efficient, and more usable web applications on a level heretofore impossible.
EUR 54,65
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 54,65
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware.
Publicado por Apress, Apress Jul 2002, 2002
ISBN 10: 1590590287 ISBN 13: 9781590590287
Idioma: Inglés
Librería: buchversandmimpf2000, Emtmannsberg, BAYE, Alemania
Original o primera edición
EUR 32,09
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware -Wireless Web Development, Second Edition provides both a substantial engineering and business background to wireless developers, covering numerous facets of wireless web software geared toward today's mobile platforms and mobile devices. Wireless technologies, including wireless HTML, WAP 2.0, XML, Palm's WCA, and i-mode, are discussed in detail, with individual chapters devoted to each. Author and industry veteran Ray Rischpater places special emphasis on the differences between the Web and the wireless Web, and even between wireless devices themselves, helping the reader to better understand the engineering and interface issues that must be addressed when creating wireless web applications.By providing the latest information about technologies that have emerged since the first edition was published (i-mode, the growing emphasis on XML in wireless, and WAP 2.0), as well as relegating to historical status those technologies that have failed the test of time (Microsoft Mobile Channels and HDML), Rischpater offers readers a comprehensive and completely updated guide to the latest wireless technologies and development strategies.APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin 412 pp. Englisch.
EUR 59,71
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware.
EUR 37,40
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware -Linux-based operating systems are extremely powerful and flexible, but unlocking that power and flexibility requires knowledge and understanding of how the systems work. Tuning and Customizing a Linux System goes beyond the mere basics of using and administrating Linux systems-it covers how the systems are designed. Through detailed analyses of popular Linux distributions, real-world case studies, and example configurations and administration tasks, you will come away with a genuine mastery of Linux-based operating systems (as well as Unix-like systems in general).Tuning and Customizing a Linux System is geared toward users of Linux systems who already know the basics but aren't yet gurus. The author fills in the gaps left by other books, creating a bridge from the basic 'how to' to the plane of true mastery. You'll find detailed examples of what a Linux distribution actually consists of, and youll explore explore three popular distributions in detail, learning useful techniques along the way. This comprehensive guide provides you with a complete, practical understanding of what's going on under the covers.Springer Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 460 pp. Englisch.
EUR 42,75
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware -With all the attention paid recently to Web services, many developers dont realize that the true successor to DCOM is actually .NET Remoting. And what an improvement it is!Advanced .NET Remoting in VB .NET is the Visual Basic edition of Ingo Rammer's bestselling Advanced .NET Remoting (C# edition). This book offers in-depth coverage of the .NET Remoting Framework in Visual Basic .NET. The first part of the book covers everything you as a developer need to know to use the framework and its capabilities in real-world applications, including the basics of server-activated objects versus client-activated objects, formatters, channels, lifetime issues, security, configuration files, and more. The server-side hosting of remotable components in console applications, Windows Services, and IIS are also covered.The second part presents .NET Remoting internals, and Rammer shows how the framework really uses message sinks and sink providers, and gives in-depth advice on why and how to implement message and channel sinks. These chapters also provide detailed insight into the synchronous and asynchronous message processing within the framework. Rammer goes far beyond Microsofts documentation in explaining how .NET Remoting really works and how it can be extendedessential information for advanced developers.Rammer also presents the development process and source code for several real-world message sinks. He concludes with coverage of the ContextBoundObject class and .NET contexts, which allow the use of the techniques of the .NET Remoting Framework within individual, client-only applications.APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin 428 pp. Englisch.
Publicado por Apress, Apress Jul 2002, 2002
ISBN 10: 1590590260 ISBN 13: 9781590590263
Idioma: Inglés
Librería: buchversandmimpf2000, Emtmannsberg, BAYE, Alemania
EUR 46,00
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware -Visual Studio .NET is the most extensible development environment Microsoft has released to date. Organizations create add-ins for many purposes: to speed common tasks, to ease code reuse within an organization, and to enforce rules and consistency among developers. Effective use of add-ins can dramatically improve developer efficiency and reduce costs.Writing Add-Ins for Visual Studio .NET is designed to get add-in developers up to speed in developing ad-ins in Visual Studio .NET and to teach add-in development to developers who want to learn to write add-ins. Author Les Smith also provides enough real code examples to challenge even experienced add-in developers.Smiths book begins by teaching readers how to use the Add-In Wizard to create the basic add-in framework. From there, he covers the manipulation of code in windows and controls, and the manipulation of projects. Writing Add-Ins for Visual Studio .NET explores in detail, how to create an add-in user interface, including toolbars, toolbar buttons, and multiple-level menus, as well as how to create a user interface in the system tray. Smith also addresses the migration of add-ins from VB 6.0 to VB .NET for those developers who have previous experience in writing add-ins.One of the great challenges that add-in developers will encounter is finding the right classes from among the 3,400 classes in the .NET Framework. Smith teaches and demonstrates use of the Visual Studio add-in object model to show readers how to use the methods and properties and respond to events in order to enhance the power of the integrated development environment (IDE).APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin 556 pp. Englisch.
Publicado por Apress, Apress Jul 2002, 2002
ISBN 10: 159059035X ISBN 13: 9781590590355
Idioma: Inglés
Librería: buchversandmimpf2000, Emtmannsberg, BAYE, Alemania
EUR 69,54
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Neuware -GDI+ both wraps arcane API calls and extends them for much easier use. Programmers no longer have to make do with the familiar but simplistic VB 6.0 drawing model, nor do they have to dig down into the GDI API in order to get any real work done. In GDI+, Microsoft has come up with a complete, but still extensible, set of classes for all of the .NET programmers drawing needs.GDI+ requires different techniques than the Windows GDI API, as it is completely stateless. GDI+ Programming in C# and VB .NET starts out with an explanation of GDI+ and how it relates to GDI. The book then dives deep into the GDI+ namespaces and classes. The book begins with basic drawing in the early chapters and then explains in an understandable manner more complex drawing techniques, including paths, gradients, alpha blends, matrix operations, and transformations.Later chapters cover how to work with bitmaps and other images, as well as advanced drawing and printing techniques. The final two chapters are devoted to useful projects that show the subject matter of the previous chapters in real-world examples.Throughout GDI+ Programming in C# and VB .NET, author Nick Symmonds not only explains the different namespaces and classes relating to GDI+, but also takes the time to cover the best practices of graphics programming. Woven throughout the book are numerous examples that tie together different aspects of programming in .NET that teach programmers how to get the best possible speed and efficiency out of their code.APress in Springer Science + Business Media, Heidelberger Platz 3, 14197 Berlin 620 pp. Englisch.
Librería: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Alemania
EUR 32,09
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Wireless Web Development, Second Edition, provides a substantial business and engineering background for wireless developers, covering facets of wireless Web software development for today's mobile platforms. Today's wireless technologies - including wireless HTML, WAP 2.0, XML, Palm's WCA, and iMode - are discussed in detail, with examples of each. Moreover, Ray Rischpater places a special emphasis on the differences between the Web and the wireless Web, helping the reader understand the engineering and human interface issues that they must address when creating wireless Web applications. By providing details about technologies that have emerged since the first edition was written (iMode, the growing emphasis on XML in wireless, and WAP 2.0), as well as relegating to historical status those technologies that have failed the test of time (Microsoft Mobile Channels and HDML), the book improves on the first edition. 412 pp. Englisch.
Librería: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Alemania
EUR 37,40
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Tuning and Customizing a Linux System targets new users of Linux systems who already know the basics. There are a plethora of books about the basic tasks of installing, administrating, and using Linux- based operating systems (called 'distributions'). At the other extreme, there are many books about advanced topics such as developing Linux software, modifying source code, and so forth. Tuning and Customizing a Linux System fills in a gap between these simple and advanced topics. Dan Morrill first describes what a Linux distribution actually consists of, and then explores three popular distributions in detail. This provides the reader with a complete, practical understanding of what is going on under the covers, without getting into arcane detail. By discussing three distributions, it also gives the reader an in-depth perspective into how different systems do things in different ways, which prepares the reader with insight to work with any distribution, even one not discussed in the book. Morrill also includes three real-world case studies. Readers will come away with a genuine mastery of Linux-based operating systems. 460 pp. Englisch.
Librería: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Alemania
EUR 42,75
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 428 pp. Englisch.
Librería: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Alemania
EUR 46,00
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 556 pp. Englisch.
Librería: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Alemania
EUR 69,54
Convertir monedaCantidad disponible: 2 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 620 pp. Englisch.