neat idea on vox.com
I was look at six apart's newly launched "vox":http://vox.com blog server, and noticed their javascript/css server. aka-static.vox.com what is neat about it is that it does concatenates several files into one when it serves the request (as well as compressing javascript on the fly) for example. instead of having 5-10 seperate script references, they combine it into one call. http://aka-static ...