Okay, so we all know the futility of trying to encrypt HTML - can't be done, at least in a way that's 100% foolproof, and to be honest, I don't know about your HTML, but mine's nothing spectacular. There's only so many ways you can combine a <div> and so many ways you can mix 'n' match a <td> (not that tables would be seen dead on my site's on the whole, unless they're there for a special reason). I KNOW you can't hide HTML, and I'm really not that bothered about it.
But....
I'm in the midst of a redesign of my personal site (long overdue) and one of the things I'm trying to do is get my poetry collection back online (it sort of fell off in a somewhat hurried server move in Sept 2006). Having recently had a poem ripped off from another of my sites, I'm now extremely wary of putting stuff online, but I would like to get the poetry collection back up there.
I know the only true way to protect stuff's not to put it online in the first place, but I want to try and make it a little bit harder. Tonight I've been investigating some of those supposedly wonderful software packages that claim to hide your content from everything, stopping anybody doing anything with it, and making you a nice cup of coffee in the process no doubt. Of course the big problem (apart from the fact that they don't work very well), it that they only work on javascript enabled browsers...no javascript, no nothing. Hardly accessible.
So, anyone got any ideas as to how I could make it a bit harder for people to grab, but for it still to remain accessible?
I'm thinking ideally preventing selecting, and possibly preventing printing (this isn't for the whole site btw, just one particular set of pages). I can't think of a way to do it without js, which of course brings me back to the original problem. I really don't want to go down the pdf route - apart from being a PITA to convert them all to pdf, there's the accessibility problems with pdfs as well. The only thing I can possibly think of (may have a look and see if I can find any preventing printing js scripts) is to overlay a transparent image over the page...but then again it's quite easy to get rid of images...*sigh*
Anyone any thoughts? (apart from don't be so silly FA and just don't put it on the web!

)