Books about Extensible from Amazon.com



Learning XML, Second Edition
This second edition of the bestselling Learning XML provides web developers with a concise but grounded understanding of XML (the Extensible Markup Language) and its potential-- not just a whirlwind tour of XML. The author explains the important and relevant XML technologies and their capabilities clearly and succinctly with plenty of real-life projects and useful examples. He outlines the elements of markup--demystifying concepts such as attributes, entities, and namespaces--and provides enough depth and examples to get started. Learning XML is a reliable source for anyone who needs to know XML, but doesn't want to waste time wading through hundreds of web sites or 800 pages of bloated text. For writers producing XML documents, this book clarifies files and the process of creating them with the appropriate structure and format. Designers will learn what parts of XML are most helpful to their team and will get started on creating Document Type Definitions. For programmers, the book makes syntax and structures clear. Learning XML also discusses the stylesheets needed for viewing documents in the next generation of browsers, databases, and other devices. Learning XML illustrates the core XML concepts and language syntax, in addition to important related tools such as the CSS and XSL styling languages and the XLink and XPointer specifications for creating rich link structures. It includes information about three schema languages for validation: W3C Schema, Schematron, and RELAX-NG, which are gaining widespread support from people who need to validate documents but aren't satisfied with DTDs. Also new in this edition is a chapter on XSL-FO, a powerful formatting language for XML. If you need to wade through the acronym soup of XML and start to really use this powerful tool, Learning XML, will give you the roadmap you need..
Price: $9.00 [Notify me when price goes down.]


Programming Web Services with SOAP
The web services architecture provides a new way to think about and implement application-to-application integration and interoperability that makes the development platform irrelevant. Two applications, regardless of operating system, programming language, or any other technical implementation detail, communicate using XML messages over open Internet protocols such as HTTP or SMTP. The Simple Open Access Protocol (SOAP) is a specification that details how to encode that information and has become the messaging protocol of choice for Web services. Programming Web Services with SOAP is a detailed guide to using SOAP and other leading web services standards--WSDL (Web Service Description Language), and UDDI (Universal Description, Discovery, and Integration protocol). You'll learn the concepts of the web services architecture and get practical advice on building and deploying web services in the enterprise. This authoritative book decodes the standards, explaining the concepts and implementation in a clear, concise style. You'll also learn about the major toolkits for building and deploying web services. Examples in Java, Perl, C#, and Visual Basic illustrate the principles. Significant applications developed using Java and Perl on the Apache Tomcat web platform address real issues such as security, debugging, and interoperability. Covered topic areas include:
  • The Web Services Architecture
  • SOAP envelopes, headers, and encodings
  • WSDL and UDDI
  • Writing web services with Apache SOAP and Java
  • Writing web services with Perl's SOAP::Lite
  • Peer-to-peer (P2P) web services
  • Enterprise issues such as authentication, security, and identity
  • Up-and-coming standards projects for web services
Programming Web Services with SOAP provides you with all the information on the standards, protocols, and toolkits you'll need to integrate information services with SOAP. You'll find a solid core of information that will help you develop individual Web services or discover new ways to integrate core business processes across an enterprise..
Price: $6.58 [Notify me when price goes down.]


X3D: Extensible 3D Graphics for Web Authors (The Morgan Kaufmann Series in Interactive 3D Technology)
In the early days of the Web a need was recognized for a language to display 3D objects through a browser An HTML-like language, VRML, was proposed in 1994 and became the standard for describing interactive 3D objects and worlds on the Web. 3D Web courses were started, several best-selling books were published, and VRML continues to be used today. However VRML, because it was based on HTML, is a stodgy language that is not easy to incorporate with other applications and has been difficult to add features to. Meanwhile, applications for interactive 3D graphics have been exploding in areas such as medicine, science, industry, and entertainment. There is a strong need for a set of modern Web-based technologies, applied within a standard extensible framework, to enable a new generation of modeling & simulation applications to emerge, develop, and interoperate. X3D is the next generation open standard for 3D on the web. It is the result of several years of development by the Web 3D Consortium's X3D Task Group. Instead of a large monolithic specification (like VRML), which requires full adoption for compliance, X3D is a component-based architecture that can support applications ranging from a simple non-interactive animation to the latest streaming or rendering applications. X3D replaces VRML, but also provides compatibility with existing VRML content and browsers. Don Brutzman organized the first symposium on VRML and is playing a similar role with X3D; he is a founding member of the consortium. Len Daly is a professional member of the consortium and both Len and Don have been involved with the development of the standard from the start.

* The first book on the new way to present interactive 3D content over the Web, written by two of the designers of the standard
* Plentiful illustrations and screen shots in the full color text
* Companion website with extensive content, including the X3D specification, sample code and applications, content creation tools, and demos of compatible Web browsers.
Price: $52.24 [Notify me when price goes down.]


Beyond BIOS: Implementing the Unified Extensible Firmware Interface with Intel's Framework (Computer System Design)
Beyond BIOS: Implementing the Unified Extensible Firmware Interface with Intels Framework describes a set of robust architectural interfaces, implemented in C, that has been designed to enable the BIOS industry and Intel customers to accelerate the evolution of innovative, differentiated, computer platform designs. The Framework is Intel's recommended implementation of the Extensible Firmware Interface (EFI) specification for computer platforms based on the Intel® Architecture. The EFI specification is an industry standard that defines a new model for the interface between operating systems and computing platform firmware and provides a standard environment for booting an operating system and running pre-boot applications. Intended for BIOS developers, firmware designers, and software professionals, this book covers one of the most important new developments in computing platform evolution. This book provides the reader with solid examples of how to implement the EFI specification from booting a system based upon this technology to the constituent elements of building a platform with the Framework. Highlights include:The rationale for design decisions, code fragments that implement the concepts Samples from many different platforms. Each operating environment imposes different requirements on the system software.Operating system developers have learned that the successful support of a complex operating environment is the result of adaptation of existing basic software concepts to a new landscape. The reader of this book will learn how to use just such a strategy in turn to build pre-boot firmware and understand the new world of standard's-based operating system booting..
Price: $69.93 [Notify me when price goes down.]


Xslt
"XSLT" documents a core technology for processing XML. Originally created for page layout, XSLT (Extensible Stylesheet Transformations) is now much more: a general-purpose translation tool, a system for reorganizing document content, and a way to generate multiple results-- such as HTML, WAP, and SVG--from the same content.

What sets "XSLT" apart from other books on this critical tool is the depth of detail and breadth of knowledge that Doug Tidwell, a developer with years of XSLT experience, brings to his concise treatment of the many talents of XSLT. He covers XSLT and XPath, a critical companion standard, and addresses topics ranging from basic transformations to complex sorting and linking. He explores extension functions on a variety of different XSLT processors and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique.

Useful as XSLT is, its peculiar characteristics make it difficult to get started in, and the ability to use advanced techniques depends on a clear and exact understanding of how XSLT templates work and interact. For instance, the understanding of "variables" in XSLT is deeply different from the understanding of "variables" in procedural languages. The author explains XSLT by building from the basics to its more complex and powerful possibilities, so that whether you're just starting out in XSLT or looking for advanced techniques, you'll find the level of information you need..
Price: $11.54 [Notify me when price goes down.]



3D Visualization of Tactical Communications for Planning and Operations Using Virtual Reality Modeling Language (VRML) and Extensible 3D (X3D)
This is a NAVAL POSTGRADUATE SCHOOL MONTEREY CA report procured by the Pentagon and made available for public release It has been reproduced in the best form available to the Pentagon. It is not spiral-bound, but rather assembled with Velobinding in a soft, white linen cover. The Storming Media report number is A918393. The abstract provided by the Pentagon follows: The military is increasingly reliant on communication networks for day-to-day tasks as well as large-scale military operations. Tactical communications networks are growing progressively more complex as the amount of information required on the battlefield increases. Communication planners require more advanced tools to perform and manage signal-planning activities. This work examines the use of 3D visualizations to assist in tactical signal planning. These visualizations are developed using Virtual Reality Modeling Language (VRML), Extensible 3D (X3D) graphics, and Distributed Information Simulation (DIS) for network connectivity. These visualizations and the connectivity provide signal planners the ability to generate 3D scenarios quickly identifying problems such as frequency interference, connectivity problems, and marginal-coverage areas. Network connectivity also provides a collaborative planning environment for geographically dispersed units. The NATO Global Hub Land C2 Information Exchange Data Model (LC2IEDM) is a semantic model designed for information passing between systems. This work also examines LC2IEDM for its ability to represent tactical communication plans and facilitate the autogeneration of 3D scenarios..
Price: $45.95 [Notify me when price goes down.]


XML Essential Training
XML, or Extensible Markup Language, was designed to make information sharing and data interpretation easier, but it only works if you know how to work it. In XML Essential Training, veteran engineer and instructor Joe Marini takes you through the basic rules of XML, discusses suggested tools, explains XML syntax, and more. From integrating XML into your site to creating style sheets and Schema Definitions, XML Essential Training covers everything you need to not only get started, but to really get working with XML. Exercise files accompany the training, allowing you to follow along and learn at your own pace..
Price: $99.95 [Notify me when price goes down.]


Why is XBRL so hard?(Extensible Business Reporting Language): An article from: Strategic Finance
This digital document is an article from Strategic Finance, published by Institute of Management Accountants on August 1, 2004. The length of the article is 1621 words. The page length shown above is based on a typical 300-word page. The article is delivered in HTML format and is available in your Amazon.com Digital Locker immediately after purchase. You can view it with any web browser.

Citation Details
Title: Why is XBRL so hard?(Extensible Business Reporting Language)
Author: David vun Kannon
Publication:Strategic Finance (Refereed)
Date: August 1, 2004
Publisher: Institute of Management Accountants
Page: 49(3)

Distributed by Thomson Gale.
Price: $5.95 [Notify me when price goes down.]


<< dürrenmatt friedrich



All trademarks are the property of their respective owners.
Copyright 1996-2007 CHHS, your place for CHHS, Plano, Texas, 10220