
Publisher: McGraw-Hill/Osborne
Author: Stephen Paine
ISBN: 007213139X
Release Date: 29 March 2001
eBook Description
Teaches readers at any skill level how to use cryptography to protect computer systems from security breaches and hackers. The CD-ROM offers Crypto Bytes newsletters, Public-Key cryptography standards, and RSA laboratories' complete FAQ, among other features. System requirements include Internet access and CD-ROM drive. Softcover.
Amazon.com
RSA Security's Official Guide to Cryptography

Publisher: Wordware Publishing
Author: Stephen K. Cunningham
ISBN: 1556223315
Release Date: 26 April 1993
eBook Description
Amazon.com
Learn Microsoft Assembler in a Day (Popular Applications)

Publisher: Microsoft Press
Author: Graeme Malcolm
ISBN: 0735613699
Release Date: 30 June 2001
eBook Description
For any developer who wants to do more with XML and databases on Windows, Programming Microsoft SQL Server 2000 with XML provides an up-to-date guide to some current XML tools and features available on the Microsoft platform. This example-packed book can let you get more productive with the latest generation of SQL Server tools.
After a quick tour of what XML means for business today, whether in business to consumer (B2C), business to business (B2B), or business to enterprise (B2E) scenarios, this text jumps right in with a tutorial on using XML in Microsoft Transact-SQL (T-SQL) supported in SQL Server. The author provides nuts-and-bolts information on querying databases and returning XML, along with different options for formatting XML data.
Next comes a tutorial for using ActiveX Data Objects (ADO), the preferred standard for programming with databases in Windows, and how to use XML within this API. Short code excerpts will show you how to perform common programming tasks quickly. The support for XML in Microsoft doesn't stop there, of course, and the book next focuses in on support for Web publishing in SQL Server through XML. This powerful feature shows you how to define templates that can be used to query and update data via HTTP using URLs. Sections on mapping schemas show how XML can be used to move data between different database schemas. An important section on the T-SQL OpenXML function shows how to perform a range of database tasks, including inserting XML data in bulk into database tables.
In its closing sections, this text illustrates key technologies using a nicely functional online computer store complete with shopping basket, product catalog, and simulated order processing, all using XML techniques demonstrated earlier on.
In all, this book delivers a solid tour of what's available in SQL Server, ADO, and other Microsoft tools and technologies. Suitable for any Windows IT professional who works with databases, this title is a capable tutorial and guide to what's out there today with XML on the Microsoft platform. --Richard Dragan
Topics covered:
- Overview of today's XML for business used with Microsoft database technologies (integration with XML, B2B, B2C, and B2E scenarios)
- Transact-SQL (T-SQL) support for XML in SQL Server (SELECT FOR XML, RAW, AUTO, and EXPLICIT modes)
- ActiveX Data Objects (ADO) support for XML (XML query templates, executing XML queries)
- SQLOLEDB XML properties (including style sheets and managing the output format)
- Web publishing with SQL Server (SQL Server HTTP publishing overview, publishing a database, virtual directories and IIS, URL queries, plus style sheets and stored procedures)
- XML templates for retrieving data over the Web (templates and parameterized templates, style sheets, posting templates)
- XML mapping schemas (mapping schemas used with ADO and over HTTP, advanced notations)
- Using OpenXML for receiving and inserting XML documents (overflow data and edge tables)
- XML for SQL Server 2000 Web Release (using Updategrams to insert, query, update, and delete XML data)
- Case study for an online computer store using SQL Server and XML (including catalog and shopping basket management, connecting to BizTalk Server 2000)
- Appendix for a basic XML tutorial
Amazon.com
Programming Microsoft SQL Server 2000 With XML (Pro-Developer)

