0
I would like some views on best practice in development, because I am an amateur in the subject and I would like you to clarify some doubts.
When I am working on the layout I use many BR tags and Floats to organize the layout, is this the right or is there better ways? (had seen on a website where the developer used a css class that defined width:100%, so he could jump line like the BR tag just by setting this class to the Divs)
The use if Apis, I started using a yahoo weather forecast Apis, it provides some ways to get feedback, such as php and javascript, which of the ways performs best? I’m using php only I was in doubt if when I’m consuming the api if the loading of the site can be impaired since php runs first and maybe the server waits for the answer to continue processing the page.
Dunga, try to break this question down into 3 so it doesn’t get too broad and avoid answers based on opinion. your question was well formulated, but this is what is perceived, it can happen that a person knows how to answer one or two questions well and the answer ends up being incomplete
– Gabriel Rodrigues
I was able to narrow it down to two questions just to be more objective.
– Dunga Cardoso