rss Home » Tag Archive For ‘XML’

Designing Forms for SharePoint and InfoPath, 2nd Edition

Designing Forms for SharePoint and InfoPath, 2nd Edition

Book Description

Together, 2010 and Designer 2010 make it possible to create end-to-end solutions that combine powerful forms, enterprise-scale workflow, and access to key business data. Now, building on the valuable content from their previous book, three experts offer a complete introduction to building the forms that drive these solutions.

Designing Forms for and InfoPath combines deep knowledge of InfoPath, new insights into SharePoint , and an insider’s view of new InfoPath features for building more powerful SharePoint applications. Ideal for information workers, power users, and experienced form designers and developers, this book teaches new techniques through downloadable examples, including form templates, code, and .

You’ll start with a complete hands-on primer for designing rich forms with InfoPath Designer, covering Forms Services, data retrieval and submission, controls, customization, saving, publishing, and workflow. Next, you’ll turn to advanced form design, including coding, the InfoPath object model, and InfoPath hosting options.

Coverage includes

  • Mastering best practices for designing forms and working with data
  • Creating and editing SharePoint list forms in InfoPath 2010 Download Now »

XML: Visual QuickStart Guide, 2nd Edition

XML: Visual QuickStart Guide, 2nd Edition

Book Description

What is ? , or eXtensible Markup Language, is a specification for storing information. It is also a specification for describing the structure of that information. And while is a markup language (just like ), has no tags of its own. It allows the person writing the to create whatever tags they need. The only condition is that these newly created tags adhere to the rules of the specification.

In the seven years since the first edition of “: ” was published, has taken its place next to as a foundational language on the Internet. has become a very popular method for storing data and the most popular method for transmitting data between all sorts of systems and applications. The reason being, where HTML was designed to display information, was designed to manage it.

This book begins by showing you the basics of the XML language. Then, by building on that knowledge, additional and supporting languages and systems will be discussed. To get the most out of this book, you should be somewhat familiar with HTML, although you don’t need to be an expert coder by any stretch. No other previous knowledge is required.

“XML: Visual QuickStart Guide, 2nd Edition” is divided into seven parts. Each part contains one or more chapters with step-by-step instructions that explain how to perform XML-related tasks. Wherever possible, examples of the concepts being discussed are displayed, and the parts of the examples on which to focus are highlighted.

Download Now »

SQL All-in-One For Dummies, 2nd Edition

SQL All in One For Dummies, 2nd Edition

Book Description

The soup-to-nuts guide on all things !

, or structured query language, is the international standard language for creating and maintaining relational databases. It is the basis of all major databases in use today and is essential for the storage and retrieval of database information. This fun and friendly guide takes SQL and all its related topics and breaks it down into easily digestible pieces for you to understand. You’ll get the goods on relational database design, , and maintenance, enabling you to start working with SQL right away!

  • Provides an overview of the SQL language and examines how it is integral for the storage and retrieval of database information
  • Includes updates to SQL standards as well as any new features
  • Explores SQL concepts, relational database , SQL queries, data security, database tuning, and more
  • Addresses the relationship between SQL and as well as SQL and

If you’re looking for an up-to-date sequel to the bestelling first edition of SQL All-in-One , then this is the book for you!

Download Now »

LINQ Pocket Reference

LINQ Pocket Reference

Book Description

Ready to take advantage of with 3.0? This guide has the detail you need to grasp ’s new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply , the book serves as an on-the-job reference when you need immediate reminders.

All the examples in the Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ.

This reference explains:

  • LINQ’s key concepts, such as deferred execution, iterator chaining, and type inference in lambda expressions
  • The differences between local and interpreted queries
  • 3.0′s query syntax in detail-including multiple generators, joining, grouping, query continuations, and more
  • Query syntax versus lambda syntax, and mixed syntax queries
  • Composition and projection strategies for complex queries
  • All of LINQ’s 40-plus query operators Download Now »

Apache Axis2 Web Services, 2nd Edition

Apache Axis2 Web Services, 2nd Edition

Book Description

are gaining popularity and have become one of the major techniques for application integration. Due to the flexibility and advantages of using , you want to enable Web service support to your applications. This book is your gateway to learning all you need to know about the 2 web service framework and its hands on implementation.

2 , 2nd Edition is your comprehensive guide to implementing this incredibly powerful framework in practice. It gives you precisely what you need to know to develop a detailed practical understanding of this popular, modular and reliable web service framework.

This book starts with a short and relevant introduction about the Axis2 1.5 framework and then plunges you straight into its architectural model.

Learn to use and develop your own modules. Write a services. file so efficiently that you’ll be creating more complex applications (rather than just POJOs) in no time.

Learn how straightforward it really is to turn a class into a web service in Axis2. Experiment with different types of sessions in Axis2. Learn different patterns of Enterprise deployment. Ensure reliability in your web service – a major concern in most enterprise applications – with minimum impact on performance.

Download Now »

Python 2.6 Text Processing: Beginner’s Guide

Python 2.6 Text Processing: Beginners Guide

Book Description

For programmers, working with text is not about reading their newspaper on a break; it’s about taking textual data in one form and doing something to it. Extract, decrypt, parse, restructure – these are just some of the text tasks that can occupy much of a programmer’s life. If this is your life, this book will make it better – a practical guide on how to do what you want with textual data in .

2.6 Text Processing Beginner’s Guide is the easiest way to learn how to manipulate text with Python. Packed with examples, it will teach you text processing techniques and give you the skills to work with the most popular Python libraries for transforming text from one form to another.

The book gets you going with a quick look at some data formats, and installing the supporting libraries and components so that you’re ready to get started. You move on to extracting text from a collection of sources and handling it using Python’s built-in string functions and regular expressions. You look into processing structured text documents such as and , , and . Then you progress to generating documents and creating templates. Finally you look at ways to enhance text output via a collection of third-party packages such as Nucular, PyParsing, NLTK, and Mako.

Learn text processing techniques and work with the most popular Python libraries for transforming text from one form to another. Download Now »