H5ai - a beautified Apache index
11–14 of 14 posts
Re: H5ai - a beautified Apache index
#12This is quite nice, however, if you are wanting to serve static content I no longer believe Apache the proper tool for the job. Use cherokee, lighttpd or nginx, they are all faster and have decent file interfaces.
Personally I'd just stick Varnish in front of it and keep using the webserver that I've always felt comfortable with, Apache.
Re: H5ai - a beautified Apache index
#13This is quite nice, however, if you are wanting to serve static content I no longer believe Apache the proper tool for the job. Use cherokee, lighttpd or nginx, they are all faster and have decent file interfaces.
http://nbonvin.wordpress.com/2011/03/14/apache-vs-nginx-vs-v...
Re: H5ai - a beautified Apache index
#14Apologies for the aside, but another one of this fellow's projects, jquery.fracs, is pretty impressive: https://github.com/lrsjng/jQuery.fracs
This is used in h5ai. I find these views more useful that scroll bars. Its amazing what can be done inside the browser these days.
> jQuery.fracs determines the fraction of an HTML element that is currently in the viewport, as well as the fraction it takes of the complete viewport and the fraction of the area that might possibly be visible. It also provides the coordinates of the visible rectangle, absolute (in document space) and relative (in element space).