Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, May 23, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Network Functions
Search
DevASP

What's New
What's Hot

Get/Fetch a Remote URL       
Total Hits: 536  |  Today: 0 Author: ASPapp       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is a function that uses the XMLHTTP object to retreive the contents of a remote URL via HTTP....

Send an operator logo in asp       
Total Hits: 349  |  Today: 0 Author: Bob White       Rating:  
Read Reviews | Write Review |              Your Rating: 

Allows you to use SMS wireless messaging to send operator logos (graphic images, gifs, jpgs) to Nokia cell phones from Active Server Pages. Uses the Simplewire network....

Printing Bar codes From Active Server Pages       
Total Hits: 210  |  Today: 0 Author: Jeff Sandquist       Rating:  
Read Reviews | Write Review |              Your Rating: 

There may be situations where you need to print the barcode on the server side. for Example, supose you have a form on your website that visitors fill out when ordering products. When they submit that form, you may want to send information to a printer connected to your server that prints out a shipping label complete with a barcode. The following solutions describe how to send information to a printer using ASP Code....

Send a Ringtone in ASP       
Total Hits: 515  |  Today: 0 Author: Bob White       Rating:  
Read Reviews | Write Review |              Your Rating: 

Allows you to use SMS wireless messaging to send ringtones (melodies) to Nokia cell phones from Active Server Pages. Uses the Simplewire network....

In Depth about WINS       
Total Hits: 479  |  Today: 0 Author: Nakul Goyal       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Depth Tutorial about WINS.WINS stand for Windows Name Service, a sevice run on Window NT Sever which provides NETBIOS name to-IP- address resolution....

Reverse DNS Lookup       
Total Hits: 1270  |  Today: 0 Author: Alexander Gross       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code converts a IP address to a domain name. It looks up the DNS and returns a full qualified domain or host name...

Multiple domains on a single IP address       
Total Hits: 865  |  Today: 0 Author: Alex Marbus       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an an easy-to-follow tutorial that explains how to set multiple domains one a single IP-address with ASP. By understanding a very simple code, you will learn alot....

Using ASP & SQL To Ping A Remote Server       
Total Hits: 417  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using Microsoft SQL Server 2000 and some ASP script, we can create a function that will ping any remote server, digest and process the results, and then return a summary of that ping session. This article will just provide a quick example, however, if you’ve been looking for a simple solution like this for a while, then feel free to modify the source code until it works how you want/need it to.

...

Determine whether a url exists       
Total Hits: 757  |  Today: 0 Author: ElementK Journals       Rating:  
Read Reviews | Write Review |              Your Rating: 

Tools object is a good choice if you're checking for the existence of a file within the context of your own local root Web site. The FileSystemObject object, on the other hand, is good for checking for a file located anywhere on your physical file system (or in shares available to the Web user).For instance, you might want to create an ASP page of your favorite links, but you want to make sure, on the server, programmatically, that each one exists and is currently available before you show it to...

TCPUtil 1.2       
Total Hits: 526  |  Today: 0 Author: Simon Barnett       Rating:  
Read Reviews | Write Review |              Your Rating: 

TCPUtil 1.2 is a multi purpose command line internet toolkit and demonstrates the use of the mswinsock object within a WSH environment....

IP Calculator       
Total Hits: 881  |  Today: 0 Author: Tom Bruinsma       Rating:  
Read Reviews | Write Review |              Your Rating: 

Submit an IP Address and subnetmask and you will be given information about the ip. The information returned is Network address, all possible subnets, the class of the IP, how many hosts per subnet, how many subnets, and binary representations of the address information. This application is based on the code written by Ryan Conrad for Visual Basic. This application is going to be the basis for an IP address database that i will upload when finished.
...

NT User Name       
Total Hits: 837  |  Today: 0 Author: Joe McDonnell       Rating:  
Read Reviews | Write Review |              Your Rating: 

Retrieve the NT user name on an intranet. Strips the domain name from the returned string....

Extracting the Country from the IP Address       
Total Hits: 346  |  Today: 0 Author: Amit Gupta       Rating:  
Read Reviews | Write Review |              Your Rating: 

Internet is vast & is spread across many countries & continents. Knowing the country of a visitor to your website can be a tedious task, if you don't know how to proceed. But firstly, the question that arises is why would you be interested in knowing the country of visitors to your website. Every internet user has a unique IP address, or in other words, every computer connected to internet, has a unique IP address. IP address is a numerical address to refer to a computer. The example of an IP ad...

Professional Windows DNA       
Total Hits: 347  |  Today: 0 Author: Wrox Press.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Windows DNA is a platform for building distributed applications using the Microsoft Windows operating system and related software products. That statement leaves a considerable amount of room for confusion. What is a "platform"? What are "related products"? Even the term distributed computing has been given various definitions. It's worth the effort to sort out the confusion because multi-tier architectures like DNA are widely regarded as the future of large-scale development. As we will see in ...

Classic ASP Screenscraping       
Total Hits: 581  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft has kindly created a lovely component for working with XML that has a nice set of tools (as a side effect) for communicating with remote servers, the script uses these tools to send variables and receive the HTTP output. In this article you will see the script has POSTed the name/value pair of "test=Yay!", and this has been reflected in the remote page that has been called (outputvars.asp, an example from a previous article) which outputs all the current request variables. Take a look ...

Using ASP + SQL To Ping A Remote Server       
Total Hits: 412  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your Rating: 

Using Microsoft SQL Server 2000 and some ASP script, we can create a function that will ping any remote server, digest and process the results, and then return a summary of that ping session....

Add to Your ADSI Code Library        
Total Hits: 627  |  Today: 0 Author: Remie Bolte       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here are a few ADSI scripts for carrying out various Windows administration tasks. The one thing to be aware of is that you can't pull out the user password; therefore, it is impossible to authenticate a user through a script.

...

Grabbing Information from other Servers       
Total Hits: 550  |  Today: 0 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |              Your Rating: 

An article that describes how to grab information from another website and display it on your own site using a third-party HTTP GET component. Let's say that you want to execute an ASP script on another server that returns the current stock price for Microsoft. We could write our own ASP script on our own server that would show this value, by simply doing....

Building an ip check       
Total Hits: 355  |  Today: 0 Author: michel counotte       Rating:  
Read Reviews | Write Review |              Your Rating: 

Checking the ip of the user can be very usefull. Not only for banner-systems (the click-part), but also for voting-systems. Using an ip-check in a voting system, makes it far more reliable....

Parse Metadata from URLs       
Total Hits: 544  |  Today: 0 Author: Lewis Moten       Rating:  
Read Reviews | Write Review |              Your Rating: 

This class demonstrates how you can request the HTML of a URL from another website using the XMLHTTP object to spider the web page. (Simular to the methods of the ASPHttp object). The data is parsed and made available through a class object. This code is great if you are thinking about creating a Search Engine - or you just want to verify that URLs exist that users may place in there profiles. Also handy for finding broken links. If your server has IE5, or XML objects from Microsoft installed on...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com