Im trying to find out what are the most optimal steps in web devlopment. I largely work alone, on relatively small applications and spend a few months on a project.
Kindly suggest me if these steps are right:
1. Making prototype
using html or image editor
2. Designing the database
first ERD or in paper and then the mysql database
3. Coding
usually using procedural php
4.Hosting and testing
since usually work on localhost, i gotta finaly host it :)