[web2py] Is anyone doing Nested Lists with plugin_jqmobile?

2012-04-10 Thread Jon Molesa
Is anyone willing to share how they generate Nested list style menus similar to http://jquerymobile.com/demos/1.0.1/docs/lists/lists-nested.html using the jqmobile plugin? There is something fundamental I'm missing here. Thanks for the help. -- Jon Molesa rjmol...@gmail.com

[web2py] Custom attributes in

2012-04-14 Thread Jon Molesa
Does the div class support hyphenated attribute names data-role="listview"? I can't seem to get it to work. I can get _dat_role and _datarole to work, but any attempt to use _data-role causes an error. -- Jon Molesa rjmol...@gmail.com

Re: [web2py] Custom attributes in

2012-04-18 Thread Jon Molesa
quot;something"}) > >[1]http://zerp.ly/rochacbruno > >Em 14/04/2012 22:24, "Jon Molesa" <[2]rjmol...@gmail.com> escreveu: > > Does the div class support hyphenated attribute names > data-role="listview"? I can't seem to get

Re: [web2py] Free e-book abhout Rest API

2012-04-25 Thread Jon Molesa
Thank you for this. Jon Molesa On Apr 24, 2012, at 4:44 PM, Bruno Rocha wrote: > Download: > > http://blog.apigee.com/detail/announcement_new_ebook_on_web_api_design/ > > -- > > Bruno Rocha > [http://rochacbruno.com.br] >

Re: [web2py] Re: janrain dynamic hostname in url

2012-05-19 Thread Jon Molesa
ch time >> >> auth.settings.login_form = RPXAccount(request, >> api_key='...', >> domain='...', >> url = "http://"; + application.hostname + "/%s/default/user/login" % >> request.application) -- Jon Molesa rjmol...@gmail.com

Re: [web2py] Re: janrain dynamic hostname in url

2012-05-19 Thread Jon Molesa
app/default/user/login. > That will still work (the second /yourapp/default/user/login will just be > interpreted as a set of request.args and ignored by web2py), but no need for > it. > > Anthony > -- Jon Molesa rjmol...@gmail.com

Re: [web2py] login versus logout and alert.

2012-06-08 Thread Jon Molesa
Logout destroys the session. -- Jon Molesa On Friday, June 8, 2012 at 3:24 AM, Annet wrote: > In the user function I have the following lines of code; > > if request.args(0)=='login': > form.element(_type='submit')['_value']='Login' &

Re: [web2py] Web2Py on OpenShift

2012-06-09 Thread Jon Molesa
buggy and unstable. Webfaction strictly limits resource usage and IMO therefore not a cloud provider. I started work on a RackSpace cloud server to host my app when OS came along. I hope to repeat what you've already accomplished sometime this weekend. I am super excited! Thanks once again.

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Jon Molesa
rs. It was discouraging that a simple running app with no users or traffic would exhaust the allowed memory. I had their most basic plan which IIRC offers 256 Mb of ram. -- Jon Molesa On Monday, June 18, 2012 at 3:08 PM, Massimo Di Pierro wrote: > Currently there is not built-in way to limit

Re: [web2py] Re: Web2py RAM usage

2012-06-18 Thread Jon Molesa
ith webfaction when I used apache + mod_wsgi, > with uwsgi I managed to run under 80Mb ram, > 300-500 unique visitors per day, 1000-2000 page views, 600 registered users > and now they offer 256Mb of RAM > > uwsgi is great, ask Roberto how he managed to do that :) > > -- Jon Molesa rjmol...@gmail.com

[web2py] multiple profile images

2012-12-01 Thread Jon Molesa
n-uploaded-image-that-is-stored-in-a-database and still get an upload box on the user's profile page. i'm using auth.settings.extra_fields -- Jon Molesa rjmol...@gmail.com --

Re: [web2py] Re: Cannot register or login a user

2011-05-30 Thread Jon Molesa
u have > > def user(): return dict(form=auth()) > > If still does not work, show us your db.py > > > On May 30, 5:41 pm, rjmolesa wrote: > > I've goofed up my application in some way that prevents me from > > registering or logging in. How do I fix this please? -- Jon Molesa rjmol...@gmail.com

Re: [web2py] Re: Cannot register or login a user

2011-05-30 Thread Jon Molesa
oofed up my application in some way that prevents me from >> registering or logging in. How do I fix this please? -- Jon Molesa rjmol...@gmail.com

Re: [web2py] Re: Cannot register or login a user

2011-05-30 Thread Jon Molesa
Nevermind. Thanks anyway. On Mon, May 30, 2011 at 10:23 PM, Jon Molesa wrote: > That line exists in default.py. > > On Mon, May 30, 2011 at 7:08 PM, Massimo Di Pierro > wrote: >> LOL. Make sure that you have >> >> def user(): return dict(form=auth()) >> >

Re: [web2py] Re: Cannot register or login a user

2011-05-31 Thread Jon Molesa
authenticating with my gmail account the page refreshes, but appears to not log me in. I just keep getting the sign in form. Anyone seen this before that cares to comment and point out the silly mistake I'm making? On Tue, May 31, 2011 at 1:40 AM, Jon Molesa wrote: > Nevermind. Thanks anyway. > &g

Re: [web2py] Re: Cannot register or login a user

2011-06-01 Thread Jon Molesa
es across this. On Wed, Jun 1, 2011 at 2:00 AM, Jon Molesa wrote: > I started a new app by copying the welcome folder instead of using the > wizard. I copied over the models, views, and controllers from my old > app. I also updated web2py to the latest. Using local account reg and > login