http://qs321.pair.com?node_id=945619


in reply to web applications: what is the correct way to realise web applications

I think there is not the best way how to do it. My experience is that if you firstly write software requirements, i.e. WHAT it should do (not HOW), in exact details, choosing proper technologies, data organization and coding become more clear.

Btw, your folder structure is good, in my opinion. - If it fullfils your requirements :>) You can inspire with Bugzilla project, also using CGI scripts and HTML::Template.

  • Comment on Re: web applications: what is the correct way to realise web applications

Replies are listed 'Best First'.
Re^2: web applications: what is the correct way to realise web applications
by tercoz (Acolyte) on Dec 30, 2011 at 14:05 UTC

    Good point.

    I often start with a question HOW

    Gotta look on things at the other angle))

      Perhaps this would help
      http://secs.ceas.uc.edu/~cpurdy/sefall11/ReqsDoc.pdf
      I never had believed such documents, perhaps never had understood. But praxis forced me to understand :>)