Web Platforms
Apache: WSGI | FastCGI | mod_python | CGI
Tips for Web Development
Firebug
Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. Even better than Web Developer
tidy
Will detect errors in HTML.
Check HTML like this:
lynx -source http://localhost:8081/package1|tidy -eq
Venkman Javascript debugger
"Don't cross the streams!"
http://www.hacksrus.com/~ginda/venkman/
JS Lint
http://www.crockford.com/javascript/lint.html
Put the Javascript console in a sidebar
- Make a bookmark with this address: chrome://global/content/console.xul
Go to Bookmarks->Manage Bookmarks, right-click the new bookmark, select Properties
- Check the ‘Load this bookmark in the sidebar’ box
WebRichTextEditors | Website | WebDevLinks | AJAX | Firefox
