<%@ Language=VBScript %> Web Hosting


   

NEWSLETTER

Receive our newsletter!  

Enter your email address below, then click the 'Join List' button:
 



Notice!
Your email address will never be sold or otherwise transferred to any party.
 

 

 

student quotes

"... technical expertise is beyond what's just in the book."

"... Normally you don't see someone with such real world experience, in an instructor role."

"...Energetic and passionate."

"...Her enthusiasm was contagious!"

"...One of the best instructors I have had the privilege to observe and learn from."

"...He had a way of breaking complex topics down to where an inexperienced developer can understand."

"...Truly the best overall programming trainer I have ever had!"
 


 

         
-
D-U-N-S Number: 170940857

 


-


Web Hosting

As a result of the numerous requests we have received from our customers, developersDen is pleased to be able to offer the following hosting services.  Our knowledge and experience with internet tools and technologies enables us to provide you with high-quality, secure hosting of your website or ASP/ASP.NET web application at an extremely competitive rate.  We offer a variety of Web Hosting Packages to choose from but would be happy to provide you a price quotation for a package customized to your specific needs.  As always our focus on the core values of Integrity, Quality, and Trust, guarantee you the highest quality service in the industry!

Contact us for a customized price quotation

 

  100MB disk space
  5GB monthly bandwidth
  10 email accounts (pop3/smtp)
  Domain transfer
  Nightly backup
  Virus/Spam protection
  ASP/ASP.NET
  FrontPage Extensions
  Unlimited FTP access
 


  Setup fee - No charge
  Monthly fee - $14.95
  6 month prepay - $12.95/mo
  1 year prepay - $10.95/mo

 

  200MB disk space
  10GB monthly bandwidth
  20 email accounts (pop3/smtp)
  Domain transfer
  Nightly backup
  Virus/Spam protection
  ASP/ASP.NET
  Microsoft Access
  FrontPage Extensions
  Unlimited FTP access
 


  Setup fee - No charge
  Monthly fee - $19.95
  6 month prepay - $17.95/mo
  1 year prepay - $15.95/mo

under construction

 

under construction




 

 

 

  500MB disk space
  10GB monthly bandwidth
  10 email accounts (pop3/smtp)
  Domain transfer
  Nightly backup
  Virus/Spam protection
  ASP/ASP.NET
  Microsoft Access
  Microsoft SQL Server 2000
  FrontPage Extensions
  Unlimited FTP access
 


  Setup fee - No charge
  Monthly fee - $15.95
  6 month prepay - $17.95/mo
  1 year prepay - $19.95/mo

 

  1GB disk space
  20GB monthly bandwidth
  40 email accounts (pop3/smtp)
  Domain transfer
 
Domain registration
  Nightly backup
  Virus/Spam protection
  ASP/ASP.NET
  Microsoft Access
  Microsoft SQL Server 2000
  FrontPage Extensions
  Unlimited FTP access
 


  Setup fee - No charge
  Monthly fee - $28.95
  6 month prepay - $26.95/mo
  1 year prepay - $24.95/mo

under construction

 

under construction


 

 



 

Home

About Us

Contact Us

Legal

© 2004 developersDen Inc. All rights reserved.

   
<% Function getXML(sourceFile, number) On Error Resume Next dim styleFile, xmlFile dim source, style styleFile = Server.MapPath("news.xsl") xmlFile = Server.MapPath("news" & number & ".xml") Dim xmlhttp Set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP") xmlhttp.Open "GET", sourceFile, false xmlhttp.Send If Err.number <> 0 Then set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.load(xmlFile) Else set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.loadxml(xmlhttp.ResponseText) source.save Server.MapPath("news" & number & ".xml") End If set style = Server.CreateObject("Microsoft.XMLDOM") style.async = false style.load(styleFile) getXML = source.transformNode(style) set source = nothing set style = nothing End Function %>