On Jul 7, 5:12 pm, Aaron Watters <[email protected]> wrote: > On Jul 6, 1:09 pm, gert <[email protected]> wrote: > > > in js a page can consist of more then one request, so you display the > > page and then ask the server for the secret word depending if he is > > logged in. > > I'm having a bit of trouble visualizing this code in my head. How > many > bits of code in how many files are you talking about? (My example had > 1 and 1). I think you are talking about a different level of > difficulty and > complexity that I think is not needed. Am I wrong? > > -- Aaron Watters > http://aaron.oirt.rutgers.edu/myapp/docs/W1100_1500.who > === > less is more.
html file = layout css file = style js file = function wsgi file = wsgi interface py file = db connection and calculation You can verify its complexity looking at my source code examples doing varies things http://code.google.com/p/appwsgi/source/browse/trunk The statistics says it all, huge amount of js, if you do not like js you never going to like my approach http://www.ohloh.net/p/appwsgi/analyses/latest --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
