Loremistress Eirien wrote:Moonlit Naiad wrote:Though, the way mine work... or at least the way I set them up... they're a bit different than Yumi's since I've not the graphical ability to work special images for them.
She didn't do them dynamically through the looks of it...
Incidentally, I noted that you actually refresh the page rather than having the refresh link just rewrite the HTML inline... Given how rare browsers are that DON'T support getElementById(), it might be a little bit cooler to just go in and use DOM to go in and fix the texts.
Not generated dynamically, but she had special images either made or found to 'enhance' the look of the page (such as the countdown time on her video game fighter one).
As for the DOM stuff, that's really a bit outta my league, I think. I'm still putzing around with a nearly ten-year old basic html knowledge with rudimentary php/css/js picked up here and there (looked up when I need, each time), and an awful lot of copy-paste from previously made items.
I'm willing to learn, though, especially if it gives a performance boost to it. A refresh/reload is sending it as a hit to the server each time, which it doesn't really need to have to keep track of, if all that is handled client-side, the re-rendering of the page... that'd make a server happier than having several dozen-to-hundred people all refresh the same page several dozen-to-hundred times after it's loaded and announced... ^^;;;