"Bottle: Python Web Framework Bottle is a fast and simple WSGI web-framework for Python packed into a single file with no external dependencies." Wow...very nice simple syntax. Just when I thought the world didn't need a new Python web framework...
-
I posted to delicious.com
Bottle: Python Web Framework
March 6 2010, 8:08pm | Comments a>
-
I posted to delicious.com
scrape.py
"scrape.py is a Python module for scraping content from webpages. Using it, you can easily fetch pages, follow links, and submit forms. Cookies, redirections, and SSL are handled automatically."
February 20 2010, 6:44pm | Comments a>
-
I posted to delicious.com
Apache Web-Serving with Mac OS X:
http://macdevcenter.com/pub/a/mac/2001/12/07/apache.html
Apache Web-Serving with Mac OS X by O'Reilly Media
February 6 2010, 1:59am | Comments a>
-
I posted to delicious.com
Bonsai, a tiny static web site generator
http://tinytree.info/how-it-works/
"Bonsai uses a set of very simple conventions to handle content and templating. Everything is managed through the filesystem. There is no database, no admin interface. It’s just you and your content."
January 2 2010, 6:04pm | Comments a>
-
I posted to delicious.com
nanoc: a Ruby site compiler that generates static HTML » home
nanoc is a web publishing system written in Ruby for building small to medium-sized websites. nanoc is a tool that runs on your local computer and “compiles” documents written in HTML, Markdown, Textile, Haml, etc. into a static web site, ready for uploading to any web server.
December 26 2009, 9:12am | Comments a>
-
I posted to delicious.com
Page Speed
http://code.google.com/speed/page-speed/
What is Page Speed? Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.
- Tags:
- opensource
- web
- firefox
- javascript
- webdev
- performance
- firebug
- plugins
- plugin
- speed
- yslow
- pagespeed
- page
- webdevelopment
- webmaster
- add-ons
December 1 2009, 5:48pm | Comments a>
-
I posted to delicious.com
Yahoo! YSlow for Firebug
http://developer.yahoo.com/yslow/
YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages.
- Tags:
- web
- programming
- testing
- firefox
- javascript
- performance
- browser
- firebug
- plugins
- plugin
- speed
- yslow
- analysis
- addon
December 1 2009, 5:46pm | Comments a>
-
I posted to delicious.com
web-shell - Project Hosting on Google Code
http://code.google.com/p/web-shell/
It runs on any browser capable of JavaScript and AJAX. You can use it from any computer or iPhone/smartphone.
The server is written in Python and is very easy to set up on Linux, Mac OS X, BSD, Solaris, and any Unix that runs python 2.3.
November 23 2009, 4:27pm | Comments a>
-
I posted to delicious.com
Underscore.js
http://documentcloud.github.com/underscore/
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
October 29 2009, 6:51am | Comments a>