Useful Books and Software
|
Related XML Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related XML Books |
Page 1 of 150
Total results: 1492 |
|
|
| |
|
|
| |
 |
|
Programming WPF |
| If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF). This new edition, fully updated for the official release of .NET 3.0, is designed to get you up to speed on this technology quickly. By page 2, you'll be writing a simple WPF application. By the end of Chapter 1, you'll have taken a complete tour of WPF and its major elements. WPF is the new presentation framework for Windows Vista that also works with Windows XP. It's a cornucopia of new technologies, which includes a new graphics engine that supports 3-D graphics, animation, and more; an XML-based markup language, called XAML, for declaring the structure of your Windows UI; and a radical new model for controls. This second edition includes new chapters on printing, XPS, 3-D, navigation, text and documents, along with a new appendix that covers Microsoft's new WPF/E platform for delivering richer UI through standard web browsers -- much like Adobe Flash. Content from the first edition has been significantly expanded and modified. Programming WPF includes: Scores of C# and XAML examples that show you what it takes to get a WPF application up and running, from a simple "Hello, Avalon" program to a tic-tac-toe game Insightful discussions of the powerful new programming styles that WPF brings to Windows development, especially its new model for controls A color insert to better illustrate WPF support for 3-D, color, and other graphics effects A tutorial on XAML, the new HTML-like markup language for declaring Windows UI An explanation and comparison of the features that support interoperability withWindows Forms and other Windows legacy applications WPF represents the best of the control-based Windows world and the content-based web world. Programming WPF helps you bring it all together.
Publisher:
O'Reilly Media, Inc.
Authors:
Chris Sells, Ian Griffiths
Release Date: 2007-08-28
ISBN/EAN: 0596510373 / 9780596510374
New Price: $28.79 /
Used Price: $23.99 |
| |
|
|
|
|
| |
|
|
| |
 |
|
FrontPage 2003 (The Missing Manual) |
| In today's highly connected world, almost everybody has a web site, from local sewing circles to the world's largest corporations. If you're ready for one of your own, Microsoft's FrontPage 2003 has everything you need to create Web pages. It's true. Your geek friends may howl in contempt if you use FrontPage, but that's because the program has a reputation for spitting out cookie-cutter Web pages with messy, overloaded HTML code that takes forever to load. Not any more. After listening to complaints, Microsoft has given FrontPage 2003 some pretty advanced features, including an HTML cleanup tool that helps alleviate bloated code, and new support for Macromedia Flash and XML. Now, savvy Web veterans can control as much of the process as they want, and even collaborate on a site with developers who use Dreamweaver, GoLive or other Web authoring tools. Yet, unlike those other tools, FrontPage 2003 still has automated features for beginners who don't know where to start. There's still one flaw, though. Microsoft's idea of a user manual is a flimsy pamphlet. But that's easily solved. "FrontPage 2003: The Missing Manual" offers you everything from the basics to meaty sections on advanced tasks. Our book puts the program's features in context, with clear and thorough chapters that provide valuable shortcuts, workarounds, and just plain common sense, no matter where you weigh in on the technical scale. With it, you can learn to build simple Web pages, or sophisticated ones with tables and Cascading Style Sheets, and find out how to manage and publish a Web site. You'll also learn to create forms, work with databases, and integrate FrontPage with Microsoft Office. If you haven'tworked with Web pages before, each chapter provides "Up to Speed" sidebars with useful background information. If you do have experience, the "Power Users' Clinic" sidebars offer advanced tips and insights. You won't find tips like those in the pamphlet, or even in the Help file. "FrontPage: The Missing Manual" gives you the complete lowdown on the program above and beyond any book on the market.
Publisher:
Pogue Press
Author:
Jessica Mantaro
Release Date: 2005-08-18
ISBN/EAN: 059600950X / 9780596009502
New Price: $16.68 /
Used Price: $13.85 |
| |
|
|
|
|
| |
|
|
| |
 |
