Guys I spend a lot of time coding, researching internet, forums and for what just to post my code out there so that anyone can copy it? Is there a way to encode it or hide it from curious people?
Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
How to hide .CSS file from users ?
You cant! The most you can do is minify the resources with a powerful minifier that also does concatenation of your variables.
CSS and JS need to be parsable and readable by your browser.
If you're trying to protect some code or something you keep it server side not client side.
edit: technically you could do something like base64 encode it but all that really adds is more difficulty in reading, not keeping your style sheet out of my hands.
Get use to people stealing your stuff, if it is scrapable, someone will steal your work.
CSS and JS need to be parsable and readable by your browser.
If you're trying to protect some code or something you keep it server side not client side.
edit: technically you could do something like base64 encode it but all that really adds is more difficulty in reading, not keeping your style sheet out of my hands.
Get use to people stealing your stuff, if it is scrapable, someone will steal your work.
I think what you can do is to make it harder to find by anyone that tries to copy your code.
Also if you are very serious about it just put it under copyrights protection
Also if you are very serious about it just put it under copyrights protection
Similar Topics:
- How To Use of Robot.txt File In Webmaster..?
- What is .htaccess file?
- how hide search engine result's for a website
- Why the robots.txt file is important ??
- How many times does Google release the algorithms and updates visible to users?
- Why do we need to add sitemap link on our robots.txt file?
- What is disallow in robots.txt file?
- How to Upload a File to Your Website
- How to Create a Js File
- SEO - subdirectory vs file?
User(s) browsing this thread: 1 Guest(s)