donate for your banner ads to us

donate for your banner ads to us
YOUR BANNER HERE..... PLEASE DONATE TO US
Showing posts with label free ebook. Show all posts
Showing posts with label free ebook. Show all posts

Saturday, 12 April 2008

XML Hacks

XML Hacks


Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or one application to another and retain its original format. Flexible enough to be customized for applications as diverse as web sites, electronic data interchange, voice mail systems, wireless devices, web services, and more, XML is quickly becoming ubiquitous. XML Hacks is a roll-up-your-sleeves guide that distills years of ingenious XML hacking into a complete set of practical tips, tricks, and tools for web developers, system administrators, and programmers who want to go far beyond basic tutorials to leverage the untapped power of XML. With plenty of useful real-world projects that illustrate how to define, read, create, and manipulate XML documents, XML Hacks shows readers how to put XML's power to work on the Internet and within productivity applications. Each Hack in this book can be read easily in a few minutes, saving programmers and administrators countless hours of searching for the right answer. And this is an O'Reilly Hacks book, so it's not just practical, imminently useful, and time-saving. It's also fun. From Anatomy of an XML Document to Exploring SOAP Messages XML Hacks shows you how to save time and accomplish more with fewer resources. If you want much more than the average XML user--to explore and experiment, do things you didn't know you could do with XML, discover clever shortcuts, and show off just a little--this invaluable book is a must-have.

Book Info:
Published in 2004
Published by O'Reilly
ISBN 0596007116 Size 3.06MB

Thursday, 27 March 2008

Cognition, Communication and Interaction: Transdisciplinary Perspectives on Interactive Technology

Cognition, Communication and Interaction: Transdisciplinary Perspectives on Interactive TechnologyPublisher: Springer; 1 edition
Language: English
ISBN: 1846289262
Paperback: 592 pages
Data: October 3, 2007
Format: PDF
Description: Cognition, Communication and Interaction examines the theoretical and methodological research issues that underlie the design and use of interactive technology. Present interactive designs are addressing the multi-modality of human interaction and the multi-sensory dimension of how we engage with each other. This book aims to provide a trans-disciplinary research framework and methodology for interaction design. The analysis directs attention to three human capacities that our engagement with interactive technology has made salient and open to constant redefinition. These capacities are human cognition, communication and interaction.

In this book examination of these capacities is embedded in understanding the following foundations for design:

Defending the Digital Frontier: A Security Agenda

Sukses dan Sehat Bersama Nutrend Internasional jangan ragu klik Disini


Defending the Digital Frontier: A Security AgendaPublisher: Wiley; 1 edition
Language: English
ISBN: 0471221449
Paperback: 280 pages
Data: December 20, 2002
Format: PDF
Description: Praise for Defending the Digital Frontier

"The charge of securing corporate America falls upon its business leaders. This book, offered by Ernst & Young and written by Mark Doll, Sajay Rai, and Jose Granado, is not only timely, but comprehensive in outlook and broad in scope. It addresses many of the critical security issues facing corporate America today and should be read by responsible senior management."
–Rudolph W. Giuliani
Former Mayor of New York

Tuesday, 25 March 2008

Home Networking For Dummies

Kathy Ivens "Home Networking For Dummies"
For Dummies (2007-03-26) | ISBN 0470118067 | 360 Pages | PDF | 4.2 Mb
Having a network in your home increases work efficiency and minimizes confusion. If you want to set up a network in your home but you’re not quite sure where to start, then Home Networking for Dummies makes it easy for you to become your household’s network administrator. Now fully updated with information on the newest technology in networking available, this quick and to-the-point walkthrough will show you how to install Web connections in your entire home, whether by wires, cables, or WiFi. This resourceful guide illustrates:

* Planning and installing your network
* The differences between Ethernet cable, phone lines, and wireless technology
* Configuring computer sharing
* Setting up and managing users
* Installing, managing, and troubleshooting the network printer
* Understanding UNC format, mapping drives, and traveling on the network
* Working with remote files
* Securing your network from viruses, spyware, and other baddies

Along with the basics, this book introduces fun ways to use your network, including sharing music, keeping shopping lists, creating photo albums, setting up a family budget, and instant messaging. It also provides ways to keep your network safe for kids, such as talking to your child about the Internet, creating site filters, and ISP E-mail filtering features. With this trusty guide your home will be fully connected and you’ll be working more efficiently in no time!


Thanks to original uploader.


Wednesday, 20 February 2008

