[web2py] Re: Fw: [security-77] Secure Coding (web app) Competition

2012-03-06 Thread Robert Kooij
This is a Java contest, web2py/Python is out. Wrong boards. ;)

"The web application will be based on Google’s App Engine for Java. 
Progamming with Python and Go is not allowed."

On Tuesday, March 6, 2012 8:16:06 AM UTC+1, Luther Goh Lu Feng wrote:
>
> Fyi for web2py developers
>
> - Forwarded Message -
> > From: thomas lim 
> > To: security...@meetup.com
> > Cc: 
> > Sent: Tuesday, February 28, 2012 10:39 AM
> > Subject: [security-77] Secure Coding (web app) Competition
> > 
> > Hi readers of this mailing list
> > 
> > There will be a Secure Coding (Web Application) Competition at SyScan'12
> > Singapore. This competition will be held 25-27 April and we will be
> > accepting a maximum of 10 teams. So far, 6 teams have already signed up.
> > The First Prize is S$10,000 (cash), Second Prize is S$7,000 (cash) and
> > the Third Prize is S$3,000 (cash).
> > 
> > So do check out the SyScan website (www.syscan.org) to find out more
> > about this competition and sign up quickly.
> > 
> > -- 
> > Thank you
> > Thomas Lim
> > 
> > 
> > 
> > 
> > --
> > Please Note: If you hit "REPLY", your message will be sent to everyone 
> > on this mailing list (security...@meetup.com)
> > http://www.meetup.com/SGSecurityMG/
> > This message was sent by thomas lim (tho...@coseinc.com) from The 
> Singapore 
> > Security Meetup Group.
> > To learn more about thomas lim, visit his/her member profile: 
> > http://www.meetup.com/SGSecurityMG/members/11745624/
> > Set my mailing list to email me
> > 
> > As they are sent
> > http://www.meetup.com/SGSecurityMG/list_prefs/?pref=1
> > 
> > In one daily email
> > http://www.meetup.com/SGSecurityMG/list_prefs/?pref=2
> > 
> > Don't send me mailing list messages
> > http://www.meetup.com/SGSecurityMG/list_prefs/?pref=0
> > Meetup, PO Box 4668 #37895 New York, New York 10163-4668 | 
> supp...@meetup.com
> > 
>
>

Re: [web2py] Re: web2py received 2011 BOSSIE Award by InfoWorld.com

2011-09-08 Thread Robert Kooij
About time. ;) 

Grats everyone and Massimo in particular!



[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Robert Kooij
2.0 should be a mark of maturity in my opinion. I fear change in software.

I strongly recommend you all to read the following article, because this is 
not where we want to be in a few years:

http://www.unleashedmind.com/en/blog/sun/the-drupal-crisis

It's about the current state of the well marketed PHP framework/CMS Drupal. 
Imo these are the kind of users we want to attract, people coming from PHP 
showing them web development can be great. :)


[web2py] Re: Proposals for New Tagline

2011-03-15 Thread Robert Kooij

   
   -  Try to avoid vagueness or bad marketing terms. Be factual.
   
   - Would not try to use more than three properties. (secure, scalabale, 
   fast, easy to learn, productive, great community etc.) Pick the three that 
   are most important.
   
   - Let's not forget the obvious, explain the name a bit more, it's mainly 
   to lure in people who see it for the first time. Previous poster said 
   "speed", "security" and "scalability". But of what? Mention web development! 
   That's what we are all here for! And as rapid as we can! :)


web2py: secure & scalable python framework for rapid web development





[web2py] Re: Proposals for New Tagline

2011-03-15 Thread Robert Kooij
If it's all too boring, we could spice things up! :)

web2py: making web development sexy since 2007.




[web2py] Re: we need a few more good people!

2011-03-31 Thread Robert Kooij
Waiting for approval as well. :)

By the way I ran into the following small typo's in the site, maybe someone 
can fix them:

(1) Once logged in on the "Experts" page. 
(http://experts4solutions.com/e4s/default/experts) Typo in the title 
"Experts Pedning Approval"

(2) (C) Footer still says 2010, should make this dynamic / auto update. ;)

(3) Typo in the bottom of the index page:

"You can be listed as an experts4solutions partner if at least one of your 
employees is a member of experts4solution and if your company provides 
development and consulting services in one or more of our approved 
technolgies." 

Technolgies missing an o.

(4) Typo Expert detail page, for example:

http://experts4solutions.com/e4s/default/expert/9

Contact
"... other contat mechanisms to her/his profile at her/his own discretion."

The word "contat" is missing an c.

(5) One more suggestion for an improvement. When submitting this form, the 
submitter receives a copy of the form in their mailbox.

As there is no accompanying message with the email, it may look confusing 
for some users.

So maybe should wrap their message or add a header saying something like: 
"On [date/time] you submitted the following message on 
http://experts4solutions.com/:"; Or this is a copy of the form for your own 
keeping, something to that extent.

Hope that helps!




Re: [web2py] Re: a chance to vote for web2py

2011-05-06 Thread Robert Kooij
Voted! :)



[web2py] Re: Can I simulate multiple user logins to web2py from a single computer?

2014-05-04 Thread Robert Kooij
Or if you want to keep it even simpler, just use multiple (different) 
browsers, each browser keep track of their own session. 

I assume, as a web developer you have Chrome, Firefox and Safari installed 
anyway? Should be able to simulate 3 different user to start with. :)


On Monday, May 5, 2014 1:35:56 AM UTC+2, Rufus wrote:
>
> Web2py'ers:
>
> I am trying to create a back end for a multiple user game, including, for 
> instance, a chat room function.
> However, when I try to do this locally, all windows change over to the 
> "most recent" login.
>
> That is to say, I open up another window to the app, sign in with a 
> different user id, and type.into
> the chat app, and get the new message.  But if I go to one of the other 
> "formerly signed in" windows
> and try to chat, it submits as most recently logged in user.
>
> Can I have multiple sessions/log ins from a single computer?
>
> This may be a security issue, but would be useful for testing if it could 
> be overridden, even temporarily.
>
> Rufus
>
>

-- 
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 message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.