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.
»
3D Tubes in Visual Basic 6
Rating: Chris Dimer - 05/28/2003 Draw shaded tubes using circles and random numbers. Great basis for a screen saver.
File Formats
Rendering Images in ASP.NET Directly from Your Database
Rating: none Paul Kimmel - 08/01/2007 There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.
Zip and Unzip Using VB5 or VB6
Rating: Chris Eastwood - 03/15/2004 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.
Creating Your Own Drawing Application with Visual Basic .NET, Part 4
Rating: Hannes du Preez - 07/30/2007 With this article, you will learn how to Crop, Zoom, and Rotate images. You also will learn how to make an Eyedropper, how to draw text, and how to make a moveable Selection.
Animating Graphics in ASP.NET with GDI+
Rating: none Paul Kimmel - 05/09/2007 You've learned how to render graphics with GDI+ and ASP.NET. Take the next step and learn how to dynamically update images with AJAX.
Rendering Graphics in ASP.NET with GDI+
Rating: none Paul Kimmel - 03/26/2007 Web forms do not have a canvas, so you can't ask a Web form for its Graphics object. But, you can simulate this behavior by rendering graphics in ASP.NET—with some help from GDI+.
Anti-Aliased Image Transformation (Aaform)
Rating: msg555 - 12/19/2005 Given an image and a quadralateral, Aaform will fit the image onto the quadraleteral passed using geometry.
Create a Shaped 3D Control with GDI+
Rating: Paul Kimmel - 09/30/2004 Want to create non-rectilinear controls for custom Windows software development? Learn how to convert a custom three-dimensional shape primitive into a shaped control with .NET and GDI+.
Dex3D - Fully Functional VB6 3D Engine
Rating: Jerry J. Chen - 01/28/2004 Make your very own 3D graphics engine in VB6 using some advanced graphics methods. (Added: 25-Jan-2000)
Rectangle Drawing (XOR) etc
Rating: none yan xu - 01/28/2004 Use XOR and other transformations to draw rectangles over existing bitmaps. (Added: 24-Sep-2000)
Simplified GetDiBits
Rating: none Richard Mason - 01/28/2004 Manipulate individual pixels of a bitmap and retrieve the colors using GetDiBits via a BITMAPINFO. (Added: 30-Nov-1998)
3D Rotating Objects Demo
Rating: clabbott76 - 01/29/2004 Learn how to do transformations on solid and wire-frame 3D objects. (Added: 01-Jun-1999)
Advanced Screen Snap-Shots
Rating: none Stefaan Casier - 01/29/2004 Create a professional screen-grabber to copy any part of the screen into a picturebox / clipboard. (Added: 22-Feb-2000)
Advanced Graphics - Periodic Table Sample
Rating: none Stefaan Casier - 01/29/2004 Learn about many different methods of painting directly to a form to and creating 'clickable' regions. The project draws the Periodic Table and all associated properties with each element. (Added: 1-Mar-2000)
Drawing Fast Polygons / Graphics with VB5/6
Rating: Jerry J. Chen - 01/29/2004 Use this excellent set of routines that make up a Dex3D 3D Graphics Engine (Added: 1-Feb-2000)
A Visual Basic PaintBrush / Imaging Program
Rating: Stefaan Casier - 01/29/2004 Learn the basics of image manipulation'—all wrapped up in a remarkable PaintBrush program with lots of professional features. (Added: 11-Apr-2000)
UniPicture Class / Objects
Rating: none Brian Perkins - 01/29/2004 Learn to encapsulate many advanced drawing / rendering techniques for standard VB pictures. (Added: 7-Nov-2000)
A Tetris Clone (VB5/6)
Rating: none Stefaan Casier - 01/29/2004 Create a Tetris Game in VB5 (and VB6) using just the standard VB controls. (Added: 22-Feb-2000)
Bezier Curve Generator - VB6
Rating: none Jerry J. Chen - 01/29/2004 Learn how to display a Bezier curve using Visual Basic and the PolyBezier WinAPI / GDI calls. (Added: 20-Jan-2000)
Advanced Graphics / Astrology Example VB5/6
Rating: none Stefaan Casier - 01/29/2004 Learn many different graphical techniques within an astrology program. (Added: 4-Apr-2000)
3D Graphics Example / Ranger3D (VB6)
Rating: none Roger Johansson - 01/29/2004 Discover an ActiveX DLL to handle advanced 3D graphics drawing routines. VB6 only (Added: 7-Nov-2000)
Fading A Bitmap / PictureBox
Rating: none Aaron Young - 01/29/2004 Learn how to fade a picture inside a PictureBox using a few simple WinAPI methods. (Added: 20-Jan-2000)