Home | Wireless Internet | Web Hosting | Support | Check Your Mail | Contact Us | About Us | Spam Filter | Email Anti-Virus

WaveOne Tech Info Page

Wireless Info:

Web Hosting Info:

Email Hosting Info:

ColdFusion Info:


How to optimize your Internet Connection Top

There are many programs out there that you can buy or download for free that will optimize your Internet connection. By default Windows is not optimized for Internet use. We recommend using one of these programs or using the info from The Windows Registry Guide to make the necessary changes in your registry. Remember to backup your registry before making any changes. Making the wrong change in the registry can cause your system to not boot or operate incorrectly.


What kind of speeds should I expect to see? Top

You have to remember that you are only as fast as the slowest link on the Internet. That means that if there is a slow link on the Internet or a busy server you will not see peak performance from your Internet connection. Average peak speed would be between 300kbps and 400kbps.


What version of ColdFusion is on the servers?

WaveOne is currenty running Macromedia ColdFusion MX Server. Support for <cfgraph> is installed.


Using the CFFILE tag. Top

If your ColdFusion application requires the use of the CFFILE tag, you will have to use the WaveOne substitute CF_XFILE. You can go here for more information on this custom tag. CFFILE is disabled by default.


Form to E-mail using ColdFusion Top

Use the following example to make a feedback form that gets e-mailed. This is much simpler than trying to use any CGI scripting. The only ColdFusion tag is in the feedbackaction.cfm file. If any pages contain ColdFusion tags they must end in .cfm.

File: feedbackform.html
<html>
<head>
<title></title>
</head>
<body>
<form action="feedbackaction.cfm" method="post">
Name:<input type="text" name="name"><br>
Email Address:<input type="text" name="email"><br>
Subject:<input type="text" name="subject"><br>
Message:<textarea name="message" rows="10" cols="34">
</textarea><br>
<input type="Submit" value="Send E-Mail">
</form>
</body>
</html>


File: feedbackaction.cfm
<html>
<head>
<title></title>
</head>
<body>
<cfmail to="info@yourdomain.com" from="#name# <#email#>"
subject="#subject#">#message#</cfmail>

Thank you for your feedback!

</body>
</html>


Domain E-mail Settings.

To receive your @yourdomain.com e-mail, use the following information. Your POP3 (incoming) server address will be mail.yourdomain.com and your SMTP (outgoing) server address will be that of your local ISP. Example: mail.kconline.com or smtp.maplenet.net. If you are connected by WaveOne Wireless then you can use mail.waveone.net.


Network Solutions, Inc. Contact Info.

Technical Contact:
      admin@waveone.net
      WaveOne Enterprises, Inc.
      315 S. Hand Ave.
      Warsaw, IN 46580
      US
      574-267-3525 ext. 131   574-269-6724


Primary and Secondary DNS server addresses.

Primary DNS Server Hostname : NS.WAVEONE.NET
Primary DNS Server Address : 208.3.94.5
Secondary DNS Server Hostname : NS2.WAVEONE.NET
Secondary DNS Server Address : 208.18.138.5



Phone: 574-267-3525  Fax: 574-267-7349

Use of this service constitutes your agreement
to WaveOne's Acceptable Use Policy.
Labeled with ICRA