[web2py] Please make research gate profile please follow me https://www.researchgate.net/profile/Shiv_Prakash

2015-05-16 Thread Shiv Prakash
Please make research gate profile please follow me https://www.researchgate.net/profile/Shiv_Prakash11 -- 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) ---

[web2py] LDAP Query for more details

2012-04-02 Thread Shiv
Hi Team I am doing ldap authentication in my application. Now, i want to get more information from the LDAP like First name, last name, contact info. Can any one guide me to achieve the same? Thanks Regards Shiv

Re: [web2py] Re: LDAP Query for more details

2012-04-02 Thread Shiv
, Shiv wrote: Hi Team I am doing ldap authentication in my application. Now, i want to get more information from the LDAP like First name, last name, contact info. Can any one guide me to achieve the same? Thanks Regards Shiv -- Thanks Regards Shiv

[web2py] Re: Expire date for Web2Py applications

2011-12-04 Thread Shiv
Thanks Anthony, Let me try this and update you. Best Regards Shiv

[web2py] Expire date for Web2Py applications

2011-12-03 Thread Shiv
Hi Team, Has any one tried to provide an expire date to the web2py application? I mean, if i set a date as 20-12-2011 then after that application should not open. -- Thanks Regards Shiv

Re: [web2py] Re: socket.io Web2Py

2011-11-21 Thread Shiv
Thanks for sharing Information. I have used Tornado, Gevent and socket.io and its working fine. Best Regards Shiv On Fri, Nov 18, 2011 at 9:01 AM, Matt Gorecki m...@goelephant.com wrote: I am able to send socket.io events with this code: https://gist.github.com/1375505 It's based off

[web2py] Register user programmatic way

2011-11-21 Thread Shiv
Hi, I want to import the user details from XL file and register in the user_auth table. If you can share info on how to register the users programmatic way, it will be of great help. Thanks Regards Shiv

[web2py] socket.io Web2Py

2011-11-17 Thread Shiv
parallel y. Tried with Gevent,Tornado and struggling little bit. Thought of getting you guys experience also. Thanks in advance Shiv

[web2py] Web2Py application internationalization

2011-11-11 Thread Shiv
Hello guys, Need your help. I want to put language selection dropdown in my application. (exactly like we get on web2py admin interface). Can any one help me please? Thanks Regards Shiv

Re: [web2py] Re: Web2Py application internationalization

2011-11-11 Thread Shiv
and in a model if 'adminLanguage' in request.cookies and not (request.cookies['adminLanguage'] is None): T.force(request.cookies['adminLanguage'].value) This code should work for any app. On Nov 11, 9:04 pm, Shiv shiv.veerashe...@gmail.com wrote: Hello guys, Need your help. I want