I’ve an application that creates messages formatted using JSON.
What’s the simplest/best way to show these messages in a web-page that updates every 5 minutes.
I’ve no experiences using JSON so far.
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you use jquery then refer to jquery’s api doc for examples
If you use yui then refer to yui’s apidoc for examples
you also need to set a timeout for repeating the action in every 5 mins. You probably will find good examples for this in every major JavaScript framework manual that you might be using