0
votes
5answers
300 views

Standards & compliances for secure web application development?

I am working with developers right now that write code the way they want and when i tell them to do it other way they respond that its just matter of preference how to do it and they have their way ...
8
votes
1answer
109 views

Are there any free tools to measure web project's performance, security and other standards?

Are there any open-source tools to measure the standard of a web application project? I want to verify my project for: Possible security leaks (SQL Injection etc.) Performance Stability (in high ...
2
votes
4answers
1k views

Directory structure of web application written in PHP

I would like to know which convention (if any) you use for your PHP web application projects.
5
votes
1answer
357 views

A standard style guide or best-practice guide for web application development

I run a very small team of developers on a web application, just three people (and not even full time). We're all capable developers, but we write our code in very different ways: we name similar ...