An update to pcouderc's class to support authentication
Latest Internet & Networking Articles - Page 2
Working with Forms
Forms are how your users talk to your scripts. To get the most out of PHP, you must master forms. The first thing you need to understand is that although PHP makes it easy to access form data, you must be careful of how you work with the data.
PHP Tip: Validating a Credit Card
Learn how to make sure the credit card you're accepting isn't fraudulent.
Wt: C++ Web Toolkit Library Lets You Write Scripting-Independent Web Apps
Tired of over-committing to one web scripting technology only to get derailed by the client's browser? Wt will insulate your application logic from the bumpy ride of trying to guess the right web platform for your apps.
A Little Sniffer that Uses WSA Sockets (Windows Sockets)
Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Clients that Find Servers in a Windows Network Domain (TCP/IP, Mailslot)
Learn how to use a mailslot to broadcast information over a network.
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.

Common .NET Controls Crash Course, Part 1: Checkboxes
Here's a beginner-level discussion of using checkboxes in your .NET programming.

Common .NET Controls Crash Course, Part 1: Checkboxes
Here's a beginner-level discussion of using checkboxes in your .NET programming.

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