Forum Moderators: phranque

Message Too Old, No Replies

HTML Coding Protection

         

designerx

3:47 pm on Sep 11, 2004 (gmt 0)

10+ Year Member



I'm new to web designing and I would like to hear from web designers on how do you protect your coding of a web site? Can you just prevent copying of the code, or viewing? Is special software needed for this coding protection?

Thanks, and I appreciate any help that can be provided.

encyclo

3:55 pm on Sep 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld [webmasterworld.com], designerx.

If you are talking about the HTML markup, then there is no way to "protect" it whatsoever (despite claims to the contrary by some firms offering "secured" or "encoded" markup). That's just how the web works - the HTML is sent as text, and the browser uses it to render the page. Same goes for cascading stylesheets and, to a certain extent, Javascript (which can be obfuscated, which can hinder decipherment, but that's all).

In the case of images, much the same is true - the image files have to be downloaded to the client to be rendered, and they are cached by the browser.

In reality, there is little to protect - the HTML can be copied, sure, but the design would be usually trivial to recreate even without the original source. The images are low-quality for web work, so even if they can be copied, they have very little use outside the web sphere. You can prevent "hotlinking" (inserting images stored on your site directly into a remote page), however.

The real value of a site lies in any server-side scripting, such as in your content-management system, as well as your databases - and that is already well-protected from copying by the end user.

karmov

1:10 am on Sep 12, 2004 (gmt 0)

10+ Year Member



Encyclo is right, there's no way to protect your HTML coding. There are very few options to protect any type of digital information that needs to end up on a client's computer. But HTML is deffinitely one of the easier things to copy as it is sent in plaintext in the first place.

Tsuren

4:56 am on Sep 12, 2004 (gmt 0)

10+ Year Member



No way. You have to provide your html to cliens so they can leave a copy. No way.

mincklerstraat

11:55 pm on Sep 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can always just provide a verbal description of your design somewhere, going into luxuriant detail about its peerless design, but not reveal the url. That'll do it.