Starting in 1996, Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the Wayback Machine after an embargo period.
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 »
Managed Extensions: Parsing CSV Files with Regular Expressions
Rating: Tom Archer - MSFT - 09/10/2004 Tom Archer illustrates how to parse comma-delimited text—when the data contains quotes, commas, and blanks—and return the data in a managed array.
Strings and Performance in .NET
Rating: Kate Gregory - 01/28/2004 STL, String, StringBuilder, character arrays '— How do you get the best performance when working with strings?
CString Alternatives
Universal STL-Based Template String Class
Rating: Andrey Marochko - 10/31/2003 Unite the best features from the STL's basic_string and MFC's CString classes using an STL-based template string class. Allows all classes based on this template to be completely interactive with each other. (The article and source code were updated.)
CPerlString - A Class to Utilize Perl String Functions
Rating: none Yap Chun Wei - 03/06/2003 String manipulation and regular expressions have always been a strength of Perl. Here are two classes that encapsulate some of Perl's most useful string functions for C++. (The source code was updated.)
Simple String Class
Rating: none Yuantu Huang - 07/26/2000 Includes methods for formatting, searching (using wild cards) and numeric conversion to different data types
CUnicodeString Class
Rating: none Alexander Keck - 01/14/2000 Updated source code!!
A Super String Class
Rating: none Phil Haubert - 04/27/1999 A Super String Class
Managed Extensions: Measuring Strings
Rating: Tom Archer - MSFT - 09/23/2004 Learn how to easily measure the height and width needed to display text values using .NET classes.
CString instead of LPCSTR
Rating: none Jon Zyzyck - 04/16/2002 A simple routine to allow CString formatted strings to be used wherever a regular LPCSTR would be used, without needing to define a CString (ie, dynamically created and formatted LPCSTR strings)
Prefer std::string to char*
Rating: Marius Bancila - 02/22/2007 Understand the benefits of using the STL's std::string class over the C-like character arrays.
MI Is not Mission Impossible
Rating: angelorohit - 12/18/2006 Read a guide to dealing with some of the problems encountered with multiple inheritance.
Extending CStringArray
Rating: none Anders M Eriksson - 01/15/2000 Advanced CStringArray class with a Find method
String Conversions
URI Encoding and Decoding
Rating: jinq0123 - 11/02/2006 Learn about fast and portable URI encoding and decoding functions that use std::string as the argument and return type, and do the buffer conversion, including '\0'.
Using Strings with a Switch
Rating: none Swikar Sugandhi - 08/08/2002 Articles gives simple macros to achieve switch-case on strings. The same philosophy can be extended for switch-case on variables.
Fast Numerical Formatting
Rating: none Corneliu I. Tusnea - 11/06/2001 Two functions with very good performance that can be used to format a thousand separator and more.
Case Insensitive strstr
Rating: none Petko Popov - 10/11/2001 Two different ways to do a case insensitive search.
Multi Language Resource Strings in a Single MC File
Rating: Talal Tayyab - 06/12/2001 This article will describe how to provide multiple language resource strings using the RT_MESSAGETABLE format in a single .mc file.