Publisher: Apress
Author: Bill Kropla
ISBN: 1590594908
Release Date: 22 August 2005
eBook Description
It offers a comprehensive introduction to MapServer, the development platform for integrating mapping technology into Internet applications. You'll learn how to build and extend dynamic applications using popular languages like PHP, Perl, and Python.
Amazon.com
Beginning MapServer: Open Source GIS Development (Expert's Voice in Open Source)

Publisher: O'Reilly
Author: Himanshu Bhatt
ISBN: 0596009445
Release Date: 01 January 2006
eBook Description
Radio Frequency Identification (RFID) is rapidly changing the way businesses track inventory and assets. From Walmart and Tesco, to the U.S. Department of Defense, early efforts are already showing benefit, but software, integration, and data processing for RFID still present a challenge. If you are a developer or an architect charged with developing an RFID system, this book is for you. Drawing on extensive experience, Bill Glover and Himasnhu Bhatt provide you with essential information on this emerging technology.
In RFID Essentials you will find information on:
- Tags and Tag Protocols including Electronic Product Code (EPC)
- Readers and Reader Protocols
- RFID Middleware
- Security and Privacy
- Managing RFID Devices
- RFID's impact on your Architecture
With the knowledge you gain in these pages you will possess the information and understanding you need to start designing, building or integrating with RFID systems.
Amazon.com
RFID Essentials

Publisher: AK Peters
Author: Henrik Wann Jensen
ISBN: 1568811470
Release Date: 15 July 2001
eBook Description
The creation of realistic three-dimensional images is central to computer graphics. Photon mapping, an extension of ray tracing, makes it possible to efficiently simulate global illumination in complex scenes. Photon mapping can simulate caustics (focused light, such as shimmering waves at the bottom of a swimming pool), diffuse inter-reflections (e.g., the bleeding of colored light from a red wall onto a white floor, giving the floor a reddish tint), and participating media (e.g., clouds or smoke).
This book is a practical guide to photon mapping; it provides both the theory and the practical insight necessary to implement photon mapping and simulate all types of direct and indirect illumination efficiently.
Amazon.com
Realistic Image Synthesis Using Photon Mapping

Publisher: Springer-Verlag
Author: David Salomon
ISBN: 0387950451
Release Date: 22 October 2000
eBook Description
Data compression is one of the most important techniques in electrical and computer engineering. From archiving data to CD-ROMs to coding theory and image analysis, many facets of computingmake use of data compression methods. Covering the many different
Amazon.com
Data Compression: The Complete Reference

Publisher: Morgan Kaufmann Publishers
Author: David H. Eberly
ISBN: 012229064X
Release Date: 17 December 2004
eBook Description
Dave Eberly's 3D Game Engine Design was the first professional guide to the essential concepts and algorithms of real-time 3D engines and quickly became a classic of game development. Dave's new book 3D Game Engine Architecture continues the tradition with a comprehensive look at the software engineering and programming of 3D engines. This book is a complete guide to the engineering process, starting with a walk-through of the graphics pipeline showing how to construct the core elements of 3D systems, including data structures, the math system, and the object system. Dave explains how to manage data with scene graphs, how to build rendering and camera systems, and how to handle level of detail, terrain, and animation. Advanced rendering effects such as vertex and pixel shaders are also covered as well as collision detection and physics systems. The book concludes with a discussion of application design, development tools, and coding standards for the source code of the new version of the Wild Magic engine included on the CD-ROM. Wild Magic is a commercial-quality game engine used by many companies and is a unique resource for the game development community.
Amazon.com
3D Game Engine Architecture, First Edition : Engineering Real-Time Applications with Wild Magic (The Morgan Kaufmann Series in Interactive 3D Technology)

Publisher: Prentice Hall
Author: Michael Kolling
ISBN: 0131249339
Release Date: 12 July 2004
eBook Description
This book is an introduction to object-oriented programming for beginners. The main focus of the book is general object-oriented and programming concepts from a software engineering perspective.
While the first chapters are written for students with no programming experience, later chapters are suitable for more advanced or professional programmers as well. In particular, programmers with experience in a non-object-oriented language who wish to migrate their skills into object orientation should also be able to benefit from the book.
Amazon.com
Objects First With Java : A Practical Introduction Using BlueJ (2nd Edition)

Publisher: Pearson
Author: Tanenbaum
ISBN: 0039510875
Release Date: 30 April 2000
eBook Description
Specifically written for undergraduate students, this guide provides an accessible introduction to computer hardware and architecture. Updated content is delivered via the familiar structure that has served instructors through four successful editions, with the major addition of an accompanying assembly language instructional CD-ROM.
Amazon.com
Structured Computer Organisation