Walk through the components of an RSS 2.0 feed for building your own feeds either by hand or programmatically.
Latest Internet & Networking Articles - Page 4
Future-Proofing Your URIs
Look at how to design your web application URIs to ensure you give them the maximum lifespan possible from Professional Web 2.0 Programming co-author Erik Bruchez.
TIP: IE URL History Tool (Yet Another)
Discover a command line tool and tutorial to manage Internet Explorer's history. It is solely based on the CUrlHistory object.
Tip: Accessing the IHTMLDocument Interface of an HTML Frame Within Internet Explorer
Learn how to access the IHTMLDocument interface for any iframe contained within the IE webbrowser control.
URI Encoding and Decoding
Learn about fast and portable URI encoding and decoding functions that use std::string as the argument and return type, and do the buffer conversion, including '\0'.
ASP.NET Tip: Control Access to a File Download
Learn a method for controlling how users download files from your ASP.NET applications.
Latest CodeGuru Developer Columns

Working with Standard Library Containers and Iterators in C++
Focus on standard library concepts and be introduced to container and iterator templates. Appropriate examples are provided.

Creating a Text Scroller Control
Build a scrolling text user control. Examples are in C# and VB.NET.

Creating a Text Scroller Control
Build a scrolling text user control. Examples are in C# and VB.NET.

Using Ubuntu Virtual Machine in Azure
Explore how to create and use a Ubuntu virtual machine.