Posted in Uncategorized on Jun 30th, 2007 Comments Off
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 »
Posted in programming, django, javascript, helpers, AJAX, prototype on Jun 6th, 2007 Comments Off
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 »
Posted in programming, django, helpers, AJAX, prototype on Jun 6th, 2007 Comments Off
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 »