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.
»
SharePoint Application Services for Reporting and Dashboards
Rating: none Randy Holloway - 09/25/2007 Microsoft enterprise Technical Advisor Randy Holloway builds a SharePoint example of publishing reports and building a dashboard with Excel-based data with an integrated Key Performance Indicators (KPI) dashboard.
Enabling Internet Explorer for Debugging ASP.NET AJAX
Rating: none Dan Whalin - 09/13/2007 Wrox author and Microsoft MVP Dan Wahlin shows how to use Internet Explorer with Visual Studio for JavaScript debugging in ASP.NET AJAX.
Using ASP.NET Master Pages for Consistent Site Design
Rating: none Jacob J. Sanford - 08/07/2007 Wrox author Jacob J. Sanford walks through the essentials of creating ASP.NET master pages to consistently format the design of your pages around your different dynamic content placeholders.
Generating Custom XML from SQL 2005
Rating: none Scott Hanselman - 05/01/2007 See how to take advantage of some new XML features in SQL Server 2005 that will come in handy in your ASP.NET development in this update from Professional ASP.NET 2.0 Special Edition by Scott Hanselman.
Connecting to Oracle or Access from ASP.NET 2.0
Rating: none Devin Rader and Bill Evjen - 04/25/2007 Discover how to use the ASP.NET 2.0 SqlDataSource and AccessDataSource Controls to work with Oracle and Access data from Wrox Professional ASP.NET 2.0 Special Edition authors Bill Evjen and Devin Rader.
Strongly Typed DataSets in ASP.NET 2.0 Pages
Rating: none Thiru Thangarathinam - 03/19/2007 Wrox author Thiru Thangarathinam shows the advantages of creating and
working with ADO.NET 2.0 strongly typed datasets in your ASP.NET pages.
Creating Clean and Simple Pages
Rating: Alessandro Vernet - 03/02/2007 Learn why developers should want to create clean and simple page code and discover two important measures to get on the path to clean and simple pages. Professional Web 2.0 Programming author Alessandro Vernet explains it
all.
Important New Concepts in WPF
Rating: none Adam Nathan - 02/27/2007 Examine some of the main concepts that WPF introduces above and beyond what .NET programmers are already familiar with.
[Updated] Flags Enumerations
Rating: David Oldfield - 12/22/2006 The documentation on Microsoft's flags enumerations is rather sketchy at best, but offers a more ideal solution for a great many problems. The problem is, with such little documentation it can be very time consuming to figure out how to use them correctly. Here is a small walkthrough explaining a relatively simple means of interacting with them through use of the bitwise OR operator.
ASP.NET 2.0 FileUpload Server Control
Rating: Bill Evjen - 09/12/2006 Professional ASP.NET 2.0 Special Edition author Bill Evjen shows you how to use the File Upload Server Control and how to upload multiple files from the same page.
ASP.NET 2.0 WebPartChrome
Rating: none skhosravi - 09/08/2006 Discover how ASP.NET 2.0 can be used use to customize WebPartChrome to render WebPart controls.
Using Master Pages
Rating: none Packt Publishing - 08/31/2006 Learn how to use ASP.NET 2.0 master pages, which allow developers to enforce common layout and behavior across pages within an application.
.NET Tip: Create a Class with Overloaded Constructors
Rating: none Eric Smith - 06/26/2006 Overloading the constructor of a class, which is the method called when you instantiate an object, ensures that your object is populated with all the information it needs to operate properly.
Transactions in the .NET 2.0 Framework
Rating: none Joe Duffy - 05/04/2006 Learn about the importance
of transactions and key transaction management features in .NET 2.0 from JOe Duffy, author of Professional .NET Framework 2.0.
Ajax and the Yahoo! Connection Manager
Rating: none Nicholas C. Zakas - 04/21/2006 Discover how to use the new Yahoo! Connection Manager — one of the most popular new Ajax libraries.
Windows Forms Controls
Rating: none Addison-Wesley Professional Books - 01/09/2006 Learn about Web development, Windows development, data management, security, threading, remoting, and much more. See hundreds of non-trivial code examples that help you solve real-world problems.
Visual C++ 2005 IDE Enhancements, Part 5: Variable Display
Rating: Nick Wienholt - 06/03/2005 For complex data types, the traditional display offered by debug windows is inadequate. Visual C++ 2005 makes a dramatic upgrade to the variable display, offering a number of improvements in the way you can examine data during a debug session.
Reading From Databases
Rating: Wiley Publishing - 11/08/2004 Learn some time-saving tricks to use ASP.NET to read information from a database to your Web site.
Introducing .NET and ASP.NET
Rating: none Wiley Publishing - 10/21/2004 Read all about the exciting world of .NET and ASP.NET. You'll find interesting information whether you're a beginner or a seasoned pro.
Exploring ASP.NET and Web Forms
Rating: Wiley Publishing - 10/20/2004 Learn how to use ASP.NET to bring the structure and fun back to Web development.
The .NET Architecture
Rating: Wiley Publishing - 09/21/2004 Learn the basic concepts of the .NET Framework architecture from this sample chapter from .NET Security Programming.
Doing Database Operations In Batches
Rating: Tom Archer - MSFT - 02/26/2004 There are times when it is advantageous to perform certain database operations in batch. This excerpt from Extending Applications with the .NET Framework details how and when.
ADO.NET Basics
Rating: Tom Archer - MSFT - 02/12/2004 Logic dictates that we take a minute to familiarize ourselves with the terms and classes that implement this technology. This book excerpt is a primer for the terminology and main classes associated with disconnected data.
ASP.NET Developer's Cookbook, Chapter 13
Rating: Steven A. Smith and Rob Howard - 09/17/2003 ASP.NET provides several Web controls that make displaying data on a Web page easier than ever before. This chapter shows you how to take advantage of a process called data-binding to easily display data in a variety of formats using very little code.
Inside C#, Second Edition: File I/O with Streams - Part 1
Rating: Tom Archer - MSFT - 03/07/2003 As part of the exploration of the streams framework, you will see the different types of stream, types of file system objects, and potential application environments, including Microsoft Windows-based and Web-based environments.
Using an Indexer in C#
Rating: Bradley Jones - 11/26/2002 Indexers allow objects to be treated like arrays. Learn how to use an indexer with a C# object.