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.
»
Combobox Color Picker
Rating: none Baldvin Hansson - 10/19/1998 Combobox Color Picker
ComboBox
Creating a Group Combo Box
Rating: none Derrick Hughes - 01/10/2003 Group the MFC CComboBox class. This is useful for such things as the designation of mappings between items with a one-to-one relationship.
CCheckComboBox: A ComboBox with a Checked Tree Dropdown
Rating: none Magerusan G. Cosmin - 12/18/2002 A control with both the functionality of a combo and of a tree with checkboxes. This control acts like a combo showing a dropdown and also allowing multiple selections and fast selection or deselection of all items.
CComboBox with support for history
Rating: Paul S. Vickery - 10/01/2002 The History Combo class CHistoryCombo is based on CComboBox, and includes support for keeping item history, including reading from and saving to the registry.
Case-sensitive ComboBox
Rating: none Paul S. Vickery - 06/12/2002 When searching for strings in Combo boxes, the search is always case-insensitive. This article presents a ComboBox that is case sensitive.
CComboBoxEx with History!
Rating: none Nabil Hussein - 02/07/2002 The CHistoryComboEx based on the class ( CHistoryCombo) by Paul S. Vickery, which enables you to read and save the items of a ComboBox from and to the Registry. You can use it also to display the contents of a CRecentFileList object.
Typing Aid ComboBox
Rating: none James Cary - 04/13/2001 Combobox extension that reduces the amount of typing a user must do by auto completing the entry as the user types
ComboBox with Tree Dropdown
Rating: none Dennis Howard - 05/16/2003 This is a hybrid ComboBox with a Tree View replacing the drop down ListBox. (The article, demo project, and source code were updated.)
ComboBox with Tree Dropdown
Rating: Hai Ha - 03/19/2001 This is a hybrid ComboBox with a Tree View replacing the drop down ListBox
ComboBox with Item Tooltips
Rating: Edward Antonyan - 04/18/2001 Combobox class/control that allows for tooltips for each individual items in the combobox