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.
»
XP Style CColorControl Class with Themed Gradient Buttons
Rating: none Anders Sandberg - 10/04/2004 Learn about a set of control-derived classes for a colorful presentation by using XP-styled hottracked controls with themed gradient buttons.
Transparent Edit Using a Pattern Background Brush
Rating: Jose Reyes - 04/02/2004 This article explains how to create a transparent edit control. Instead of using a NULL_BRUSH for the CtlColor message, we create a pattern brush using a chunk of bitmap from the parent window from the place where the editor is going to be shown.
Changing the Background Color of Edit Controls
Rating: Duncan Weir - 05/19/2003 Illustrates how to handle the OnCtlColor message and modify the background colors of edit controls. (The article was updated.)
Multiline Edit Box with Automatic Scroll Bar Display
Rating: George Anescu - 01/13/2003 If a multiline Edit Control is created with scroll bars set, the scroll bars are always displayed, even when not needed. Solve this problem using a class such as CScrollEdit, which is presented here.
Using the CEdit Control (Drag-and-Drop)
Rating: none Ahmad Shyazli - 10/30/2002 Allows the dragging and dropping of files with an edit control. In the example, the path name of what you dragged will be determined along with the features of the file (such as last create date).
Drag files into CEdit
Rating: none Chris Losinger - 08/06/1998 Drag files into CEdit
Inplace edit control
Rating: Mario Contestabile - 08/06/1998 Inplace edit control
History Edit Control
Rating: none Ravi Bhavnani - 08/06/1998 History Edit Control
Editors
[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.
Allowing the TAB key in Edit Controls
Rating: Hilmi Jauffer - 11/02/2000 Overrides PreTranslateMessage to replace default Edit Control behavior with more expected behavior of an editor
Customizable Masked Edit Control
Rating: Marius Bancila - 05/12/2005 Learn about an edit control with a masked input that prohibits pasting text with disallowed characters.
[Updated] MFC Extension Class CProductKey
Rating: Thomas Holte - 03/11/2004 Provides an easy way to enter IDs, PINs, product keys, or so. Also interesting for those who want to know how to embed a customized font into an application.
Masked CEdit Control
Rating: Robert Dyer - 08/12/2003 A masked edit control allows per-character masking. Also, it can be put into passworded mode. There may also be read-only text inside of the box the user can not modify.
Creating a Numeric Edit Box
Rating: none Pavol Bosik - 09/05/2002 [Update] Source code has been added for this article.
CVisValidEdit : Visual Validator
Rating: none Stevie Mac - 03/14/2001 CVisValidEdit is an edit control with a difference - there is visual cues '& validation (both built in '& customisable).
Character-Based Masked Edit
Rating: none Dan Hintz - 12/02/1999 A Masked Edit control that enables you to mask each character !!
Secure Edit Control (MFC)
Rating: none Dominik Reichl - 06/03/2003 Normally, you see stars (*) when you type something into an edit box that has the password flag. Unfortunately, these edit controls are not secure. By using secure edit controls, you can make your edit boxes resistant to password revealers.