hey Ross,
Thanks, yes that does help ! :)
I think that's my content difficulty (and what also makes it fun!),
taking the leap to thinking "web" :) So, If I understand how this
works is...
1) I can take care of parsing recursively 'new arrivals' anywhere
within a given root directory (this is done).
2) I can take the return value and
A) format some sort of decent looking HTML (ok, easy enough)
B) while the data from item A is loaded, use it in a query, take
that returned data, format it and pass it along with whatever I have
with item A) the javascript
3) The javascript executes/loads the python code on a given interval,
takes the data (which should be handed as HTML) and presents that
If that sums it up, then I'll try it like that.
Thanks for your help!
Mart :)