[web2py] Re: Vim snippets for web2py

2010-04-07 Thread Doxaliber
Fantastic! Thank you! On 7 Apr, 08:25, Benigno bca...@albendas.com wrote: Wow, big big thanks to Leonardo. Everything is in there... Muchas gracias. Benigno. On Apr 6, 4:27 am, DenesL denes1...@yahoo.ca wrote: Leonardo Vidarte, one of the users in the spanish language group, has

[web2py:37444] Re: web2py blog screencast

2009-12-17 Thread Doxaliber
Saw it! Good video. But it could be more insteresting if there was the audio that explain what are you doing. ;-) On 17 Dic, 05:21, Mengu whalb...@gmail.com wrote: Richard, thank you! :) this is definitely working :) On Dec 17, 6:12 am, Richard richar...@gmail.com wrote:

[web2py:36214] idea: web2py group on reddit

2009-11-30 Thread Doxaliber
Sometime ago I've read some criticism about google groups and someone proposed to create a forum for web2py. I've a different idea. We could create a web2py group on reddit and use it both as a source of news on the web2py world and also as a forum (do you know ask reddit or Ask HN?). Imho

[web2py:36024] Re: bad image and word Validator

2009-11-26 Thread Doxaliber
Mi experience with spam on blogs and cms engine is that 70% of spam comments are in english, 10-15% in chinese, 10% in russian and only the remaining 5% is written in my own language. Do you have the same experiences? One great feature for web2py could be a bayesan antispam filter, something like

[web2py:36025] Re: bad image and word Validator

2009-11-26 Thread Doxaliber
Mi experience with spam on blogs and cms engine is that 70% of spam comments are in english, 10-15% in chinese, 10% in russian and only the remaining 5% is written in my own language. Do you have the same experiences? One great feature for web2py could be a bayesan antispam filter, something like

[web2py:36026] Re: bad image and word Validator

2009-11-26 Thread Doxaliber
Or we could implement akismet for python... :-) http://www.voidspace.org.uk/python/akismet_python.html On 26 Nov, 10:51, mdipierro mdipie...@cs.depaul.edu wrote: If you can find a list of bad french words (singular and plural), I cam modify the validator to be extensible. On Nov 26, 2:30 am,

[web2py:36029] Re: bad image and word Validator

2009-11-26 Thread Doxaliber
://spambayes.sourceforge.net/ Massimo On Nov 26, 4:24 am, Doxaliber salingro...@gmail.com wrote: Or we could implement akismet for python... :-)http://www.voidspace.org.uk/python/akismet_python.html On 26 Nov, 10:51, mdipierro mdipie...@cs.depaul.edu wrote: If you can find a list of bad french

[web2py:34865] Re: Charsets and Includes. Or why do my accented words get screwed in includes.

2009-11-08 Thread Doxaliber
You could try to change tha charset dinamically. Use iso-8859-1 for Spanish and utf8 for english. On 8 Nov, 12:13, Benigno bca...@albendas.com wrote: Salingrosso:    Yes to both of your questions. I had not had this issue before, as translated text with T('') gets translated taking this into

[web2py:34200] crud and many to many relationship.

2009-10-30 Thread Doxaliber
Hello everyone! - This is my model: db.define_table('autori', Field('nome_autore', 'string', length=300), Field('bio', 'text')) db.define_table('case_discografiche',

[web2py:34025] A html helpers title attribute

2009-10-29 Thread Doxaliber
If I write something like this on my index view I got an error: - response.write(A(row.autori.nome_autore.title(), _href=URL(r=request, f=autore, args=row.autori.id) _title=visualizza autori)) ^ SyntaxError: invalid syntax

[web2py:33916] IS_LOWER() validator bug

2009-10-28 Thread Doxaliber
This is my model: - db.define_table('autori', Field('nome_autore', 'string', length=300), Field('bio', 'text')) db.define_table('case_discografiche',

[web2py:33717] Re: VPS Hosting reviews

2009-10-26 Thread Doxaliber
I use webfaction and I'm really satisfied with their services. For now I don't need a real VPS but I must say that although my webfaction plan is a shared hosting in many aspects it looks like a VPS. :-) On 26 Ott, 15:42, Julio ju...@techfuel.net wrote: I've been using serveraxis.com for at

[web2py:33751] Re: powered by web2py?

2009-10-26 Thread Doxaliber
:41 PM, Doxaliber salingro...@gmail.com wrote: I think you can see it by yourself. :-) When I click to the link I get: internal error and the  ticked issue. On 26 Ott, 21:27, Thadeus Burgess thade...@thadeusb.com wrote: elaborate? -Thadeus On Mon, Oct 26, 2009 at 3:20 PM

[web2py:33589] Re: Web2py concerns

2009-10-24 Thread Doxaliber
Thank you Denes! I'll take a look. On 23 Ott, 20:00, DenesL denes1...@yahoo.ca wrote: Can you tell me how can I implement the select with add in a form? I have not used it (yet) but it is documented in a web2pyslice:http://www.web2pyslices.com/main/slices/take_slice/11 Denes.

[web2py:33590] Re: Web2py concerns

2009-10-24 Thread Doxaliber
Today I've read chapter 6 and 7 of your book. Web2py DAL seems to be more SQL oriented than Django and I think that, when you work with complex database relations, working with web2py DAL will be easier than Django. But I need to try some real implementation to confirm my feelings... On 23 Ott,

[web2py:33591] Re: Web2py concerns

2009-10-24 Thread Doxaliber
Yarko, this was a typo. SQLFORM, CRUD ed AUTH system are pros of web2py and not CONS. :-) So we agree here. . On 24 Ott, 16:08, Yarko Tymciurak resultsinsoftw...@gmail.com wrote: there have been replies to most of this, except for one: On Fri, Oct 23, 2009 at 5:02 AM, Doxaliber salingro

[web2py:33599] Re: Web2py concerns

2009-10-24 Thread Doxaliber
Hi Carlo, I must say that another thing I don't like about web2py is the web editor and the web shell... :-) Yes, after all we can consider those features a pros and fortunately we can still edit our web2py apps using our preferred editor. Probably in the future, also for me, it will be an

[web2py:33504] Web2py concerns

2009-10-23 Thread Doxaliber
Hello everybody, yesterday I've bought on Lulu the Book on web2py. I've a good experience with Django and I want to share my first impressions on Web2py that, I think, have some positives and some negatives respect to Django. The cons: 1) ORM maybe it's more powerful than the Django one but

[web2py:33510] Re: Web2py concerns

2009-10-23 Thread Doxaliber
and vice versa. I am happy to have you here and we will be happy to answer any question you may have. Massimo On Oct 23, 5:02 am, Doxaliber salingro...@gmail.com wrote: Hello everybody, yesterday I've bought on Lulu the Book on web2py. I've a good experience with Django and I want

[web2py:33520] Re: Web2py concerns

2009-10-23 Thread Doxaliber
Hello Denes, I am not sure that is a con. More powerful (I can't opine since I have not used Django) but less immediate?. I think there is a misunderstanding, I've wrote that Django ORM is less powerful but more immediate : ORM maybe it's more powerful than the Django one but it's less