By Adam Nagy
Just ran into this video from jQuery UK and found out how easy it is to use the Python web server which is installed on all Mac's. You just run this from the Terminal and you'll have access to all the files on your system through the web server in your browser, so you can test your own webpages:
python -m SimpleHTTPServer 8000
Comments
You can follow this conversation by subscribing to the comment feed for this post.