Feed on
Posts
Comments

Archive for June, 2007

Have not posted for some time. Mosly because I was offline, in place where are no internet connection available, taking part in strawberry collection. Weather was pretty hot and sunny and I had a good time swimming and sunbathing besides working. Overall it as nice not to sit in front of computer every day […]

Read Full Post »

helpers sample project

I made a simple Django project, that shows how to implement helpers. It consists of two examples: first is ping pong example, which shows how to implement link_to_remote function, and second is AJAX Form example- it demonstrates how to use form_remote_tag.
You can download it from Google Project page.

Read Full Post »

AJAX.Update and Django errors

Prototype’s AJAX.Update seems to be nice, but it has problem, that it updates target div. Django usual practice is to show error description above form field, and not somewhere below. This is a problem, that can not be solved easily with helpers. I wonder how RoR does it, Google has not been very helpful here.
For […]

Read Full Post »