Don’t Get Smacked by Copyright Infringemnt

Developers do it all the time – they need an image for a website and head on over to Google images, put a keyword in and voila! Free pictures for everyone!

Web Design Gainesville Florida
Web Design Gainesville Florida

Not so fast.

Many of these images are protected under copyright law and if you get caught, it’s a hefty fine. We have heard it is as high as $750 per instance. So if that image is used multiple different times, as in a header image, that can really add up.

There’s not a lot you can do about it either except plead your case to the person or entity filing the lawsuit.  You may be able to go to court and get them to lower the penalty amount if you can show that you did not intend to violate the copyright, but that’s a long shot. The fact that you went to Google images in the first place means you are attempting to get an image for free.

How to avoid getting dinged…

 

The only way to be sure your images are on the up-and-up is to purchase them from one of the many online image repositories out there. Pay for them. It’s worth it in the long run. But you still have to be careful there and make sure you are purchasing the correct rights. Most image repositories’ default permissions include web use. If you want to use the image in print then you’ll probably need to purchase and extended license. Just be careful, it’s expensive out there….

More Web Design Blog Content

Submit A Sitemap … To Bing?

Indeed. For some reason, Bing still exists. And since it does you’ll need to submit your sitemap so your business will show up in the results of a person who searches from the unwanted automatically installed Bing bar on their browser. They’re so lovely, forcing it on you

Jquery Simple Fadeout

A cute little snippet to show a simple green bar upon a successful edit. <?php if(isset($_GET[‘edit’])){ ?> <div id=’notifyy’> Edited Successfully </div>     <script type=”text/javascript”>     $( ‘#notifyy’ ).show(function(){     $(this).fadeOut(5000);     });     </script> <?php } ?> The CSS: #notifyy{width:100%;background:#2f5001;padding:4px 15px;color:#fff;} Always,

Conversion Optimization

So many people have a myopic outlook on SEO and SEM. They tend to focus on optimization as strawberry field, where you can just pick a little fruit from here or there and fill up your basket. Not so fast. It’s not just about having a full basket,

Are You Using Linkedin Like You Should?

Probably not. Linkedin is a valuable resource for any professional, but particularly freelancers and business owners. There is a lot to love about the social media construct, and a lot to hate; but no matter what side of the coin you fall on it is no secret that you

Date for our next Seminar is 4/8

Livewire Seminars are the perfect way to collect everything you need to know to do your own website optimization. We have what it takes to put your site on page 1 and we’ll teach you all of the not-so-secret info. Where to go, what to do, and how

Add YARPP to Custom Post Types: WordPress

A great little plugin for adding related posts to your blog has been around for a while: YARPP, Yet Another Related Posts Plugin. It’s fairly robust, for being free, but it does not natively support custom post types – a bummer. A quick way around this is to