Allied Systems, LLC
509-327-5311
427 W Sinto
Spokane, WA 99201
Contact Us
 

Allied Systems

Knowledge is Power.

Networking and Telephony

Hi! I'm Fred, Allied's Network Engineer. My job is to make sure our customers get their hardware and networks installed and running properly. 

I have over 30 years of experience in the electrical engineering and telecommunications industries. This includes engineering and construction of large fiber networks (AT&T, Mountain Bell, US West International and Qwest). I also design and install computer data and voice networks, including cabling.

So if you need desktop PC's, servers computer networks or telephone equipment installed or serviced, please call me at 509-327-5311 or toll free at 1-877-584-1543, or email me for more information.

 



Allied Systems was founded on the principle that Computer and telecommunications services need not be either complicated or confusing . We provide full-service Computer Networks along with voice/data systems ...in addition to offering products and services from several of the nation's premier long distance carriers, telecommunications service providers, and software developers.


What's Happening:

Training Calendar

Seminars

<% ' Text Hit Counter Example By www.PowerASP.com ' Declare variables Dim ObjCounterFile, ReadCounterFile, WriteCounterFile Dim CounterFile Dim CounterHits Set ObjCounterFile = Server.CreateObject("Scripting.FileSystemObject") 'Path to where the writable file is CounterFile = Server.MapPath ("trainingcounter.txt") Set ReadCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) If Not ReadCounterFile.AtEndOfStream Then CounterHits = Trim(ReadCounterFile.ReadLine) If CounterHits = "" Then CounterHits = 0 Else CounterHits = 0 End If ReadCounterFile.Close Set ReadCounterFile = Nothing 'Add one to number of hits in file to log the current visitor CounterHits = CounterHits + 1 'Input current number into the text file Set WriteCounterFile= ObjCounterFile.CreateTextFile (CounterFile, True) 'Set WriteCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) WriteCounterFile.WriteLine(CounterHits) 'Close Connections WriteCounterFile.Close Set WriteCounterFile = Nothing Set ObjCounterFile = Nothing 'Display number of hits %>