see also communicate/converse/web_request.py
/c/technical/instances.txt /c/technical/web/javascript.txt /c/technical/web/javascript-tutorial.txt
I don't remember the syntax for HTML forms. Inevitably, when I'm starting a project, I need to go look up the basics. Then, I usually reuse the template that I come up with and don't look back. Here are some notes on those basics...
there is the python module webhelpers that will help in generating form markup, if you like. | http://pypi.python.org/pypi/WebHelpers | http://webhelpers.groovie.org/
This also turns out to be a good reference for common html tags, even if you don't want to generate them: | http://webhelpers.groovie.org/modules/html/tags.html
add hosting to Dreamhost domain do DNS only for free DNS hosting
- $(document).click(
- function(event){
- alert($(document).height())
});
/c/technical/instances.txt /c/technical/web/bottle-blank/views/hello_template.tpl /c/technical/web/bottle-blank/index.html /c/technical/web/bottle-blank/application.py
bespin is now called skywriter | http://mozillalabs.com/skywriter/
don't forget to look in /c/technical/web/template/js for actual javascript libraries that have been downloaded and stored locally.
having difficulty finding documentation for offline browsing for jquery libraries... but at least they're available can try this way
One of my favorites: <a href="http://www.oswd.org/design/preview/id/2699"> see free_design/index.html
make that: /c/technical/web/websites-static.txt
see /c/technical/general/websites-static.txt
how to load a script and then go in to interactive mode with python: python -i script_name_to_load.py