I use PHP with CodeIgniter(MVC framework). My Question is fairly simple. What according to you is the better approach while working with a slightly complicated website.
After planning, and listing all the small and big features of the website and where they are going to be and planning out the tables and columns for the database.
I would till now just start building one page at a time. Working on CSS issues, doing behaviour(JavaScript) and back-end at the same time.
In your experience, is it more efficient to do front-end completely deal with all issues, get everything done with. and then work on the back-end logic?
What about JavaScript? (Do only User interface related JavaScript + Validation with front-end -- and then do all AJAX calls and responses to it with the backend..?)