Inside Server-Based Application

Inside Server-Based Applications by Douglas J. Reilly
Publisher: Microsoft Pr; (November 1999) | Language: English | ISBN-10: 1572318171 | 614 pages | CHM | 4.7MB

Book Description:-

INSIDE SERVER-BASED APPLICATIONS is the best place to find detailed instructions about how to bring the application layer to the server, support thin and streamlined clients, and move legacy applications to Web-based delivery systems. The book begins with a review of the basics of server-side development, then explains how Microsoft(r) Windows(r) 2000 supports server-side development, with coverage of Win32 APIs including service APIs, RAS, TAPI, MAPI, ODBC, Active Server Pages, and ISAPI. It concisely explains each API and uses examples to demonstrate its proper and improper uses. It also demonstrates how to bring all these server-side pieces together, discusses Microsoft BackOffice(r) integration, and presents server-side code examples in Microsoft Visual C (r) and client-side code examples in VBScript.

Building server-side applications requires a different way of thinking. Many APIs are not in the repertoire of most programmers, so Inside Server-Based Applications provides an extremely useful survey of requisite C APIs, along with custom C classes and advice for creating Windows 2000 services and other server components. Any intermediate to advanced C/C developer will benefit from this intelligent and practical-minded title.

Inside Server-Based Applications begins with the Win32 C APIs needed for server-side development, including functions for multitasking, running services, and event logging. But this text is much more than an API reference. The author provides a valuable custom C encapsulation for Windows 2000 services (a class that is enhanced as the book progresses). There are also some excellent short examples of RAS, TAPI, MAPI, WinSock socket programming, and named pipes for those who need to incorporate these powerful APIs into their applications.

Later chapters concentrate on the Internet, particularly using MFC to create ISAPI extensions (and filters) for Microsoft IIS. (The author provides two versions of a phonebook Web application, both in ASPs and ISAPI.) A standout demonstrates how ATL can create components that speed up your ASPs. The author's expertise with server-side programming favors efficiency, for example, using the ODBC C API instead of ADO. (He also offers a C encapsulation of the ODBC, another useful perk.) The book culminates in a Windows 2000 service to monitor network activity (plus an ISAPI program to administer this program within a browser).

As Web applications become more and more popular, programmers will need to bring their skills to bear on the server side of computing. This admirably clear and authoritative text can point the way to successful development on Windows 2000 servers if you've got some previous C/C experience. --Richard Dragan

Topics covered: Introduction to server-side programming, Windows 2000 support for server applications, multitasking and synchronization APIs, Web-based servers, Win32 console and service APIs, impersonation and event-logging APIs, Remote Access Service (RAS), Telephony API (TAPI) , Simple and Full Messaging API (MAPI), ODBC C API and sample C encapsulation, Active Server Pages (ASPs), building ATL-based components for ASPs, Internet Server API (ISAPI), MFC and ISAPI extensions and filters, WinSock API, TCP/IP and named pipes, SQL Server 7 basics, Transact-SQL, stored procedures.

Download Now...


Download Ebook


Beginning ASP.NET 2.0 and Databases

Open in new window500) {this.resized=true; this.width=500;}"/>



# Publisher:

Wrox (August 7, 2006)
# Language: English
# ISBN-10: 0471781347
# ISBN-13: 978-0471781349

Book Description

* Combining both VB.Net and C# coverage in one book, this guide focuses on using ASP.NET 2.0 for solving business dynamic Web site challenges in a logical progression, from connecting to a database to displaying information to changing data
* Covers the fundamentals of connecting Web pages to databases, techniques for creating data objects and events, and ways to handle data errors
* Features tricks and traps for displaying data in grids, lists, and trees
* Goes beyond the usual basic techniques to discuss the best practices and pitfalls that can occur in real-world scenarios with SQL Server, Oracle, MySQL, Access, and the new SQL Server Express Edition



From the Back Cover
ASP.NET is Microsoft's popular technology for creating dynamic web sites that pull unique information for each visitor rather than showing everyone the same static HTML pages. The introduction of the exciting 2.0 version allows for a far easier relationship between data and ASP.NET than ever before. In this book, bestselling author John Kauffman and Microsoft ASP.NET data insider Bradley Millington guide you through the most important uses of ASP.NET—working with databases in your ASP.NET web sites.

As you progress from simple to more complex topics, you'll be introduced to the many additional ASP.NET and data connectivity tools that Microsoft's Web Platform and Tools team has released. Kauffman and Millington take you beyond the basics to discuss the permutations, pitfalls, and best practices that occur in real business scenarios.

