Books Core
Posted: October 1st, 2007, 6:19pm CEST by Freaked

Publisher: Microsoft Pr
Language: english
ISBN: 1572317000
Paperback: 301 pages
Data: December 1997
Format: CHM
Programming Active Server Pages is not just a tutorial for creating dynamic Web pages, but also a guide to all the relevant tools and necessary Microsoft technology required to build state-of-the-art Web sites. Stressing a hands-on approach and featuring plenty of relevant screen shots, the authors take you through the basics of HTML and scripting languages such as VBScript, ActiveX, and Java and explain how Active Server Pages (ASPs) can be used to deliver platform-independent dynamic content. Further sections introduce Microsoft Internet Information Server (IIS), Personal Web Server as a development tool, and Open Database Connectivity (ODBC) basics for connecting to databases. The authors then turn to the fundamentals of working with Internet Explorer 4, as well as its version of dynamic HTML, where all tags can be manipulated programmatically. Finally, the authors look at how ASPs can be used on IIS to deliver content dynamically.
Further chapters show off ASPs in action in a sample online bookstore application, which includes processing orders, an online catalog, and a magazine. (The accompanying CD-ROM includes full source code.) Other chapters tackle e-mail systems using Microsoft and Transaction Server, which can provide reliable transaction processing and better scalability for Web sites. As the authors note here, no developer can afford to concentrate on only a single programming language or tool. This book does a fine job of providing all you need to get started linking technologies and tools in the Microsoft line of products for successful Internet development.
Download
Bookmark To:




















Full download
Posted: October 1st, 2007, 6:18pm CEST by Freaked

Publisher: Springer; 1 edition
Language: english
ISBN: 354028348X
Paperback: 268 pages
Data: February 10, 2006
Format: PDF
Clustering is one of the most fundamental and essential data analysis techniques. Clustering can be used as an independent data mining task to discern intrinsic characteristics of data, or as a preprocessing step with the clustering results then used for classification, correlation analysis, or anomaly detection. Kogan and his co-editors have put together recent advances in clustering large and high-dimension data. Their volume addresses new topics and methods which are central to modern data analysis, with particular emphasis on linear algebra tools, opimization methods and statistical techniques. The contributions, written by leading researchers from both academia and industry, cover theoretical basics as well as application and evaluation of algorithms, and thus provide an excellent state-of-the-art overview. The level of detail, the breadth of coverage, and the comprehensive bibliography make this book a perfect fit for researchers and graduate students in data mining and in many other important related application areas.
Download
Bookmark To:




















Full download
Posted: October 1st, 2007, 6:18pm CEST by Freaked

Publisher: O’Reilly Media, Inc.
Language: english
ISBN: 0596003226
Paperback: 206 pages
Data: October 8, 2002
Format: CHM
The subject of security never strays far from the minds of IT workers, for good reason. If there is a network with even just one connection to another network, it needs to be secured. RADIUS, or Remote Authentication Dial-In User Service, is a widely deployed protocol that enables companies to authenticate, authorize and account for remote users who want access to a system or service from a central network server. Originally developed for dial-up remote access, RADIUS is now used by virtual private network (VPN) servers, wireless access points, authenticating Ethernet switches, Digital Subscriber Line (DSL) access, and other network access types. Extensible, easy to implement, supported, and actively developed, RADIUS is currently the de facto standard for remote authentication. RADIUS provides a complete, detailed guide to the underpinnings of the RADIUS protocol, with particular emphasis on the utility of user accounting. Author Jonathan Hassell draws from his extensive experience in Internet service provider operations to bring practical suggestions and advice for implementing RADIUS. He also provides instructions for using an open-source variation called FreeRADIUS. “RADIUS is an extensible protocol that enjoys the support of a wide range of vendors,” says Jonathan Hassell. “Coupled with the amazing efforts of the open source development community to extend RADIUS’s capabilities to other applications-Web, calling card security, physical device security, such as RSA’s SecureID-RADIUS is possibly the best protocol with which to ensure only the people that need access to a resource indeed gain that access.” This unique book covers RADIUS completely, from the history and theory of the architecture around which it was designed, to how the protocol and its ancillaries function on a day-to-day basis, to implementing RADIUS-based security in a variety of corporate and service provider environments. If you are an ISP owner or administrator, corporate IT professional responsible for maintaining mobile user connectivity, or a web presence provider responsible for providing multiple communications resources, you’ll want this book to help you master this widely implemented but little understood protocol.
Download
Bookmark To:




















