Software Developer Tutorials
"Professional information for technology professionals"
| 03/10/2005* Updated |
How Can I Trace The Path Of A Network Packet?
|
Brief description:
Packets that are sent from one computer may have to a take a long and eventful
journey through a network before they reach their target. This article
describes how packets are sent through a network and how they get to their
destination. It is written as a high level view so that only minimal
network knowledge is needed to understand. How to tell why packets take a long
time and debugging information on how to speed up networks is also pointed out. |
|
| 03/10/2005* Updated |
How Can I Provide Automated User Registration From My Software - (HTTP Method)?
|
Brief description:
There is always a need to track the usage of software. From how it is used to
who it used by. There are a variety of reasons you would want to know who is
using your software. This article will describe not only why you should
implement a User Registration feature but also how to implement it quickly and
easily. You will find explanations of the logic as well as real source code you
can use as the building blocks for your own software. |
|
| 03/10/2005* Updated |
How Can I Monitor My Server's and Networked Device's Status?
|
Brief description:
Servers and devices connected via a network can fail. The faster this
failure is detected the better. This article discusses how check the
status of a server or other IP connected device. You will also learn about
the RTT for network lag for communications with the devices accross the
network. |
|
| 03/10/2005* Updated |
How can I Synchronize the Client Machines CPU Clock
|
|
Brief description:
The average computer's clock is incorrect by a varied amount. This can present
problems when you have a distributed system that updates database records or
other date/time information using the local system clock. If all the computers
have different times, then data is inherently flawed accross the system. This
articles discusses the problem and details the solution.
|
|
| 03/10/2005* Updated |
How to send email directly from your program
|
|
Brief description:
Did you ever realize that you can add email capabilites to your application
very easily. A great feature for your product can be implemented in less than a
day. This article discusses how this is good for you and how to avoid the
Outlook Security update issue so many developers are facing.
|
|
|