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 »
Writing Your Own GPS Applications: Part I What is it that GPS applications need to be good enough to handle in-car navigation? Also, how does the process of interpreting GPS data actually work? This two-part series will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today.
Implementing a Progress Bar in Visual Basic Applications This database-driven search application keeps the user informed about the search process and thus improves the overall user experience. Informing the user about the processing is the fundamental motive of the Progress Bar.
Creating a Windows Service in VB.NET The core function of a Windows Service is to run an application in the background. Learn how to create a Windows Service using VB .NET.
Zip and Unzip Using VB5 or VB6 Learn how to use Zip and Unzip compatible methods with VB5 or VB6. All the code is contained in class modules that can either be compiled into an ActiveX or dropped into an existing project. The Zip/Unzip functionality is handled by the FreeWare InfoZip components from (http://www.cdrom.com/pub/infozip ) - these DLL's are included in the download.
Implementing a Custom ConnectionString Installer for Setup Paul Kimmel - 10/10/2007 See how a setup project with a custom action lets the user define the connection string using the Data Links dialog and encrypt that connection string using RSA encryption.
Customising Your Desktop with Visual Basic.NET 2005 Hannes du Preez - 10/09/2007 Learn how to launch, configure, and preview screen savers on your own form; also, learn how to change the computer's Visual style (along with the fonts and colours pertaining to the particular visual style), and other useful things.
Project Estimation Geometry Paul Kimmel - 09/10/2007 Learn how to estimate projects (the tangible and intangibles) effectively in the real world to ensure success.
MAC-Based Authentication for Web Sites m_irfan - 09/04/2007 Learn how to implement an additional security layer on company web sites by getting the machine ID of the system from registered users along with the user ID and password.
Wallpaper Changer Hannes du Preez - 08/21/2007 With this article I will demonstrate how to create an application that changes your wallpapers after a specified period, as well as how to apply the Tile, Center, and Stretch wallpaper styles.
By Jacob Sanford -
Create data input controls that are unfortunately absent from Silverlight's current release. Specifically, see how to create a usable button using available Silverlight objects and then create textboxes using standard HTML controls and a little CSS.
By Jacob Sanford - Discover how to manipulate images using Microsoft's Silverlight. If you've not seen Silverlight (WPF/e), then this is a great introduction!
Aspose.Pdf for Reporting Services aspose_seo - 09/20/2007 Aspose.Pdf for Reporting Services makes it possible generating PDF reports in Microsoft SQL Server 2000 and 2005 Reporting Services. All RDL report features including sections, images, textboxes, charts, lists, tables, matrices, styles, rectangles, lines, headers... (more) (.NET/C#)
Easy Projects .NET Anonymous - 09/17/2007 Easy Projects .NET is the easiest all-in-one web based Project Management System and Task Tracking software. It is called "Easy Projects" for a good reason - it was specifically designed to make project management and task tracking straightforward and hassle-free.... (more) (.NET/C#)
Aspose.Words for .NET -4.4.0.0 Released aspose_seo - 09/13/2007 Aspose.Words is a word processing component that enables .NET applications to read, write and modify Word documents without using Microsoft Word. Other useful features include document creation, content and formatting manipulation, mail merge abilities, reporting... (more) (.NET/C#)
TreeView without horizontal ScrollBar. Anonymous - 09/07/2007 Did you ever think about wordwrap in the standard TreeView for Windows Forms?
When you want to read long text in the tree node, you always need to put the mouse cursor over it.
I think it is more comfortable to read multiline text. Check out the link and... (more) (.NET/C#)
Super 2d/3d Graph Library Anonymous - 09/02/2007 Super 2d/3d Graph Library is a powerful and easy to use, 100% .NET library for drawing charts on ASP.NET and desktop applications. Super 2d/3d Graph Library is probably the best .NET charting solution for most .NET developers. It is royalty-free (no distribution... (more) (.NET/C#, C++, Visual Basic)
CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!
Building a Webpart to Display a Virtual Earth Map Mark Strawmyer - 07/26/2007 Discover how to build an ASP.NET webpart that will display coordinates on a Virtual Earth-created map. You can do this by using the IWebPart Interface, an HTTP handler, and the Virtual Earth API.
Implementing a Custom ConnectionString Installer for Setup Paul Kimmel - 10/10/2007 See how a setup project with a custom action lets the user define the connection string using the Data Links dialog and encrypt that connection string using RSA encryption.