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.
Usability and Design
The Usability and design space brings together the latest information, research, tools, podcasts, and conference information related to usability and design. Content is pulled from IBM and non-IBM sites.
»
Ajax Resource Center
This space is your one-stop shop for information on the Ajax programming model, including articles and tutorials, discussion forums, blogs, wikis, events, and news. If it's happening, it's covered here.
»
Linux Security
The Linux security space gives an overview of security issues related to Linux and covers all aspects of securing a Linux distribution. It also links to Linux security-related news and articles.
»
Ruby Programming
Take a closer look at Ruby, a dynamic programming language that is growing rapidly in popularity. Explore its intriguing features and learn what programmers are doing with it.
»
Wiki: WebSphere, SOA, J2EE in Practice
This wiki discusses how to use J2EE and related technologies to develop business applications, including how to make best use of IBM J2EE products like WebSphere Application Server and Rational Application Developer, and IBM SOA products like WebSphere Process Server and WebSphere Integration Developer. While it occasionally delves into tangential topics and future trends, the primary focus is on how to make use of the products and technologies that we have today.
»
Dynamic Data Exchange (DDX) Internals
Rating: Roger Onslow - 04/13/2001 Takes you into the internals of Dynamic Data Exchange in terms of what it is, how it works and best of all, how we can improve its functionality and use.
Getting Past the 2 Gb File Limit
Rating: Richard Newcombe - 01/22/2007 Take a closer look at the 2 Gb limit that we are plagued with in different languages, and how to get around them.
MRU Dialog
Rating: none Ricardo Belfor - 09/27/2000 Dialog, that when your app is started without parameters, presents the user with a list of most recently opened file
Templatizing Your MFC Message Maps
Rating: none Aliaksei Sanko - 02/15/2001 Innovative way of declaring message maps using templates. Much cleaner than current two-step MFC way!
Working Around a VS .NET 2003 DDE Bug
Rating: John Z. Czopowik VC++ MVP - 11/15/2004 An MDI or SDI application supporting DDE, created by VS 7.1 (.NET 2003), fails to open a document using DDE (Dynamic Data Exchange).
Learn an easy way to rectify this problem.
Automatic Doc/View File Encryption/Decryption
Rating: none Neal Horman - 09/27/2002 Learn how to re-derive a CDocument class to gain automatic file encryption and decryption that includes backward compatibility of existing files. (Encryption applicable to other areas as well.)
How to use a personnal New Document Method
Rating: SCAGNI Sibastien - 10/10/2001 This is a simple way to use a personnal dialog that appears when your application uses more than one document template and you click the 'new' button, or during the start of the appliacation.
Look Closer with QZoomView
Rating: Sjaak Priester - 10/15/2003 Build an extended CScrollView with added zooming capabilities. (The article and demo project/source code file were updated.)
Multiple Views Layout Without a Splitter
Rating: none John Z. Czopowik VC++ MVP - 01/25/2007 Learn how to show multiple views in a frame window without using a splitter.
[Updated] A Deterministic Method of Determining a Document's Modified State
Rating: Jeffrey Walton - 11/29/2006 Determine when a document has been modified. In the particular case of word processors, most tend to have a "dirty" flag that is set when a user types. This article demonstrates a smarter "dirty" flag that uses probabilistic methods.
Puzzle, a Game with the MFC Doc/View Architecture (SDI/MDI)
Rating: Georges Dumond - 06/02/2005 Learn how to display a menu with thumbnails and several other windows, move and manage the pieces of a puzzle with a linked list, and then show them without flicker.
Creating a Multithreaded SDI Application
Rating: Michal Mecinski - 09/11/2003 How to create an application with multiple SDI windows (such as the new MS Word) by using the MFC framework with multithreading. (The article, demo, and source code were updated.
Zero or One Document Interface (ZODI)
Rating: none Vadim Sukhorukov - 01/22/2003 How to create a single-document application by using a multi-document interface (MDI). You may have zero or one documents at a time.
Dynamically Create Different Views for SDI Projects
Rating: none Ralph Varjabedian - 10/11/2002 SDI Projects have one View associated with one document. This article lets you use more than one view dynamically.
Dialog Switcher Using a Tree Control
Rating: Andrew Walker - 11/19/2001 So you want to use the new style of dialog where you pick an option from a tree on the left and the appropriate form shows up on the right. This article shows you were to start and how to accomplish this!
Non-Resizable, Non-Movable Window
Rating: none Siarhei Akulich - 02/26/2003 If you want to work with nonresizable, nonmovable windows, insert this code into your project (SDI or MDI applications). (The article was updated.)
Saving Window Placement Information
Rating: none Caliban Tiresias Darklock - 02/18/2001 Shows the do's and don'ts of saving window placement information