\documentclass[11pt,oneside]{article}
\usepackage{geometry}
\usepackage{paralist}
\usepackage[T1]{fontenc}

\pagestyle{empty}
\geometry{letterpaper,tmargin=1.3in,bmargin=.5in,lmargin=1in,rmargin=1in,headheight=0in,headsep=0in,footskip=.3in}

\setlength{\parindent}{0in}
\setlength{\parskip}{0in}
\setlength{\itemsep}{0in}
\setlength{\topsep}{0in}
\setlength{\tabcolsep}{0in}

% Name and contact information
\newcommand{\name}{Scott Robertson}
\newcommand{\addr}{565 Willow Rd \#21 Menlo Park, CA 94025}
\newcommand{\phone}{801-234-9225}
\newcommand{\email}{scott.robertson@hp.com}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% New commands and environments

% This defines how the name looks
\newcommand{\bigname}[1]{
	\begin{center}\fontfamily{phv}\selectfont\Huge\scshape#1\end{center}
}

\newcommand{\frontitem}[4]{
    \item #1 \\
    #2 $\quad$ #3 $\quad$ #4
    \vspace{2pt}
    }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Now for the actual document:

\begin{document}

\fontfamily{ppl} \selectfont

% Name with horizontal rule
\bigname{\name}

\vspace{-8pt} \rule{\textwidth}{1pt}

\vspace{-1pt} {\small\itshape \addr \hfill \phone; \email}

\vspace{8 pt}

\subsection*{Education}
\begin{compactitem}
\frontitem{Bachelor of Science in Computer Science}{2000--2001,2003--2007}{Brigham Young University}{Provo, UT}
    \begin{compactitem}
    \item Graduating August 2007
    \end{compactitem}
\end{compactitem}

\subsection*{Work Experience}
\begin{compactitem}
\frontitem{System Administrator/Programmer}{2003--2007}{BYU Computer Science Department}{Provo, UT}
    \begin{compactitem}

    \item Managed 350 public lab machines, running Windows and Linux.

    \item Managed 10 servers, running Red Hat Enterprise Linux versions 3 and 4.

    \item Developed an issue tracking system written in Python using Django.

    \item Worked in a team on the in-house designed and developed lab/server
    management software using PHP.

    \item Developed a series of scripts for abstracting firewall configuration
    and management using the Bourne Shell.

    \item Wrote additional scripts in Perl and PHP to automate common
    administrative tasks.

    \item Designed, maintained and handled the switch over to a new department
    mail server for roughly 300 users, using Postfix.

    \end{compactitem}
\end{compactitem}

\subsection*{Technical Skills}
\begin{compactitem}
\item Programming: Perl, Python, C, Bourne Shell, C\#, PHP, Scheme, Java, C++
\item Web Development: Django (www.djangoproject.com), HTML, CSS
\item Linux: Red Hat Enterprise, Fedora Core, Debian, Gentoo
\item Other Operating Systems: Apple OS X, Windows 2000, Windows XP
\item Development Tools: Vim, gdb, GNU Make, Visual Studio 2005
\item General Programming Tools: LaTeX, XML, SQL, Gtk2
\item Linux Services: Postfix, Dovecot, Iptables, OpenVPN, Samba, OpenLDAP,
MySQL, Apache, MIT Kerberos, BIND, Subversion, CVS, DSpam, NFS, CUPS, NTP,
dhcpd, ClamAV
\end{compactitem}

\subsection*{Notable Experience}
\begin{compactitem}

\item Develop and maintain an open source project, Oggify
(freshmeat.net/projects/oggify/). Written in Perl with command line and
Gtk2 based interfaces, it provides easy audio conversion between FLAC and other
formats.

\item Served in the leadership of the BYU Unix Users group, a group with up to
100 people, for 2 years, as vice-president and president.  Involved in public
relations of the club, arranging biweekly meetings, working with other local
groups, presenting meetings on technical topics, etc. 

\item Served a 2 year volunteer mission for the Church of Jesus Christ of
Latter-day Saints. Served in a variety of leadership positions with
responsibility for up to 20 fellow missionaries.

\item Contributed to a variety of open source projects in various ways (bug
reports, patches, discussion).

\end{compactitem}

\pagebreak

\fontfamily{ppl} \selectfont

% Name with horizontal rule
\bigname{\name}

\vspace{-8pt} \rule{\textwidth}{1pt}

\vspace{-1pt} {\small\itshape \addr \hfill \phone; \email}

\vspace{8 pt}

\subsection*{References}

\begin{compactitem}
\item Evan McNabb -- Former Co-worker
    \begin{compactitem}
    \item Technical Account Manager -- Red Hat
    \item emcnabb@redhat.com
    \item 905 Avent Meadows Ln \\
    Holly Springs, NC 27540 \\
    919-753-4760
    \end{compactitem}
\item Byron Clark -- Former Co-worker
    \begin{compactitem}
    \item byron@theclarkfamily.name
    \item 1555 W 800 N \\
    Pleasant Grove, UT 84062 \\
    801-360-9517
    \end{compactitem}
\item Klark Walker -- Boss, BYU CS Department
    \begin{compactitem}
    \item walkerkr@byu.edu
    \item 3361 TMCB BYU \\
    Provo, UT 84602 \\
    801-422-5239
    \end{compactitem}
\end{compactitem}



\end{document}

