The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
Navigating Your IT Career A career in information technology usually has its share of ups and downs. Download this Internet.com eBook to learn where the jobs are in IT, how to negotiate a salary, and helpful advice on job security and how to deal with a layoff. »
Inside Spyware: A Guide to Finding, Removing, and Preventing Online Pests
Your organization's computers are possibly being used to send spam, harvest e-mail addresses, make purchases on stolen credit cards or take part in denial of service attacks. Learn how to indentify, avoid, and remove malware from computers and keep your network and machines safe. »
Tips for Selecting Software Vendors IT managers need a proven, steadfast process for sifting through the hundreds of choices available for each enterprise software market segment. There are a series of steps for ensuring a result that will survive the intense, long-term scrutiny this level of investment will certainly attract. »
Storage Basics: A Guide to the World of Storage Technology Regardless of industry, size, or age, businesses are awash in more data than ever before. Federal regulations require that data be stored, protected, and retrievable for a certain amount of time. Storage is also a growing area in IT, which means employment opportunities exist now, and should exist for some time.
»
Building Your Own IP PBX
If you're already into having control of your computing infrastructure, taking charge of your telephone network is a natural progression. Asterisk is an open source PBX that runs on Linux. It can free your organization from expensive commercial PBXs, and gives you complete control over your telephone services »
Reading XML Files with the XmlTextReader Class, Part 2
Rating: Tom Archer - MSFT - 05/20/2005 In this follow-up article to learning how to use the XmlTextReader to enumerate the nodes of an XML file, Tom Archer illustrates how to skip non-content and whitespace nodes and how to locate and read attribute values.
Build BizTalk 2004 Custom Pipeline Components to Process Non-XML Data
Rating: Jeffrey Juday - 05/03/2005 BizTalk 2004 Pipelines offer you a great deal of control over the processing of BizTalk 2004 messages. With custom Pipeline components, you can handle non-XML data in BizTalk messages, even when the data is in non-delimited file formats.
Explore SQL Server 2000 DTS Packages Using .NET and the DTS Class Library
Rating: none Jeffrey Juday - 05/03/2005 Before embarking a major database change such as upgrading to SQL Server 2005, how do you assess the scope of the change on your DTS packages? Use the DTS class library and .NET Interop.
SQL Server Integration Services: SQL Server 2005's New ETL Platform
Rating: none Thiru Thangarathinam - 04/14/2005 Learn how to create and execute packages using SQL Server 2005's new ETL platform SQL Server Integration Services and its integrated development environment, Business Intelligent Development Studio.
What's New in ADO.NET 2.0 for SQL Developers
Rating: none Dino Esposito - 04/04/2005 ADO.NET 2.0 introduces enhancements to the .NET provider model and SQL Server managed provider, which go a long way towards getting better support for specific database features within the boundaries of a common object model.
The Anatomy of a CE Database Record
Rating: none Nancy Nicolaisen - 12/17/2004 Discover how to interpret retrieved records from a remote database and format them for display.
A Simple DOM-Based XML Manager Class
Rating: Ejaz Anwer - 10/05/2004 CXMLMgr is a very simple MSXML 4.0 DOM wrapper class that can be used to manipulate XML files. It can be used in MFC as well as Win32.
Implement User-Defined Functions in SQL Server 2005 with Managed Code
Rating: Thiru Thangarathinam - 08/26/2004 SQL Server 2005's integration with the .NET common language runtime enables developers to create database objects such as user-defined functions using languages such as VB.NET and C#.
New HTTP Endpoints Create SQL Server 2005 Web Services
Rating: none Peter DeBetta - 08/05/2004 SQL Server 2005 supports native HTTP SOAP via a feature known as HTTP Endpoints. Find out how this new feature makes the creation of Web services a snap.
.NET and XML: Part 1—XPath Queries
Rating: Klaus Salchner - 07/19/2004 This is the first of a series of articles that evaluates how well .NET supports XML and its surrounding standards. This article provides a good overview of the power of XPath queries.
Accessing The Registry From SQL Server
Rating: dinesh123 - 07/02/2004 Learn how to find the country list from a computer's registry. You see how to read and write to the directory from SQLServer.
Generate Complex Next Numbers with SQL Server
Rating: dinesh123 - 07/01/2004 Generating 'next numbers' numbers in SQLServer should not be a problem. But problema arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. Learn how to tackle this problem in different scenarios.
The Longhorn Speech API, an Initial Glance
Rating: none Jason Nadal - 04/26/2004 The Longhorn speech API offers baked-in functionality for voice commands inside the operating system.
Adding Records to an Open Database in Windows CE
Rating: none Nancy Nicolaisen - 03/29/2004 What would a database be without some data? Discover how to add records in a CE database application.
Enterprise Application Integration (EAI) Using XML
Rating: Syed Hameed - 03/26/2004 Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.
Using ADO from C++
Rating: Prasun Paul - 03/25/2004 Provides an easy technique to access ADO objects from C++. C++ programmers can enjoy
VB like easy ADO programming model by applying this technique.
Term of the Week: XAML
Rating: Jim Minatel - 03/24/2004 XAML (Extensible Application Markup Language) is the codename for a new Microsoft markup language used to create UI elements for client applications in the forthcoming Windows release codenamed "Longhorn." The main XAML benefit to developers is that you'll be able to separate the application logic code from presentation code.
Doing Database Operations In Batches
Rating: Tom Archer - MSFT - 02/26/2004 There are times when it is advantageous to perform certain database operations in batch. This excerpt from Extending Applications with the .NET Framework details how and when.
Basic Database Operations with ADO.NET
Rating: Tom Archer - MSFT - 02/17/2004 Learn about basic ADO.NET operations with this excerpt from Extending MFC Applications with the .NET Framework.
ADO.NET Basics
Rating: Tom Archer - MSFT - 02/12/2004 Logic dictates that we take a minute to familiarize ourselves with the terms and classes that implement this technology. This book excerpt is a primer for the terminology and main classes associated with disconnected data.
Sample Chapter: Efficient PL/SQL 02/05/2004 When used intelligently, PL/SQL can build applications that perform well, are resilient to change over time, and scale to large user populations.
Line Counting, Version 1.1
Rating: Wei Zhenjiang - 02/04/2004 Count the number of lines that programmers have developed with a break out for code, comment, and blank lines.
Doing XSLT with MSXML in C++
Rating: Martin Jedrzejewski - 01/27/2004 Learn how to perform transformations from XML to HTML with VC++.
Effectively Unlimited Sized Signed Integers
Rating: none Mick ONeill - 11/13/2003 The CBigInt class allows the manipulation of extremely large signed integer values. (The source code was updated.)
Ultra Simple DB Class Interface for ODBC
Rating: none Mark Henri - 09/12/2003 The ODBC API has a lot of power and flexibility, but sometimes you just want to get the data without all the effort. Hence, these simple class wrappers. (The article, demo project, and source code were updated.)
Compact an Access Database Programmatically
Rating: none jibesh - 08/18/2003 Compact an Access database and change the password of the compacted database programmatically. This can be done without installing Microsoft Access.
CMyADO'—Making Life Easy for the ADO Coder
Rating: Nathan Davies - 08/04/2003 This ADO wrapper class can be used to call stored procedures and provides a simple, consistent way to add and retrieve parameters and recordset fields.
XML Serialization for MFC
Rating: Mario Vespa - 06/06/2003 See how to serialize primitive types and CObject-derived classes into XML. Includes a demonstration of XML serialization with a CArray-derived template collection class.
Serializing Your Structs Using XML
Rating: none Bassam Abdul-Baki - 05/07/2003 How to save a structure into an XML file (using STL), and then load the file back using XML.
Using Pipelined Table Functions (Oracle 9i)
Rating: none Toji Mammen George - 03/12/2003 An overview of the usage of Pipelined Table Functions, introduced in Oracle 9i, which enable accepting and returning multiple rows using Table Functions in PL/SQL.
Converting from Code Page to Unicode
Rating: none Adrian Bacaianu - 03/07/2003 Making an online conversion from a code Page to unicode in your SQL scripts.
MSXML C++ Wrapper Class
Rating: Sibastien ANDRE. - 02/24/2003 Loading, parsing, and saving XML documents. (The article and source code were updated.)
XMLite: Simple DOM-Based XML Parser
Rating: Cho Kyung Min - 01/06/2003 Build a lightweight XML parser. Support non-English languages such as Korean as well as escape characters.
High Performance Solution Ini File Class with MMF
Rating: none Zhefu Zhang - 11/15/2002 Based on MMF, plus the pre-allocated buffer and section header map technology, this should be the ultimate solution to the mega-bytes-level INI file usage. Both Unicode and ANSI versions are available.
A Simple and Smart ODBC Wrapper Library
Rating: none Nick E. Geht - 10/02/2002 Direct usage of ODBC is very complex. Anybody who tries to work with ODBC will agree with this statement. This small and smart ODBC wrapper makes working with ODBC much simpler.
Multi-Threaded DAO
Rating: none Jeffrey T. Miller - 10/01/2002 Multi-Threaded DAO