Related Items: Search |
|
RESTful Web Services»rank: 7845by: Leonard Richardson, Sam Ruby
: :'Every developer working with the Web needs to read this book.' -- David Heinemeier Hansson, creator of the Rails framework 'RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it.' -- Adam Trachtenberg, PHP author and EBay Web Services Evangelist You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a ... |
XSLT Cookbook, Second Edition (Cookbooks (O'Reilly))»rank: 287592by: Salvatore Mangano
: :Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files--virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2.0, while elegant and powerful, has only added to the confusion. XSLT Cookbook, Second Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an ... |
||
XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer)»rank: 159517by: Michael Kay
: : This book is primarily a practical reference book for professional XSLT developers. It assumes no previous knowledge of the language, and many developers have used it as their first introduction to XSLT; however, it is not structured as a tutorial, and there are other books on XSLT that provide a gentler approach for beginners. The book does assume a basic knowledge of XML, HTML, and the architecture of the Web, and it is written for experienced programmers. There’s no assumption that you know any particular language such as Java or Visual Basic, just that you recognize the concepts that all programming languages have in common. The book is suitable both for ... |
Definitive XML Schema (Charles F. Goldfarb Definitive XML Series)»rank: 48832by: Priscilla Walmsley
: : This book is primarily a practical reference book for professional XSLT developers. It assumes no previous knowledge of the language, and many developers have used it as their first introduction to XSLT; however, it is not structured as a tutorial, and there are other books on XSLT that provide a gentler approach for beginners. The book does assume a basic knowledge of XML, HTML, and the architecture of the Web, and it is written for experienced programmers. There’s no assumption that you know any particular language such as Java or Visual Basic, just that you recognize the concepts that all programming languages have in common. The book is suitable both for ... |
||
Programming Collective Intelligence: Building Smart Web 2.0 Applications»rank: 9152by: Toby Segaran
: :Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the enormous amount of data created by people on the Internet. With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it. Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that ... |
XPath 2.0 Programmer's Reference (Programmer to Programmer)»rank: 246145by: Michael Kay
: :What is this book about? XPath 2.0 Programmer's Reference is the only authoritative reference on XPath, a sub-language within XSLT that determines which part of an XML document the XSLT transforms. Written for professional programmers who use XML every day but find the W3C XPath specifications tough to slog through, this book explains in everyday language what every construct in the language does and how to use it. It also offers background material on the design thinking behind the language, gentle criticism of the language specification when appropriate, and a diverse range of interesting examples in various application areas. |
||
Querying XML, : XQuery, XPath, and SQL/XML in context (The Morgan Kaufmann Series in Data Management Systems) (The Morgan Kaufmann Series in Data Management Systems)»rank: 426933by: Jim Melton, Stephen Buxton
: :XML has become the lingua franca for representing business data, for exchanging information between business partners and applications, and for adding structure-and sometimes meaning-to text-based documents. XML offers some special challenges and opportunities in the area of search: querying XML can produce very precise, fine-grained results, if you know how to express and execute those queries.For software developers and systems architects: this book teaches the most useful approaches to querying XML documents and repositories. This book will also help managers and project leaders grasp how 'querying XML' fits into the larger context of querying and XML. Querying XML provides a comprehensive background from fundamental concepts (What is XML?) to data models (the ... |
XSLT 2.0 Programmer's Reference (Programmer to Programmer)»rank: 369285by: Michael Kay
: :What is this book about? XSLT 2.0 Programmer's Reference, 3rd Edition, is the authoritative reference guide to the language. Without using the formal and inaccessible language of the W3C specifications, it tells you exactly what every construct in the language does, and how it is intended to be used. This book is a reference rather than a tutorial; it is designed for the professional programmer who is using the language every day. It is the book that people quote when they claim that a particular product is giving the wrong answer, and the book that implementers of the language turn to when they want clarification of the specifications. At the same time, the book is readable. ... |
||
XQuery: The XML Query Language»rank: 648279by: Michael Brundage
: :This book will be for XQuery what The Java Programming Language is for Java: a complete description of the language, suitable for both beginners and experts. This book is what you need to understand the basic design goals of XQuery and its application in real-world development. It provides solid coverage of XQuery, and is appropriate as a tutorial and a reference. The W3C specification is dense, poorly written, very formal and abstract, and does not contain many examples--exactly what you'd expect from a formal specification. Consequently, developers are starving for information about and examples of XQuery. Because the formal specifications are most people's only source of information about the standards, and because ... |
The Definitive Guide to Berkeley DB XML (Definitive Guide)»rank: 639488by: Danny Brian
: :The Definitive Guide to Berkeley DB XML covers Sleepycat's Berkeley DB XML, an open source embedded XML database. Berkeley DB XML runs on all major operating systems and has support for the most popular programming languages. The book includes tutorials and complete language references for C++, Java, Perl, Python, and PHP. Berkeley DB XML has the potential to dramatically simplify the development of your application's data tier. With native XML storage, flexible indexing, and the powerful XQuery query language (think SQL for XML), BDB XML provides everything you need for efficient XML management. Combined with Berkeley DB's transactions, logging, and replication, BDB XML is a powerful document storage solution. Author Danny Brian ... |