Full download
Posted: October 1st, 2007, 6:14pm CEST by Freaked
Full download
Posted: October 1st, 2007, 6:12pm CEST by Freaked

Publisher: O’Reilly Media, Inc.; 1st edition
Language: english
ISBN: 059600415X
Paperback: 112 pages
Data: May 2003
Format: CHM
Regular expressions are such a powerful tool for manipulating text and data that anyone who uses a computer can benefit from them. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. While a command of regular expressions is an invaluable skill, all there is to know about them fills a very large volume, and you don’t always have time to thumb through hundreds of pages each time a question arises. The answer is the Regular Expression Pocket Reference. Concise and easy-to-use, this little book is the portable companion to Mastering Regular Expressions.
This handy guide offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as an introduction for beginners and a quick reference for advanced programmers, Regular Expression Pocket Reference is a comprehensive guide to regular expression APIs for C, Perl, PHP,Java, .NET, Python, vi, and the POSIX regular expression libraries.
O’Reilly’s Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you’ve reached a sticking point and need to get to a solution quickly, the new Regular Expression Pocket Reference is the book you’ll want to have.
Download
Bookmark To:




















Full download
Posted: October 1st, 2007, 6:11pm CEST by Freaked
Full download
Posted: October 1st, 2007, 6:11pm CEST by Freaked

Publisher: O’Reilly Media, Inc.
Language: english
ISBN: 0596006349
Paperback: 510 pages
Data: March 30, 2007
Format: PDF
With the XQuery 1.0 standard, you finally have a tool that will make it much easier to search, extract and manipulate information from XML content stored in databases. This in-depth tutorial not only walks you through the XQuery specification, but also teaches you how to program with this widely anticipated query language.
XQuery is for query writers who have some knowledge of XML basics, but not necessarily advanced knowledge of XML-related technologies. It can be used both as a tutorial, by reading cover to cover, and as a reference, by using the comprehensive index and appendixes. Either way, you will find the background knowledge in namespaces, schemas, built-in types and regular expressions that is relevant to writing XML queries. This book provides:
* A high-level overview and quick tour of XQuery
* Information to write sophisticated queries, without being bogged down by the details of types, namespaces, and schemas
* Advanced concepts for users who want to take advantage of modularity, namespaces, typing and schemas
* Guidelines for working with specific types of data, such as numbers, strings, dates, URIs and processing instructions
* A complete alphabetical reference to the built-in functions and types
You will also learn about XQuery’s support for filtering, sorting, and grouping data, as well as how to use FLWOR expressions, XPath, and XQuery tools for extracting and combining information. With this book, you will discover how to apply all of these tools to a wide variety of data sources, and how to recombine information from multiple sources into a single final output result.
Whether you’re coming from SQL, XSLT, or starting from scratch, this carefully paced tutorial takes you through the final 1.0 standard in detail.
Download
Bookmark To:




















Full download
Posted: October 1st, 2007, 6:10pm CEST by Freaked
Full download
Posted: October 1st, 2007, 6:09pm CEST by Freaked
Full download
Posted: October 1st, 2007, 6:08pm CEST by Freaked

