You are writing a comment about Intro to Unintrusive JavaScript with Django, here is a quick summary:

The steps of the novice web developer are fraught with peril. They begin with HTML, then move onto CSS. They learn a web framework or two, and they finally start to wrangle with JavaScript. This tutorial aims to help the developer who has taken their first steps with Django, and wants to begin experimenting with adding JavaScript and Ajax to their webapps.


You are responding to this comment written by GCM on October 8th 2008, 23:41.

I don't know why but I had some trouble right at the beginning with os.path.join(ROOT_PATH, 'notes.sqlite'). I took the ''out of 'notes.sqlite'and it worked.

I'm using Mac OSX 10.5 and Django 1.0 (Python 2.5)


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")