Company
Real 24/7 Support

Our techs are ALWAYS here! When you have an issue we are here to solve it immediately - 24 hours a day and 7 days a week. We are here for you!

Domain Registration
  

Register a .com, .net, .org, .biz, .info, or .us domain name for just $12.95/yr! Retain full control and full ownership via your account at NexusDomains.

Tutorials

Writing tutorials allows for the dissemination of useful information to assist you in being able to complete many common tasks. We do our best to keep this section as current as possible to reflect updates in service. We hope you find it a helpful resource!

Web Hosting

Electronic Mail

Electronic Mail or E-mail is a computer-based method of sending messages from one computer user to another.
File Transfer Protocol

File Transfer Protocol or FTP is a standard for moving files from one computer to another over a network. Files are moved in either ASCII (text) or BINARY form.
Htaccess

An htaccess file is a simple ASCII file, such as you would create through a text editor like NotePad.
Log Files

Log Files assist to effectively manage a Web site, making it is possible to get feedback about the activity and performance of the site as well as any problems that may be occurring.
Meta Tags

Meta Tags provide often valuable information to search engines utilizing spiders (also referred to as robots), to create the indexes for their search database.
PhpMyAdmin

PhpMyAdmin is intended to handle the administration of MySQL over the web.
Plesk

Plesk Description Coming!
Web Scripts

Web script installations are now easier thanks to installation tutorials. Some upgrade tutorials are provided as well.
Web Statistics

Web statistics allows for the information collected in the access and error logs to be displayed in a more appealing manner.

Web Design

Cascading Style Sheet

Cascading Style Sheets or CSS define how HTML elements will be displayed. A style sheet can be made up of various items, referred to as Style Sheet Elements.
PHP

PHP is a server-side, HTML-embedded, cross-platform scripting language - quite a mouthful. In simpler terms, PHP provides a way for you to put instructions in your HTML files to create dynamic content. These instructions are read and parsed by the Web server; they never actually make it to the browser that is displaying the page. The Web server replaces your PHP code with the content that the code was written to produce.
Server Side Include

Server Side Include or SSI is a piece of code that is embedded into an HTML page and interpreted by the the server before the page is sent to the client's browser. SSI allows you to include information in your HTML files like a file's date of last modification, or even another HTML file. Any file that has the extension .shtml will automatically be parsed by the server.