I’m trying to create an active desktop item that displays an image on the desktop based on the time of day. I can do this using JavaScript (embedded in a webpage, then placed on desktop), but I want to find a way to do it without having to actually display an HTML page on the desktop; is there some sort of item (I’ve heard of something called a CDF file??) that can accomplish this task? I.E. something that will run in the background and place only the image on the desktop?
I know this is somewhat obscure and overly-technical, but any help or advice would be appreciated:)