Re: [web2py] Re: Newbie Alert: A flow chart of how things happen

2012-06-07 Thread Bruno Rocha
This is a very nice tutorial --> http://killer-web-development.com/ *Bruno Cezar Rocha* http://www.CursoDePython.com.br [image: Facebook] [image: Twitter] [image: LinkedIn] [image: about.me]

[web2py] Re: Newbie Alert: A flow chart of how things happen

2012-06-07 Thread Omar Ali
Thank you all for your feedback. I suppose that's correct. I should try to change my way of thinking about writing applications from plain simple event-driven programming. It just felt so natural thinking about it that way... I will definitely go through the online manuals thoroughly and then

[web2py] Re: Newbie Alert: A flow chart of how things happen

2012-06-07 Thread Cliff Kachinske
Some googles: http request http response On Thursday, June 7, 2012 6:15:26 AM UTC-4, Omar Ali wrote: > > I'm a total newbie. I have programmed extensively during the VB days > (event driven programming) (I know, you'd hardly call that programming!) so > ... Web programming is taking a toll on

[web2py] Re: Newbie Alert: A flow chart of how things happen

2012-06-07 Thread pbreit
I'd suggest running through the "Overview": http://web2py.com/books/default/chapter/29/3 If I understand correctly, you're not going to see "event driven programming". Basic web programming is "Request > Build Response > Send Response back to the User". On Thursday, June 7, 2012 3:15:26 AM UTC

[web2py] Re: Newbie Alert: A flow chart of how things happen

2012-06-07 Thread Anthony
It might be easier if you go through http://web2py.com/books/default/chapter/29/1#Model-View-Controller, http://web2py.com/books/default/chapter/29/4#Workflow, and http://web2py.com/books/default/chapter/29/4#Dispatching, and then come back with specific questions. Anthony On Thursday, June 7