20100718.144024
website is now in archive mode. visit blog.subnova.com for information.
20080730.144615
i added amazon context links... just because i can... if they're not too obtrusive... i'll leave them
20080114.231544
enabled mod_deflate on andromeda. the site is now seeing an estimated 80% reduction in overall size for clients to download
20080109.022443
added an rss 2.0 feed for the news at http://www.subnova.com/news/rss/. it will show the 14 most recent posts
20070823.031056
updated cq calculations so that if a member doesn't login to the website in the past 77 days, the contribution points start vanishing in a hurry... tanking the irank
also can I recommend the use of a bit of javascript to reload the small webcam image rather than using an iframe....
it will need adding to the onload event, or
set the image to a "loading" image and add
reloadSmWebcam();
after the } and before the script...
the math.random forces an image reload, as otherwise you get the small image as the SRC of the image doesnt actually change....
Bazza
Ghost is the PC that the client is running on.
I don't use javascript, because that puts load on the end-user's browser that is entirely excessive. An IFRAME does what I need very well, and uses fewer resources to do it. It also gives me the ability to load text in that area, should I need to.