This is a request for general advice on how to tackle a problem. Being a novice I do not know what parts need to be fitted together. Neither do I know the appropriate keywords to do a search!!
I want to serve a web page from PBCC. The page gets updated every second. There are about 500 bytes of data and a total file size of about 10k. Of course I could refresh the whole page every second but this results in irritating blinking. So I would like to update the data only.
So what are the elements need to do this job? For example, do I need Java script, etc.? How do the best choices integrate with PBCC?. What aspects of PBCC do I need to make myself familiar with? I prefer to avoid using files as intermediaries.
Any relevant PBCC code examples, CBT or book references or links would be greatly appreciated.
Thanks.
Rich
I want to serve a web page from PBCC. The page gets updated every second. There are about 500 bytes of data and a total file size of about 10k. Of course I could refresh the whole page every second but this results in irritating blinking. So I would like to update the data only.
So what are the elements need to do this job? For example, do I need Java script, etc.? How do the best choices integrate with PBCC?. What aspects of PBCC do I need to make myself familiar with? I prefer to avoid using files as intermediaries.
Any relevant PBCC code examples, CBT or book references or links would be greatly appreciated.
Thanks.
Rich
Comment