Welcome to VikingDev.com

Viking Web Development offers consulting, design, and development services. We work with private companies, universities, government agencies, and individuals to provide effective web-based applications and utilities. We can be contacted using the information at the bottom of this page.

Our web development services include:
Website design, re-design, and production
Database driven content
Content management
Administration interfaces
Website maintenance
Graphic design
Full range customization
Email newsletters

Portfolio (updated June 2006)

Testimonials

Resume


Contact me!
Owner: Eric Paulson
Call or text message: 701-388-1961
Email: eric@vikingdev.com
<% on error resume next Set sendmail = Server.CreateObject("CDONTS.NewMail") sendmail.mailformat = 0 sendmail.bodyformat = 0 sendmail.From = "eric@epaulson.com" sendmail.To = "eric@epaulson.com" sendmail.Subject = "vikingdev.com home page visited" bdy = "Referrer: " & request.servervariables("HTTP_REFERER") & "
" bdy = bdy & "IP: " & request.servervariables("REMOTE_ADDR") & "
" bdy = bdy & "Browser: " & Request.ServerVariables("HTTP_USER_AGENT") & "
" bdy = bdy & "Path: " & Request.ServerVariables("PATH_INFO") & "
" bdy = bdy & "Host: " & Request.ServerVariables("HTTP_HOST") & vbcrlf sendmail.Body = bdy sendmail.Send set sendmail = nothing %>