Quote:
Originally posted by AmeliaG
Hey, I'm pretty sure there is a little snippet of code which makes it harder for inexperienced webmasters to snarf html like say metatags or whole freaking pages. Anybody know offhand what that code snippet is? Thanks for any help y'all may be able to give me.
|
Also, I'm not sure if it's of any help but studio.adobe.com uses some kind of gimmick that actually prevented me from saving it to my hard drive. I can view the source all right but I couldn't save it... [still not sure why]
Generally, unless you get dynamic content from a DB, it's impossible to hide code. I mean, you can't steal server-side code, only client-side code.
However, you can do some tricks to protect your client side code. You can use includes for the CSS and JS, use several files, includes within includes but this will probably just complicate things and will only help you against newbies.