|
|
|
|
|
Total Hits: 536 | Today: 0 |
Author: ASPapp
|
Rating:
|
|

Here is a function that uses the XMLHTTP object to retreive the contents of a remote URL via HTTP....
|
|
|
|
Total Hits: 349 | Today: 0 |
Author: Bob White
|
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....
|
|
|
|
Total Hits: 210 | Today: 0 |
Author: Jeff Sandquist
|
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....
|
|
|
|
Total Hits: 515 | Today: 0 |
Author: Bob White
|
Rating:
|
|

Allows you to use SMS wireless messaging to send ringtones (melodies) to Nokia cell phones from Active Server Pages. Uses the Simplewire network....
|
|
|
|
Total Hits: 479 | Today: 0 |
Author: Nakul Goyal
|
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....
|
|
|
|
Total Hits: 1270 | Today: 0 |
Author: Alexander Gross
|
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...
|
|
|
|
Total Hits: 865 | Today: 0 |
Author: Alex Marbus
|
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....
|
|
|
|
Total Hits: 417 | Today: 0 |
Author: Mitchell Harper
|
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.
...
|
|
|
|
Total Hits: 757 | Today: 0 |
Author: ElementK Journals
|
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...
|
|
|
|
Total Hits: 526 | Today: 0 |
Author: Simon Barnett
|
Rating:
|
|

TCPUtil 1.2 is a multi purpose command line internet toolkit and demonstrates the use of the mswinsock object within a WSH environment....
|
|
|
|
Total Hits: 881 | Today: 0 |
Author: Tom Bruinsma
|
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. ...
|
|
|
|
Total Hits: 837 | Today: 0 |
Author: Joe McDonnell
|
Rating:
|
|

Retrieve the NT user name on an intranet. Strips the domain name from the returned string....
|
|
|
|
Total Hits: 346 | Today: 0 |
Author: Amit Gupta
|
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...
|
|
|
|
Total Hits: 347 | Today: 0 |
Author: Wrox Press.
|
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 ...
|
|
|
|
Total Hits: 581 | Today: 0 |
Author: Chris Garrett
|
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 ...
|
|
|
|
Total Hits: 412 | Today: 0 |
Author: Mitchell Harper
|
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....
|
|
|
|
Total Hits: 627 | Today: 0 |
Author: Remie Bolte
|
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. ...
|
|
|
|
Total Hits: 550 | Today: 0 |
Author: Scott Mitchell
|
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....
|
|
|
|
Total Hits: 355 | Today: 0 |
Author: michel counotte
|
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....
|
|
|
|
Total Hits: 544 | Today: 0 |
Author: Lewis Moten
|
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...
|
|
|
|
|
|
|