durusmail: quixote-users: some newbie questions and comments
some newbie questions and comments
2003-11-20
2003-11-20
2003-11-20
2003-11-20
2003-11-21
2003-11-21
2003-11-23
2003-11-23
2003-11-22
2003-11-22
2003-11-23
2003-11-23
2003-11-22
some newbie questions and comments
Greg Ward
2003-11-22
On 20 November 2003, George said:
> I am somehow new in Quoxite. However, I am a newbie neither in Python nor in
web-
> programming. My first feeling is that Quixote is more advanced than .NET and a
real
> competitor of jsp.

Geez.  I don't know much about JSP, but I from what I've seen it looks
both frustratingly primitive and astoundingly complex.  I would hope
that Quixote could smash JSP to smithereens rather than being merely
"competitive". ;-)

> I have some questions to those more advanced in this framework (Thank you in
advance!):
> 1) Is there any .canonical. or recommended structure of a web-app?

Read my Linux Journal article for ideas:
  http://www.linuxjournal.com/article.php?sid=6178

> 2) How can one set style properties of widgets? I mean, let say, background,
font,
> border-styles, etc; where applicable.

I've been meaning to cook up a patch for quixote.form2 to allow this.
For now, you're stuck.  ;-(

> 3) Is there something similar to the dotnet.s PostBack flag?

Could you explain what that does?  Some (probably most) have no idea how
.net works.

> 4) Sometimes, a user shouldn.t be allowed to go back or to reload a page. What
is the
> preferred way of doing so in Quixote?

Such restrictions indicate broken design.  Fix your design so users can
do whatever they like in the browser; if you don't, someone will hit
"Reload" or "Back" no matter what you tell them, and then where will you
be?  (Or, some broken/malicious client that may or may not be a web
browser will do it.)

        Greg
--
Greg Ward                          http://www.gerg.ca/
Money is truthful.  If a man speaks of his honor, make him pay cash.

reply