<?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>Web Log Costa Blanca</title>
	<atom:link href="http://www.webcostablanca.com/hosting-blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webcostablanca.com/hosting-blog</link>
	<description>Web hosting and website creation in expatriate Spain</description>
	<lastBuildDate>Sun, 21 Feb 2010 10:18:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving a Web site based on a proprietary CMS (part 2)</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-development/moving-a-web-site-based-on-a-proprietary-cms-part-2/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-development/moving-a-web-site-based-on-a-proprietary-cms-part-2/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 10:13:44 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=186</guid>
		<description><![CDATA[On Monday I set the scene. We left our protagonist facing a task which all the wise men said was impossible. Fit stuff for stories.
And it does make a good story, with lots of false starts and lessons learned—as well as obstacles overcome. And there is stuff here to interest anyone who has contemplated moving [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-left: 12px" title="Ad for a propietary CMS" src="http://www.webcostablanca.com/media/cms-content.jpg" alt="Ad for a propietary CMS" width="218" height="255" />On Monday I set the scene. We left our protagonist facing a task which all the wise men said was impossible. Fit stuff for stories.</p>
<p>And it does make a good story, with lots of false starts and lessons learned—as well as obstacles overcome. And there is stuff here to interest anyone who has contemplated moving or reconstructing a Web site. What is more, if anyone is in the same predicament, looking at a Web site based on a proprietary CMS, I have a lot to pass on.</p>
<p>But now I am in another predicament. I am too busy to go into the detail. To give you an idea: I have been building a new Web site for a local organisation which already has a Web site. We agreed a date in mid-March for the switch. But the organisation&#8217;s old Web site has vanished from the Web! They are now asking me if they can switch this week.</p>
<p>So: here is a summary of what I did to reconstruct the proprietary CMS site.<span id="more-186"></span></p>
<ol>
<li>I created a MySQL database, together with 4 tables</li>
<li>I populated the tables partly with data that the previous designer kindly handed on to me, in the form of an Excel spreadsheet, but mostly with data that I copied and pasted from the site.</li>
<li>I created the main ‘site’ pages as static pages, simply copying the HTML that the previous dynamic system generated.</li>
<li>I created the ‘browsing pages’ with a set of HTML templates and PHP scripts.</li>
<li>I downloaded, one by one, by hand, around 800 images, including property images and icons, and put them in appropriate directories.</li>
<li>I created a PHP script that displayed any of the 70 or so properties, taking descriptions and prices from the database, and images from directories.</li>
<li>I created a wealth of interactive features: a search facility, a registration form, popup enquiry and print forms, a ‘lightshow’ image gallery, an availability calendar (for each property), and various booking forms.</li>
</ol>
<p>At last a Web site was there, which looked very like the old one. At this point I turned to creating a new client interface, so that my client had a new personalised CMS.</p>
<p>As you may guess, this turned out taking as long as reconstructing the Web site visible to the public. But I was able to give my client a much more friendly and intuitive interface, with many more facilities than she had had before. (Oh, and as part of the process, I had to recreate the database tables, to make her job easier…)</p>
<p>I would point you to the result, but the public part of the site is only my reconstruction of the original designs, and still contains the mangled CSS and HTML generated by the old CMS.</p>
<p>And nobody but me and my client can see my lovely new client interface. Sad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-development/moving-a-web-site-based-on-a-proprietary-cms-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving a Web site based on a proprietary CMS (part 1)</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-design/moving-a-web-site-based-on-a-proprietary-cms-part-1/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-design/moving-a-web-site-based-on-a-proprietary-cms-part-1/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:02:38 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=168</guid>
		<description><![CDATA[Can you move a Web site based on a proprietary Content Management System to which you have only a customer’s access? The short answer would seem to be &#8216;no&#8217;. One UK Web company includes this question among its FAQs: &#8220;Can I move my CMS site to another hosting company?&#8221; The answer it gives is &#8220;This [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webcostablanca.com/media/cms-content.jpg" width="218" height="255" alt="Ad for a propietary CMS" title="Ad for a propietary CMS" style="float: right; margin-left: 12px" />Can you move a Web site based on a proprietary Content Management System to which you have only a customer’s access? The short answer would seem to be &lsquo;no&rsquo;. One <a href="http://www.lwronline.co.uk/faqs.asp">UK Web company</a> includes this question among its FAQs: <em>&ldquo;Can I move my CMS site to another hosting company?&rdquo;</em> The answer it gives is <em>&ldquo;This is not possible as the CMS software that we have developed must remain on our servers.&rdquo;</em></p>
<p>There is a general summary of the position on <a href="http://www.loqium.com.au/authors.html">an Australian Web site</a>. This is (part of) what they say about CMS sites:</p>
<p><em>&ldquo;<strong>Content Management Systems &#8211; a mixed blessing</strong><br />
An alternative to a personal web designer is a CMS or Content Management System. The main benefit of a CMS is the ability to update your site yourself &#8211; within certain parameters &#8211; over the internet, and rolling all your costs into one monthly payment. But you need to go into a CMS contract with your eyes open.<br />
1. CMS do not provide distinctive sites. They are, almost by definition, formulaic. Look at some and see what you think.<br />
2. You don&#8217;t own your CMS site in the same way that you own a site designed by a web designer. With CMS you own the content but you cannot walk away from your CMS contract with your site intact &#8211; your site can only operate on the CMS operator&#8217;s platform.<br />
3. With a CMS website you are locked in &#8211; you cannot change to a hosting company that provides more competitive rates or better features without losing your website.&rdquo;</em></p>
<p>Point 3 in effect repeats what the English company say about their own sites.</p>
<p>So what was I to do when I was asked to &lsquo;move&rsquo; exactly such a Web site, by a potential client to whom I had been recommended&mdash;by people I would prefer not to let down?</p>
<p>Of course I said &lsquo;yes&rsquo;. I committed myself to recreating the site, i.e., constructing a completely new site that would look just like the client’s current site, with a completely new database, a new set of scripts (PHP rather than the current ASP), all the existing images (several hundred of them) and a client interface that let her do everything she had done with the old CMS.</p>
<p>How did I get on in this foolhardy enterprise? Answer in Part 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-design/moving-a-web-site-based-on-a-proprietary-cms-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A belated happy new year!</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/uncategorised/a-belated-happy-new-year/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/uncategorised/a-belated-happy-new-year/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 10:36:12 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=165</guid>
		<description><![CDATA[I know this blog has a handful of subscribers, and Google Analytics shows that it has some readers on top of that. So a belated happy new year to you!
Belated, because I have been so busy that I have neglected this blog. However, I now have a couple of posts on hand which I should [...]]]></description>
			<content:encoded><![CDATA[<p>I know this blog has a handful of subscribers, and Google Analytics shows that it has some readers on top of that. So a belated happy new year to you!</p>
<p>Belated, because I have been so busy that I have neglected this blog. However, I now have a couple of posts on hand which I should complete in the next week: one on moving a Web site based on a proprietary CMS (that&#8217;s been my most time-consuming job) and one inviting comments on (another) new Web site.</p>
<p>Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/02/uncategorised/a-belated-happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One-page Web sites</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/11/web-design/one-page-web-sites/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/11/web-design/one-page-web-sites/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:01:44 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=157</guid>
		<description><![CDATA[How do people feel about one-page Web sites? For myself, I think they are pretty important, while a real Web site is being developed behind the scenes.
I have a couple of Web sites in this position right now. One is for two karaoke presenters: brookies karaoke. The other is for a friend who wants to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.villacalpe.com/"><img style="float: left; margin-right: 12px" src="http://www.webcostablanca.com/media/villa-calpe.png" alt="The one-page Villa Calpe Web site" width="120" height="90" /></a>How do people feel about one-page Web sites? For myself, I think they are pretty important, while a real Web site is being developed behind the scenes.</p>
<p>I have a couple of Web sites in this position right now. One is for two karaoke presenters: <a href="http://www.brockieskaraoke.com/">brookies karaoke</a>. The other is for a friend who wants to sell her <a href="http://www.villacalpe.com/">unique spacious villa in Calpe</a>. I am doing plenty of work behind the scenes, which the website owners can check out, but neither of the full Web sites are ready yet to go public.</p>
<p>Obviously, you can&#8217;t go anywhere further on the site from the home page of a one-page Web site—but at least you can find contact details. What is more, from a website designer&#8217;s/owner&#8217;s point of view, the minimal Web site is available to be noticed. (And, to my astonishment, Web search engines often find one-page Web sites quite fast.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/11/web-design/one-page-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 wishes for a successful Web site</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/3-wishes-for-a-successful-web-site/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/3-wishes-for-a-successful-web-site/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:57:11 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=147</guid>
		<description><![CDATA[ The Web Fairy is hovering over the cradle of your new Web site. She has granted you three wishes. What do you wish for? What does every Web site need?

The Web site has got to be found.
The Web site has got to be attractive.
The Web site has got to deliver.

OK. You look at these [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin: 0px 28px 0px 8px" src="http://www.webcostablanca.com/media/search-engines.jpg" alt="search engines" width="150" height="254" /> The Web Fairy is hovering over the cradle of your new Web site. She has granted you three wishes. What do you wish for? What does every Web site need?</p>
<ol>
<li>The Web site has got to be found.</li>
<li>The Web site has got to be attractive.</li>
<li>The Web site has got to deliver.</li>
</ol>
<p>OK. You look at these wishes, and you think, “How obvious! This is just common sense.”</p>
<p>So how come so many Web sites fail on at least one count—and some on all three? Let&#8217;s look at what may not be so obvious.</p>
<p>In the first place, the Web site has got to be found by the people you want to find it. That means designing the whole Web site for those specific people, and calling on SEO and marketing skills to catch their own specific keywords—every time you add text.</p>
<p>In the second place, the Web site has got to be attractive to the same specific people—not to the website owner, not to the website designer, but to the website visitor. You have to deploy the colours and the layout and the design which will engage the visitors you want, and make them want to explore your Web site. If we were all attracted in the same way, we would all be pining for Marilyn Monroe. Personally, I was always more attracted to Jane Russell. (You get the point.)</p>
<p>Finally, the Web site has got to give the people that you want to visit exactly what they are looking for. They came to your Web site because they were looking for something. You can bet every cent you have that they weren&#8217;t looking for an advertisement. Advertisements are what people fast forward through when they record TV programmes. So why would they be looking for one on the Web? Just give them what they want—no less, and (this is really important) no more.</p>
<p>So there you have it, and now you know what I mean. Your Web site has got to be found. Your Web site has got to be attractive. Your Web site has got to deliver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/3-wishes-for-a-successful-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web hosting prices: pay more, get more?</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-hosting/web-hosting-prices-pay-more-get-more/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-hosting/web-hosting-prices-pay-more-get-more/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 10:00:36 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web hosting]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=131</guid>
		<description><![CDATA[Is Web hosting one of those areas where &#8220;you get what you pay for&#8221;? When I suggested to someone in the British Expats (Spain) forum that he was paying too much for his Web hosting, this was exactly what he replied. Another contributor to the forum looked at the prices I offer through Web Costa [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webcostablanca.com/media/web-hosting.jpg" width="233" height="166" alt="Web hosting" style="float: right; margin-left: 6px" />Is Web hosting one of those areas where &ldquo;you get what you pay for&rdquo;? When I suggested to someone in the <a href="http://britishexpats.com/forum/forumdisplay.php?f=75">British Expats (Spain) forum</a> that he was paying too much for his Web hosting, this was exactly what he replied. Another contributor to the forum looked at the prices I offer through Web Costa Blanca, after which he pointed out, &ldquo;Your cheapest package seems to cost less than a loaf of bread per month,&rdquo; and asked, &ldquo;How can anyone offer a good service for that price?&rdquo;</p>
<p>Is Web hosting an area where it is right to assume that money and quality of service are connected? Let&#8217;s look at the facts.</p>
<p>There is no real mystery about Web hosting. You rent space on a computer which is permanently connected to the Internet. You also get a <em>bandwidth</em> (traffic) allowance. In general, the bigger the space you rent, and the more visitors to your Web site you get, the more you would expect to pay. Just as if you were renting space in an office building.</p>
<p>This is the case with my Web hosting plans on Web Costa Blanca. And my prices are very low, even for the biggest allocations of space and traffic. So what else are people paying for?</p>
<p>Two things: (1) a range of extras; (2) service.</p>
<ol>
<li>I offer an extensive range of extras (personal control panel, email accounts, programming languages, site builders, databases, etc., etc.) This blog is not the place to trumpet them all, but anyone who cares can find them in the <a href="http://www.webcostablanca.com/hosting-plans.php">Web hosting plans section of Web Costa Blanca</a>. I have looked at dozens of other Web hosting sites, and never seen a range of options to beat them.</li>
<li>I offer a one-to-one personal service to all my clients, who can reach me by email or telephone whenever they hit a problem or want to ask a question.</li>
</ol>
<p>Why do I charge so little, then? It&#8217;s probably something to do with prejudices left over from my radical youth. I&#8217;m happy to charge for my labour&mdash;website design, website development, website maintenance. However, even when my clients have access to so many tools and extras, I&#8217;m not happy to make a profit on renting space.</p>
<p>And as for the service, how else do you get job satisfaction?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-hosting/web-hosting-prices-pay-more-get-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s wrong with website templates?</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/whats-wrong-with-website-templates/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/whats-wrong-with-website-templates/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 10:40:31 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=121</guid>
		<description><![CDATA[Lots of Web sites are based upon pre-designed templates, with placeholders which a website owner or website designer can fill in: &#8220;Company name,&#8221; &#8220;Your tag line here!&#8221; Some Web design companies on the Costa Blanca even publish portfolios of sites based on website templates&#8212;at least they look like website templates to me. Is there anything [...]]]></description>
			<content:encoded><![CDATA[<p><img width="225" src="http://www.webcostablanca.com/media/pagelook.gif" alt="Design" height="217" style="float: left; margin-right: 12px" />Lots of Web sites are based upon pre-designed templates, with placeholders which a website owner or website designer can fill in: <em>&ldquo;Company name,&rdquo; &ldquo;Your tag line here!&rdquo;</em> Some Web design companies on the Costa Blanca even publish portfolios of sites based on website templates&mdash;at least they look like website templates to me. Is there anything wrong with using such templates, instead of having a bespoke Web site?</p>
<p>Let me admit, to begin with, that many website templates are elegant and professional.</p>
<p>I still don&#8217;t like them. And here are 5 reasons why.</p>
<ol>
<li>Elements of the template&mdash;and sometimes the entire template&mdash;may be inappropriate. The imagery may not be right for this particular Web site, or the colour scheme, or the layouts, or the navigation. In extreme cases an entire site has to be created following a formula dictated by a given navigation scheme. Or the number of top-level pages is limited by a given set of navigation buttons. Visitors may find it harder to do what they want on the site, because the template isn&#8217;t designed for specific visitor tasks.</li>
<li>Even where the look and feel of a template is OK for a particular Web site, and visitor tasks are not hampered, the website template may not express what is most important about a business or organisation&mdash;its own character, its unique selling point.</li>
<li>There is no real design input from the client&mdash;no chance for her or him to stamp their own wishes or personality on their own Web site. The best they have is a choice between templates.</li>
<li>There is no real call on the website designer&#8217;s craft. The client gets a supermarket ready meal instead of a menu of chef-prepared dishes.</li>
<li><strong>Most important:</strong> the template Web site will not work for the client as it would if it were the result of serious preliminary analysis. Before design comes analysis: what will count as success for this particular Web site? what visitors does the client expect or want to attract? how are these specific visitors most likely to join in the campaign/sign up/part with their money (whatever)?</li>
</ol>
<p>No template-based Web site will ever work for a client the way a bespoke Web site can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/whats-wrong-with-website-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website design rule 8: be 100% obvious</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/09/web-design/website-design-rule-8-be-100-obvious/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/09/web-design/website-design-rule-8-be-100-obvious/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:31:55 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/index.php/2009/09/web-design/website-design-rule-8-be-100-obvious/</guid>
		<description><![CDATA[As website designers, our first job is to work out why people will visit the Web site we are designing. The second is to work out how their experience can be made so positive, even enjoyable, that they do what the website owner wants them to do.
I recently signed up for a local business directory. [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin-right: 10px; border: 0px" src="http://www.webcostablanca.com/media/rule-8.gif" alt="Rule 8" width="194" height="152" />As website designers, our first job is to work out why people will visit the Web site we are designing. The second is to work out how their experience can be made so positive, even enjoyable, that they do what the website owner wants them to do.</p>
<p>I recently signed up for a local business directory. Since I am using it as an example of what not to do, and since the people who run it are such nice people, I won&#8217;t name it. When I looked at my entry I saw the word <em>Website</em>, but no website address. Also the word <em>Email</em>, but no email address. I wrote to the directory to protest.</p>
<p>Before they wrote back (actually, they haven&#8217;t written back yet) I checked my entry again. Then I thought, &lsquo;Maybe the bare names are links.&rsquo; And so they are. By clicking on the word <em>Website</em> you can go to the Web site. Click on the word <em>Email</em> and you can compose an email.</p>
<p>So I was being stupid, right? You can make up your own mind on that. The important point is that it is the job of the communicator to communicate. If a Web site doesn&#8217;t communicate, to every relevant visitor, it fails. Here, the bare words were not enough to communicate that there was hidden information. There was no underline to indicate a link, and in 2009 no colour is enough. (Check out <a href="http://www.webcostablanca.com/hosting-blog/index.php/2008/10/web-design/website-design-rule-5-design-your-text-links/">my earlier posts about links</a>.) As it turns out, there&#8217;s even a tool tip&mdash;but you&#8217;d have to move your mouse to the words to find that out. So this is rule 8.</p>
<p><strong>8. Be 100% obvious</strong>.</p>
<p>And 100% means 100%. Everything a website visitor can do must be crystal clear. All information must be up front and visible. There are plenty of ways of making even an email address visible to human visitors without its being visible to spambots. And if you hide it, you must say so, in an obvious place that a human scanning the page will see at a glance.</p>
<p>If a website visitor has to guess or work out what to do, the Web site is not 100% obvious. If a website visitor has to do something off their own bat to find information that is on the page, the Web site is not 100% obvious. Remember, 100% is 100%: 99% won&#8217;t do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/09/web-design/website-design-rule-8-be-100-obvious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web design is like kitchen design</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/08/web-design/web-design-is-like-kitchen-design/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/08/web-design/web-design-is-like-kitchen-design/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 15:35:38 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/index.php/2009/08/web-design/web-design-is-like-kitchen-design/</guid>
		<description><![CDATA[ Earlier this week I was asked to look at the design for a new Web site. Since the designer was only asking for the views of established website designers, I won&#8217;t add a link here.
The site was lovely to look at, with elegant illustrations, sophisticated typography, and plenty of white space.
Of course, even as a [...]]]></description>
			<content:encoded><![CDATA[<p><img width="235" src="http://www.webcostablanca.com/media/kitchen-design.jpg" alt="Kitchen design" height="147" style="float: right; margin-left: 12px" title="An elegant kitchen design" /> Earlier this week I was asked to look at the design for a new Web site. Since the designer was only asking for the views of established website designers, I won&#8217;t add a link here.</p>
<p>The site was lovely to look at, with elegant illustrations, sophisticated typography, and plenty of white space.</p>
<p>Of course, even as a visual design, it had a couple of problems. The menu system wasn&#8217;t exactly proportioned, and the balance of the page wasn&#8217;t quite right. But that wasn&#8217;t its real problem.</p>
<p>The designer had concentrated on making visually attractive pages. He hadn&#8217;t spent time thinking about the purpose of the site, who he really wanted to visit, what those visitors would be looking for, etc., etc. There was no focus, no site concept other than to look good, and it was barely useable.</p>
<p>I have written before about how <a href="http://www.webcostablanca.com/hosting-blog/index.php/2008/12/web-design/website-design-not-scenery/">website design is not about creating pretty pages</a>. In a follow-up post, I compared website design to designing teacups or bridges, but in formulating my response to this designer&#8217;s site, I was hit by a much better analogue: kitchen design.</p>
<p>What really counts about a good kitchen design is that everything a kitchen needs should be in the kitchen, that the person who is going to be using the kitchen can find everything easily, that everything is really easy&mdash;even a joy&mdash;to use. And what matters about the look of the kitchen is that the kitchen user, plus her/his friends, feel at home in it, enjoy being there. (The designer is not going to be cooking in that kitchen, nor drinking coffee with friends, nor having breakfast, etc.)</p>
<p>You can spell out the similarities for yourself. Once again it underlines how good Web design is visitor-centred Web design, not client-centred Web design, and certainly not designer-centred Web design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/08/web-design/web-design-is-like-kitchen-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website design and spicy curries</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2009/07/web-design/website-design-and-spicy-curries/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2009/07/web-design/website-design-and-spicy-curries/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:08:29 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Costa Blanca]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/index.php/2009/07/web-design/website-design-and-spicy-curries/</guid>
		<description><![CDATA[The recession is continuing to have an impact on work and business on the Costa Blanca. For my latest design work, I am being paid in curries! (After the initial payments for Web hosting and domain name registration, of course. But just as well I was a regular customer at the restaurant before they asked [...]]]></description>
			<content:encoded><![CDATA[<p><img width="120" src="http://www.webcostablanca.com/media/ghouse.png" alt="Gurkha House restaurant home page" height="90" style="float: left; margin-right: 12px" />The recession is continuing to have an impact on work and business on the Costa Blanca. For my latest design work, I am being paid in curries! (After the initial payments for Web hosting and domain name registration, of course. But just as well I was a regular customer at the restaurant before they asked me to design a Web site for them.)</p>
<p>I have recently finished the Web site: for an Indian/Nepali restaurant in Calpe. You can now <a href="http://www.gurkhahouse.com/">inspect this Costa Blanca restaurant Web site</a> yourself.</p>
<p>A fellow Web designer that I met in a bar in Calpe suggested I should use a template for such a site. It would have been easier, and maybe quicker, but I wanted to give the owners an individual site with a character of its own. You can once again check out my design notes for it if you <a href="http://www.michael-scannell.com/web/designs.html">browse my website portfolio</a>, on my personal Web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2009/07/web-design/website-design-and-spicy-curries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
