The Wayback Machine - https://web.archive.org/web/20090627114117/http://www.codeguru.com:80/cpp/i-n/

CodeGuru
Earthweb Search
Login Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> Visual C++ / C++ >> Internet & Networking

Internet & Networking

next

[Updated] Customize an IE Context Menu to Add CodeGuru Favorites
Rating:
kirants - 07/15/2008
Learn how to customize the internet explorer context menu to add Codeguru Favorites items.

Working with Forms
Rating: none
William Steinmetz - 06/24/2008
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
Rating:
William Steinmetz - 06/18/2008
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
Rating:
Victor Volkman - 06/06/2008
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)
Rating: none
Ciro Sisman Pereira - 03/27/2008
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)
Rating: none
Ciro Sisman Pereira - 03/20/2008
Learn how to use a mailslot to broadcast information over a network.

Edit (Add/Remove/Modify) ARP Table
Rating:
Usama El-Mokadem - 01/16/2008
Use this simple tool to display and modify the IP-to-Physical address translation tables used by ARP (Address Resolution Protocol), such as Windows command-line arp.exe.

[Updated] A Glimpse at Today's Server-Side Programming
Rating:
Paul Avery - 01/15/2008
Read a broad overview of today's four most popular and growing server-side programming/scripting languages.

Distributed Network Object
Rating:
Ejaz Anwer - 10/22/2007
Learn to use the "Network Distributed Object Model" to have a simplified way of performing network communication at the object level.

[Updated] Step by Step Developing a SOHO HTTP Filter
Rating:
rzcodeman - 08/27/2007
Most available web filters work inline, meaning that all outgoing and incoming packets are passed through a filter driver. This approach along with its own benefits has a big flaw; the filtering process affects data transfer throughput. Learn about an experimental remedy to this issue by putting the filter engine in sniffer mode. This way, the filtering process and data transfer act independently.

[Updated] MODBUS Serial RTU + TCP/IP Simulator
Rating:
Conrad Braam - 07/26/2007
If you are unable to find a free Modbus Slave simulator, here is one.

[Updated] XML Data Binding
Rating:
Simon Sprott - 07/17/2007
XML Data Binding allows you to manipulate an XML document via a set of simple objects. Learn about the generation of these objects, and see a summary of the existing products on the market.

XSD Tutorial: XML Schemas For Beginners
Rating:
Simon Sprott - 05/24/2007
This five-part article gives a basic overview of the building blocks underlying XML Schemas, showing how and when to use them.

RSS 2.0: Really Simple Syndication
Rating: none
Andrew Watt - 05/02/2007
Walk through the components of an RSS 2.0 feed for building your own feeds either by hand or programmatically.

Future-Proofing Your URIs
Rating:
Erik Bruchez - 04/18/2007
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)
Rating: none
arkadi - 04/10/2007
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
Rating: none
znrobinson - 01/03/2007
Learn how to access the IHTMLDocument interface for any iframe contained within the IE webbrowser control.

URI Encoding and Decoding
Rating:
jinq0123 - 11/02/2006
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
Rating:
Eric Smith - 08/30/2006
Learn a method for controlling how users download files from your ASP.NET applications.

Creating Custom WPF Controls
Rating:
Chad Campbell - 08/28/2006
Custom controls assist developers in maximizing code reuse and minimizing headaches. Learn the process of creating custom controls within Microsoft's latest UI model, the Windows Presentation Foundation (WPF).

XPath Support in Browsers
Rating: none
Nicholas C. Zakas - 08/14/2006
Learn about XPath, a small language used specifically to locate a single node or multiple nodes that match a particular pattern.

Offline Capable (Internet Explorer) AJAX Client
Rating:
Ariel Yakobovich - 08/10/2006
Learn what makes a successful AJAX client, and how many AJAX applications lose sight of the enormous benefit of supporting offline mode operation.

A Windows Service Solution for Unreliable Web Services
Rating: none
Jeffrey Juday - 06/28/2006
Reliability is a big issue in Internet Web services integration. Learn how to mitigate Web service reliability problems by using an asynchronous messaging approach.

Ajax Submission Throttling
Rating: none
Nicholas C. Zakas - 05/18/2006
Ajax is becoming the hot topic in Web programming today. Discover more useful things that it can do for you.

XMLHttp Requests for Ajax
Rating: none
Nicholas C. Zakas - 05/12/2006
Professional AJAX author Nicolas Zakas shows the benefits as well as some of the disadvantages of using HTTP requests in your applications.

Web Site Blocker that Uses Browser Helper Objects (BHO)
Rating:
milindsm - 03/28/2006
Learn how a BHO (Browser Helper Object) could be used to block a particular Web site.

[Updated] WinIPCfg
Rating:
egawtry - 03/23/2006
A clone of the Win95/98/ME utility for checking and controlling IP addresses.

Computing a MS-CHAPv2 Client Response (not yet reviewed)
Rating: none
Eugene Prigorodov - 03/06/2006
Learn about a RFC2759-compliant implementation of the MS-CHAPv2 response calculation algorithm.