Publisher: Sybex
Language: english
ISBN: 078214134X
Paperback: 608 pages
Data: September 24, 2002
Format: PDF
If you’ve begun programming using Microsoft’s .NET Framework, you’ve discovered a lot of new and improved functionality. But, more than likely, you’ve also discovered a lot of missing functionality. Indeed, a third of the functions supported by the old Win32 API are not yet supported by .NET. Although you may not at first notice the loss of Win32 API functionality in .NET, the more you program, the more you’ll realize how essential it is. As a programmer, you will not want to do without these solutions.
.NET Framework Solutions: In Search of the Lost Win32 API is one more thing you can’t do without: a complete guide to your options for dealing with the functionality missing from .NET. As you’ll learn, some functions are handily situated within Visual Basic or C#. In most cases, however, you’ll need to access the old Win32 API from the .NET Framework. This is demanding work, but this book makes it easy, walking you through every step and paying special attention to the work of managing memory manually–the most error-prone part of the process.
The topics covered inside are as varied as the missing functionality: direct hardware access, low-level security control, certain aspects of OS access, support for multimedia and utilities, and DirectX. You also get hard-to-find information on COM access, plus a collection of examples–dealing with DirectX and the MMC Snap-ins–that unite COM and Win32 access in especially illuminating ways.
Over time, you can expect to see the .NET Framework expanded to include much of what it now lacks. But your programming tasks can’t wait, and .NET Framework Solutions makes you productive–today.
Download
Bookmark To:




















Full download
Posted: October 1st, 2007, 8:19am CEST by Swat

Alf Yarwood «Introduction to AutoCAD 2008: 2D and 3D Design»
Newnes (June 25, 2007) | ISBN 0750685123 | PDF | 49.14 Mb
Taking the reader step-by-step through the features of AutoCAD, Alf Yarwood provides a practical, structured course of work matched to the latest release of this software. After introducing first principles and the creation of 2D technical drawings, he goes on to demonstrate the construction of 3D solid and surface model drawings and rendering in the second part. All the new features of the 2008 software release are taken into account, in particular the new workspace for 2D drafting, faster rendering, new rendering methods, more materials, and improved lighting methods. The 2D chapters are also suitable for those learning how to use AutoCAD LT 2008. Introduction to AutoCAD 2008 includes:
- Hundreds of full-colour drawings and screen shots illustrating the
stages within the design process
- Worked examples and exercises throughout the text, linking the use
of AutoCAD to real-world engineering practice
- Start of chapter learning outcome summaries and end of chapter
revision notes and exercises to check the readers’ understanding Readers
can also visit a free companion website , where they will find
worked solutions and AutoCAD drawing files of stages and results for the
exercises in the book, as well as further exercises and multiple-choice
questions with answers. Suitable for all new users of AutoCAD, this book
is particularly applicable to introductory level undergraduate courses
and vocational courses in engineering and construction. Further
Education students in the UK will find this an ideal textbook to cater
for the relevant CAD units of BTEC National and BTEC Higher National
Engineering schemes from Edexcel, and the City & Guilds 4353 and 2303
qualifications.
* Written by a member of the Autodesk Developer Network
* Hundreds of full-colour drawings and screen shots illustrating the
stages within the design process
* Accompanying website with worked solutions and AutoCAD drawing files
of stages and results for the exercises in the book, as well as further
exercises and multiple-choice questions with answers[/quote]
Download:
http://rapidshare.com/files/59405825/Introduction.to.AutoCAD.2008.2D.and.3D.Design.Jun.2007.rar
Bookmark To:




















Full download
Posted: October 1st, 2007, 8:15am CEST by Swat

Chemical Genomics: Reviews and Protocols (Methods in Molecular Biology: Volume 310)
Humana Press | 1588293998 | Edition - 2005-08-01 | PDF | 296 pages | 5.04 MB | rapidshare
An up-to-date introduction for the uninitiated into the various “flavors” of chemical genomics with a series of readily reproducible techniques for applications in organic chemistry, protein chemistry, and computer science, emphasizing the high-throughput approaches that are the essence of chemical genomics. The techniques range from the classic design of small molecules as affinity ligands for specific protein families, to in silico docking for computational approaches to protein-small molecule interactions, to producing highly diverse collections of proteins, carbohydrates, and small molecules for use in arrays containing large numbers of these molecules. There are also methods for the production of proteins and carbohydrates using different expression systems, for analyzing proteins using mass spectrometry, and for arraying proteins and carbohydrates on solid supports. The protocols follow the successful Methods in Molecular Biologyâ„¢ series format, each offering step-by-step laboratory instructions, an introduction outlining the principles behind the technique, lists of the necessary equipment and reagents, and tips on troubleshooting and avoiding known pitfalls.
Download:
http://rapidshare.com/files/59415940/310_Chemical_Genomics_Reviews_and_Protocols.rar
Bookmark To:




















Full download
Posted: October 1st, 2007, 8:12am CEST by Swat

New and Emerging Proteomic Techniques (Methods in Molecular Biology: Volume 328) )
Humana Press | 1588295192 | Edition - 2006-03-01 | PDF | 248 pages | 2.89 MB | rapidshare
Leading researchers and innovators describe in step-by-step detail the latest techniques that promise to significantly impact the practice of proteomics, as well as its success in developing novel clinical agents. The methods span the entire spectrum of top-down and bottom-up approaches, including microarrays, gels, chromatography, and affinity separations, and address every aspect of the human proteome, both quantitatively and qualitatively. The techniques of protein detection utilized are diverse and range from fluorescence and resonance light scattering to surface plasmon resonance and mass spectrometry. The protocols follow the successful Methods in Molecular Biologyâ„¢ series format, each offering step-by-step laboratory instructions, an introduction outlining the principles behind the technique, lists of the necessary equipment and reagents, and tips on troubleshooting and avoiding known pitfalls.
Download:
http://rapidshare.com/files/59416764/328_New_and_Emerging_Proteomic_Techniques.rar
Bookmark To:




















Full download
Posted: October 1st, 2007, 8:10am CEST by Swat
Full download
Posted: October 1st, 2007, 8:07am CEST by Swat
Full download
Posted: October 1st, 2007, 8:05am CEST by Swat

C. Canuto, M.Y. Hussaini, A. Quarteroni, T.A. Zang, “Spectral Methods: Fundamentals in Single Domains (Scientific Computation)”
Springer | 581 pages | 2006 | ISBN: 3540307257 | PDF | 8.03 MB
Since the publication of “Spectral Methods in Fluid Dynamics”, spectral methods, particularly in their multidomain version, have become firmly established as a mainstream tool for scientific and engineering computation. While retaining the tight integration between the theoretical and practical aspects of spectral methods that was the hallmark of the earlier book, Canuto et al. now incorporate the many improvements in the algorithms and the theory of spectral methods that have been made since 1988. The initial treatment Fundamentals in Single Domains discusses the fundamentals of the approximation of solutions to ordinary and partial differential equations on single domains by expansions in smooth, global basis functions. The first half of the book provides the algorithmic details of orthogonal expansions, transform methods, spectral discretization of differential equations plus their boundary conditions, and solution of the discretized equations by direct and iterative methods. The second half furnishes a comprehensive discussion of the mathematical theory of spectral methods on single domains, including approximation theory, stability and convergence, and illustrative applications of the theory to model boundary-value problems. Both the algorithmic and theoretical discussions cover spectral methods on tensor-product domains, triangles and tetrahedra. All chapters are enhanced with material on the Galerkin with numerical integration version of spectral methods. The discussion of direct and iterative solution methods is greatly expanded as are the set of numerical examples that illustrate the key properties of the various types of spectral approximations and the solution algorithms.
A companion book “Evolution to Complex Geometries and Applications to Fluid Dynamics” contains an extensive survey of the essential algorithmic and theoretical aspects of spectral methods for complex geometries and provides detailed discussions of spectral algorithms for fluid dynamics in simple and complex geometries.
Download:
http://rapidshare.com/files/59428400/3540307257.pdf.zip
Bookmark To:




















Full download
Posted: October 1st, 2007, 8:02am CEST by Swat
Full download
Posted: October 1st, 2007, 7:56am CEST by Swat
Full download
Posted: October 1st, 2007, 7:54am CEST by Swat
Full download
Posted: October 1st, 2007, 7:51am CEST by Swat
Full download