Comment on Single page apps in depth (new free book)Comments−cardivvy14yhere is my single page app www.cardivvy.comits simple app using api to get list of car2go available cars, parking spots, with a simple Google Map mashup.it isn't DOM->Model->View structure. its simple call to api to retrieve json using php and javascript and php/html presentation.any generalized suggestions about how to do this as DOM->Model->View structure?where does the api call fit? in DOM
Comments
here is my single page app www.cardivvy.com
its simple app using api to get list of car2go available cars, parking spots, with a simple Google Map mashup.
it isn't DOM->Model->View structure. its simple call to api to retrieve json using php and javascript and php/html presentation.
any generalized suggestions about how to do this as DOM->Model->View structure?
where does the api call fit? in DOM