Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-26 Thread Ivica Kralj
I've used gmail app password on one of my website (gmail two step auth is enabled) and I haven't experienced any issues. I guess... it could be insecure if somebody can access your web2py admin page (admin should be disabled in anyway) or somebody cracks your hosting account login (e.g. pythonan

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-26 Thread Ron Chatterjee
It turns out I needed to make my gmail account less secured in order for the email to pass through. And as expected, this wasn't a web2py issue. This was leonel's solution. Thank you Leonel! P.S.: https://www.google.com/settings/security/lesssecureapps On Monday, October 26, 2015 at 10:35:43

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-26 Thread Ron Chatterjee
So, I took a stab at Ivica's post. Created the db in my model file as: db.define_table("contact_form", Field("your_name", "string"), Field("your_email", requires=IS_EMPTY_OR(IS_EMAIL(error_message='invalid email'))), Field("your_phone_number", "stri

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-25 Thread Ivica Kralj
Hi, The site is maintained but not actively as I would like. I've just added new example for the contact form. http://www.web2pyref.com/example/contact-form-contact-form-with-recaptcha-and-gmail-smtp-service-app-1 My intention is to still continue adding new references and new examples but unf

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Richard Vézina
The easiess way I can see, is having a form with code/textarea for each important web2py code container (models/controllers/views, maybe modules), before any bit of code submit get executed it needs a review from site administrator or web2py core dev (which is a bottle neck and a time investment)..

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Ron Chatterjee
I see. Its not my site or maintaining. It will be upto Ivica I am assuming. But good discussion! On Friday, October 23, 2015 at 2:31:49 PM UTC-4, Richard wrote: > > It will make it more difficult to review IMHO and you kind of need to > install the app before you can even look at the code... Si

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Richard Vézina
It will make it more difficult to review IMHO and you kind of need to install the app before you can even look at the code... Since there can have nasty piece of code in an uploaded app, I would really avoid this path. Richard On Fri, Oct 23, 2015 at 2:20 PM, Ron Chatterjee wrote: > Right, or h

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Ron Chatterjee
Right, or have a link where we can upload .w2p file and install, and have another link to that app to see if its working. On Friday, October 23, 2015 at 1:42:12 PM UTC-4, Richard wrote: > > Just by providing a way to the user to create model/controller/view file > to the web2py ref app securely

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Richard Vézina
Just by providing a way to the user to create model/controller/view file to the web2py ref app securely (which is the difficult path, maybe having a review of posted code can do the trick) can at least let us know if the code can work under the current version of web2py that is in use by the web2py

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Ron Chatterjee
I agree with Richard. An online demo to make sure the code works will be great. On Friday, October 23, 2015 at 11:30:15 AM UTC-4, Richard wrote: > > What about snippet validation of code infrastructure?? > > It sound crazy, but I am sure we can find a way to do it... > > Just a working Demo envi

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Richard Vézina
What about snippet validation of code infrastructure?? It sound crazy, but I am sure we can find a way to do it... Just a working Demo environnement that implement the proposed snippet could do it, if the demo run that mean the snippet is still working is not snippet may be put in a queue to be r

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-10-23 Thread Ron Chatterjee
Wondering if we can have more examples, source code and snippets gets put into web2pyref. I don't know who is maintaining the page but few things I wish I could use example of sending email using gmail SMTP and contact form, voting, likes, rating, bootstrap3 and social media integration etc. Ju

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-08 Thread Carlos A. Armenta Castro
I don't know if web2pyslices is better than web2pyref and it doesn't care for me. My personal opinion is: We need a decent, powerful and usable website to collect all ours code snippets, examples, recipes, plugins, demo sites, templates (bs2, bs3, etc.) and for to be honest that is our Achilles

Re: [web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-08 Thread Carlos Cesar Caballero Díaz
Some months ago, because I can´t post anything to web2pyslices (others have the same problem and no one knows why) I post that I could motivate some of my team (including a designer) for building (and maintain) a new web2pyslices, and the proposal remains on the table. Right now I have two idea

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-07 Thread Massimo Di Pierro
The maintainers of web2pyslices do not want to do it any more. The domain has been donated to me (although we are in the process of transferring it) so if Ivica want to put the effort of maintaining an alternate site, that is better for me than maintaining web2pyslices, as long as info is not lo

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-07 Thread Ron Chatterjee
paid or not, I like the idea of having "one" site than two. Its confusing enough just to log in sometimes. lol., let alone looking for which site to go. On Sunday, June 7, 2015 at 8:27:59 AM UTC-4, villas wrote: > > I agree with Niphlod about the danger of creating another 'repository of > unte

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-07 Thread villas
I agree with Niphlod about the danger of creating another 'repository of untested thingies'. The existing web2pyslices is already pretty good and maybe this one could be better. But what we are missing is the dedicated effort required to keep things up to date. I guess we are all hoping that

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ron Chatterjee
I consider myself newbie too. I been on it for few months. I am okay with it, but still learning... On Saturday, June 6, 2015 at 5:53:19 AM UTC-4, Ivica Kralj wrote: > > At the moment users can mark examples as depreciated since which web2py > version. I will just need to enable tested_on field

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ron Chatterjee
I figured out what you did with the layout. You basically copied the {{block right_sidebar}} content few times in index.html and on the top before the {{ entend layout.html}} you defined them for example: {{left_sidebar_enabled=False,right_sidebar_enabled=False,middle_sidebar_enable=False,('mess

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ivica Kralj
That is fine Niphlod. I created this project, primary for personal reason to have quick resource to examples when I 'm working on my small projects,. I think people, specially newbies, might find it useful. Comparing myself to allot of members here, I do consider myself a newbie, although I have

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ivica Kralj
At the moment users can mark examples as depreciated since which web2py version. I will just need to enable tested_on field. This will all be shown on example page. On Friday, 5 June 2015 22:17:36 UTC+2, Rufus wrote: > > On Friday, June 5, 2015 at 3:35:08 PM UTC-4, Niphlod wrote: > >> BTW: unt

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ivica Kralj
Ok, I will create this example in the next few days...read Monday :) On Friday, 5 June 2015 19:30:04 UTC+2, Ron Chatterjee wrote: > > Can you post the example of div element about recent examples, top rated > examples...etc and show how you create the box element? I believe that's > what you me

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ivica Kralj
Ha ha, goodone! Thanks for that. When you look at something for too long, your learn how to ignore it :) I have removed 2nd carousel, as it was not needed. Problem was 2nd image's height. Image was bigger than 1st image. On Friday, 5 June 2015 17:45:47 UTC+2, Derek wrote: > > The slider thing

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ivica Kralj
Thanks Villas. I have read somewhere, even with user-agent set to disallow, search crawlers will still crawl your site. Considering site is live now, I rather just avoid future headache. On Friday, 5 June 2015 17:39:49 UTC+2, villas wrote: > > Really good +1 ! > > If you are planing to test the

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-06 Thread Ivica Kralj
Ah OK. That would be nice design feature to have. I didn't go this far with design considerations, as I was just eager to release it. There is always something we can add or improve existing features and functionalities. Right? :) On Friday, 5 June 2015 16:10:03 UTC+2, Ron Chatterjee wrote: > >

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ron Chatterjee
I agree with Niphlod for the most part. Just one note, the whole purpose of web2py was just that. As a learning tool for people who are not an expert. If you hear Massimo talk. Several times he mentioned, "web development doesn't need to be difficult". Thats the reason you run into lot of unsk

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Niphlod
On Friday, June 5, 2015 at 10:17:36 PM UTC+2, Rufus wrote: > > On Friday, June 5, 2015 at 3:35:08 PM UTC-4, Niphlod wrote: > >> BTW: until all snippets are continously tested, this is going to become >> the 4th incarnation of a "web2py snippet blog/container/etc" with outdated >> pieces of code

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Rufus
On Friday, June 5, 2015 at 3:35:08 PM UTC-4, Niphlod wrote: > BTW: until all snippets are continously tested, this is going to become > the 4th incarnation of a "web2py snippet blog/container/etc" with outdated > pieces of code within the next year, when the buzz wears off. > Nothing worse than

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Niphlod
not to be the buzzkiller but I won't post any example there that exists on web2pyslices.com that ATM has at least 2 killer features: social login and packages uploads. BTW: until all snippets are continously tested, this is going to become the 4th incarnation of a "web2py snippet blog/containe

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ron Chatterjee
Can you post the example of div element about recent examples, top rated examples...etc and show how you create the box element? I believe that's what you meant by custom layout. On Friday, June 5, 2015 at 11:45:47 AM UTC-4, Derek wrote: > > The slider thing on the top moves the content up and d

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread jimbo
Great work! We need some well documented starter apps. Flask seems to gets loads on the likes of Python Weekly. Would be very helpful to get some recent ones online for newbies. On Thursday, 4 June 2015 22:40:14 UTC+1, Ivica Kralj wrote: > > Hi All, > > This is my little personal project I hav

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Derek
The slider thing on the top moves the content up and down. And it repeats, so it's like trying to use your website on a mexican jeep on it's way to Costa Maya. On Thursday, June 4, 2015 at 2:40:14 PM UTC-7, Ivica Kralj wrote: > > Hi All, > > This is my little personal project I have worked on

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread villas
Really good +1 ! If you are planing to test the app, please do not publish irrelevant or > uncompleted records...(google remembers everything) :) > > Whilst testing, maybe you should consider a robots.txt file

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ron Chatterjee
The element of design you have their, the color choice and everything...stand out really well. What I mean by active state is when you hoover your mouse over to a topic it highlights. Again, design feature. Not development. Hopefully someone will put some design examples in the site. On Friday

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ivica Kralj
Thanks Massimo. I'm glad you like it. I didn't expect that! I see this site as a supplement to web2py book, slices and other resources. What is happening with web2pyslices.com? I hope slices is not being abandoned. This is maybe a topic for another thread, what is the future for web2pyslices?

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ivica Kralj
I agree, any example that might be beneficial should be here. When I started with web2py I remember tinkering alot about some simple stuff, for example {{block}}. Such a useful and powerful feature when it comes to design :) What do you mean by active state? On Friday, 5 June 2015 04:11:23 UTC

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ivica Kralj
Thanks Ron. I'm just using customised bootstrap 3 with customized welcome app layout.html file. When I started working on this project web2py didn't support boostrap 3 out-of-box and I really wanted to use some bootstrap 3 features. Couple of months later bootstrap 3 was implemented with web2py

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread Ivica Kralj
Thanks Jorge On Friday, 5 June 2015 00:28:57 UTC+2, JorgeH wrote: > > Looks good ;) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this mes

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-04 Thread Ron Chatterjee
Adding some examples of design features will be nice. e.g., how to add social networking share button, facebook log in etcjust some thoughts. On Friday, June 5, 2015 at 12:30:31 AM UTC-4, Massimo Di Pierro wrote: > > This is fantastic! Now if you could somehow include the examples from > web

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-04 Thread Massimo Di Pierro
This is fantastic! Now if you could somehow include the examples from web2pyslices.com I'd be happy to redirect web2pyslices.com to your site. Massimo On Thursday, 4 June 2015 16:40:14 UTC-5, Ivica Kralj wrote: > > Hi All, > > This is my little personal project I have worked on for the last few

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-04 Thread Ron Chatterjee
On that note, may be that will be a good example to capture on the site. How do we use different kind of layout for the look and feel of it. Create active state etc... Even though, its not web2py specific but more of design feature but still, we use them. Just some thoughts...: -) On Thursday,

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-04 Thread Ron Chatterjee
What did you use to create the layout like that? Or it came with the bootstrap? Just curious. Looks nice: -) On Thursday, June 4, 2015 at 6:28:57 PM UTC-4, JorgeH wrote: > > Looks good ;) > > On Thursday, June 4, 2015 at 4:40:14 PM UTC-5, Ivica Kralj wrote: >> >> Hi All, >> >> This is my little p

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-04 Thread JorgeH
Looks good ;) On Thursday, June 4, 2015 at 4:40:14 PM UTC-5, Ivica Kralj wrote: > > Hi All, > > This is my little personal project I have worked on for the last few > months. > > www.web2pyref.com > > Project is in beta and I'm still adding and fixing features, > functionalities and content, wh