Home | Blog Design | How Do I Prevent People From Stealing My Blog Designs?

Subscribe To The BloggingQuestions.com RSS Feed

This is a community driven blog where you can find answers and ask questions related to blogging. Register For A Free Account and then Post Your Question live on the blog. Don't forget to subscribe to the RSS Feed or get updates by email. You can also check for news and updates by visiting our Announcements section.

How Do I Prevent People From Stealing My Blog Designs?

First off, this really doesn’t happen too often and there has only been two instances where someone has stolen one of my designs; however, I must ask, how do I prevent people from stealing my blog designs? 

Stealing a blog theme is very easy to do. Most of the design is all in the stylesheet. People can easily right click and view the source file to find the location of a css stylesheet and simply copy it. 

One of the things that I commonly do to make it difficult for people to steal my own designs is by creating coding confusion. Meaning some of my themes have multiple css stylesheets and in many cases I hard code some of the css styling directly on the files, thus making it a nightmare to figure out and much less worth the person’s time towards stealing. 

What are some other ways to help prevent people from stealing your blog theme design?

Garry Conn asked this questions on January 13th, 2009.

Posted in: Blog Design. Also try searching: , , , ,

Related posts:

  1. How Do I Prevent People From Copying My Blog? Time and time again, other bloggers simply copy my posts and publish them on their own blog. This isn’t very fair and I can see...
  2. How Do You Prevent Someone From Visiting Your Blog? I have never had to do this, but there have been a few times where I was close. How do you prevent someone from visiting...
  3. Do You Get Emails With People Wanting To Pay You To Add Links To Your Blog? Frequently I get emails from many people asking me if they can pay for links on my blog posts. In these emails they usually provide...
  4. Who Is a Good Blog Designer? I design blogs for myself but don’t really offer this as a professional service. Who do you know is a good blog designer? How do...
  5. Do People Value PageRank As Much As A Few Years Ago? I remember about two years ago when people would go nuts over PageRank. It seemed like there would always be a new post floating around...

5 Answers To This Question

Do you have an answer to this question? Answer The Question!

Question answered by: CyberCoder

Date/Time: 1-13-2009 19:23:29 Reference: #2578

wasted energy, move on

 
Question answered by: Rich Hill

Date/Time: 1-14-2009 01:46:24 Reference: #2627

I feel the same way about this as I do about stealing content. I just don’t care.

WordPress is free. It was designed by geeks who decided to go Open source and they share everything for free.

Designers can create specific designs that have a cool look or function and they have the right to sell that and should have the right. If people want to buy them I would encourage that because it feeds the mill and rewards creativity.

I don’t think you can stop hackers from ripping off anything especially if the core is Open Source. I wouldn’t lose any sleep over it.

Rich Hill

 
Question answered by: ganeshsrinivas

Date/Time: 1-14-2009 22:41:45 Reference: #2731

This can be the solution:

1. Remove all zipped versions of your themes on your “wp-content/themes” directory (I don’t know why people would put up .zip versions of their theme files instead of unzipping it and uploading).

2. Put up an “index.html” file in your theme’s folder saying something like “Go away, you moron!”.

That’s as far as I know. I’m not familiar with creating multiple stylesheets. I hope that helps. :)

 
Question answered by: nishu

Date/Time: 1-15-2009 02:16:32 Reference: #2760

“I hard code some of the css styling directly on the files, thus making it a nightmare to figure out and much less worth the person’s time towards stealing. “

That is more like .. undoing the purpose of stylesheet.

“some of my themes have multiple css stylesheets”

Increases load on server and rendering time on browsers.

Here are a set of simple ideas you can use:

1) use weird naming convention in your stylesheet so that it would be “nightmare” to make it work with sandboxes. But that will also make it less reusable.

2) prevent access to images in theme/images folder.

3) get your stylesheet copyrighted :D.

 
Question answered by: Nick Subscribed to comments via email

Date/Time: 1-15-2009 19:36:10 Reference: #2871

I’ve never heard of this being much of a problem, but I suppose it could be. I’m not really sure how to completely prevent it but rather remember that most people wouldn’t know how to do it. If someone is determined enough to steal your theme, they will probably find a way no matter what you try to do. The only think I can think of would be if you could put the css file in a seperate directory that the server can access to use in rendering sites but users cannot?

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Answer (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Trackback responses to this post