<?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>Wightfield</title>
	<atom:link href="http://www.wightfield.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wightfield.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 07 Dec 2011 13:20:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Domain name registration advice &#8211; which domains should you register?</title>
		<link>http://www.wightfield.com/design/domain-name-registration-advice/</link>
		<comments>http://www.wightfield.com/design/domain-name-registration-advice/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 08:59:54 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1707</guid>
		<description><![CDATA[As a general rule, if available, we would advise you to register both the .com and .co.uk. version of your domain name, and possibly the .org and the .net just to take them out of circulation.]]></description>
			<content:encoded><![CDATA[<p>As a general rule, if available, we would advise you to register both the .com and .co.uk. version of your domain name, and possibly the .org and the .net just to take them out of circulation. Only UK companies registered at Company House can register .plc.uk and .ltd.uk domains &#8211; if you are registering one of these two domains you must use your exact company name.</p>
<p>If you&#8217;re experiencing difficulties with regards to domain name ownership or transfer you should contact either <a href="http://www.nic.uk/">Nominet</a> (for .co.uk domains) or <a href="http://www.networksolutions.com/">Network Solutions</a> (for .com, .net &amp; .org domains) for assistance. For further information you can try Domain Magistrate and <a href="http://www.icann.com/">ICANN</a> and for details of domain ownership and status search <a href="http://www.internic.net/">Internic&#8217;s</a> database.</p>
<h2><strong>What if the domain you want is already taken?</strong></h2>
<p>Domain names and trademarks have completely separate registration systems. However, domain names can acquire trademark significance if they are used to identify the source of products or services. Having a trademark does not give you a right to a .com, .org, .net or .co.uk. Surprisingly, in the case of .co.uk domains, the owner doesn&#8217;t even have to be a business based in the UK.</p>
<h2><strong>How do domains work? </strong></h2>
<h3><strong>HTTP [Hyper Text Transfer Protocol]</strong></h3>
<p>Your web browser (typically Internet Explorer or Mozilla Firefox) asks the central US database (which holds all domains) to locate a domain, e.g. domain.co.uk, the database then tells your browser which domain name server (DNS) holds the relevant information for that particular domain, in this case, domain.co.uk. Your browser then contacts the DNS, which returns the IP address for domain.co.uk, which will be a series of numbers looking something like 255.134.323.43, identifying the location of the web server that stores your site&#8217;s internet files. The browser then requests the required file or files from the server, and the server delivers it to your browser for you to view as a page.</p>
<h3>SMTP [Simple Mail Transfer Protocol]</h3>
<p>Similar to HTTP, when you send an email to for example someone@domain.com, the central DNS server will transfer your message to the correct server where your email for the domain name will be handled.  Differing from HTTP, SMTP works via a separate port on the web server so the two requests are kept separate and depending on what email software is handling mail, messages are then stored in the appropriate folder for collection later.</p>
<div id="FurtherReading">
<h4>Further reading &amp; useful resources</h4>
<p><a href="http://www.123-reg.co.uk/affiliate.cgi?id=AF160586">www.123-reg.co.uk</a></p>
<p>Good and straightforward site for buying domain names. We buy ours here.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/domain-name-registration-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-commerce security</title>
		<link>http://www.wightfield.com/design/e-commerce-security/</link>
		<comments>http://www.wightfield.com/design/e-commerce-security/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:14:59 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1694</guid>
		<description><![CDATA[Get up to speed on the basics of e-commerce security.]]></description>
			<content:encoded><![CDATA[<p>The security of card transactions is critical to public confidence. You should have some words on your site explaining how you’re protecting your customers’ interests. If you invest in online payment processing, you never need handle confidential credit card data because the payment authorisation takes place between customer and payment processor.</p>
<p>However, if you take orders online for offline payment processing you must be aware of the security risks. Fears that a customer’s credit card details might be stolen en route from Web browser to merchant site are a red herring.</p>
<p>All information, an order for example, carried on the Internet is divided into many small packets of data which may or may not travel sequentially and may even use different routes to the destination. It is extremely unlikely that anyone would succeed (or even attempt), to garner individual transactions by monitoring traffic.</p>
<p>Additionally, all electronic transactions should be protected by encryption, scrambling the data so that it can only be deciphered by authorised systems. <a href="http://www.verisign.co.uk/products-services/security-services/ssl/index.html?sl=b41210145825026000">Secure Socket Layers</a> (SSL) has become the de facto standard for encryption. SSL produces the padlock or key symbol in the status line of browsers, indicating that the current operation is being made over a secure connection. But, SSL only encrypts data in transit from customer browser to merchant Web site and decrypts the data upon arrival at the Web server or other server to which it is redirected for storage or online transmission. Since multiple orders are likely to be aggregated at these points this does constitute an attraction to fraudsters and a security risk.</p>
<p><strong>Encryption worries<br />
</strong>The risk doesn’t disappear once the data arrives at your system. Gene Spafford, the author of several definitive works on Internet and e-commerce security, says, &#8220;Using encryption on the Internet is the equivalent of arranging an armoured car to deliver credit-card information from someone living in a cardboard box to someone living on a park bench.&#8221;</p>
<p>Physical theft from systems is not the only risk. Data can be lost through hardware failure, software errors, virus attacks, or human error. If you don’t have an up-to-date backup your entire business could be in big trouble.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/e-commerce-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-Commerce payment processors</title>
		<link>http://www.wightfield.com/design/e-commerce-payment-processors/</link>
		<comments>http://www.wightfield.com/design/e-commerce-payment-processors/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:14:19 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1692</guid>
		<description><![CDATA[The Merchant Service Providers term MSP refers to banks, Independent Sales Organisations, or other institutions that offer financial transaction processing, usually related to credit card sales. Many MSPs provide merchant accounts; others require customers to establish them independently.]]></description>
			<content:encoded><![CDATA[<h2><strong>Types of Merchant Accounts</strong></h2>
<p>The <strong>Merchant Service Providers</strong> term MSP refers to banks, Independent Sales Organisations, or other institutions that offer financial transaction processing, usually related to credit card sales. Many MSPs provide merchant accounts; others require customers to establish them independently.</p>
<h3><strong>Banks</strong></h3>
<p>When you&#8217;re ready to open a merchant account, the best place to start is with your local bank. If your business is less than 2 years old, you still should be able to establish a merchant account, provided you have a history, either business or personal, with that institution.</p>
<p>Generally, banks are viewed as the most secure and reliable option, but they also are more selective. Their rules often require that they limit the number of merchant accounts given to high-risk businesses. Since e-commerce businesses are generally considered high-risk by the card associations and by banks, some banks do not offer Internet merchant accounts. If they do, they may charge higher fees. Shop around to give yourself some leveraging power. If you locate lower fees elsewhere and present the discovery to your bank, your bank might agree to lower its charges just to keep your business.</p>
<p>Banks tend to shut down merchant accounts as a result of chargebacks without first working with the merchant to reduce the chargebacks. ISOs usually will offer advice and customer support to the merchant before they terminate an account.</p>
<h3><strong>Independent Sales Organisations </strong></h3>
<p>Most Independent Sales Organisations (ISOs) offer merchant accounts and the ability to process online credit card transactions in exchange for a transaction fee and a percentage of sales. Unlike banks, ISOs are generally more tolerant of high-risk accounts because they are not monitored or as tightly regulated. In fact, much of their business comes from companies that cannot obtain merchant accounts from banks directly.</p>
<p>Some ISOs are very reputable; some are not. Be especially wary of ISOs that do not require you to open a merchant account. This may be a sign of factoring &#8211; also known as laundering &#8211; in which you process your orders through a merchant account in the ISO&#8217;s name rather than your own, usually for an exorbitant fee.</p>
<p>Look out for suspicious rates. Complaints regarding ISO practices are on the rise. Some ISOs advertise extremely low discount rates in order to get your business then tack on undisclosed fees or increase rates without warning. Be wary when you see very low rates. If something looks too good to be true, it probably is!</p>
<p>Check for a seal of approval. Look for sites that carry the Better Business Bureau Reliability Seal. ISOs must meet specific standards to use this seal. While sites that don&#8217;t carry it aren&#8217;t necessarily fraudulent, its presence can be a good way to determine whether a company is legitimate.</p>
<h3><strong>Credit Card Processors</strong></h3>
<p>These companies are responsible for processing the credit card transactions &#8211; verifying, approving then transferring funds securely from one bank to another. They are not considered Merchant Account Providers per se, as they do not provide merchant accounts. Instead, they form relationships with banks and ISOs to integrate payment processing with merchant accounts.</p>
<h3><strong>Pitfalls &#8211; The Reserve</strong></h3>
<p>One of the most important points to cover is the reserve. The reserve is a fee which the processor will keep back as &#8216;insurance&#8217; against chargebacks and other problems. You will either have to pay the reserve (similar to a deposit) directly, or you will have a share of your transactions taken, on top of your commission.</p>
<p>Remember to ask your potential provider how they deal with the reserve issue. It&#8217;s important to ask, since after taking their commission, their reserve, and possibly their international handling charges as well as their monthly processing fee, you may end up with only 50% of every transaction! It&#8217;s important that you get all the facts and know what to expect. This can then help you price your goods and services more reasonably.</p>
<p>You may also find that if you take in more sales than you expected for the first few months after becoming a merchant, the bank may want to keep back some of your funds, so be optimistic about your projected income, and try to discover what you and your processor can do in varying scenarios, from good to bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/e-commerce-payment-processors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding web statistics</title>
		<link>http://www.wightfield.com/design/understanding-web-statistics/</link>
		<comments>http://www.wightfield.com/design/understanding-web-statistics/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:13:19 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1690</guid>
		<description><![CDATA[If you're investing in a web site you need to know how to review your web site statistics so you can evaluate your progress.]]></description>
			<content:encoded><![CDATA[<p>The understanding and analysing of web site stats can often be the subject of many lengthy debates. It is fundamental for all parties involved to have a clear and consistent understanding, as the answers to whether your organisation is getting a return on its investment and how can further development improve that return are hidden within these figures.</p>
<p>Below is a description of typical terms found within a web report and a brief overview of how it can be used.</p>
<h2>Hits</h2>
<p>A hit is accumulated for every page and individual page element that a visitor requests. Therefore a web page with text and two graphics and three images will accumulate six hits.</p>
<p>This figure is largely irrelevant as a web site with a large amount of images and graphics will result in a large hits figure that although indicative of the number of visitors, is not directly related.</p>
<h2>Visits</h2>
<p>This figure typically shows the number of visitors your site received. Some software will count the same person who visits on separate occasions as two visitors other software will only count unique visitors. This figure, in particular the unique visitor figure, is one of the most important. This will allow you to set your objectives and measure the success of campaigns around the number of increased monthly visitors.</p>
<h2>Requested pages</h2>
<p>These figures show the most and least popular web pages of your web site. Analysing which web pages were requested the most might indicate that you have a particular product or service that is more popular than you originally thought. Less popular areas may indicate accessibility, usability or navigational issues with your site.</p>
<h2>Entry and exit pages</h2>
<p>These show the first and last web pages viewed. A number of top entry pages will indicate good search engine placement. Visitors leaving half way through a process, i.e. completing a form, could indicate usability issues.</p>
<h2>Referring sites</h2>
<p>The &#8216;referrer&#8217; data shows where your visitors are coming from.&#8217;No referrer&#8217; indicates users that came directly to your site, by either typing in your web site address or choosing your site from their bookmarks. This information is very important and will able you to evaluate the performance of your promotional campaigns.</p>
<h2>Search keywords and phrases</h2>
<p>These are the keywords and phrases users have keyed into search engines in order to find your web site. This will show whether your search engine campaigns are effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/understanding-web-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content management system information</title>
		<link>http://www.wightfield.com/design/content-management-system-information/</link>
		<comments>http://www.wightfield.com/design/content-management-system-information/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:01:24 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1679</guid>
		<description><![CDATA[Regular website updating with valuable content and information is essential to encourage visitors to keep returning. Just as importantly, for the search engines to see the site as a valuable web information resource, content needs to stay fresh. Sites that remain stagnant with old stale content lose rankings rapidly.]]></description>
			<content:encoded><![CDATA[<p>Regular website updating with valuable content and information is essential to encourage visitors to keep returning. Just as importantly, for the search engines to see the site as a valuable web information resource, content needs to stay fresh. Sites that remain stagnant with old stale content lose rankings rapidly.</p>
<p>For this reason, the majority of sites we build contain some form of content management system element, plus we&#8217;re fairly unique in being able to offer a solution for all businesses and budgets.</p>
<p>Providing you have internet access, our content management systems enable live updating from any computer with a web browser, with the changes made appearing instantly. The systems are carefully designed to enable even the less technologically experienced to manage and control their entire website; there&#8217;s absolutely no need for extra software or complicated downloads.</p>
<p>Some of the standard features include:</p>
<ul>
<li><strong> secure log</strong> in from any web enabled PC</li>
<li><strong>user access permissions</strong>, controlling who can edit what</li>
<li>easy <strong>content browsing</strong> with a built-in content search</li>
<li>WYSIWYG (what-you-see-is-what-you-get) <acronym title="Hyper Text Markup Language"><strong>HTML</strong></acronym><strong> editor</strong></li>
<li>the<strong> ability to upload and manage a library</strong> of images, PDFs, Word documents and other downloadable documents</li>
<li>the ability to <strong>add, edit and delete sub section</strong> menus</li>
<li>website visitor <strong>statistics</strong></li>
<li><strong>web-mail</strong></li>
<li><strong>email list</strong> harvesting tools</li>
</ul>
<p>We&#8217;re also able to integrate any bespoke programming you require to integrate our system with your back-office systems thereby offering your business the most comprehensive and complete solution possible.</p>
<p>For further <a title="Content management system information" href="/contact/">content management system information</a> please click the link to contact us, we&#8217;ll be delighted to help you find the best solution for your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/content-management-system-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom e-commerce website design</title>
		<link>http://www.wightfield.com/design/custom-e-commerce-website-design/</link>
		<comments>http://www.wightfield.com/design/custom-e-commerce-website-design/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:00:40 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1677</guid>
		<description><![CDATA[If the off-the-shelf e-commerce solutions don't fully meet your business needs and what you really need is a custom e-commerce website design solution, we can help.]]></description>
			<content:encoded><![CDATA[<p>If the off-the-shelf e-commerce solutions don&#8217;t fully meet your business needs and what you really need is a custom e-commerce website design solution, we can help. We&#8217;ve built a number of custom e-commerce solutions for various clients that are robust, scaleable and extremely easy to manage, as well as being attractive and functional for the user.</p>
<p>A custom e-commerce website designed by us will conform fully to our high standards of <a title="The importance of website usability" href="/design/web-site-usability/">website usability</a>, ensuring the maximum <a title="Visitor conversion" href="/services/visitor-conversion-program/">conversion rate</a> of visitor to customer. Standard templates offered with many off-the-shelf solutions may not offer an exact fit with the customer profile and products, and so may not create the right impression &#8211; all of which can lead to a lost sale. A fully customised e-commerce website will resolve these issues and allow absolutely the maximum return on investment.</p>
<p>One of the most common flaws we&#8217;ve found with some ready-made solutions is the lack of attention given to search engine compatibility. To be sure of securing relevant site traffic, our custom designed e-commerce sites are designed for maximum compatibility with search engine spiders, meaning that all your products details are found, and effectively optimised.</p>
<p>For further information on our <a title="Custom e-commerce website design enquiry" href="/contact/">custom e-commerce website design</a> please click the link to contact us, we&#8217;ll be very happy to help you find the best solution for your needs.</p>
<h2>Off-the-shelf e-commerce</h2>
<p>For the simpler set-up or more limited budget, we offer WordPress, the excellent and full featured off-the-shelf e-commerce content management package that&#8217;s attractive and functional for the user, and versatile and very easy to manage and update for the client. If you have a business you think would work well on-line but you&#8217;re just not sure if you can risk the investment of a customised solution, this is an extremely cost effective and quickly set-up solution that fully caters for the needs of the majority of businesses.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/custom-e-commerce-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good web design advice</title>
		<link>http://www.wightfield.com/design/good-web-design-advice/</link>
		<comments>http://www.wightfield.com/design/good-web-design-advice/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:57:47 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1673</guid>
		<description><![CDATA[Good web design gives your business credibility. It shows that you value your visitors - you won’t earn their trust unless they feel that your site is a serious undertaking with a long-term future.]]></description>
			<content:encoded><![CDATA[<p>Good web design gives your business credibility. It shows that you value your visitors &#8211; you won’t earn their trust unless they feel that your site is a serious undertaking with a long-term future. A sophisticated, well designed site may well be your main (if not only) chance to make a good impression.</p>
<h2>Our good web design methodology</h2>
<p>At Wightfield Interactive, we believe in, and are passionate about our craft. Good web design is at the heart of our ethic. But &#8211; unlike some other agencies, we firmly believe there&#8217;s more to good web design than just pretty images on a web page &#8211; keep reading, and you&#8217;ll see why we&#8217;re different&#8230;</p>
<p>With each new challenge and assignment, we start with an analysis of need. What should we build, and why? Finding the correct answer to this question can be the hardest part of the design process and is best achieved by a meeting with the client’s marketing and IT staff, and ourselves. We’d expect this initial meeting to cover the following:</p>
<h3>Client business goals</h3>
<p>Establishing goals means asking questions. How do you make money? Even in the case of not-for-profit organisations, the answer to this question will help determine business objectives and specific functionality requirements.</p>
<h4><strong>Who are your most formidable competitors? </strong></h4>
<p>Answering this entails thorough research of the online marketplace and competitors’ offerings. Reviewing what they are (as well as what they&#8217;re not) doing can help define your own goals. Keeping up with the Joneses can be a pitfall &#8211; just because a competitor has chosen a particular route doesn’t mean it’ll suit your business.</p>
<h4><strong>How will success be measured?</strong></h4>
<p>It’s important to decide how the site’s success will be assessed. Establishing realistic targets and the methodology for monitoring them will help justify the investment and be an invaluable source of information for future developments.</p>
<h3>Brand integrity</h3>
<p>Ahead of the design stage, rationalisation of your brand values is an essential first step to ensure that site design is consistent with these values, and enhances them. Brand values include:</p>
<ul>
<li><strong>Brand promise</strong> &#8211; the primary benefit provided to customers that will separate what you offer from the competition</li>
<li><strong>brand attributes</strong> &#8211; the benefits that your customer receives from your products or services</li>
<li><strong>brand personality</strong> – how the brand is communicated to customers. For example, logo, identity, colours and design style.</li>
</ul>
<h3>The user&#8217;s goals</h3>
<p>Good web design will incorporate a thorough understanding of user goals &#8211; this is crucial to ensuring that the site achieves its objectives. If you&#8217;re unsure of the answers to the following questions, performing a customer survey or consulting a focus group could be invaluable.</p>
<ul>
<li>What are your clients’ expectations when visiting your web site?</li>
<li>What degree of technical skill do they have?</li>
<li>How do you currently interact with your clients and how can the web site be used to enhance this interaction?</li>
</ul>
<h3>Conclusion</h3>
<p>To conclude, we firmly believe and advise that good web design involves far more than just the layout of aesthetically pleasing images and text on a page. A full understanding of the market, the competitors, the customer, the product or service offered, along with the business goals and objectives <em>and</em> the design vision and corporate identity is wholly necessary in order to determine a clear and complete brief at the start of the project development.</p>
<p>Please don&#8217;t hesitate to contact us for further <a title="Good web design advice" href="http://www.wightfield.com/contact-us.asp">good web design advice</a> or more information on any of our services, or a free appraisal of your existing site &#8211; we&#8217;ll be delighted to help in any way we can.</p>
<div id="FurtherReading">
<h4>Further reading &amp; useful resources</h4>
<p><a title="Good web design first steps" href="http://www.wightfield.com/web-design-first-step.asp">Website design is only the first step</a></p>
<p>A common mistake by companies and entrepreneurs in their online ventures is&#8230;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/good-web-design-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to choose a web designer</title>
		<link>http://www.wightfield.com/design/how-to-choose-a-web-designer/</link>
		<comments>http://www.wightfield.com/design/how-to-choose-a-web-designer/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 13:55:05 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wightfield.com/?p=1667</guid>
		<description><![CDATA[If you're not an internet expert then choosing the most suitable supplier for your project can be a real headache. Our motivation in giving the following tips is to ensure that you choose the right supplier for your needs; if that happens to be us, then great!]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re not an internet expert then choosing the most suitable supplier for your project can be a real headache. Our motivation in giving the following tips is to ensure that you choose the right supplier for your needs; if that happens to be us, then great!</p>
<h2>Writing a brief</h2>
<p>A detailed brief is the best way to establish a level playing field, and enables easy comparison between the different designers&#8217; quotes. If you&#8217;re unsure how to go about producing a brief, one option is to approach one of the design companies you are asking to tender and invite them to write a brief for you. You should pay for this otherwise they may be less thorough and you might feel obliged to give them the work.</p>
<h2>Your budget</h2>
<p>You may think if you keep your budget to yourself then you will get a better price. In reality you are likely to get more for your money if you state your budget in the first place. It also makes it easy to evaluate which quotation is giving you the most for your money.</p>
<h2>Chemistry</h2>
<p>Chemistry is extremely important in any business relationship; the ability to understand, relate to and ‘get on’ with your supplier, will facilitate open and clear communications.</p>
<h2>Market sector experience</h2>
<p>Experience of producing other sites in your marketing sector can reduce the suppliers learning curve to understand your business. However, you are more likely to get a similar solution from a supplier with experience in your market, if you like their work then fine! It doesn&#8217;t mean than another supplier new to your market will not also produce an excellent solution.</p>
<h2>Approach</h2>
<p>Try to define the type of supplier you are looking for, not all web design companies are the same. Most fit into the following categories:</p>
<ul>
<li><strong>Technical</strong> &#8211; Established from a technical background, probably offer excellent technology but may be lack in design and marketing skills.</li>
<li><strong>Design</strong> &#8211; Often born out of traditional print design agencies and may not have in-depth knowledge of design for the internet and they may not have in-house technical expertise.</li>
<li><strong>Marketing</strong> &#8211; Focused on understanding your business, target audience and objectives but again may out-source production and programming.</li>
</ul>
<p>It does of course depend on your requirements as to which supplier is most suitable. As a rule a mixture of skills in all areas will be able to provide effective solutions to most requirements.</p>
<h2>Don&#8217;t pick on a sexy design</h2>
<p>A pretty site with sexy intro screens and animated navigational systems is unlikely to add as much value to your business as other more business led solutions. We are certainly not against Flash content when used appropriately, but it is so often abused by designers more interested in winning awards than making you money!<strong> Don&#8217;t forget £15 million is lost each year to <a href="http://www.wightfield.com/the-importance-website-usability.asp">usability issues</a>, make sure your site isn&#8217;t one of them!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/how-to-choose-a-web-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So what&#8217;s the big deal about logos?</title>
		<link>http://www.wightfield.com/design/logo-design/</link>
		<comments>http://www.wightfield.com/design/logo-design/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 16:24:37 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://e404themes.com/spicy/?p=185</guid>
		<description><![CDATA[Logos are extremely important. At the very least, they serve a practical purpose as a visual way of referring to your company on corporate documentation such as quotations, proposals, and invoices. However, logos are clearly much more than just that. Your company&#8217;s logo is its identity, its face, the first impression on the market. A logo is like a tiny advertisement for your company. It gives your customers and prospects an easy way of remembering who you are, and what you do. Developing a quality logo is not a simple task. Imagine trying to boil down all of your personality traits, interests, hobbies, and activities into one sentence that describes who you are as a person. The design of your logo should be focused on communicating the name of your company and what it does. You can add a tagline as part of your logo if the name of your company does not clearly state your business. A logo should: Please do contact us via the link below to discus your corporate design needs &#8211; we&#8217;ll be happy to answer any questions you may have on graphic design, web design, or any other of our services.]]></description>
			<content:encoded><![CDATA[<h2>So what&#8217;s the big deal about logos, how important are they?</h2>
<p>Logos are <em>extremely</em> important. At the very least, they serve a practical purpose as a visual way of referring to your company on corporate documentation such as quotations, proposals, and invoices.</p>
<p>However, logos are clearly much more than just that. <span id="more-185"></span>Your company&#8217;s logo is its identity, its face, the first impression on the market.</p>
<p>A logo is like a tiny advertisement for your company. It gives your customers and prospects an easy way of remembering who you are, and what you do.</p>
<p>Developing a quality logo is not a simple task. Imagine trying to boil down all of your personality traits, interests, hobbies, and activities into one sentence that describes who you are as a person.</p>
<p>The design of your logo should be focused on communicating the name of your company and what it does. You can add a tagline as part of your logo if the name of your company does not clearly state your business.</p>
<p>A logo should:</p>
<ul class="img-list ico-arrow">
<li>attract attention, and then leave an impression</li>
<li>create a look that is unique and distinguishable</li>
<li>reflect the overall &#8220;feel&#8221; of the company it represents</li>
<li>promote a feeling of authenticity and professionalism</li>
</ul>
<p>Please do contact us via the link below to discus your corporate design needs &#8211; we&#8217;ll be happy to answer any questions you may have on <a href="/contact/">graphic design</a>, <a href="/services/web-site-design/">web design</a>, or any other of our services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/design/logo-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web site accessibility</title>
		<link>http://www.wightfield.com/news/website-accessibility/</link>
		<comments>http://www.wightfield.com/news/website-accessibility/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 16:21:04 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[breaking]]></category>

		<guid isPermaLink="false">http://e404themes.com/spicy/?p=183</guid>
		<description><![CDATA[Web accessibility is about . Section III of the DDA, which refers to Accessiblity standards in web design, came into force on which means that the Well, probably. The RNIB (Royal National Institute for the Blind) claim that they&#8217;ve considered taking up a number of legal cases against organisations in regard to their non accessible websites. When the issue was raised, the companies in questions typically made the necessary changes, rather than facing legal action. Courts will no doubt take guidance from an Australian case in 2000, when a blind man successfully sued the Sydney olympics organising committee over accessibility issues with their website. 1.7 million people in the UK are blind or partially sighted; two-thirds of these are over the age of 60, constituting a significant chunk of &#8216;Silver Surfers&#8217;, who form the fastest growing user group of the Internet. Not only does making your website fully standards compliant and accessible increase your market, but it goes hand in hand with other benefits such as increased usability, quicker download speed, compatibility with new browsing technologies for PDAs, as well as improved search engine positioning. Clear planning is the essential first step. Feel free to contact us for more information on accessible web design; we&#8217;ll be happy to answer any questions you may have on this or any of our other services. Click the link for a free, no obligation web accessibility evaluation.]]></description>
			<content:encoded><![CDATA[<p>Web accessibility is about <strong>designing a website to be accessible to all Internet users (both disabled and non-disabled)</strong>. <a title="Download a pdf accessibility standards in web design document (676kb)" href="http://www.drc-gb.org/open4all/law/Code%20of%20Practice.pdf">Section III</a> of the <acronym title="Disability Discrimination Act">DDA</acronym>, which refers to Accessiblity standards in web design, came into force on <strong>1st October 1999</strong> which means that the <strong>majority of websites are already in breach of the law!</strong><span id="more-183"></span></p>
<h3>The relevant quotes from the 175-page code of practice are: </h3>
<ul class="img-list ico-arrow">
<li>2.2 (p7): The Disability Discrimination Act makes it unlawful for a service provider to discriminate against a disabled person by &#8220;&#8230;refusing to provide any service which it provides to members of the public.&#8221; </li>
<li>4.7 (p39): &#8221; From 1st October 1999 a service provider has to take reasonable steps to change a practice which makes it unreasonably difficult for disabled people to make use of its services.&#8221; </li>
<li>2.13 &#8211; 2.17 (p11-13): &#8220;What services are affected by the Disability Discrimination Act? An airline company provides a flight reservation and booking service to the public on its website. This is a provision of a service and is subject to the act.&#8221; </li>
<li>5.23 (p71): &#8220;For people with visual impairments, the range of auxiliary aids or services which it might be reasonable to provide to ensure that services are accessible might include &#8230; accessible websites.&#8221; </li>
<li>5.26 (p68): &#8220;For people with hearing disabilities, the range of auxiliary aids or services which it might be reasonable to provide to ensure that services are accessible might include &#8230; accessible websites.&#8221; </li>
</ul>
<h2>Can you be sued?</h2>
<p>Well, probably. The RNIB (Royal National Institute for the Blind) claim that they&#8217;ve considered taking up a number of <strong>legal cases against organisations</strong> in regard to their non accessible websites. When the issue was raised, the companies in questions typically made the necessary changes, rather than facing legal action.</p>
<p>Courts will no doubt take guidance from an Australian case in 2000, when a <strong>blind man successfully sued the Sydney olympics</strong> organising committee over accessibility issues with their website.</p>
<h2><span class="intro">On a positive note&#8230;</span></h2>
<p>1.7 million people in the UK are blind or partially sighted; two-thirds of these are over the age of 60, constituting a significant chunk of &#8216;Silver Surfers&#8217;, who form the fastest growing user group of the Internet.</p>
<p>Not only does making your website fully standards compliant and accessible increase your market, but it goes hand in hand with other benefits such as increased usability, quicker download speed, compatibility with new browsing technologies <acronym title="Personal Digital Assistant">for PDAs,</acronym> as well as improved search engine positioning.</p>
<h2><span class="intro">The next steps in making your site accessible </span></h2>
<p>Clear planning is the essential first step. Feel free to contact us for more information on <a title="Accessible web design information" href="/contact/">accessible web design</a>; we&#8217;ll be happy to answer any questions you may have on this or any of our other services. Click the link for a free, no obligation <a title="Web accessibility evaluation form" href="/contact/">web accessibility evaluation</a>.</p>
<hr class="divider-full" />
<div class="info_box info_box1 rounded">
<div class="content_box">
<p>
<strong>Further reading </strong></p>
<ul class="img-list ico-arrow-right">
<li><a title="New guidance from Disability Rights Commission &amp; British Standards Institution" href="http://www.out-law.com/default.aspx?page=4996">New guidance from Disability Rights Commission &amp; British Standards Institution</a></li>
<li><a title="W3C web accessibility guidelines" href="http://www.w3.org/TR/WAI-WEBCONTENT/full-checklist.html">W3C web accessibility guidelines </a></li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wightfield.com/news/website-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