|
C# 3.0 in a Nutshell: A Desktop Quick Reference (In a Nutshell (O'Reilly)) |
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability. C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources. Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified style: Opening chapters concentrate purely on C#, starting with the basics of syntax, types and variables, and finishing with advanced topics such as unsafe code and preprocessor directives Later chapters cover the core .NET 3.5 Framework, including such topics as LINQ, XML, collections, I/O and networking, memory management, reflection, attributes, security, threading, application domains and native interoperability Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Frameworkthat such books omit, this one covers in detail.
Publisher:
O'Reilly Media, Inc.
Authors:
Joseph Albahari, Ben Albahari
Release Date: 2007-09-26
ISBN/EAN: 0596527578 / 9780596527570
New Price: $28.26 /
Used Price: $20.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Groovy in Action |
| Groovy, the brand-new language for the Java platform, brings to Java many of the features that have made Ruby popular. Groovy in Action is a comprehensive guide to Groovy programming, introducing Java developers to the new dynamic features that Groovy provides. To bring you Groovy in Action, Manning again went to the source by working with a team of expert authors including both members and the Manager of the Groovy Project team. The result is the true definitive guide to the new Groovy language. Groovy in Action introduces Groovy by example, presenting lots of reusable code while explaining the underlying concepts. Java developers new to Groovy find a smooth transition into the dynamic programming world. Groovy experts gain a solid reference that challenges them to explore Groovy deeply and creatively. Because Groovy is so new, most readers will be learning it from scratch. Groovy in Action quickly moves through the Groovy basics, including:
Simple and collective Groovy data types Working with Closures and Groovy Control Structures Dynamic Object Orientation, Groovy style Readers are presented with rich and detailed examples illustrating Groovy's enhancements to Java, including
How to Work with Builders and the GDK Database programming with Groovy Groovy in Action then demonstrates how to Integrate Groovy with XML, and provides,
Tips and Tricks Unit Testing and Build Support Groovy on Windows An additional bonus is a chapter dedicated to Grails, the Groovy Web Application Framework. Early PDF chapters of Groovy in Action are available from the Manning Early Access Program (MEAP) at http://www.manning.com/koenig. As part of this program, readers can also discuss the early manuscript with the author and help shape the manuscript as it's being developed by joining the Author Forum.
Publisher:
Manning Publications
Authors:
Dierk Koenig, Andrew Glover, Paul King, Guillaume Laforge, Jon Skeet
Release Date: 2007-01-17
ISBN/EAN: 1932394842 / 9781932394849
New Price: $25.28 /
Used Price: $24.66 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Professional PHP4 XML |
This book covers the PHP language (and is up to date with the latest 4.2 release), the XML standard and the intersection between these widely used technologies. You will learn the "core" standards for XML processing such as Xpath,Dom,SAX and XSLT and how to use them from PHP. Satellite standards, vocabularies and other technical topics related to XML processing are also covered with examples, tips and suggestions from an experienced field of PHP programmers and XML experts.
Publisher:
Peer Information
Authors:
Luis Argerich, Chris Lea, Ken Egervari, Matt Anton, Chris Hubbard
Release Date: 2002-06
ISBN/EAN: 1861007213 / 9781861007216
New Price: $15.54 /
Used Price: $4.49 |
| |
|
|
|
|
| |
|
|
| |
 |
