[web2py] Re: new cool jQuery plugins

2010-10-07 Thread Jose Hurtado
Nice. Thanks for sharing. On 7 oct, 07:55, mdipierro wrote: > http://speckyboy.com/2010/03/01/25-amazing-and-fresh-jquery-plugins/

[web2py] Re: Learning Management System survey

2010-09-29 Thread Jose Hurtado
On 28 sep, 17:53, mdipierro wrote: > web2py.com/survey > > does this already. needs cleanup. Should me turned into a widget so > that quizzes can be embedded into pages via ajax. yes please, would be great!

[web2py] Re: Learning Management System survey

2010-09-29 Thread Jose Hurtado
That is main reason i am learning web2py :) Features...hmmm... i see 3 points of view: 1. Student. what i want as a student? - Autonomy, i should use it whenever i want, without schedules constrains. - A nice experience, interactivity, keep me engaged. - Use of advanced technologies to improve

[web2py] Re: String representation of a record

2010-09-21 Thread Jose Hurtado
27;+r.person.name) > > > and > > > for dog in db(db.dog.id>0).select(): > >     print db.dog._format(dog) > > > On Sep 21, 3:29 pm, Jose Hurtado wrote: > > > > i now have the lambda function defined, but... on the view, how call i > &g

[web2py] Re: String representation of a record [SOLVED]

2010-09-21 Thread Jose Hurtado
=lambda r: r.name+' belongs to '+r.person.name) > > and > > for dog in db(db.dog.id>0).select(): >     print db.dog._format(dog) > > On Sep 21, 3:29 pm, Jose Hurtado wrote: > > > > > i now have the lambda function defined, but... on the view, how ca

[web2py] Re: String representation of a record

2010-09-21 Thread Jose Hurtado
e record to be represented. Hope that helps. > > On Sep 21, 10:51 am, Jose Hurtado wrote: > > > > > Hello, > > > just started using web2py a few days ago and liked it so here i am > > with my first app :) > > > so sorry if my question have been solved, i d

[web2py] String representation of a record

2010-09-21 Thread Jose Hurtado
Hello, just started using web2py a few days ago and liked it so here i am with my first app :) so sorry if my question have been solved, i did a few searches a didn't find it. My problem: I want to get a string representation of a record of a table, this representation can be as easy as 1 field