ISBN.nu logo
isbn.nu
search for books and compare prices
Search >
Andrew Watt has written 22 work(s)
Search for other authors with the same name
displaying 1 to 22 | at end
show results in order: alphabetically | oldest to newest | newest to oldest
Cover for 9781588463760 Cover for 9781588466150 Cover for 9789052014487 Cover for 9780471946939 Cover for 9780471774228 Cover for 9780764577550 Cover for 9780764579165 Cover for 9780764574894 Cover for 9781588466778 Cover for 9780672326233 Cover for 9781588466679 Cover for 9780672324291 Cover for 9780471412595 Cover for 9780471423201 Cover for 9780471205487 Cover for 9780471421290 Cover for 9780672324710 Cover for 9780672322976 Cover for 9781861004512 Cover for 9781861003577 Cover for 9781861005052 Cover for 9783110150162 Cover for 9780804815628
1
cover image for 9781588463760
Product Description: Overviews of mortal life in all corners of Creation during the Age of Sorrows. Everything players and Storytellers need to generate heroic mortal characters, as well as God-Blooded heroes. Merits and Flaws for second edition characters of all types.
Edition summary (click for prices and details):

Paperback:

9781588463760 | White Wolf Pub, August 5, 2009, cover price $24.99 | About this edition: Overviews of mortal life in all corners of Creation during the Age of Sorrows.

2
cover image for 9781588466150
Product Description: A Guide to Proud Cultures in Decline Once, before the fabled First Age, Creation was a far different place. The Primordials still ruled from Yu-Shan, and the gods wrought their masters' will from the Blessed Isle. In a time when humanity had yet to taste freedom, the world was ruled by other races, both mysterious and powerful...read more
Edition summary (click for prices and details):

Paperback:

9781588466150 | White Wolf Pub, December 3, 2008, cover price $24.99 | About this edition: A Guide to Proud Cultures in Decline Once, before the fabled First Age, Creation was a far different place.

3
cover image for 9789052014487
By Bela Galgoczi (editor), Maarten Keune (editor) and Andrew Watt (editor)
Edition summary (click for prices and details):

Paperback:

9789052014487 | 1 edition (Peter Lang Pub Inc, October 31, 2008), cover price $45.95

4
Edition summary (click for prices and details):

Paperback:

9780596528447 | Oreilly & Associates Inc, August 26, 2012, cover price $54.99

5
MSH is a new command-line shell for Microsoft server products, including the long-awaited Longhorn server, and will eventually ship with all major Microsoft products, making it the must-know technologyMSH will replace current command lines in new Microsoft products and can be used to write shell scripts similar to those used with Unix and LinuxDiscusses how MSH enables all of the .NET Framework objects to become accessible via scripting, making it a very powerful addition to any developer's or administrator's toolboxReaders are guided through all the ins and outs of MSH and learn how to create powerful solutions; run scripts, programs, and commands; customize the MSH environment; handle data; manage files and disks; and script solutions and .NET objects
Edition summary (click for prices and details):

Paperback:

9780471946939 | Wrox Pr Inc, April 23, 2007, cover price $39.99 | About this edition: MSH is a new command-line shell for Microsoft server products, including the long-awaited Longhorn server, and will eventually ship with all major Microsoft products, making it the must-know technologyMSH will replace current command lines in new Microsoft products and can be used to write shell scripts similar to those used with Unix and LinuxDiscusses how MSH enables all of the .

Miscellaneous:

9780470168899 | John Wiley & Sons Inc, July 17, 2007, cover price $39.99

6
Provides information on using SQL Server to create queries, retrieve data, create tables and indexes, and secure data.
Edition summary (click for prices and details):

Paperback:

9780471774228 | For Dummies, April 2, 2007, cover price $29.99 | About this edition: Provides information on using SQL Server to create queries, retrieve data, create tables and indexes, and secure data.

Miscellaneous:

9780470128596 | For Dummies, April 30, 2007, cover price $29.99

7
Looks at the features and functions of SQL Server 2005, covering such topics as creating databases, working with XML, protecting data, and administering a SQL Server system.
Edition summary (click for prices and details):

Paperback:

9780764577550 | For Dummies, February 6, 2006, cover price $29.99 | About this edition: Looks at the features and functions of SQL Server 2005, covering such topics as creating databases, working with XML, protecting data, and administering a SQL Server system.

Miscellaneous:

9780470007419 | For Dummies, April 25, 2006, cover price $29.99

8
cover image for 9780764579165
Product Description: RSS and Atom are specifications that give users the power to subscribe to information they want to receive and give content developers tools to provide continuous subscriptions to willing recipients in a spam-free setting. RSS and Atom are the technical power behind the growing millions of blogs on the Web...read more
Edition summary (click for prices and details):

Paperback:

9780764579165 | Wrox Pr Inc, May 6, 2005, cover price $39.99 | About this edition: RSS and Atom are specifications that give users the power to subscribe to information they want to receive and give content developers tools to provide continuous subscriptions to willing recipients in a spam-free setting.

Miscellaneous:

9780764598401 | John Wiley & Sons Inc, May 6, 2005, cover price $39.99

