> I am making a wall feed. Also, I am using Parse for the backend. Is there a way to update data on a page without refresh

I am making a wall feed. Also, I am using Parse for the backend. Is there a way to update data on a page without refresh

Posted at: 2014-12-18 
Are you aware of AJAX?

AJAX = Asynchronous JavaScript and XML.

AJAX is not a new programming language, but a new way to use existing standards.

AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.

Start here: http://www.w3schools.com/ajax/default.AS...

Wiki: https://en.wikipedia.org/wiki/Ajax_(prog...