Theme Developers, Learn to Steal the Right Way!

I’ve talked about this on WPTavern before, but Leland’s tweet made me feel that we should talk about this more.

Remember when LogoMaid ripped of Dan Cederholm’s logo? Everybody pretty much agreed that that was illegal. And so imagine my surprise knowing that there are WordPress themes that are direct copies of Twitter, of Facebook, of Basecamp, and what have you. Heck, we even have a theme describing itself as “The exact Facebook clone theme for WordPress” in the official Theme Directory. This I believe is a case worse than the LogoMaid issue.

No clone themes, please.

Please stop this. The freedom in GPL does not mean the freedom to steal copyrighted design. Stop making clones of popular websites and turning them into WordPress themes. It doesn’t matter if you release it only for personal use, or under GPL, if you code the CSS yourself, if you painstakingly recreate the graphic elements in Photoshop. It’s still, as Ryan Hellyer puts it, “illegal, immoral, and unethical.”

Instead of doing that, go and read this article by Cameron Moll, “Good Designers Copy, Great Designers Steal“, and learn how to “steal” a design in a much better (and ethical) way. Learn what makes them work, and improve it:

This article wouldn’t be complete without a warning to be careful when copying well-known sources. If I were to summarize this warning in one sentence, this would be my golden verbiage: copy the inspiration, not the outcome.

Or teach us. Write an article on how you do that AJAX load more posts wizardry. Or how to make that rounded corner work on every browser. Show us how to recreate your favorite website’s cool feature in WordPress.

Now that will be awesome.

Update: Another discussion is up at Theme Lab, WordPress Clone Themes – Your Take?

The Sandbox is dead; long live the Sandbox

Sandbox, A piece of WordPress history is no longer being developed. Sandbox was the theme framework before the term “theme framework” is as widespread as it is now.

Weightshift’s WordPress 2.7 Dashboard Concept

This concept by Weightshift is old but still great: the concept is very similar functionality-wise to the one we have today, but I really dig the visual direction. I wonder if it’s okay to take this design and make an admin skin out of it?

When Your WordPress Blog Gets Hacked

There are plenty of security best practice articles out there, but what to do when your WordPress installation is already hacked? Here’s an awesomely comprehensive post.

Redesigning the Undersigned

Simon Collison redesigns his blog and chronicles the process. Forget all those design trend articles and just take a look at his superb creation.

Andreas Viklund’s site is for sale

Known for his famous WordPress themes that undoubtedly give him ton of backlinks, his PageRank 9 site is now for sale with a BIN of $250,000. Worth checking out even if just to see the statistics.

300&65 Ampersands

This is beautiful. Couldn’t resist linking.

Page 1 of 1112345...Last »

Latest Links More →

Custom Shortlinks for WordPress

Have your own short domain name for the purpose of shortlinking? Here’s an easy way to combine that with your WordPress install.

The Quick Start Guide to Using Google Webmaster Tools With WordPress

GWT is a great, frequently updated features like showing you search queries volume, malware and crawl error diagnostics and links to your site. If you don’t use it yet, you probably need to. This will help you get started.

WordPress & jQuery Contact Form without a Plugin

I would recommend this either if you want more flexibility or to learn how to code a contact form.

Understanding and cleaning the pharma (spam) hack on WordPress

How to fix that hack:

This attack is very interesting because it is not visible to the normal user and the spam (generally about Viagra, Nexium, Cialis, etc) only shows up if the user agent is from Google’s crawler (googlebot). Also, the infection is a bit tricky to remove and if not done properly will keep reappearing.

Web Safe Fonts Cheat Sheet

An updated (written in April 2010), well researched, CC-licensed Web safe fonts cheat sheet, available both in low-res PNG and high-rest PDF. Even the article is useful as well.

The Nicest 2010 Child Theme You’ll See Today

The Timaru Mental Health Support Trust website, made for charity by Team USA (comprised by web superstars like Jason Santa Maria, Dan Mall, Liz Danzico and Automattic’s John Ford) during the FullCodePress competition, is actually a clever child theme of 2010.

More recap by JSM, Daniel Mall, and Liz Danzico.

WordPress 3.0 Theme Tip: The Comment Form

The simpler way to code comment form (once you understand how hooks and filters work).

Showing and hiding content with pure CSS3

I like it, I think it’s short and easy to understand.