*2010.12.30 20:02:37 python web_browser

see also communicate/converse/web_request.py

 

*2010.12.30 18:13:33 instances javascript

/c/technical/instances.txt /c/technical/web/javascript.txt /c/technical/web/javascript-tutorial.txt

 

*2010.12.30 14:31 web javascript jquery
*2010.12.30 10:14:46 web javascript jquery cycle slideshow image hover rollover
javascript multiline comment - Google Search
Main Page - jQuery JavaScript Library
Tutorials:How jQuery Works - jQuery JavaScript Library
Traversing – jQuery API
jquery cycle load images - Google Search
JQuery Cycle Plugin
JQuery Cycle Plugin - Basic Demo
JQuery Cycle Lite Plugin
JQuery Cycle Plugin - addSlide Demo
jQuery+Cycle : slideshow with progressive image loading - jQuery (English) | Google Groups
JQuery Cycle Plugin - addSlide Demo 3
JQuery Cycle Plugin - More Demos
JQuery Cycle Plugin - addSlide Demo 2
JQuery Cycle Plugin - Intermediate Demos (Part 2)
JQuery Cycle Plugin - Option Reference
JQuery Cycle Plugin - Basic Demo
jQuery cool hover Slide Effect | Required:jQuery | Tags:image slideshow | Slideshow & Scroller
Create an Image Rotator with Description (CSS/jQuery) - Web Design Blog – DesignM.ag
Image Rotator w/ Teaser - CSS & jQuery Tutorial
17 Amazing jQuery Rollovers – Examples and Tutorials | jQuery Wisdom
Image Cross Fade Transition | jQuery for Designers - Tutorials and screencasts
Jquery Image rollover with demo | Pankaj Pandey
Web Developer Blog: jQuery Quick Tip: Rollover images with jQuery
html - Change Image Source using jQuery - Stack Overflow

 

*2010.12.29 08:14:40 web forms html input submit

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

 

*2010.12.18 10:31:19 web javascript animation fx jquery
*2010.12.17 14:36:18 web google_sites

add hosting to Dreamhost domain do DNS only for free DNS hosting

 

*2010.12.12 19:43:55 web javascript jquery
javascript comment - Google Search
jquery keypress - Google Search
.keypress() – jQuery API
jquery animate svg - Google Search
jQuery, SVG: How to animate an attribute value (not style property)? - Stack Overflow
How can I animate an attribute value (not style property) with jQuery? - Stack Overflow
Any good AJAX framework for Google App Engine apps? - Stack Overflow
PyThoughts — Web Programming
Main Page - jQuery JavaScript Library
jQuery() – jQuery API
Tutorials:How jQuery Works - jQuery JavaScript Library
Google Libraries API - Google Code
Tutorials - jQuery JavaScript Library
Tutorials:Getting Started with jQuery - jQuery JavaScript Library

 

*2010.12.12 19:42:09 web javascript canvas resize dom
*2010.12.10 14:40:18 web javascript trials
$(document).click(
function(event){
alert($(document).height())

});

 

*2010.12.10 11:38:55 python web_server bottle flask microframeworks
WebFrameworks - PythonInfo Wiki
Bottle: Python Web Framework — Bottle v0.9.dev documentation
Tutorial — Bottle v0.9.dev documentation
SimpleTemplate Engine — Bottle v0.9.dev documentation
defnull/bottle - GitHub
Welcome | Flask (A Python Microframework)

 

*2010.12.09 16:44:36 instances web bottle

/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

 

*2010.12.08 17:43:22 python web_server
*2010.12.08 11:03:06 web javascript links
*2010.12.07 15:32:27 web javascript editor bespin skywriter

bespin is now called skywriter | http://mozillalabs.com/skywriter/

 

*2010.12.07 15:29:59 web javascript

don't forget to look in /c/technical/web/template/js for actual javascript libraries that have been downloaded and stored locally.

 

*2010.12.07 15:28:27 web javascript

having difficulty finding documentation for offline browsing for jquery libraries... but at least they're available can try this way

 

*2010.12.07 15:22:36 web javascript
*2010.12.07 15:10:40 web javascript processing processing_js
*2010.12.07 15:03:07 web javascript raphael raphael_js
*2010.12.07 14:23:53 web design_resources

One of my favorites: <a href="http://www.oswd.org/design/preview/id/2699"> see free_design/index.html

 

*2010.12.07 14:23:10 web design_resources

make that: /c/technical/web/websites-static.txt

 

*2010.12.07 14:03:26 web design_resources

see /c/technical/general/websites-static.txt

 

*2010.12.02 12:50:58 python interactive interactive_mode

how to load a script and then go in to interactive mode with python: python -i script_name_to_load.py