What you will learn from this book

* Fundamentals of connecting web pages to databases
* The connections to Access, SQL Server, Oracle®, XML, and other data sources
* Various tricks and traps for displaying data in grids, lists, and trees
* How to allow users to change, add, and delete data
* Techniques for creating data objects and events
* Ways to handle data errors

Who this book is for

This book is for anyone who needs a web front-end or is looking to add data to a site. A comfortable level of understanding with ASP.NET version 1.x or ASP version 3.0 is recommended. Readers should also have some familiarity with databases.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Downlod Now...



Download Click to download

Start-to-Finish Visual Basic 2005

Start-to-Finish Visual Basic 2005: Learn Visual Basic 2005 as You Design and Develop a Complete Application

Publisher Addison-Wesley
Author(s) Tim Patrick
ISBN 0321398009
Release Date 07 November 2006

This book is the fastest, best way for experienced programmers to truly master real-world Visual Basic 2005 development. You won’t just learn syntax and features: you’ll build a complete, robust, data-driven application. You’ll put Visual Basic 2005 to work in solving real business problems, overcoming the practical challenges of building production systems, and you will learn to see Visual Basic 2005 projects as they were intended–as complete, cohesive solutions. Patrick’s engaging style and crystal-clear explanations will help you stay focused, learn fast, and apply what you’ve learned.

• Master every stage of the application lifecycle and every step in the development process
• Walk through all facets of database design and ADO.NET data access
• Create advanced Windows applications with Windows Forms and Web applications with ASP.NET 2.0
• Make the most of classes, inheritance, and other object-oriented Visual Basic 2005 features
• Effectively utilize data types, generics, error processing, XML, GDI , and many other language and platform features
• Learn how to personalize and restrict your application’s features based on user preferences
• Determine the best way to license, localize, document, deploy, and support your application

Start-to-Finish Visual Basic 2005 is the perfect tutorial for existing Visual Basic programmers moving to Visual Basic 2005, programmers moving from other traditional procedural languages, and experienced Visual Basic .NET/2005 programmers who want to deepen their skills in developing entire projects.

Tim Patrick is a software architect and developer with nearly 25 years of experience in designing and building custom software solutions. As a Microsoft Certified Solution Developer, he spends his days writing Visual Basic 2005 applications. Tim is the author of The Visual Basic Style Guide and The Visual Basic .NET Style Guide, and co-author of Visual Basic 2005 in a Nutshell and Visual Basic 2005 Cookbook.

The companion website (www.awprofessional.com/titles/0321398009) contains the complete software application and source code for the book, plus chapter-specific versions showing each step of the sample project’s construction. The code was written to work with every edition of Visual Studio 2005, Visual Basic 2005, and SQL Server 2005, including Microsoft’s free Express editions.

Download Your eBook Now!!

Download eBook
Download from eazyupload.net

Professional ADO.NET

Professional ADO.NET

Publisher: Wrox Press; 1st edition (November 2001) | Language: English | ISBN-10: 186100527X | 729 pages | PDF | 9.6MB
Book Description
ADO.NET is Microsoft's latest data access technology and, as an integral part of the .NET Framework, is far more than simply an upgrade of previous incarnations of ADO. ADO.NET provides an extensive set of .NET classes that facilitate efficient access to data from a large variety of sources, enable sophisticated manipulation and sorting of data, and forms an important framework within which to implement inter-application communication and XML Web Services.

This book provides a comprehensive guide to using ADO.NET, with plenty of practical code examples, extensive technical information, and a detailed case study. Whether you are developing Web Applications using ASP.NET, Windows Forms applications, or XML Web Services, this book will show you how to utilize .NET's data access technology to maximum effect.

This book covers:

ADO.NET and the .NET Framework
Using the .NET Data Providers to create connections and execute commands
Using the DataSet to manipulate data
ADO.NET and XML
Using COM Interoperability
Performance and security issues

From the Publisher
Whether you're already developing applications within the .NET Framework, or have experience of developing data driven applications with ADO and wish to make the transition to data centric applications within .NET, then this book is for you. It is aimed at fairly experienced developers, and is not intended for the casual ASP.NET developer or the beginner.

Wrox provides community and email support for all its titles. Discuss your ADO.NET problems with other readers on p2p.wrox.com. Get direct email support from support@wrox.com - support on this book is currently provided by one of its editors and the authors.


Search the web: