Programming
Features
ASP 3.0
Microsoft Internet Information
Server includes various ASP components that are pre-installed on
every web server. Below is a listing of each component with a
brief description.
Ad Rotator
Component
The Ad Rotator component creates
an Ad Rotator object that automates the rotation of advertisement
images on a Web page. Each time a user opens or reloads the Web
page, the Ad Rotator component displays a new advertisement based
on the information you specify in a Rotator Schedule File.
NewMail Object
(CDONTS Library) :
The NewMail object provides for
sending a message with very few lines of code.
File Access
Component :
The File Access component exposes
methods and properties you can use to access a computer's file
sytem. You can use the File Access Component to create a
FileSystemObject object which provides the methods properties and
collections you use to access the file system.
Browser
Capabilities Component :
The Browser Capabilities
component creates a BrowserType object that provides your scripts
with a description of the capabilities of the client's Web
browser.
Database
Access Component :
The Database Access component
uses ActiveX Data Objects (ADO) to access information stored in a
database or other tabular data structure.
W3 JMail
This is a full featured SMTP and
POP3 component. it is now possible to send and retrieve e-mail
from any client without the use of a mail program or a mail server
such as Eudora, Exchange or Outlook. W3 JMail can be used by
developers to send and receive e-mail from their ASP code or
Windows program in a very simple way.
CyScape
Browser Hawk 2000
Browser Hawk 2000 is the best
tool available for managing browser compatibility issues. It
provides the easiest way for you to develop sites that reach the
widest possible audience, while providing an uninterrupted,
consistent level of operation regardless of the visitor's browser
type or browser settings.
AspSmartUpload
AspSmartUpload provides you with
all the upload/download the content of website through web browser
PHP 4.0
PHP is an advanced server side
scripting language that can be embedded into HTML, eliminating the
need for a CGI-Bin directory and separate executable files. PHP is
similar in syntax to JavaScript, and does not require optional
components to perform advanced tasks, as does ASP. PHP scripts can
be placed in any directory within your domain and can connect to a
database. We are running the latest version of PHP4.
Perl
Perl is the original server side
scripting language known for it's advanced file management
capabilities and extensive free resources. Perl is capable of all
server side functions, and can connect to a database. Our servers
come with mod_perl for faster execution, and most advanced Perl
modules pre-installed. Any unavailable module can be installed
upon request. Our servers are configured to execute Perl scripts
from any directory, not just cgi-bin.
CGI-Bin
The CGI-Bin (Common Gateway
Interface) directory is used for executing server side
applications. Each website on our servers has its own cgi-bin
directory.
BACK