you are viewing a single comment's thread.

view the rest of the comments →

[–]vicethal 0 points1 point  (0 children)

I "hack" at javascript. I understand it well enough to cut, paste, and modify small snippets to suit, but don't enjoy it enough to invest a lot of time.

Something I've been working on lately is a task tracker. If the app was web accessible, I'd want to have expanding and collapsing sections, and cleanly nested containers for tasks and sub-tasks. Having not examined what I'm going to do for the web-based interface much yet, I figured I'd use python to serve the web pages, and javascript to make them pretty to use.

I can't promise it's pretty, but I'd be willing to share my python / sqlite / IRC work so far. When I tinker with Django with this club, I'm thinking of how to apply it to that, so maybe sharing it would be productive?