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 »
Posted in programming, django, helpers, AJAX, prototype on May 25th, 2007 Comments Off
Ok, today I put helpers on Google code under new BSD licene. Project page is here.
For now it supports:
helper- generic function, that can call any webhelpers.rails.protype function
visual_effect
remote_function
form_remote_tag
submit_to_remote
periodically_call_remote
link_to_remote
observe_form
observe_field
Read Full Post »
Posted in programming, django, helpers, AJAX, prototype on May 24th, 2007 Comments Off
I started to port all helpers stuff to Django, but it’s mainly boring. Then the idea came to me, what if there will be only one (or a little bit more) which handle all calls to webhelpers.
So, there is one function, that can call any Pylons webhelpers prototype function- I called it helper. The idea […]
Read Full Post »
Posted in programming, django, helpers, AJAX, prototype on May 19th, 2007 Comments Off
Have not written something in a while, was busy with one of my projects- porting Pylons webhelpers to Pylons. I didn’t know what to write, because there were no big things to write about.
Thinking of which I decided to start writing my project diary- all my problems, what I find out, hoping that others will […]
Read Full Post »