|
InDesign CS3 One on One |
Click herefor the complete DVD content that accompanies this title.
Nothing speeds up learning like personal training from a skilled tutor. With Adobe InDesign CS3 One-on-One, you get the equivalent of private lessons with author Deke McClelland, a world-renowned expert on digital graphics and design. Deke offers you DVD video with more than two hours of professional instruction and advice to accompany the book's easy-to-follow text. The book itself includes 600 full-color images, diagrams, and screenshots to illustrate every key step.
This highly popularly learning approach is quite simple: "read the book, watch the video, do the exercise". Each chapter has corresponding video lesson that demonstrates the techniques covered. The combination of text and video instruction is uniquely effective. You proceed at your own pace and work on relevant, real-world projects as you master fundamental and advanced concepts, theories, techniques, and best practices for making the most of InDesign.
This comprehensive multimedia training solution teaches you how to: - Create professional-looking documents with InDesign's powerful text and graphic tools
- Import text from a word processor, move and scale existing text frames, and check spelling
- Use the line, pen, and geometric shape tools to draw complex graphic objects
- Apply fill and stroke, specify process and spot colors, and design custom rules
- Use Adobe Bridge to organize and manage your digital assets
- Import and modify layered artwork from Photoshop and Illustrator
- Create inline graphics and anchored objects that move automatically with your text from one page to the next
- Create, edit, and link paragraph styles, complete with nested character styles
- Apply a sequence of style sheets to format an entire document in one operation
- Build object styles with embedded paragraph styles in order to format entire frames at a time
- Use master pages to automate repeating page features
- Automatically generate a table of contents
- Compose a fully interactive document -- with bookmarks, hyperlinks, buttons, sounds, and movies -- and export your creation to a PDF file that can be played on most computers
Adobe InDesign CS3 One-on-One puts you on the fast track to becoming a real InDesign expert. Once you're finished, you'll use InDesign smarter, faster, more creatively, and more efficiently than you thought possible.
Publisher:
O'Reilly Media, Inc.
Author:
Deke McClelland
Release Date: 2008-01-04
ISBN/EAN: 0596529767 / 9780596529765
New Price: $32.11 /
Used Price: $25.40 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Groovy Recipes: Greasing the Wheels of Java (Pragmatic Programmers) |
| Each recipe in Groovy Recipes begins with a concise code example for a quick start, followed by in-depth explanation in plain English. These recipes will get you to-to-speed in a Groovy environment quickly. You'll see how to speed up nearly every aspect of the development process using Groovy. Groovy makes mundane file management tasks like copying and renaming files trivial. Reading and writing XML has never been easier with XmlParsers and XmlBuilders. Breathe new life into Arrays, Maps, and Lists with a number of convenience methods. But Groovy does more than just ease traditional Java development: it brings modern programming features to the Java platform like closures, duck-typing, and metaprogramming. As an added bonus, this book also covers Grails. You'll be amazed at how quickly you can have a first-class web application up and running from ground zero. Grails includes everything you need in a single zip file⎯a web server (Jetty), a database (HSQLDB), Spring, Hibernate, even a Groovy version of Ant called GANT. We cover everything from getting a basic website in place to advanced features that take you beyond HTML into the world of Web Services: REST, JSON, Atom, Podcasting, and much much more.
Publisher:
Pragmatic Bookshelf
Author:
Scott Davis
Release Date: 2008-03-11
ISBN/EAN: 0978739299 / 9780978739294
New Price: $19.43 /
Used Price: $19.43 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Effective XML: 50 Specific Ways to Improve Your XML (Effective Software Development Series) |
Learning the fundamentals of XML might take a programmer a week. Learning how to use XML effectively might take a lifetime. While many books have been written that teach developers how to use the basic syntax of XML, this is the first one that really focuses on how to use XML well. This book is not a tutorial. It is not going to teach you what a tag is or how to write a DTD (Document Type Definition). Instead it's going to tell you when, why, where, and how to use such tools effectively (and equally important when not to use them).Since XML has become a fundamental underpinning of new software systems, it becomes important to ask new questions, not just what XML is, but how does one use it effectively? Which techniques work and which don't? Perhaps most importantly, which techniques appear to work at first but fail to scale as systems are further developed? This book answers these questions. It is not enough to write programs that compile and produce the expected results. It is important to write code that is extensible, legible, and maintainable. XML can be used to produce robust, extensible, maintainable systems.
Publisher:
Addison-Wesley Professional
Author:
Elliotte Rusty Harold
Release Date: 2003-10-02
ISBN/EAN: 0321150406 / 9780321150400
New Price: $22.00 /
Used Price: $22.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Applied XML Solutions |
Applied XML Solutions presents a series of projects rather than a tutorial format. The projects follow a natural progression from simple to complex. Within each chapter, helpful sidebars highlight XML fundamentals necessary to understand the project in progress. This will save readers' time having to look to another source if they forget a key detail. The last project incorporates techniques discussed throughout the book. The author will illustrate alternative solutions wherever appropriate. Applied XML Solutions shows professional developers how to apply XML to a variety of real-world applications, including: XML as a scripting substitute, using RSS to syndicate content to multiple & non-traditional browsers such as WAP-enabled handheld devices, using XSLT to facilitate communication between incompatible systems, separating web content from web code, importing data from various file formats.
Publisher:
Sams
Author:
Benoit Marchal
Release Date: 2000-08-29
ISBN/EAN: 0672320541 / 9780672320545
New Price: $28.55 /
Used Price: $0.34 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Processing XML with Java(TM): A Guide to SAX, DOM, JDOM, JAXP, and TrAX |
Java is the ideal language for processing XML documents. Consequently, more XML tools have been written in Java than in any other language. More open source XML tools are written in Java than in any other language. Processing XML with Java fills an immediate need for developers who are working with XML in Java. It is a comprehensive tutorial and reference to the major APIs. This book shows developers how to: save XML documents from their applications written in Java; read XML documents produced by other programs; communicate with network servers that send and receive XML data; validate documents they receive against DTDs, schemas, and business rules; and integrate XSLT into their programs.
Publisher:
Addison-Wesley Professional
Author:
Elliotte Rusty Harold
Release Date: 2002-11-15
ISBN/EAN: 0201771861 / 9780201771862
New Price: $34.85 /
Used Price: $18.40 |
| |
|
|
|
|
| |
|
|
|
|
|