<?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>Design Brief | Website Design &amp; Hosting</title>
	<atom:link href="https://www.cognisant-hosting.com/tag/design-brief/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cognisant-hosting.com</link>
	<description>Web Design &#38; Hosting Costa del Sol</description>
	<lastBuildDate>Wed, 04 Feb 2026 18:43:31 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://www.cognisant-hosting.com/wp-content/uploads/2020/02/cg_favicon.png</url>
	<title>Design Brief | Website Design &amp; Hosting</title>
	<link>https://www.cognisant-hosting.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How not to become your developer&#8217;s hostage!</title>
		<link>https://www.cognisant-hosting.com/how-not-to-become-your-developers-hostage/</link>
		
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Thu, 19 Nov 2020 12:39:51 +0000</pubDate>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Design Brief]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://www.cognisant-hosting.com/?p=7910</guid>

					<description><![CDATA[<p>You have this great idea for a website, or Mobile app, or a software; and you choose a developer to make this fabulous product for you. Exciting times, and great adventure until something goes wrong, and you find you are held with a gun against [&#8230;]</p>
La entrada <a href="https://www.cognisant-hosting.com/how-not-to-become-your-developers-hostage/" data-wpel-link="internal" rel="noopener noreferrer">How not to become your developer’s hostage!</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></description>
										<content:encoded><![CDATA[<p>You have this great idea for a website, or Mobile app, or a software; and you choose a developer to make this fabulous product for you. Exciting times, and great adventure until something goes wrong, and you find you are held with a gun against your head!!</p>
<p>Sadly we see this too often. With clients at their wits end, their business in disarray, and nobody can help them, or more to the point, nobody wants to get involved.</p>
<p><span id="more-7910"></span></p>
<h2 class="burgundy">So what goes wrong and how can customers avoid this?</h2>
<p>All websites and applications are made using code. There is a good reason it is called “Code”. Code by definition is a secret language, which enables only those who know the code to understand it.</p>
<p>So if you do not have documentations detailing the code, you are in deep trouble, as you cannot decipher the code and nor can anyone else.</p>
<h3 class="burgundy">What Documents do you need?</h3>
<p>Web development or any other kind of software development needs to be documented and these are the documents you need.</p>
<h4 class="burgundy">1. Requirements Documents</h4>
<p>The best advice for everyone working with a developer, is to make sure that they document what they require the software, or the website to do. It is absolutely essential.</p>
<p>We know this is boring, but being a hostage later is not much fun either!</p>
<p>Sit down with your team and define:</p>
<ul>
<li>What you need to achieve?</li>
<li>What functionality your website or software MUST have?</li>
<li>What functionality is nice to have?</li>
<li>What are the “What if” scenarios?</li>
<li>What do you want to happen in each case?</li>
</ul>
<p>Hopefully you get the picture, but you must document these. It not only helps your developer understand your needs and expectations, it also helps you avoid any misunderstanding and disputes.</p>
<p><a title="How to Create a Website Design Brief" href="https://www.cognisant-hosting.com/create-website-design-brief/" target="_blank" rel="noopener noreferrer" data-wpel-link="internal">Here are some guidelines on what your “Requirements” document should include.</a></p>
<h4 class="burgundy">2. User Manual</h4>
<p>When the development is finished, insist on a user manual. Your user manual should have a clear description “How to do things”, and where necessary screen-shots, flow charts, etc.</p>
<p>This will help you train staff in the future, but also if you ever need to add functionality, or request a bug fix, you have a reference point. Remember the very definition of a bug is “when the software does not behave as described in the manual”. If there is no manual, there can never be a bug, which explains why some developers are reluctant to provide you with such a document.</p>
<h4 class="burgundy">3. Code Documentation</h4>
<p>This can only be done at the end of the project, and it should be a supplement to your user manual, which describes “How things are done” within the software.</p>
<p>For example it should describe what PHP calls are made, or scripts are run, when you press a specific button, or what scripts/php calls are used to deliver the results and make the functionality, well&#8230;, function!!</p>
<p>This is a critical document as it allows your developers to identify problems, or add supplementary functionality. Additionally, this allows other developers to help you if you ever need to go to someone else for help (which explains another reason developers are not so keen to provide this).</p>
<h3 class="burgundy">Why do some developers not do this?</h3>
<p>There are 2 major reasons some developers do not like this approach.</p>
<p>Firstly, most engineers are reluctant to do this as it is boring and tedious work, but this is also a time consuming and therefore expensive process.</p>
<p>Secondly, by not providing documentation, it ties the client to the original developer, which means any future problem solving, or enhancement to the product, can only be done by the original developer. If 3rd party technicians attempt to do any work, they have to reverse-engineer the code so that they can decode what is going on inside the magic box. Remember it is code, and if you cannot decode it, you cannot support it. Reverse-engineering a product with documentation is difficult enough, but doing it without is time consuming, painful, and not always successful, hence costly.</p>
<p>Developers may ask for more money for documentation, which is reasonable as this is extra work. However, this is well worth paying as you will save in the long run.</p>
<h2 class="burgundy">Summary</h2>
<p>Documentation for your bespoke software, website, or additional functionality is critical. Miss this part and you will be held hostage. Most experienced developers will not touch an undocumented software as they have no idea what the outcome might be!</p>
<p>Ask for documentation as part of your bidding process, and ensure you get the correct documentation before you pay for the work in full.</p>
<p>If your potential developer will not offer this service, or refuses to “get involved”, we recommend you walk away and find someone else or <a href="https://www.cognisant-hosting.com/contact.html" data-wpel-link="internal" rel="noopener noreferrer">contact us</a>. If you do not, you will pay a heavy prices later.</p>La entrada <a href="https://www.cognisant-hosting.com/how-not-to-become-your-developers-hostage/" data-wpel-link="internal" rel="noopener noreferrer">How not to become your developer’s hostage!</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Brochure Websites</title>
		<link>https://www.cognisant-hosting.com/brochure-websites-the-power-of-ridiculousness/</link>
		
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Wed, 08 Jan 2020 09:13:25 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design Brief]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://www.cognisant-hosting.com/5-reasons-your-website-needs-an-online-booking-system-copy/</guid>

					<description><![CDATA[<p>Brochure Websites – The Power of Ridiculousness Brochure websites have suddenly become a buzzword in the Web Design fraternity, and to be frank we are puzzled by this trend. In essence, this is Pleonasm (also known as Superfluous Adjectives), where people use unnecessary words or [&#8230;]</p>
La entrada <a href="https://www.cognisant-hosting.com/brochure-websites-the-power-of-ridiculousness/" data-wpel-link="internal" rel="noopener noreferrer">Brochure Websites</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></description>
										<content:encoded><![CDATA[<h2 class="burgundy">Brochure Websites – The Power of Ridiculousness</h2>
<p>Brochure websites have suddenly become a buzzword in the Web Design fraternity, and to be frank we are puzzled by this trend. In essence, this is Pleonasm (also known as Superfluous Adjectives), where people use unnecessary words or adjectives such as &#8220;Wet Water&#8221;, or &#8220;Wet Rain&#8221;, to describe something that is inherently obvious.</p>
<p class="burgundylinks">We have written in broad terms on this subject before (<a href="https://www.cognisant-hosting.com/difference-between-brochure-and-website/" target="_blank" rel="noopener noreferrer" data-wpel-link="internal">The difference between Brochure and Website</a>), but here we explain why the term “Brochure Website” is ridiculous, and any experienced marketing professional should be able to see straight through this hyperbole.</p>
<p><span id="more-3947"></span></p>
<h3 class="burgundy">What is the Definition of a Brochure Website?</h3>
<p>Having carried out searches in Google and other Search engines, we came across a lot of very interesting definitions, which all can be summarised as:</p>
<p><em> “Brochure websites give a comprehensive view of your company&#8217;s Products and Services, in a creative and imaginative manner, in a digital format, instead of a printed version.”</em></p>
<h3 class="burgundy">What is a website definition?</h3>
<p>We thought long and hard, and could not come up with a better definition than:</p>
<p><em> “A website should give a comprehensive view of your company&#8217;s Products and Services, in a creative and imaginative manner, whilst enabling your visitor to easily find the information they need, interact with your company, or make a purchase.”</em></p>
<p>Compare the two. Can you see any substantive differences between these descriptions? Nor can we, other than the ability to interact, but we can see significant differences between a Printed Brochure vs a Website.</p>
<p>Using a &#8220;Brochure Website&#8221; is the same as calling Water,  &#8220;Wet Water&#8221;!!</p>
<h3 class="burgundy">What are the differences between a Printed Brochure and a Website?</h3>
<p>The list is long but we think these are the key differences in this context.</p>
<h4 class="burgundy" style="padding-left: 40px;">Layout</h4>
<p style="padding-left: 40px;">Printed brochures are restricted to the paper sizes (A4, A3, A5, etc.). Additionally, printed materials are susceptible to “Fold Bias”, where information above the fold is more prominent, whilst below the fold is often ignored or not noticed by many readers.</p>
<p style="padding-left: 40px;">Websites have no limitation in size, as scrolling has now become an acceptable way of using a website. This means content producers need not worry about “Fold Bias”, as there are no folds as long as your content is interesting, relevant, and clearly signposted.</p>
<h4 class="burgundy" style="padding-left: 40px;">Shelf-life</h4>
<p style="padding-left: 40px;">Printed materials have a limited shelf-life, as their content can quickly go out of date and become irrelevant. Producing fresh and updated printed materials is costly, time consuming, and expensive to re-distribute.</p>
<p style="padding-left: 40px;">Website content can easily be updated, and as often as necessary, so the content can always be relevant and up-to-date. The cost of distribution is negligible as long as the website is properly optimised (SEO).</p>
<h4 class="burgundy" style="padding-left: 40px;">Interactive</h4>
<p style="padding-left: 40px;">Brochures should contain contact details such as the company&#8217;s address, telephone number, website, and email address. However, this does mean potential customers need to take deliberate and additional action to contact the company via the information provided.</p>
<p style="padding-left: 40px;">Websites are interactive, so whilst online the client can contact using the contact form, or if available, use a Live Chat Function to contact a real person for question and answer session, or real time engagement.</p>
<p style="padding-left: 40px;">Brochures are non-interactive, they also do not provide any kind of engagement with the potential clients. They are reliant on the potential clients to take action, whilst Website enable the company to take the initiative once a visitor arrives. These include initiating Chat Sessions, Re-marketing Actions, Push Banners, Dynamic Content Response, etc.</p>
<h4 class="burgundy" style="padding-left: 40px;">Data</h4>
<p style="padding-left: 40px;">Websites can provide a rich source of data on consumers, and consumer behaviour. From discovering consumer&#8217;s preferred search terms, to interactions with the website, the data provides enormous opportunity for professional marketeers to take active action and respond to changing demands. Brochures are very much &#8220;Spray and Pray&#8221;, with no or little feedback mechanism.</p>
<h4 class="burgundy" style="padding-left: 40px;">Push vs Pull</h4>
<p style="padding-left: 40px;">Brochures and printed marketing materials are usually used for “Push” marketing, where information is provided in order to create demand.</p>
<p style="padding-left: 40px;">Websites are “Pull” marketing as with the advent of Search Engines, Pay-Per-Click, and Social Media; businesses can respond to demand and “pull” potential consumers to their website.</p>
<h2 class="burgundy">Summary</h2>
<p>We recognise that sometimes in marketing language we need to go Off-Piste, in order to create differentiation and clarity, but this new trend of distinguishing a “Brochure Website” from any standard “Website” is just going off the cliff!</p>
<p>As you can see from the above, websites offer vast options of function and the possibilities for interaction, which Brochures simply cannot achieve. Attempting to recreate a brochure as a website is truly a marketing folly, and missed opportunity, as well as missing the point.</p>
<p class="burgundylinks">For information on how to create an effective and revenue generating website without the nonsense talk, <a href="https://www.cognisant-hosting.com/contact.html" data-wpel-link="internal" rel="noopener noreferrer">Contact us</a> for a no obligation first consultation.</p>La entrada <a href="https://www.cognisant-hosting.com/brochure-websites-the-power-of-ridiculousness/" data-wpel-link="internal" rel="noopener noreferrer">Brochure Websites</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mobile App is not Just for Christmas!</title>
		<link>https://www.cognisant-hosting.com/mobile-app-is-not-just-for-christmas/</link>
		
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Thu, 10 Oct 2019 11:25:15 +0000</pubDate>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Design Brief]]></category>
		<category><![CDATA[Responsive]]></category>
		<guid isPermaLink="false">https://www.cognisant-hosting.com/make-me-a-website-like-airbnb-copy/</guid>

					<description><![CDATA[<p>Mobile App is a major undertaking &#8211; Don&#8217;t treat it lightly In the world awash with Mobile Apps, it is amazing how many requests we get for creating a new Mobile Application. Whilst this is great business for us, usually clients are unaware of the [&#8230;]</p>
La entrada <a href="https://www.cognisant-hosting.com/mobile-app-is-not-just-for-christmas/" data-wpel-link="internal" rel="noopener noreferrer">Mobile App is not Just for Christmas!</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></description>
										<content:encoded><![CDATA[<h2 class="burgundy">Mobile App is a major undertaking &#8211; Don&#8217;t treat it lightly</h2>
<p>In the world awash with Mobile Apps, it is amazing how many requests we get for creating a new Mobile Application.</p>
<p>Whilst this is great business for us, usually clients are unaware of the potential costs of development and the costs of ongoing maintenance involved in owning a Mobile Application. Before anyone embarks on a Mobile Application Development projects, there are a number of key areas they need to consider.<br />
<span id="more-3944"></span></p>
<h3 class="burgundy">Why do you need a Mobile Application?</h3>
<p>This is a fundamental question you need to ask before committing to an ongoing project of development of an application and maintenance.</p>
<p>If you have a well-designed Responsive Website, then it is questionable that you need an App for your visitors. A well-thought out and well-designed website, should be easy to use on a mobile device, as well as offering all the functionality that your website offer to a desktop user to your mobile user.</p>
<p>Many apps have been developed for either internal use by staff, or for the users of the service your company offers online. Not withstanding the above comment about your website design, there are some services that Mobile Applications can enhance. These include Banking, where mobile apps can offer additional security for transactions, online e-commerce platforms that can offer order tracking on the move, etc.</p>
<p>It is really very important to consider what you can offer on your mobile application that you cannot offer on your website, which will also be of value to the users to entice them to download and use your Mobile App.</p>
<h3 class="burgundy">Requirements Brief</h3>
<p>Just like websites, or any software, it is futile to start a project with a blank piece of paper. You need to describe and document your requirements in full, before a developer can consider giving you a valid timescale and price.</p>
<p>We all hear about escalating costs of digital projects, but the reason most projects overrun their time and budget is the dreaded “Blank Page” for requirements. If there is no detailed requirements document, then don&#8217;t blame your developer for exceeding your original budget or timescales.</p>
<p>Lack of detailed Requirements Document is the biggest reason for project failures, cost overrun, and project time overrun.</p>
<h3 class="burgundy">Operating System – Android or iOS?</h3>
<p>It stands to reason that you are best to cover both variants if you are going to sell your Mobile App, or make it available to your customers, as you have no control over the platform in use by the consumers.</p>
<p>For internal projects, it is possible to limit the operating system to one or the other, if your company does not operate BYO (Bring Your Own) device policy. Assuming your company provides smartphones for staff usage, then you only need to develop for whichever operating system you use for the smartphones you provide to your staff.</p>
<h3 class="burgundy">Updates and Maintenance</h3>
<p>You need to recognise that once the original Mobile Application project is complete, you will still need to maintain and enhance the software. There are 2 drivers for updated :</p>
<ol>
<li>New Functionality – Business environment is not static, which means new requirements come to light, as well as requirements that you had not anticipated will come to play. So onward developments is part of the commitment when you develop a Mobile Application.</li>
<li>Operating System Updates – Currently Android and iOS have at least one major updates per year, plus interim releases for bug-fix and security patches. Your Mobile Application needs to be tested against the minor Operating System releases, but will also need to be recertified by Google and Apple for new major releases. If you do not keep up with these changes, your application may be withdrawn from their respective official stores (Google Play and Apple Store).</li>
</ol>
<h2 class="burgundy">Summary</h2>
<p>Mobile Applications are not for the faint-hearted, and require ongoing commitment, which in turn requires ongoing costs. Before you embark on a Mobile App project, you need to make sure you have a sound financial case, with realistic cost-benefit analysis, which considers not only the first stage of a product being launched, but also the upkeep of the product.</p>
<p class="burgundylinks"><a href="https://www.cognisant-hosting.com/hosting/contact.html" data-wpel-link="internal" rel="noopener noreferrer">cContact us</a> and we can help you create a <a href="https://www.cognisant-hosting.com/create-website-design-brief/" data-wpel-link="internal" rel="noopener noreferrer">Requirements and Technical brief</a> (see our articles on this), and help you develop a sound and useful Mobile App.</p>La entrada <a href="https://www.cognisant-hosting.com/mobile-app-is-not-just-for-christmas/" data-wpel-link="internal" rel="noopener noreferrer">Mobile App is not Just for Christmas!</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Art of Lazy Web Design!</title>
		<link>https://www.cognisant-hosting.com/the-art-of-lazy-web-design/</link>
		
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Tue, 17 Jul 2018 09:43:54 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design Brief]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://www.cognisant-hosting.com/why-you-need-to-review-your-website-regularly-copy/</guid>

					<description><![CDATA[<p>Websites do not appear from thin air! Usually, an event in the week prompts us to write a blog. The event this week was getting another email from another potential client which included the following line: “I am so frustrated that I have wasted so [&#8230;]</p>
La entrada <a href="https://www.cognisant-hosting.com/the-art-of-lazy-web-design/" data-wpel-link="internal" rel="noopener noreferrer">The Art of Lazy Web Design!</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></description>
										<content:encoded><![CDATA[<h2 class="burgundy">Websites do not appear from thin air!</h2>
<p>Usually, an event in the week prompts us to write a blog. The event this week was getting another email from another potential client which included the following line:</p>
<p><em>“I am so frustrated that I have wasted so much money with a developer and now I can&#8217;t get hold of him. There is tons of bugs we need to fix, and nobody wants to touch our website. Can you help?”.</em></p>
<p>This is not unique, as we get many variations of emails and calls for help like this, and most of the time we turn them down! Don&#8217;t get us wrong, we are keen on getting new business and making money, but we know when we should back off because we know the pain that comes with taking over a lazy design job! <span id="more-3096"></span></p>
<p>Web design is supposed to be fusion of the customer&#8217;s needs with creative and technical solutions. The problem is most customers do not want to invest time to define their needs, because it is too time consuming and not very exciting! The web developers try to second guess the needs, and most of the time they miss it by a mile! Everyone gets disappointed, frustrated, and nothing really gets done.</p>
<p>The root cause of these problems is not a single issue but the unholy alliance of multiple factors namely:</p>
<h3 class="burgundy">Lack of Brief</h3>
<p class="burgundylinks">Some clients do not have the time to write a brief nor are they prepared to pay someone to do it. In our previous articles we have stressed how critical this is, and <a href="https://www.cognisant-hosting.com/create-website-design-brief/" data-wpel-link="internal" rel="noopener noreferrer">why it is so important to define what is needed.</a></p>
<p class="burgundylinks">Unfortunately majority of websites you come across did not start their life with a brief, (no sruprises there!). All because nobody took the time to document what they wanted their website to do.</p>
<h3 class="burgundy">Referral Website</h3>
<p>To short cut this process, many clients take the easy route and tell the developer to check out a website that they like and “Make a website like XYS”.</p>
<p>Not withstanding Copyright issues, this is all very well when discussing aesthetic design, but this is of no use when it comes to functionality.</p>
<p>Most back office functionality of a website are hidden, and only become apparent once you subscribe to the service or make a purchase. Even then, you are unlikely to see all eventualities and “What if” scenarios.</p>
<p>The favourite of referral websites are AirBnB and Amazon (we probably get one request a week for these). We all use Amazon and some of us use AirBnB, but can you honestly say you know exactly how the reverse logistics in Amazon works? Or how the system handles cancellation on AirBnB? How about the way Payment process, user verification, calendar synchronisation with Channel Managers, etc. works on AirBnB?</p>
<p>Usually when we see this we tend to run a mile in the opposite direction!</p>
<h3 class="burgundy">Cost Cutting</h3>
<p>Customers want to save money, which is understandable. Who doesn&#8217;t want to save money?</p>
<p>However, there is a cost involved in finding out the functionality of a referral website. This is called time, which any reputable and experienced developers will not give you for free. Experienced developers know all the pitfalls of “Referral Website” process. They know there are hidden “Poisoned Pills” somewhere along the process, and sooner or later they will have to take it!</p>
<p>Generally experienced developers will walk away from any project that is not well defined. This means the customer ends up with inexperienced chancers, which is a high risk strategy. Sometimes these risks pay-off and the customer gets a great website, but more often than not, the project comes to a grinding halt.</p>
<h2 class="burgundy">The Solution</h2>
<h3 class="burgundy">Documentation</h3>
<p class="burgundylinks">There are 2 documentation processes that are critical in development of any website or software project.</p>
<ol>
<li>Requirements Capture – This document specifies the requirements of the customer in precise and comprehensive manner including all the “What if” scenarios as well as any branding guidelines, design guidelines, functionality, process, etc. <a href="https://www.cognisant-hosting.com/create-website-design-brief/" data-wpel-link="internal" rel="noopener noreferrer">Read our guide on how to create a Design Brief</a>.</li>
<li>Code Documentation – This comes at the end of the project where the developers document how the functionality and design defined in the Requirements Capture document is being delivered. This includes all the codes, JavaScript, Ajax Calls, etc. in precise detail.</li>
</ol>
<p>Both these processes cost time and money, so don&#8217;t expect them to be included in the cheapest bid. Also be warned, when it comes to updates, troubleshooting, bug fixing, etc., nobody can help you if you cannot provide these documents. Engineers will be looking for a needle in a haystack and that is not a cheap request!</p>
<h2 class="burgundy">Summary</h2>
<p>Sorry, there is no lazy way!! Any website or software development project needs the following clearly defined:</p>
<ul>
<li>The Outcome – What it is you are trying to achieve and what is the purpose of your website? Not all websites are selling things, and not all are e-commerce. However, one thing is for sure, there is no such thing as a “Standard Website”. There is no cookie-cutter for websites, and you will only find that out once you have a cookie-cutter website made for you!</li>
<li>The Journey – Be very clear about what you need your visitors to experience. From the moment they arrive to the moment they leave, what steps do you want them to take.</li>
<li>The Process – Define the processes you need for order taking, payment, shipment, notifications, tracking, reverse logistics, post-purchase, and help/intervention.</li>
<li>Document, Document, Document – Developers are quite smart, but they are not mind readers! Unless you document precisely what you want, don&#8217;t expect it to just happen magically. However, once the project is complete, make sure they document their work.</li>
</ul>
<p class="burgundylinks">If you don&#8217;t have time to do these things, consider our <a href="https://www.cognisant-hosting.com/hosting/website-design.html" data-wpel-link="internal" rel="noopener noreferrer">Web Design Service</a> for your business.</p>La entrada <a href="https://www.cognisant-hosting.com/the-art-of-lazy-web-design/" data-wpel-link="internal" rel="noopener noreferrer">The Art of Lazy Web Design!</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why you need to review your website regularly?</title>
		<link>https://www.cognisant-hosting.com/why-you-need-to-review-your-website-regularly/</link>
		
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Sun, 17 Jun 2018 10:41:39 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design Brief]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://www.cognisant-hosting.com/why-you-should-use-wordpress-child-theme-copy/</guid>

					<description><![CDATA[<p>When did you last review your website content? Most companies treat their website as a one-off project. Everybody gets excited when a new website build project is underway, lots of new ideas get thrown in, and once it goes live everyone wants to show it [&#8230;]</p>
La entrada <a href="https://www.cognisant-hosting.com/why-you-need-to-review-your-website-regularly/" data-wpel-link="internal" rel="noopener noreferrer">Why you need to review your website regularly?</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></description>
										<content:encoded><![CDATA[<h1 class="burgundy">When did you last review your website content?</h1>
<p>Most companies treat their website as a one-off project. Everybody gets excited when a new website build project is underway, lots of new ideas get thrown in, and once it goes live everyone wants to show it off. A few months down the line, everyone moves on to new projects and new things to get excited about.</p>
<p>The website becomes last year&#8217;s Christmas present that nobody even remembers who gave it to them, assuming they can even find it!</p>
<p>The content gets old and irrelevant, the functionality does not meet customer&#8217;s new expectations, new product or services are not on the website, so very quickly it becomes an abandoned site with little use to man or beast. <span id="more-3073"></span></p>
<h2 class="burgundy">What to review?</h2>
<p>For your website to continue to perform and deliver results it must remain relevant to your business and your customers. Here is what you need to regularly review on your website:</p>
<h3 class="burgundy">Content</h3>
<p>Content soon goes out of date. We have come across websites with products and prices going back to 3 years! Some of the products are obsolete and in some cases the subject matter is way out of date, specially if your product or service is in the fast moving technology sector.</p>
<p>You should avoid culling pages as pages give you Google Authority, so either rewrite them to reflect the current offering, or redirect them to a new page with new products, services, or information that is relevant today. Alternatively, put a link to a be new page on the subject with &#8220;See our update on this subject&#8221; or &#8220;we have replaced this product, click here to find out more&#8221;.</p>
<h3 class="burgundy">Sales Cycle</h3>
<p>In seasonal businesses such as hospitality or travel, you need to make sure your website presents the booking/sales cycle not the travelling cycle. They are usually out of synch, so no good showing Spring offers in June, as people are looking to book for Summer and Autumn not Spring.</p>
<p>If you are showing Skiing offers during the Skiing Season, don&#8217;t you think you may have missed the boat? Skiers would have booked their holiday months before.</p>
<p>Same applies to Real Estate, Furniture/Furnishing, car sales, etc., as you need to line up your sales to catch the early wave instead of playing catchup with your season. Your website should be part of this marketing process.</p>
<h3 class="burgundy">Keywords</h3>
<p>Review your keyword focus and check if they are still relevant. Are you still optimising for “Mobile Phone” when people are now searching for “Smartphone”? Or if you are in automotive industry do you have anything on the subject of EV (Electric Vehicles)?</p>
<p>Times change, and lexicon in use also changes, so make sure you follow the new language that is in common use and reflect the new trends and buzzwords.</p>
<h3 class="burgundy">Images</h3>
<p>Some images go out of date very quickly and show their age hence they “carbon date” your content. If you are still showing Desktops with Windows XP screens, or folding mobile phones in people&#8217;s hands, or Rover 800 sitting in your car park, you might want to think about new photos. This kind of details give subliminal messages that are hard to define but impact visitor&#8217;s judgement and view of your business.</p>
<h3 class="burgundy">Navigation &amp; Content Map</h3>
<p>Review the content map and navigation logic. Check if the relevant information for today&#8217;s environment is visible and easily accessible. As demands for products and services changes, you need to rethink your content map and the order you present your information to visitors on your navigation bar.</p>
<p>Make sure you prioritise information in order that they are most accessible to visitors in the most relevant manner. Experiment and track the results so that you can verify what works best for your customers.</p>
<h3 class="burgundy">Statistics</h3>
<p>Google Analytics provides a wealth of data for website owners. However, as usual there is a big difference between Data and Information. Data is statistics without context, but information is when data is put in context with reasonable assumptions that can help make decisions with fair degree of certainty.</p>
<p>Get to know Google Analytics tools, and learn how to use them. If you do not have time, contract a company to do it for you as there is invaluable information hidden in this mountain of data. The skill in using data is in asking the right questions in order to get the right answers.</p>
<h3 class="burgundy">Technology</h3>
<p>Remember Smartphone and Tablets now make up to 50% of your traffic, so if your website is not Responsive, you are in trouble. Not only Google and other search engines push you down their results page (SERP), but visitors who actually end up in your website become frustrated.</p>
<p>Even if you have a Responsive website, you need to be vigilant. Screen sizes are forever changing with different widths, aspect ratios, resolutions, etc. being introduced by manufacturers in their fight for market share. Some of the sizes can have an impact on your responsive design, and higher resolution screens can impact the clarity of your images.</p>
<h3 class="burgundy">Mobile First</h3>
<p>Remember you need to think about Mobile Devices, and create your page layout with mobile presentation in mind first. Considering how information and layout appear on a mobile device is critical in getting your message across, as well as retaining your visual impact on mobile and desktop devices.</p>
<p>Make sure any changes in your layout or content on desktop works just as well in mobile devices.</p>
<h2 class="burgundy">Summary</h2>
<p>You should review your website at least every six months. If you are in a seasonal business such as hospitality, this should be done every 3 months. Make sure your website looks fresh and up-to-date, which does not always mean redesigning your website but updating the information and content is vital.</p>
<p class="burgundylinks">If you don&#8217;t have time to do these things, consider our <a href="https://www.cognisant-hosting.com/hosting/managed-hosting.html" data-wpel-link="internal" rel="noopener noreferrer">Managed Solutions</a> for your business.</p>La entrada <a href="https://www.cognisant-hosting.com/why-you-need-to-review-your-website-regularly/" data-wpel-link="internal" rel="noopener noreferrer">Why you need to review your website regularly?</a> apareció primero en <a href="https://www.cognisant-hosting.com" data-wpel-link="internal" rel="noopener noreferrer">Website Design & Hosting</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