TJFTP: A Visual C++ FTP Client
Rating:
ShellRaker - 12/08/2005
Learn about a Windows FTP client written without CInternetSession or CFtpConnection classes.

Browsing XML/XSLT with HTA/Scripting Runtime
Rating: none
Freelancer - 11/11/2005
Learn about a simplistic example of using a Scripting Runtime Library.

Remote Desktop View Lite
Rating:
Andy Bantly - 10/31/2005
Learn about a native C++, MFC, ATL/COM system to remote view a desktop.

Build a SharePoint Newsletter Generator That Alerts Users to Changes
Rating: none
Jeffrey Juday - 10/28/2005
Leverage the SharePoint SDK classes to build a newsletter generator that collects all the changes to a site and presents them to users in an e-mail newsletter format.

Publishing with Authoring Connector
Rating: none
Packt Publishing - 09/20/2005
Learn to integrate Web publishing with working with your Word documents.

How to Add Pocket Outlook Features to Your Mobile Application
Rating: none
Alex Gusev - 07/15/2005
With the help of POOM (Pocket Outlook Object Model), you can implement sophisticated and customized mobile applications with rich functionality.

Implement a Centralized BizTalk File Creation Broker
Rating: none
Jeffrey Juday - 05/25/2005
By using BizTalk 2004, Web services, and the Broker enterprise pattern, you can create a centralized file broker that enables you to more easily configure security, administer services, and share code across your organization.

Keyboard Spy: Implementation and Counter Measures
Rating:
Dor Alon - 05/12/2005
Learn to develop hook-based key loggers and hook-safe software.

Selecting the Best Approach for Designing an Interoperable Web Service
Rating:
Nalaka Withanage and Martin Kropp - 05/10/2005
Learn about the different Web service design methodologies as defined by the Web Services Standardization Groups, clarify the terms, and highlight their differences.

Build a Custom SharePoint Web Service for Your InfoPath 2003 Documents
Rating: none
Jeffrey Juday - 05/03/2005
Learn how to develop a custom SharePoint Web service for InfoPath 2003 documents, which allows you to reliably perform actions whenever a user saves one of the documents.

"Indigo" CTP Released Today
Rating: none
Bradley Jones - 03/16/2005
Microsoft released the Community Technical Preview (CTP) of their next-generation Web-Services technology, "Indigo," today.

Using The CE HTML Viewer Control To Create Powerful, Customized Presentations
Rating:
Nancy Nicolaisen - 03/09/2005
Create an HTML viewer control on a CE device. Once animated, this control allows you to pass any data that is capable of being rendered by using HTML tags from the desktop device to the CE device. The power and elegance of this approach can hardly be overstated.

Application's Version Updating from a FTP Resource
Rating: none
Andrej Hristoliubov - 02/15/2005
Use the IOUpdate.dll library to automatically update your application from the Internet.

Building Software That Is Interoperable By Design
Rating:
Bill Gates - 02/04/2005
Microsoft's Bill Gates on interoperability.

How DesktopRAPIInvoker Launches the HTML Viewer on the CE Device
Rating: none
Nancy Nicolaisen - 01/31/2005
Explore the mechanics of launching an HTML viewer on your CE device.

Composite Custom Web Controls in Managed C++
Rating:
Stephen Fraser - 01/05/2005
Continuing his series on custom Web control development in Managed C++, Stephen Fraser takes it up a notch by examining the more advanced—and far more powerful—composite custom Web control.

HTTP Post Using C
Rating:
Uday Chitragar - 01/05/2005
Learn to write a small routine or utility to make a post request to a Web server and retrieve the data. This article demonstrates such a technique, tested on Linux.

Mastering Internet Programming on Mobile Devices: Data Exchange Using an XML HTTP Interface
Rating: none
Alex Gusev - 12/21/2004
Learn how to create applications that may connect to the Internet or an intranet. This article helps you figure out one more suitable method, XMLHTTP, of data transfer over a network.

Monitoring Changes in IE Settings
Rating:
Krishnasamy Venkatesan - 11/05/2004
Learn about a way to know exactly when IE settings have changed.

Mastering Internet Programming on Mobile Devices: First Steps
Rating:
Alex Gusev - 11/02/2004
Learn how to create applications that may connect to the Internet or an intranet. Take a look at typical scenarios that often occur in programming practice.

[Updated] The K.I.S.S. Approach to I/O Completion Ports
Rating:
Robert Simpson - 10/18/2004
I/O completion ports are the holy grail of performance. This article provides an extremely lightweight and open framework for easily implementing IOCP's in your application(s).

z/OS MQSeries Queue Manager Administration Tool Via MQClient Running on Windows
Rating: none
Martyn Brown - 09/29/2004
Learn about a command line utility for issuing runmqsc commands to a mainframe over MQClient from Windows.

next






internet.commediabistro.comJusttechjobs.comGraphics.com

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs