System
& Network Status: <%
dim fs, file
set fs = CreateObject("Scripting.FileSystemObject")
set file = fs.OpenTextFile(path, ForReading)
do while not file.AtEndOfStream
Response.Write(file.ReadLine & vbCrLf)
loop
file.Close()
%> <%
dim fs1, file1
set fs1 = CreateObject("Scripting.FileSystemObject")
set file1 = fs1.OpenTextFile(path1, ForReading)
do while not file1.AtEndOfStream
Response.Write(file1.ReadLine & vbCrLf)
loop
file1.Close()
%> <%
dim fs2, file2,fileother
set fs2 = CreateObject("Scripting.FileSystemObject")
set file2 = fs2.OpenTextFile(path2, ForReading)
set fileother = fs2.GetFile(pathother)
If fileother.Size > 3 Then
do while not file2.AtEndOfStream
Response.Write(file2.ReadLine & vbCrLf)
loop
end if
file2.Close()
%>
2006 Dickie Award Winners
April, 2006 Senior Director Dick Bednar presents the Dickie Award to honor the hard work, thoroughness and perseverance by Human Resources staffers that has enabled Information Technology to hire new qualified personnel. Pictured are (l-r) supervisor Phenicia Allen, and Dickie Awardees Anne Marie Perry, Disa Jean-Pierre and Janice Lee--along with Old Dick himself.
Anne Marie, Disa and Janice have been actively involved with the numerous (22 currently) recruitments that are in progress. With qualified candidates being scarce, they have been extremely helpful in IT's recruiting efforts to shorten the length of the recruitments and get the candidates hired quickly
Their pleasing attitudes and willing assistance have made IT’s recruitment process much more pleasant and successful.
February
Awarded to Lorrie Harnach. Thanks to Lorrie's hard work and thoroughness, the web team was able to install the self-registration website for students registering to take the EPT and ELM exams with an extraordinarily high level of quality. Lorrie was actively and creatively involved with the design of the website as well as with the necessary testing and debugging. Her thorough knowledge of Testing Center procedures and requirements, as well as her flexibility in inventing a whole new methodology for the EPT/ELM registration was invaluable for the project. (IT nominators Jeff Perkins and Liz Breach at back.)