9
This book introduces the various parts of the construction of a regular expression pattern, explains what they mean, and walks you through working examples showing how they work and why they do what they do. By working through the examples, you will build your understanding of how to make regular expressions do what you want them to do and avoid creating regular expressions that don’t meet your intentions.Beginning chapters introduce regular expressions and show you a method you can use to break down a text manipulation problem into component parts so that you can make an intelligent choice about constructing a regular expression pattern that matches what you want it to match and avoids matching unwanted text.To solve more complex problems, you should set out a problem definition and progressively refine it to express it in English in a way that corresponds to a regular expression pattern that does what you want it to do.The second part of the book devotes a chapter to each of several technologies available on the Windows platform. You are shown how to use each tool or language with regular expressions (for example, how to do a lookahead in Perl or create a named variable in C#).Regular expressions can be useful in applications such as Microsoft Word, OpenOffice.org Writer, Microsoft Excel, and Microsoft Access. A chapter is devoted to each.In addition, tools such as the little-known Windows findstr utility and the commercial PowerGrep tool each have a chapter showing how they can be used to solve text manipulation tasks that span multiple files.The use of regular expressions in the MySQL and Microsoft SQL Server databases are also demonstrated.Several programming languages have a chapter describing the metacharacters available for use in those languages together with demonstrations of how the objects or classes of that language can be used with regular expressions. The languages covered are VBScript, Javascript, Visual Basic .NET, C#, PHP, Java, and Perl.XML is used increasingly to store textual data. The W3C XML Schema definition language can use regular expressions to automatically validate data in an XML document. W3C XML Schema has a chapter demonstrating how regular expressions can be used with the xs:pattern element.Chapters 1 through 10 describe the component parts of regular expression patterns and show you what they do and how they can be used with a variety of text manipulation tools and languages. You should work through these chapters in order and build up your understanding of regular expressions.The book then devotes a chapter to each of several text manipulation tools and programming languages. These chapters assume knowledge from Chapters 1 through 10, but you can dip into the tool-specific and language-specific chapters in any order you want.
Edition summary (click for prices and details):

Paperback:

9780764574894 | Wrox Pr Inc, February 4, 2005, cover price $57.95 | About this edition: This book introduces the various parts of the construction of a regular expression pattern, explains what they mean, and walks you through working examples showing how they work and why they do what they do.

Miscellaneous:

9780764595745 | John Wiley & Sons Inc, February 22, 2005, cover price $39.99

10
cover image for 9781588466778
Product Description: We Have Been Slaves too Long Proud and skillful warriors, descended from a war-god by blood and marriage, the inhabitants of Harborhead have never been easy for the Realm to govern. These unExalted persist in slaveholding, and the Cult of Ahlat has prospered for centuries despite the stern warning of the Immaculates...read more
Edition summary (click for prices and details):

Paperback:

9781588466778 | White Wolf Pub, October 30, 2004, cover price $21.99 | About this edition: We Have Been Slaves too Long Proud and skillful warriors, descended from a war-god by blood and marriage, the inhabitants of Harborhead have never been easy for the Realm to govern.

11
cover image for 9780672326233
Product Description: Microsoft InfoPath 2003 Kick Start builds upon the reader's knowledge of the Microsoft Office system to enable them to get right to work making productive use of InfoPath. It is targeted specifically at the early adopters - developers who will use their knowledge of XML and Web development to build sophisticated applications with InfoPath front ends...read more
Edition summary (click for prices and details):

Paperback:

9780672326233 | Sams, March 1, 2004, cover price $39.99 | About this edition: Microsoft InfoPath 2003 Kick Start builds upon the reader's knowledge of the Microsoft Office system to enable them to get right to work making productive use of InfoPath.

12
cover image for 9781588466679
Product Description: Merchant Princes of Creation Many hate and revile them, yet none turn away their visits. They are members of the Guild, a mercantile organization whose caravans and trading ships cross the face of Creation. They care not for the will of princes or Exalts, but only for profit...read more
Edition summary (click for prices and details):

Paperback:

9781588466679 | White Wolf Pub, July 1, 2003, cover price $19.95 | About this edition: Merchant Princes of Creation Many hate and revile them, yet none turn away their visits.

13
cover image for 9780672324291
Product Description: Targeted to the experienced Web programmer, SVG Unleashed equips the reader with the practical knowledge to create and manipulate Scalable Vector Graphics (SVG) programmatically, both on the client and the server side. Part I of the book provides a thorough reference of SVG syntax, elements, coordinate systems and animations, with coverage of the XML Document Object Model (DOM) and the SVG DOM application to programming with particular emphasis on the use of ECMAScript/JavaScript...read more (view table of contents, read Amazon.com's description)
Edition summary (click for prices and details):

Paperback:

9780672324291 | Sams, December 1, 2002, cover price $49.99 | About this edition: Targeted to the experienced Web programmer, SVG Unleashed equips the reader with the practical knowledge to create and manipulate Scalable Vector Graphics (SVG) programmatically, both on the client and the server side.

14
cover image for 9780471423201
Replacing DTDs (Document Type Definitions) as the way in which XML documents are described and validated, XML schemas are essential for ensuring the accuracy and security of information in B2B transactions and other XML applications. This how-to guide employs extensive examples and source code to help developers and programmers get quickly up to speed on the practical application of this important technology. With in-depth explanations for each example, XML expert Mike Fitzgerald acquaints readers with coding structures, then moves to more advanced topics, including unique element and attribute values, keys, and how to use schemas with HTML. Like the other books in the series, this guide features comprehensive appendices listing all the datatypes and data facets, code indexes, and other time-saving features. (view table of contents)
Edition summary (click for prices and details):

Paperback:

9780471412595 | John Wiley & Sons Inc, July 1, 2002, cover price $44.99 | About this edition: Replacing DTDs (Document Type Definitions) as the way in which XML documents are described and validated, XML schemas are essential for ensuring the accuracy and security of information in B2B transactions and other XML applications.

Miscellaneous:

9780471423201 | John Wiley & Sons Inc, October 15, 2002, cover price $44.99

15
cover image for 9780471421290
The first complete hands-on guide to programming with XPathXPath is an important new technology that allows XML data to be restructured and displayed in virtually any other format, such as HTML. It is especially exciting for developers in the B2B arena in that it permits data to be exchanged between companies using different schemas (naming conventions). Written for developers, programmers, Webmasters, and IT/networking professionals, XPath Essentials provides readers with the practical, hands-on instruction they need to accomplish mission-critical tasks. Like all the books in the XML Essentials series, it takes an example-driven approach supplying source code to illustrate the practical application of XPath and its framework, syntax, semantics, and use. (view table of contents)
Edition summary (click for prices and details):

Paperback:

9780471205487 | John Wiley & Sons Inc, February 1, 2002, cover price $44.99 | About this edition: The first complete hands-on guide to programming with XPathXPath is an important new technology that allows XML data to be restructured and displayed in virtually any other format, such as HTML.

Miscellaneous:

9780471421290 | John Wiley & Sons Inc, October 15, 2002, cover price $44.99

16
cover image for 9780672324710
Provides an overview of XML and related concepts including basic syntax, DTDs, XML Schema, DOM, SAX, XSL, and XPath. (view table of contents)
Edition summary (click for prices and details):

Paperback:

9780672324710 | Sams, October 1, 2002, cover price $19.99 | About this edition: Provides an overview of XML and related concepts including basic syntax, DTDs, XML Schema, DOM, SAX, XSL, and XPath.

17
cover image for 9780672322976
Product Description: The aim of Sams Teach Yourself JavaScript in 21 Days is to tutor the Web-literate novice JavaScripter through to a high level of competency in applying JavaScript to Web pages. In addition to core uses of client-side JavaScript, Sams Teach Yourself JavaScript in 21 Days also covers emerging topics such as the use of JavaScript with PDFs and the scripting of Scalable Vector Graphics (SVG)...read more (view table of contents, read Amazon.com's description)
Edition summary (click for prices and details):

Paperback:

9780672322976 | Sams, May 1, 2002, cover price $34.99 | About this edition: The aim of Sams Teach Yourself JavaScript in 21 Days is to tutor the Web-literate novice JavaScripter through to a high level of competency in applying JavaScript to Web pages.

18
cover image for 9781861004512
Product Description: As we have an increasing amount of information available in electronic formats, we need a way of dealing with and managing the volume of data we store and exchange. To help us do this we can use meta data, which is simply data about data...read more (view table of contents, read Amazon.com's description)
Edition summary (click for prices and details):

Paperback:

9781861004512 | Apress, July 1, 2001, cover price $49.99 | About this edition: As we have an increasing amount of information available in electronic formats, we need a way of dealing with and managing the volume of data we store and exchange.

19
cover image for 9781861003577
Product Description: Professional XSL takes an applied, tutorial-style approach to teaching the core fundamentals of the XSLT, XPath and XSL-FO specifications. You'll learn how to create well structured and modularized stylesheets to generate your required output, how to change, filter, and sort data, and how to incorporate other content for presentation purposes...read more (view table of contents, read Amazon.com's description)
Edition summary (click for prices and details):

Paperback:

9781861003577 | Apress, June 1, 2001, cover price $49.99 | About this edition: Professional XSL takes an applied, tutorial-style approach to teaching the core fundamentals of the XSLT, XPath and XSL-FO specifications.

20
cover image for 9781861005052
Chapters written by professional programmers discuss XML specification and navigation, linking, XSLT, presentation technologies, databases, messaging, and B2B applications. (view table of contents)
Edition summary (click for prices and details):

Paperback:

9781861005052 | 2 edition (Apress, May 1, 2001), cover price $59.99 | About this edition: Chapters written by professional programmers discuss XML specification and navigation, linking, XSLT, presentation technologies, databases, messaging, and B2B applications.

21
cover image for 9783110150162
Edition summary (click for prices and details):

Hardcover:

9783110150162 | Walter De Gruyter Inc, April 1, 1996, cover price $133.00

22
cover image for 9780804815628
Edition summary (click for prices and details):

Paperback:

9780804815628 | Tuttle Pub, June 1, 1988, cover price $6.95

displaying 1 to 22 | at end