\documentclass{article}
\usepackage{ulem}
\pagestyle{headings}
\begin{document}
\part{Interesting Links}
Links which may be useful to Horde developers.

\subsection{Security}
\begin{itemize}
\item{Top Vulnerabilities in Web Applications\footnote{http://www.owasp.org/}. It may be most efficient to pick one potential vulnerability and audit the entire code base for it before moving on to the next vulnerability.}
\item{Top 10 e-commerce software flaws\footnote{http://www.theregister.co.uk/content/55/29511.html}}
\end{itemize}
\subsection{Performance}
\begin{itemize}
\item{Advogato article on large-scale web applications\footnote{http://www.advogato.org/article/646.html}}
\item{A very good read on how references and reference counting work\footnote{http://www.zend.com/zend/art/ref-count.php}}
\item{Some more optimization pointers\footnote{http://phplens.com/lens/php-book/optimizing-debugging-php.php}}
\item{Discussion on internals@lists.php.net about "Performance Consideration of 1 class per file"\footnote{http://marc.info/?t=108277781300005\&r=1\&w=2}}
\end{itemize}
\subsection{Horde based projects}
\begin{itemize}
\item{Frontend for a VoIP Server\footnote{http://scopserv.com/}}
\end{itemize}
\subsection{CSS quirks}
\begin{itemize}
\item{IE CSS Bugs\footnote{http://www.positioniseverything.net/explorer.html}}
\end{itemize}
\subsection{PNG Compression}
\begin{itemize}
\item{PNG Compression\footnote{http://example.com/index.php?page=PngCompression}}
\end{itemize}
\subsection{Forms}
\subsubsection{General}
\begin{itemize}
\item{Accessible Forms von Roger Hudson\footnote{http://www.usability.com.au/resources/forms.cfm}}
\item{Accessible HTML/XHTML Forms von Ian Lloyd\footnote{http://www.webstandards.org/learn/tutorials/accessible-forms/01-accessible-forms.html}}
\item{Accessible, stylish form layout von Cameron Adams\footnote{http://www.themaninblue.com/writing/perspective/2004/03/24/}}
\item{Creating Accessible Forms von !WebAIM - Web Accessibility in Mind\footnote{http://www.webaim.org/techniques/forms/}}
\item{Easier form validation with PHP von Simon Willison\footnote{http://simon.incutio.com/archive/2003/06/17/theHolyGrail}}
\item{Jakob Nielsen's Alertbox - Forms vs. Applications\footnote{http://www.useit.com/alertbox/forms.html}}
\item{Sensible Forms: A Form Usability Checklist von Brian Crescimanno\footnote{http://www.alistapart.com/articles/sensibleforms}}
\item{Simple Tricks for More Usable Forms von Simon Willison\footnote{http://www.sitepoint.com/print/1273}}
\item{Trimming form fields von Andy Clarke\footnote{http://www.stuffandnonsense.co.uk/archives/trimming\_form\_fields.html}}
\item{Web Application Form Design von Luke Wroblewski\footnote{http://www.lukew.com/resources/articles/web\_forms.html}}
\item{Web Application Form Design Expanded von Luke Wroblewski\footnote{http://www.lukew.com/ff/entry.asp?155}}
\item{10 Tips To A Better Form von Chris Campbell\footnote{http://particletree.com/features/10-tips-to-a-better-form/}}
\end{itemize}
\subsubsection{Design}
\begin{itemize}
\item{A FORM WITH STYLE von Stu Nicholls\footnote{http://www.cssplay.co.uk/menu/form.html}}
\item{AJFORM - World's Easiest !JavaScript AJAX !ToolKit\footnote{http://ajform.sourceforge.net/}}
\item{An AJAX Contact Form von Dustin Diaz\footnote{http://www.dustindiaz.com/ajax-contact-form/}}
\item{Applying CSS to forms von Trenton Moss\footnote{http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml}}
\item{CSS-Only, Table-less Forms von Jeff Howden\footnote{http://jeffhowden.com/code/css/forms/}}
\item{Formulare gestalten ohne Tabellen von Thomas Stich\footnote{http://www.stichpunkt.de/css/formulare.html}}
\item{Formulare per CSS Layouten von Gerrit Kaiser\footnote{http://www.style-sheets.de/guide/formulare/formulare\_per\_css\_layouten}}
\item{Niceforms von Lucian Slatineanu\footnote{http://www.badboy.ro/articles/2005-07-23/index.php}}
\item{Styling even more form controls von Roger Johansson\footnote{http://www.456bereastreet.com/archive/200410/styling\_even\_more\_form\_controls/}}
\item{Stylish, accessible forms von by Andy Clarke\footnote{http://www.stuffandnonsense.co.uk/archives/stylish\_accessible\_forms.html}}
\item{The Form Assembly - Makes Web Forms Simple. Create web forms, host them online, receive responses via email or RSS\footnote{http://www.formassembly.com/index.php}}
\item{Tutorial: Bessere Formulare - Ein Tutorial in vier Teilen\footnote{http://www.einfach-fuer-alle.de/artikel/formulare/}}
\item{Accessible Form Creator - allows you to create forms for web sites containing all the additional markup required to make the forms accessible under Section 508 standards and the !W3C WCAG 1.0 Priority 1-3 Guidelines.\footnote{http://www.hisoftware.com/access/valueadd9.html}}
\item{Contact Form Generator - The free Website Contact Form Generator utility enables you to create form-to-email scripts for your ASP, PHP or Perl web site with no programming skills needed.\footnote{http://www.tele-pro.co.uk/scripts/contact\_form/}}
\item{PHP !FormMail Generator - A tool to create ready-to-use web forms in a flash. Once the form has been generated, you have a full functional web form. Including error checking of required fields, email address validation, credit card number \& expiry date checking, multiple attachments sending, and email auto responding.\footnote{http://phpfmg.sourceforge.net/home.php}}
\item{- Visual Form Maker - Webformulare (PHP/HTML) Webformulare, PHP Formulare (mySQL, E-Mail) visuell gestalten! - Freeware\footnote{http://www.1street.de/osc/catalog/product\_info.php?cPath=29\&products\_id=29}}
\end{itemize}
\end{document}
