Python makes it easy to run a simple http server from any directory on your system. From command line execute the following command from the directory you would like the server to run from: $ python -m SimpleHTTPServer 8080 A simple http server will be running with the root being whatever directory you executed the… Continue reading Quickly Run A HTTP Server From Any Directory
Tag: OSX
Optimize PNG 24 With Transparency In OSX
An amazing tool for optimizing PNG-24 images with transparency in OSX: http://pngmini.com/ This optimizing program can drastically reduce a PNG-24’s size.