Hi, I was looking at the download menu and the order seems a bit random:
<li><a href="/installer.html">Download the SDK Installer (For Application Developers)</a></li> <li><a href="/download-flexjs.html">Download FlexJS 'alpha' (For Application Developers)</a> </li> <li><a href="/download-flexunit.html">Download FlexUnit (For Application Developers)</a> </li> <li><a href="/download-binaries.html">Download the SDK Binaries (For SDK Developers)</a></li> <li><a href="/download-source.html">Download the SDK Source Code (For SDK Developers)</a></li> <li><a href="/download-tourdeflex.html">Download the Tour De Flex Code</a></li> <li><a href="/download-utilities.html">Flex Utilities</a></li> <li><a href="/download-archive.html">Previous Versions</a></li> Would a better order be this: <li><a href="/installer.html">Download the SDK Installer (For Application Developers)</a></li> <li><a href="/download-source.html">Download the SDK Source Code (For SDK Developers)</a></li> <li><a href="/download-binaries.html">Download the SDK Binaries (For SDK Developers)</a></li> <li><a href="/download-flexjs.html">Download FlexJS 'alpha' (For Application Developers)</a> </li> <li><a href="/download-flexunit.html">Download FlexUnit (For Application Developers)</a> </li> <li><a href="/download-tourdeflex.html">Download the Tour De Flex Code</a></li> <li><a href="/download-utilities.html">Flex Utilities</a></li> <li><a href="/download-archive.html">Previous Versions</a></li> Reasons being: - /Most people are after the installer or the Flex SDK (download numbers seem to indicate this) - Apache is all about source code so we should put that before the binaries (although slightly more people look at the binary page) - Put all the SDK togethers followed by utilities These download pages actually get a surprising number of page views (1000-2000/month each). The installer page gets 15,000 page views a month. In the footer they are ordered by release date but as the date is listed that seems fine to me. Thanks, Justin