I've had a user in one of our forums make a technical suggestion about the site. I've been scripting in Perl for a few years now and I've extensively modified this particular forum, however I have no idea what he's talking about. Here's what he said:
Quote:
Dave,
I was just thinking its a shame having to refresh the screen for sometimes tiny messages.
Do you think using a hidden frame would do the trick and only refresh for threads? 100 bytes verses 15K and also quicker.
|
I replied that I didn't really get what he wanted and he said:
Quote:
The hidden frame would be exactly that (0% cols or rows) so it is the one refreshed and as it has almost finished loading it sends the message to say a textarea object and hidden field object on the main page with the reply info. All that basically comes into a hidden frame array is the raw data which of course is a fraction the memory size of the page and is then dumped into a form object to be seen which eliminates the actual page reloading.
There may be a chance the back button may not work.
However I think probably the biggest nuiscance would be differences between Netscape and IE.
|
You can see the messages in context
here.
Does this make sense to anyone here? If so, can you please tell me what the hell he means? Thanks.