[web2py] Re: Vim snippets for web2py

2010-04-07 Thread Doxaliber
Fantastic! Thank you! On 7 Apr, 08:25, Benigno wrote: > Wow, big big thanks to Leonardo. Everything is in there... > > Muchas gracias. > Benigno. > > On Apr 6, 4:27 am, DenesL wrote: > > > Leonardo Vidarte, one of the users in the spanish language group, has > > created some snippets [0] for Vim

[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 it's

[web2py:33510] Re: Web2py concerns

2009-10-23 Thread Doxaliber
t to have them against me or web2py. > > So, since you asked, I apologize to you again. > > Anyway, you do not need to like me to like web2py and vice versa. > > I am happy to have you here and we will be happy to answer any > question you may have. > > Massimo > > On O

[web2py:33512] Re: Web2py concerns

2009-10-23 Thread Doxaliber
Sorry, my english is really bad. :-/ On 23 Ott, 16:37, mdipierro wrote: > I should doubly apologize because I have incorrectly interpreted the > tone of your email. > I really appreciate your advice on this matter. > > Massimo > > On Oct 23, 9:28 am, Doxaliber wrote: >

[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 im

[web2py:33589] Re: Web2py concerns

2009-10-24 Thread Doxaliber
Thank you Denes! I'll take a look. On 23 Ott, 20:00, DenesL 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, 2

[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 wrote: > there have been replies to most of this, except for one: > > On Fri, Oct 23, 2009 at 5:02 AM, Doxaliber wrote: > > &g

[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 advant

[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 wrote: > I've been using serveraxis.com for at least 4 years uninter

[web2py:33747] Re: powered by web2py?

2009-10-26 Thread Doxaliber
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 wrote: > elaborate? > > -Thadeus > > On Mon, Oct 26, 2009 at 3:20 PM, salingrosso wrote: > > rry, there is an error at the moment... :-/ --~--~

[web2py:33751] Re: powered by web2py?

2009-10-26 Thread Doxaliber
us > > On Mon, Oct 26, 2009 at 3:41 PM, Doxaliber 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 wrote: > > > elaborate? > > > > -Th

[web2py:33758] Re: powered by web2py?

2009-10-26 Thread Doxaliber
! > > > Massimo > > > On Oct 26, 4:02 pm, Thadeus Burgess wrote: > > > Gah, forgot the -R on the chmod command :) > > > > Try it now please. > > > > -Thadeus > > > > On Mon, Oct 26, 2009 at 3:56 PM, Doxaliber > > wrote: >

[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', Field('nome_casa_discog

[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: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', Fie

[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 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 account. So I u

[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 A

[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 A

[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 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, Simo wrote: > > > T

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

2009-11-26 Thread Doxaliber
ge.net/ > > Massimo > > On Nov 26, 4:24 am, Doxaliber wrote: > > > Or we could implement akismet for python... > > :-)http://www.voidspace.org.uk/python/akismet_python.html > > > On 26 Nov, 10:51, mdipierro wrote: > > > > If you can find a list of bad

[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 reddit

[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 wrote: > Richard, > > thank you! :) this is definitely working :) > > On Dec 17, 6:12 am, Richard wrote: > > > Success!http://www.vimeo.com/8229814 > > > On D