<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>awebserver.co.uk</title>
	<atom:link href="http://www.awebserver.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.awebserver.co.uk</link>
	<description>Domain Name Management &#38; Hosting for Business Customers</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Secure your wordpress websites</title>
		<link>http://www.awebserver.co.uk/secure-your-wordpress-websites/</link>
		<comments>http://www.awebserver.co.uk/secure-your-wordpress-websites/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 10:31:40 +0000</pubDate>
		<dc:creator>awebadmin</dc:creator>
				<category><![CDATA[Our Blogs]]></category>

		<guid isPermaLink="false">http://www.awebserver.co.uk/?p=607</guid>
		<description><![CDATA[In most cases, clients using our servers to host websites would use us to install and manage wordpress websites, but for those that manage their own and for the benefit of everyone, this post aims to explain the risks in running wordpress and some of the things you can do to protect yourself from being [...]]]></description>
			<content:encoded><![CDATA[<p>In most cases, clients using our servers to host websites would use us to install and manage wordpress websites, but for those that manage their own and for the benefit of everyone, this post aims to explain the risks in running wordpress and some of the things you can do to protect yourself from being hacked. </p>
<h3>1) Encrypt your login</h3>
<p>Whenever   you try to login to your website, your password is sent unencrypted. If   you are on a public network, hacker can easily ‘<em>sniff’</em> out your login credential using network sniffer. The best way is to encrypt your login with the<a href="http://wordpress.org/extend/plugins/chap-secure-login/" target="_blank"> Chap Secure Login</a> plugin. This plugin adds a random hash to your password and authenticate your login with the <a href="http://en.wikipedia.org/wiki/Challenge-handshake_authentication_protocol" target="_blank">CHAP</a> protocol.</p>
<h3>2) STOP! Brute force attacks</h3>
<p>Hackers can easily crack your login password and credential using <a href="http://en.wikipedia.org/wiki/Brute_force_attack" target="_blank">brute force attack</a>. To prevent that from happening, you can install the <a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">login lockdown</a> plugin. This plugin records the IP address and timestamp of every   failed WordPress login attempt. Once a certain number of failed attempts   are detected, it will disable the login function for all requests from   that range.</p>
<h3>3) Use a strong password</h3>
<p>Make sure you use a   strong password that is difficult for others to guess. Use a combination   of digits, special characters and upper/lower case to form your   password. You can also use the password checker on WordPress 2.5 and   above to check the strength of your password.</p>
<h3>4) Protect your wp-admin folder</h3>
<p>Your <em>wp-admin</em> folder contains all the important information and it is the last place that you want to give access to others. Use <a href="http://www.askapache.com/wordpress/htaccess-password-protect.html" target="_blank">AskApache Password Protect</a> to password protect the directory and give access right only to authorized personnel.</p>
<h3>5) Remove WordPress version info</h3>
<p>A   large number of WordPress theme include the WordPress version info in   the meta tag. Hackers can easily get hold of this information and plan   specific attack targeting the security vulnerability for that version.</p>
<p>To remove the WordPress version info, log in to your <em>WordPress dashboard</em>. Go to <em>Design-&gt;Theme Editor</em>. On the right, click on the <em>Header</em> file. On the left where you see a lot of codes, look for a line that looks like</p>
<p>&lt;meta name=”generator” content=”WordPress &lt;?php bloginfo(’version’); ?&gt;” /&gt;</p>
<p>Delete it and press <em>Update File</em>.</p>
<p><strong>Update</strong>: <em>In   WP2.6 and above, WordPress automatically includes the version in the   Wp_head section. To fix this, you can simply install the <a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">WP-Security Scan plugin</a>. </em></p>
<h3>6) Hide your plugins folder</h3>
<p>If you go to your <em>http://yourwebsite.com/wp-content/plugins</em>, you can see a list of plugins that you are using for your blog. You can easily hide this page by uploading an empty <em>index.html</em> to the plugin directory.</p>
<p>Open  your text editor. Save the blank document as <em>index.html</em>.</p>
<p>Using a FTP program, upload the index.html to the<em> /wp-content/plugins</em> folder.</p>
<h3>7) Change your login name</h3>
<p>The default username is <em>admin</em>. You can make it more difficult for the hacker to crack your login credential by changing the login name.</p>
<p>In your WordPress dashboard, go to <em>Users</em> and set up a new user account. Give this new user <em>administrator</em> role. Log out and log in again with the new user account.</p>
<p>Go to <em>Users</em> again. This time, check the box beside <em>admin</em> and press <em>Delete</em>.  When it asks for deletion confirmation, select the “<em>Attribute all posts and links to:</em>” and select your new username from the dropdown bar. This will transfer all the posts to your new user account. Press <em>Confirm Deletion</em>.</p>
<h3> Upgrade to the latest version of WordPress and plugins</h3>
<p>The   latest version of WordPress always contains bugs fixes for any security   vulnerabilities, therefore it is important to keep yourself updated at   all times. If you have problems with the auto-update facility, don&#8217;t delay and upload it manually via FTP or contact us for advise/</p>
<h3>9) Do a regular security scan</h3>
<p>Install the <a href="http://wordpress.org/extend/plugins/wp-security-scan/" target="_blank">wp-security-scan</a> plugin and perform a regular scan of your blog setting for any security   loopholes. This plugin can also help you to change your database prefix   from <em>wp_</em> to a custom prefix.</p>
<h3>10) Backup your wordpress database</h3>
<p>No matter how secure your site is, you still want to prepare for the worst. Install the <a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">wp-database-backup</a> plugin and schedule it to backup your database daily.</p>
<h3>11) Define user privilege</h3>
<p>If there is more than one author for your blog, you can install the <a href="http://redalt.com/Resources/Plugins/Role+Manager" target="_blank">role-manager</a> plugin to define the capabilities for each user group. This will give   you, the blog owner, the ability to control what users can and cannot do   in the blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awebserver.co.uk/secure-your-wordpress-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps Facelift Update</title>
		<link>http://www.awebserver.co.uk/google-apps-newlook/</link>
		<comments>http://www.awebserver.co.uk/google-apps-newlook/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 09:14:52 +0000</pubDate>
		<dc:creator>awebadmin</dc:creator>
				<category><![CDATA[Our Blogs]]></category>
		<category><![CDATA[app themes]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://www.awebserver.co.uk/?p=386</guid>
		<description><![CDATA[As you&#8217;ve probably seen when using Google Apps, there is a new look and feel across Google products to make the interfaces consistent, streamlined, and easier to use. Personally, we think this is great and the improvements are really good but who would expect any less from google? At the moment, the new look is [...]]]></description>
			<content:encoded><![CDATA[<p>As you&#8217;ve probably seen when using Google Apps, there is a new look and feel across Google products to make the interfaces consistent, streamlined, and easier to use. Personally, we think this is great and the improvements are really good but who would expect any less from google? At the moment, the new look is optional although we switched over straight away to get a look and get used it to assist our clients, if they have any questions.

  </p>
<p><strong>The New Look for Gmail, Calendar, Docs, and Sites</strong>
</p>
<iframe width="560" height="315" src="http://www.youtube.com/embed/ySLrf7eI3zM?autoplay=1" frameborder="0" allowfullscreen></iframe>
<p>The new look is optional now, but will soon become permanent for all Google Apps users. These are target release dates and subject to change (see the <a href="http://whatsnew.googleapps.com/new-look" target="_blank">New Look</a> site for details):
</p>
<table width="480" border="0" cellpadding="0">
<tbody>
<tr>
<td width="74">
<p align="center"><strong>App</strong></p>
</td>
<td width="380"><strong>  When the new look become permanent</strong></td>
</tr>
<tr>
<td>
<p align="center">Docs</p>
</td>
<td> Tuesday December 13, 2011</td>
</tr>
<tr>
<td>
<p align="center">Sites</p>
</td>
<td> Tuesday December 13, 2011</td>
</tr>
<tr>
<td>
<p align="center">Calendar</p>
</td>
<td>  Beginning of January 2012</td>
</tr>
<tr>
<td valign="top">
<p align="center">Gmail</p>
</td>
<td> The new looks starts to roll out as the default interface on
Tuesday, December 13, and continues to the end of the week.
After that, the new look will become permanent within weeks.</td>
</tr>
</tbody>
</table>
<p><strong>Steps to help you and your users transition to the new look:</strong></p>
<p><strong>Use the new look now</strong>  </p>
<p>See the Google Apps New Look site. You&#8217;ll find steps to enable the new look as well as the latest release schedule. <strong>Communicate to your users and helpdesk staff</strong>
  
  On the <a href="http://whatsnew.googleapps.com/new-look" target="_blank">New Look</a> site, you&#8217;ll find email templates and customizable presentations to help communicate the changes.
  
Tip: For Gmail, use the <a href="http://www.google.com/support/a/bin/answer.py?hl=en&amp;answer=1699303&amp;topic=9202" target="_blank">one-time switch</a> in the control panel to opt-in all your users, and control the timing of when they see the new look.</p>
<p><strong>Help your users get up to speed</strong>Point your users to the <a href="http://learn.googleapps.com/new-look/" target="_blank">Learning Center</a> for guides, tips, and videos. Please plan to update any custom training material you&#8217;ve developed.
  
  Please see the <a href="http://whatsnew.googleapps.com/new-look" target="_blank">New Look</a> site for the latest schedule information. We hope you find the refreshed interfaces easier to use and navigate.</p>
&nbsp;

<strong><span style="color: #3d85c6;">Will Google Apps users be switched over right away?</span></strong>
<div>No, we&#8217;ll roll out updates on an ongoing basis, releasing them initially to consumers, with some services offering an opt-in/opt-out option for Google Apps users. We&#8217;ll then phase changes for Google Apps users through the Google App Release Track process.</div>
&nbsp;
<div><strong><span style="color: #3d85c6;"> When will the new look be made available to Google Apps users?</span></strong></div>
<div>The rollout will follow the <a href="http://whatsnew.googleapps.com/release-tracks">Google Apps Release Track process</a>. This means that administrators can choose the Rapid Release track to receive the new look at the roughly same time as consumers. Or they can choose the Scheduled Release track to receive changes later and take more time to prepare for the transition.

Administrators who choose the Scheduled Release track will have more time after the Rapid Release date before changes become available to their users (instead of the usual one-week lag between Rapid and Scheduled releases).</div>
&nbsp;
<div><strong><span style="color: #3d85c6;"> How can I keep up to date on the changes? </span></strong></div>
<div>We will continually update this site (<a href="http://whatsnew.googleapps.com/">whatsnew.googleapps.com</a>) with the latest information and resources as the new look is introduced to services in Google Apps. Some services will offer an opt-in/opt-option so you can see the latest interfaces, and we&#8217;ll include instructions as soon as the options available. We also suggest signing up for the Google Apps Updates feed to receive information about the new look schedule and other Apps feature releases in your inbox.</div>
&nbsp;
<div><strong><span style="color: #3d85c6;"> What resources are available to get up to speed with the new look? </span></strong></div>
<div>We understand that users may want some guidance on what&#8217;s new. In addition to instructions on how to opt-in/opt-out for some services, we&#8217;ll provide videos, template slide decks, and tip guides to help you introduce the new look to your users.</div>
&nbsp;
<div><strong><span style="color: #3d85c6;"> How can I give feedback on the new look? </span></strong></div>
<div>We welcome your input and comments on the design changes and updates. We&#8217;ll publish a feedback form on this page and in the Google Apps Help Centers as soon the new look begins to roll out.</div>
&nbsp;
<div><strong><span style="color: #3d85c6;"> Can I choose to opt-out of the new look?</span></strong></div>
<div>With some services, Google Apps users can opt-out of the new look temporarily. But eventually, the changes will be released to everyone permanently.</div>]]></content:encoded>
			<wfw:commentRss>http://www.awebserver.co.uk/google-apps-newlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps &amp; Cloud Computing</title>
		<link>http://www.awebserver.co.uk/google-app/</link>
		<comments>http://www.awebserver.co.uk/google-app/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 05:00:17 +0000</pubDate>
		<dc:creator>awebadmin</dc:creator>
				<category><![CDATA[Our Blogs]]></category>
		<category><![CDATA[business apps]]></category>
		<category><![CDATA[cloud mail]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://demo.nextinspire.com/wordpress/edge/en/?p=35</guid>
		<description><![CDATA[Operating within the cloud may seem like technobabble and you may be wondering what use it is to you and how hard is this technology to utilise. The fact is, with help from us we can make the transition seemless and you can start benefitting from cloud technology via google apps today. We are Google [...]]]></description>
			<content:encoded><![CDATA[<p>Operating within the cloud may seem like technobabble and you may be  wondering what use it is to you and how hard is this technology to  utilise. The fact is, with help from us we can make the transition  seemless and you can start benefitting from cloud technology via google  apps today.</p>
<p>We are Google Authorized Resellers for Google Apps and provide  installation, training, and support for all services contained in the  Google Apps suite of services.</p>
<iframe width="640" height="395" src="http://www.youtube.com/embed/15zSL5infoc?autoplay=1" frameborder="0" allowfullscreen></iframe>
<p><strong>How can we help?</strong></p>
<p>Simple, we will make some  technical modifications to your domain names and systems to allow a  direct flow through the business apps system. You don&#8217;t need to do a  single thing, we will handle the entire process for you.</p>
<p>Once we  have performed the necessary work and set you up, your domain name will  be transformed into a direct route to the cloud. NOTE: This will NOT  effect your website with us in any way whatseover.</p>
<p>You will benefit from the following (using yourdomain as example)</p>
<ul>
<li>mail.yourdomain.com</li>
<li>docs.yourdomain.com</li>
<li>calendar.yourdomain.com</li>
<li>video.yourdomain.com</li>
</ul>
<p>As shown in the video above, you will have access to your e-mail from any location.</p>
<p><strong>E-Mail wherever you go</strong></p>
<p>Once  we have migrated you into the business apps system, you will be able to  sync ALL of your computers, laptops and phones with the e-mail system.</p>
<p><strong>50 times more storage than the industry average </strong></p>
<p>Each user gets 25 GB for email storage, so they can keep important messages and find           them instantly with built-in Google search.</p>
<p>Gmail is designed so employees can spend less time managing their inboxes, and more time           being productive. Time-saving features like message threading, message labels, fast           message search and powerful spam filtering help employees work efficiently with high           volumes of email.</p>
<p><strong>Mobile email, calendar and IM access </strong></p>
<p>With several options for accessing their information while on the go, employees can be           productive with Google Apps even when they&#8217;re not at their desks.</p>
<p>At no extra charge, Google Apps supports over-the-air mobile access on BlackBerry           devices, the iPhone, Windows Mobile, Android and many less powerful phones.</p>
<p><strong> 99.9% uptime reliability guarantee with synchronous replication </strong></p>
<p>We guarantee that Google Apps will be available at least 99.9% of the time, so your           employees are more productive and so you can worry less about system downtime.**</p>
<p><strong>Information security and compliance </strong></p>
<p>When you trust your company&#8217;s information to Google, you can be confident that your           critical information is safe and secure.</p>
<p>Google&#8217;s information security team, including some of the world’s foremost experts in           information, application and network security, are focused on keeping your information           safe. Google and many other customers trust this system with highly sensitive corporate           data.</p>
<p>Businesses get these customizable security features with Google Apps:</p>
<ul class="alt">
<li>Custom spam and inbound mail filtering tools, powered by Postini, to complement           powerful spam filters that automatically work with no up-front configuration. </li>
<li>Custom outbound mail filtering tools to prevent sensitive information from being           distributed, powered by Postini. </li>
<li>Custom information sharing rules to determine how broadly employees are allowed to           share with Google Docs, Google Calendar and Google Sites. </li>
<li>Custom password length requirements and visual strength indicators to help employees           pick secure passwords. </li>
<li>Enforced SSL connections with Google Apps to ensure secure HTTPS access. </li>
<li>Optional email           archiving, up to 10 years of retention. </li>
</ul>
<p><strong>Costs</strong></p>
<p>We charge a one off set-up fee of £99 +  vat which handles the entire migration process. We will help you migrate  your e-mail onto the business apps system and either configure a sync  tool between your existing e-mail client and the cloud, or show you the  benefits of using Chrome brower based e-mail client.</p>
<p>As approved  reseller of business apps, we supply a premium business apps annual  license for £33 per year + vat. This is a per user cost and includes all  facilities shown on this page.</p>
<p><strong>Huge Cost Saving compared to Microsoft Exchange</strong></p>
<p>You  have no hardware costs or expensive set-up IT administration costs and  huge licensing costs per user for small business server, as everything  is taken care for you for a single annual cost of £33 per user.</p>
<p>If  you imagine a small company with 10 users wanting an exchange server  put into place. The cost would be around £5,000 + vat to set-up with  ongoing annual costs far in excess of the £333 +</p>]]></content:encoded>
			<wfw:commentRss>http://www.awebserver.co.uk/google-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Copyright Issues</title>
		<link>http://www.awebserver.co.uk/copyright/</link>
		<comments>http://www.awebserver.co.uk/copyright/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 04:00:07 +0000</pubDate>
		<dc:creator>awebadmin</dc:creator>
				<category><![CDATA[Our Blogs]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[getty images]]></category>
		<category><![CDATA[image rights]]></category>
		<category><![CDATA[legal]]></category>

		<guid isPermaLink="false">http://demo.nextinspire.com/wordpress/edge/en/?p=34</guid>
		<description><![CDATA[Getty Images are a main player in image management and you may have heard of firms such as istockphoto, getty images, corbis, shutterstock, fotolia etc. Each of these sell images in a variety of ways for you to use in a variety of ways. It is impertitive, now more than ever before, that you know [...]]]></description>
			<content:encoded><![CDATA[<p>Getty Images are a main player in image management and you may have heard of firms such as istockphoto, getty images, corbis, shutterstock, fotolia etc. Each of these sell images in a variety of ways for you to use in a variety of ways. It is impertitive, now more than ever before, that you know what images you are using and ensure you have the correct license in place to cover it. If not, you are exposing yourselves to huge financial losses as a result of copyright infringement.</p>
<ul>
<li><a href="http://www.copyrightservice.co.uk/copyright/uk_law_summary" target="_blank">UK Copyright Law Link</a></li>
<li><a href="http://www.Stockphotorights.com" target="_blank">Stock Photo Rights</a></li>
</ul>
<iframe width="420" height="315" src="http://www.youtube.com/embed/OS1SXyZ0BnU" frameborder="0" allowfullscreen></iframe>

<p>Here are some of the basics you need to know. We’ve sectioned up the  subject areas into bite size pieces – each one will only take you a few  moments to read through. And, of course, you can also watch our video  ‘Image rights explained visually’ for a round up of all the main issues.</p>
<p>Use these links to jump straight to a section that interests you:</p>
<p>(you can also download this information – <a href="http://www.stockphotorights.com/wp-content/uploads/2010/06/Stockphotorights_FAQ_Final-280510.pdf" target="_blank">FAQ.pdf 280510</a>)</p>
<ul>
<li><a href="#dtoi" target="_blank">Different types of imagery</a></li>
<li><a href="#copy" target="_blank">Copyright</a></li>
<li><a href="#lp">Legal Protection</a></li>
<li><a href="#ficc">Free images and Creative Commons</a></li>
<li><a href="#iapu">Infrequent and personal use</a></li>
<li><a href="#qtays">Questions to ask your supplier</a></li>
</ul>
If you have a question that isn’t tackled below, don’t hesitate to contact us or consult your legal counsel.
<h2><a name="dtoi">Different types of imagery</a></h2>
<p><strong><strong>Q: Is this site primarily about images that are used for commercial purposes?</strong></strong></p>
<p>A: Yes, stockphotorights.com is primarily focused on stock images that are licensed for commercial use.</p>
<p><strong>Q: What are the different types of stock images?</strong></p>
<p>A: Stock images break down into two main types, royalty-free and rights-managed.</p>
<p>For royalty-free images, you get nearly unlimited use. You can  use the image in virtually any application, for as long as you like, in  as many different projects as you like, as long as you comply with the  terms of the license agreement. The image is available to use from when  you purchase a license. Following payment of the license fee, no  additional royalty payments are owed.</p>
<p>With rights-managed images, your right to use the image is typically  restricted, with limitations placed on things such as duration of use,  geographic region, industry, etc., as established by your license  agreement.</p>
<p><a name="rfi"></a></p>
<p><strong>Q: Can I use royalty-free images for free?</strong></p>
<p>A: No. Royalty-free means that once a license fee is paid, the images  may be used many times without paying additional fees, but the initial  license is necessary to protect yourself and your clients. When you  license a royalty-free image, you can use it in nearly any application,  for as long as you like, according to your license agreement (although  some kinds of uses do require an extended license). The cost is often  based on file size, the number of permitted users as well as other  factors.</p>
<h2><a name="copy">Copyright</a></h2>
<p><strong>Q: What is copyright?</strong></p>
<p>A: Copyright is a form of protection provided by the law to the  authors of “original works of authorship.” By virtue of the Berne  Convention for the Protection of Literary and Artistic Works, works are  protected in all 160 countries that are party to the Convention, as well  as various other laws such as the US copyright act.</p>
<p><strong>Q: Does this apply to all images?</strong></p>
<p>A: Yes, this applies to all images. From the time it is created, a photo or other image is automatically protected by copyright.</p>
<p><a name="cri"></a></p>
<p><strong>Q: What is copyright infringement?</strong></p>
<p>A: Infringement can include a violation of the rights of the creator  or rights holder. Examples of imagery infringement may include:</p>
<p>• Use of whole or part of an image without permission</p>
<p>• Use beyond the scope of a license or permission</p>
<p>• Adapting an image without permission (art rendering)</p>
<p>• Asking another photographer to identically recreate the image</p>
<p><strong>Q: Who’s responsible when infringement occurs?</strong></p>
<p>A: Responsible parties may include:</p>
<p>• The party that infringed (the photographer or the person that stole the image in the first place), even if unintentionally</p>
<p>• Employees or others who participated in the original infringement</p>
<p>• Anyone who published the infringing image, whether they had knowledge or not</p>
<p>• Anyone who authorized or encouraged infringement</p>
<p><a name="wsiw"></a></p>
<p><strong>Q: Why should I worry about copyright infringement?</strong></p>
<p>A: Infringement of copyright may result in monetary damages,  lawsuits, costly legal fees and under some rare circumstances, criminal  charges.</p>
<p><strong>Q: Surely no-one will be able to find one image in the whole of the internet?</strong></p>
<p>A: New technology now enables copyright owners to identify unlicensed  imagery and act to protect their rights. Imagery is ‘fingerprinted’ so  that it can be tracked and found in use, even if it has been modified,  recreated or if only part of the image has been used. The image is then  flagged up to the copyright owner so that they can check if the correct  license is held.</p>
<p><strong>Q: I’m using an image I found through a Google Image search. If it’s on the internet, doesn’t that mean it’s free?</strong></p>
<p>A: No. Just because an image is on the internet, it doesn’t mean the  image is free to use. You may still need the correct license to use it.  There is a difference between an image being online and an image being  “in the public domain” (the term given to content that is not owned or  controlled by anyone).</p>
<p><strong>Q: Someone else created my website. Am I liable if the images are not licensed correctly?</strong></p>
<p>A: If a third-party designer, employee, contractor or intern designed  and developed your company’s website, you are responsible for ensuring  they have licensed the images for your use. If no valid licenses exist  the liability of any infringement may fall on the company (the end  client) who used the image.</p>
<p><strong>Q: If someone else built my website, how will I know when the licenses will expire?</strong></p>
<p>A: Don’t assume your designer or image provider will contact you  about an expiring license. Where the license to the image expires (which  is generally not the case with royalty-free images), the imagery  provider may send a renewal notice to the purchaser of the license, so  your designer may receive this notice if they licensed it on your  behalf.</p>
<p>It is best to get invoice numbers or sales order numbers for the  images on the website and contact your imagery provider to confirm if  the license is connected to your website. It’s also wise to keep all  your licenses organized so that you know the scope and expiration dates  of each license.</p>
<p><a name="jab"></a></p>
<p><strong>Q: I’m just a blogger and my site is non-commercial. Can I use images for free?</strong></p>
<p>A: In most cases, no. Unless your use is specifically permitted by  copyright law, all the images on your website must be properly licensed,  regardless of the nature of your site. You can, however, license very  inexpensive images from many imagery providers that are perfect for web  use and will be properly licensed.</p>
<p><strong>Q: How can I be sure I’ve taken the appropriate steps in licensing an image?</strong></p>
<p>A: There are various places that you can go for information;  hopefully this website will give you a basic understanding of the  potential risks you need to bear in mind. You should consult with your  legal counsel if you have specific questions. Please also see our  resources section for more information and also take a look at our ‘what  you need to do’ section.</p>
<h2><a name="lp">Legal Protection</a></h2>
<p><strong>Q: I paid for my image; does that mean I can’t be sued?</strong></p>
<p>A: Not necessarily. Even if you license an image from a reputable  supplier, copyright disputes (as well as various other disputes) can  still occur.</p>
<p><strong>Q: So how can I make sure that I am covered against these potential legal disputes?</strong></p>
<p>A: You should always consult with legal counsel for the greatest  certainty. The best way is to source your image from a supplier that  offers legal protection with its images. The first lines of protection  are in the form of model and property releases if the image includes  people, or items that are not public property. Some image providers  offer additional legal protection either for free or with an additional  fee attached that is basically an extension of the warranty. This  provides additional peace of mind so that if a dispute arises, for  example around the copyright, you should in most cases be covered.</p>
<p>When you license an image that comes with legal protection it offers  you an umbrella of some protection around that image. For instance, if  someone who claims to own the copyright of an image issues a claim  against you for copyright infringement, the supplier who licensed the  image to you in the first place can step in, fight the legal battle and  cover the legal costs (assuming that the user is otherwise in compliance  with the applicable license agreement).</p>
<p>Suppliers that provide legal protection in the form of model and  property releases, as well as extended protection, may also have  inspection processes in place for the images that they offer.</p>
<p><strong>Q: Are there any other words or phrases that mean the same thing as ‘legal protection?’</strong></p>
<p>A: Yes, ‘indemnification’ is commonly understood as a legal concept  that means essentially the same thing as legal protection – this is how  it may be described in your license agreement. Certain image providers  may also have different names for the legal protection that they offer,  for example some agencies call it a legal guarantee.</p>
<p><strong>Q: What does indemnification mean in legal terms?</strong></p>
<p>A: The legal concept of indemnification (more commonly referred to as  legal protection) is generally understood to mean that one party agrees  to bear the liability and assume the costs relating to certain legal  claims. In license agreements that include indemnification, the supplier  of the imagery often assumes liability for certain kinds of claims and  costs, depending on the type of image.</p>
<p><strong>Q: So how does legal protection work in practice?</strong></p>
<p>A: If a customer receives a claim, they notify the supplier, who will  pick up handling the claim from then on (provided it is a claim that  they cover as part of the legal protection agreement). The specifics of  what and how this will be done may vary depending on the supplier  but are often detailed in the legal protection agreement.</p>
<p><strong>Q: Which suppliers of imagery offer legal protection?</strong></p>
<p>A: Various companies offer varying degrees of legal protection.</p>
<p>It is best to check the license agreement thoroughly before you agree  to buy, and to go with a supplier that offers legal protection in  situations where you require more peace of mind.</p>
<p><strong>Q: What sort of disputes might arise after I have legally licensed an image?</strong></p>
<p>A: Disputes can still arise even after you have legally licensed an  image from a reputable supplier. One potential source of dispute is from  individuals depicted in the image. All models have rights of publicity  and privacy.</p>
<p>The rights of publicity protect them against the commercial use of  their name, voice, likeness, or persona without their permission. The  right of privacy protects against the disclosure of private facts and  false portrayal of someone in an offensive manner. Models depicted in  stock images should be asked to sign a model release which provides  permission for their image to be used commercially. Reputable suppliers  of imagery should have model releases in place for applicable stock  images, protecting both the supplier and its customers against claims of  invasion of privacy or publicity. There are instances though, when  someone will claim they are the person depicted in the image and that  they did not sign a model release. This means that whoever used the  images may be liable for the legal costs of defending against the claim,  unless the image is covered by legal protection.</p>
<p><strong>Q: Do all types of images come with a model release?</strong></p>
<p>A: No. It is always best to check and the supplier should indicate on  its website, or in the license agreement, whether a model release is  available for each image.</p>
<p><strong>Q: What if I want to use an unreleased image for a commercial purpose?</strong></p>
<p>A: Some stock agencies have rights and clearance services that can  sometimes arrange special permission for certain uses, but these are  typically done on a case by case basis.</p>
<p><strong>Q: Are model and property releases required for editorial use of images?</strong></p>
<p>A: Generally speaking, model and property releases are required for  commercial use of images (e.g. any advertising, promotional or marketing  use) but not for editorial use (e.g. use in a news report).</p>
<p><strong>Q: What about trademarked items in the image? Can I be sued by the owners of the trademarks?</strong></p>
<p>A: Yes, in the same way you need a model release to cover people  depicted in an image, you may also need a property release to cover  trademarks in an image. A trademark can be a word, a symbol, or a shape,  that is used as a product or service brand to distinguish one’s goods  or services from the goods and services of others. So for example, there  could be an image of a model carrying a bike which has a trademark  appearing on it, and a property release may need to be in place for that  trademark.</p>
<p>Similar to model releases, reputable suppliers should have property  releases in place for their applicable images when necessary. There are  cases where a property release is not necessary. For authentic clips of a  street scene, it may not be practical or required to get a property  release from each storefront or billboard depicted. It is always best to  check if the image has a property release in place and whether this  affects the legal protection provided with that image.</p>
<p><strong>Q: So, aside from trademarked items, do I need to be wary of any other items appearing in the image?</strong></p>
<p>A: Yes. Artistic works, such as paintings and sculptures appearing in  an image are protected by copyright laws. Also, copyright laws in some  countries protect images of unique architectural works or buildings. In  addition, some images of buildings are actually registered trademarks  such as the Sydney Opera House.</p>
<p>A property release gives consent to use the image of a copyrighted  artistic work and also protects against claims of infringement of  copyright or trademark for buildings depicted in an image.</p>
<p>It is always best to check if a property release is in place. If a  property release is not in place it could mean that legal protection is  not offered on that particular image.</p>
<p><strong>Q: Are there any reasons why legal protection might not be granted if a claim arises?</strong></p>
<p>A: Usually certain conditions need to be met for the supplier to  provide legal protection to a customer if a claim arises. These will be  laid out in the terms and conditions of the supplier’s license  agreement. For example, the customer may need to notify the supplier of  the claim within a certain timeframe and customers must be in compliance  with the terms of the license agreement for the legal protection to be  offered.</p>
<h2><a name="ficc">Free images and Creative Commons</a></h2>
<p><strong>Q: Is it possible to get free images, legally?</strong></p>
<p>A: Yes. There are sources of free, legal images.</p>
<p><strong>Q: Does that mean these free images have no copyright?</strong></p>
<p>A: No. Copyright is automatically granted to the creator of any  image. That copyright holder must specifically declare the image as free  to use.</p>
<p><strong>Q: Is it possible to get legal protection from suppliers of free, legal images?</strong></p>
<p>A: Not usually. Free images typically do not come with any form<strong> </strong>of legal  protection. Most free images will not have model releases or property  releases and if a claim arises, the customer will be responsible for  that claim.</p>
<p><strong>Q: Are there any downsides to using free images?</strong></p>
<p>A: The quality of these images can be lower than paid-for images. The  better quality free images can also be over-used, and their  effectiveness may be diluted the more times you see an image appearing  in different places. Suppliers of free images are also unlikely to have  inspection processes in place, which in turn can increase the likelihood  of a dispute arising.</p>
<p><strong>Q: What is a Creative Commons license?</strong></p>
<p>A: Creative Commons is a non-profit organization that has released  several copyright-licenses known as Creative Commons licenses. These  licenses allow creators of content (which includes imagery) to  communicate which rights they reserve, and which rights they waive for  the benefit of recipients or other creators. Restrictions include  whether an image can be used for personal or commercial purposes, and  whether or not the photographer requires attribution or credit.</p>
<p><strong>Q: Do Creative Commons licenses cover you against all legal risk?</strong></p>
<p>A: No. A Creative Commons license will still have certain  restrictions on how the image can be used and does not automatically  confirm that necessary model releases or property releases have been  obtained so you could still be liable in the case of a dispute. The  Creative Commons license does not include legal protection, so if a  dispute arises about an individual, building, trademark or artistic work  in that image, the customer may be liable for that claim.</p>
<h2><a name="iapu">Infrequent and personal use</a></h2>
<p><strong>Q: My boss has asked me to find some images for an internal presentation. Do I still need to pay for them?</strong></p>
<p>A: Yes, in most circumstances. You will still need to pay for the  image and license it for commercial use. There are various sources of  free images and clip art that you can use, but these images must  normally still be accompanied by a license or permission from the  copyright holder.</p>
<p><a name="dpc"></a></p>
<p><strong>Q: What’s the difference between “personal use” and “commercial use”?</strong></p>
<p>A: Personal use may be commonly defined as use that is not for  commercial gain. Examples of personal use (or non-commercial use) might  include social newsletters or wedding announcements.</p>
<p>Commercial use may be commonly defined as use that is intended for  commercial, promotional, endorsement, advertising or merchandising  purposes. Examples of commercial use could include a branded company  website, brochure, advert, presentation or product.</p>
<p><a name="dkol"></a></p>
<p><strong>Q: Do you need a different kind of license for commercial and non-commercial use?</strong></p>
<p>A: It depends on the imagery provider. Different types of licenses may be available for commercial and non-commercial use.</p>
<p><strong>Q: Do I need to buy images for personal use, or can I use them for free?</strong></p>
<p>A: You will need to acquire a license for personal use and for  commercial use. There are various sources of free stock images and free  clip art that you can use, but these free images must still be  accompanied by a license unless the use is specifically permitted by  copyright law.</p>
<p><strong>Q: I’m a business owner, but I also have a personal blog,  through which I get a number of referrals. Would this blog still  constitute personal use?</strong></p>
<p>A: As long as your blog is for personal use only and does not have  any commercial purpose (i.e. ad revenue or promotion of commercial  operations) it could be considered personal use, as the site is not  designed for the purposes of monetary reward. Images used must still be  properly licensed though.</p>
<p><strong>Q: I set up a group on Facebook for my business, does this constitute personal use?</strong></p>
<p>A: This could be considered commercial use, as the Facebook Group is  designed for the purposes of promoting your business. Additionally, note  that Facebook has a section on ’Protecting Other People’s Rights’  within its terms (<a href="http://www.facebook.com/terms.php?ref=pf">www.facebook.com/terms.php?ref=pf</a>) which provides some further guidance for users of its website.</p>
<h2><a name="qtays">Questions to ask your supplier</a></h2>
<ol>
<li>Do you have the permission to license the copyright?</li>
<li>Do you have model and property releases for all of your imagery?</li>
<li>Do you offer additional legal protection should a dispute arise?</li>
<li>Does your company have an inspection process for identifying  potentially risky properties, trademarks etc? Can you please describe?</li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://www.awebserver.co.uk/copyright/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Family Safe Browsing &amp; Filtering</title>
		<link>http://www.awebserver.co.uk/open-dns/</link>
		<comments>http://www.awebserver.co.uk/open-dns/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 01:00:37 +0000</pubDate>
		<dc:creator>awebadmin</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[networking protection]]></category>
		<category><![CDATA[open DNS]]></category>
		<category><![CDATA[web filtering]]></category>

		<guid isPermaLink="false">http://demo.nextinspire.com/wordpress/edge/en/?p=36</guid>
		<description><![CDATA[Controlling access to the internet is something all families should consider when young children are using the internet un-attended. It might seem trivial to you, but trust us, it&#8217;s not a trivial matter and there are many dangers out there which can be avoided by following these simple instructions.You do not need to be a [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.awebserver.co.uk/wp-content/uploads/2011/10/open-dns.jpg"><img class="alignright size-full wp-image-306" title="Open DNS" src="http://www.awebserver.co.uk/wp-content/uploads/2011/10/open-dns.jpg" alt="" width="150" height="150" /></a>Controlling access to the internet is something all families should consider when young children are using the internet un-attended. It might seem trivial to you, but trust us, it&#8217;s not a trivial matter and there are many dangers out there which can be avoided by following these simple instructions.You do not need to be a IT technician to implement this and by spending 20 minutes reading this article and implementing our suggestions, you can secure your entire network and filter unwanted sites by URL or by Category and it won&#8217;t cost you a penny!

<strong>What is Open DNS?</strong>
<p>OpenDNS is the leading provider of security and infrastructure services that make the Internet safer through integrated Web content filtering, anti-phishing and DNS. OpenDNS services enable consumers and network administrators to secure their networks from online threats, reduce costs and enforce Internet-use policies. OpenDNS is used today by millions of users and organizations around the world.</p>
<ul>
<li>Industry leading malware and botnet protection</li>
<li>Award winning Web filtering</li>
<li>Faster, reliable, more secure DNS</li>
<li>Ultra-reliable, globally distributed cloud network</li>
<li>Simple, Smart, Easy</li>
</ul>

<strong>What will it cost me?</strong>
<p>A little bit of your time to set-up</p>

<strong>What will it cost me?</strong>
<p>A little bit of your time to set-up</p>

<strong>How do i get started?</strong>
<p>Visit the website directly if you wish and see for yourself.</p>
<ul>
<li><a href="http://www.opendns.com/home-solutions/" target="_blank">Home Solution</a></li>
<li><a href="http://www.opendns.com/business-solutions/small-medium-businesses/" target="_blank">Small &#8211; Medium Business</a></li>
</ul>

<strong>Give me the lowdown, what do i need to do?</strong>
<p>Ok, a brief overview is this. You need to adjust the router that you use to access the internet (box provided by ISP to share internet around your home/office). In this router, you need to log in to the admin and adjust the settings for the DNS Server IP Address. As standard, it&#8217;s probably blank or automatically assigned by your ISP. Basically, you change the DNS servers to be 208.67.222.222 and 208.67.220.220. All this does is route all outbound traffic to the internet via openDNS which makes for a faster and more secure browsing experience. In addition, with a free account set-up with openDNS directly, you can log in and configure family filtering, virus protection and logging og site traffic in your network</p>]]></content:encoded>
			<wfw:commentRss>http://www.awebserver.co.uk/open-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Development</title>
		<link>http://www.awebserver.co.uk/iphone-developers/</link>
		<comments>http://www.awebserver.co.uk/iphone-developers/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 03:00:57 +0000</pubDate>
		<dc:creator>awebadmin</dc:creator>
				<category><![CDATA[Our Blogs]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[iphone development]]></category>

		<guid isPermaLink="false">http://demo.nextinspire.com/wordpress/edge/en/?p=33</guid>
		<description><![CDATA[M-Commerce or mobile e-commerce is at a similar evolutionary stage as early internet e-commerce and as yet it has not been harnessed to it&#8217;s fullest potential. Some retailers such as Amazon have created apps for the popular iPhone which increase it&#8217;s sales on-line by providing an easy one click shopping experience for it&#8217;s customers. Other [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>M-Commerce or mobile e-commerce is at a similar evolutionary stage as early internet e-commerce and as yet it has not been harnessed to it&#8217;s fullest potential.</strong></p>
<p style="text-align: justify;">Some retailers such as Amazon have created apps for the popular iPhone which increase it&#8217;s sales on-line by providing an easy one click shopping experience for it&#8217;s customers. Other high street franchises such as Pizza Express have launched apps which lets you locate your nearest restaurant and book a table, even pay for your food via paypal&#8230;</p>
<p class="story-body" style="text-align: justify;">Mobiles have created an &#8220;always on society,&#8221;  where people are online and accessible 24/7. Mobile  platforms have become more than simple communications devices; they are  lifestyle assistants that enable people to connect, interact, inform and  influence. This we feel has contributed towards the downturn in high street sales as it is now so easy for people to check the price they are paying and make sure they are getting the best deal. We are seeing shoppers check prices on goods in shops to make sure it&#8217;s the best deal and if not, two clicks later their money goes to an online retailer for delivery two days later!</p>
<p style="text-align: justify;">Because of this, they are also an incredibly valuable piece of the  commerce puzzle &#8212; no other channel provides such a direct and  persistent connection to customers, partners, prospects and suppliers.</p>
<p style="text-align: justify;">We are actively working with the creation of not only iPhone applications but mobile commerce systems to enable on-line shopping via mobile browsers. If you are interested in having your website made mobile ready, call us on 0800 756 9975 for more details.</p>]]></content:encoded>
			<wfw:commentRss>http://www.awebserver.co.uk/iphone-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

