<?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>Wed, 18 Aug 2010 09:43:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Colours and names in CSS style sheets</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/08/web-design/colours-and-names-in-css-style-sheets/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/08/web-design/colours-and-names-in-css-style-sheets/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 09:43:31 +0000</pubDate>
		<dc:creator>Michael Scannell</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=225</guid>
		<description><![CDATA[One of the easiest things to do in a CSS style sheet is to assign colours to elements. You have just 2 properties to play with, background colour and colour (in style sheets, of course, both properties have to be &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/08/web-design/colours-and-names-in-css-style-sheets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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" />One of the easiest things to do in a CSS style sheet is to assign colours to elements. You have just 2 properties to play with, background colour and colour (in style sheets, of course, both properties have to be spelt using American dialect spelling: an Englishman may have invented the Web, but by the time style sheets came along Americans were firmly in control).</p>
<p>I am not here concerned with the more complex colour effects you can get by creating a background image with the effects you want&mdash;gradients, radial bursts, stripes, and so on. I just want to make a small point about the use of colour names.</p>
<p>I have 2 recommendations to make, and I make them to the most talented and experienced of my fellow Web designers, because they don&#8217;t always follow them.</p>
<ol>
<li>Use the colour names of the 16 originally defined colours: <em>red</em>, <em>green</em>, <em>blue</em>, etc.. It doesn&#8217;t take long to learn them. Especially, use <em>black</em> and <em>white</em>. There is absolutely no excuse for writing<br /><code>background-color: #000;<br />color: #fff</code>.</li>
<li>Add a comment to any colours that you can only identify using hex (or RGB) values. After<br /><code>color: #cf2200</code>,<br />add the comment<br /><code>/* a red, from garden flower */</code>,<br />or at least<br /><code>/* a red */</code></li>
</ol>
<p>Anyone who has been a programmer as well as a designer knows the value of comments. In particular, they make it easy for other people to identify your colours and your reasons for choosing them, while reading your code. And they make it easier for you, when you come back to the code a few months later.</p>
<p>I should mention here that modern browsers know a huge array of colour names, but I am not suggesting we need to use them, except when by chance a name identifies a shade/hue that we have already chosen. It&#8217;s better to get into the habit of adding comments.</p>
<p>Actually, while we&#8217;re on the topic of CSS colours, I feel like passing on a practice of my own which is not so generally useful as to count as a recommendation, but which I find really useful as a designer. And here I mean designer, not coder.</p>
<p>I put all my colour rules&mdash;for backgrounds and borders as well as text and links&mdash; in a separate section at the end of my style sheets. This is a bit of an irritation when coding, since I have to create the other rules for a given element in another section of the style sheet. But it really pays dividends when I want to make small changes to site-wide colour schemes. The relevant values are all together, and can be changed together&mdash;sometimes in a single rule.</p>
<p>Why not see if it works for you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/08/web-design/colours-and-names-in-css-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website design rule 9: put Web page elements in expected places</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/05/web-design/website-design-rule-9-put-web-page-elements-in-expected-places/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/05/web-design/website-design-rule-9-put-web-page-elements-in-expected-places/#comments</comments>
		<pubDate>Wed, 05 May 2010 12:15:14 +0000</pubDate>
		<dc:creator>Michael Scannell</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=211</guid>
		<description><![CDATA[This is the ninth in a series of rules for website design, which I began writing in June 2008. I have so far covered basic topics such as website size, website backgrounds, website colours (including link colours), website layout, and&#8212;in &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/05/web-design/website-design-rule-9-put-web-page-elements-in-expected-places/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img width="194" src="http://www.webcostablanca.com/media/rule-9.gif" alt="Rule 9" height="152" style="float: left; margin-right: 10px; border: 0px" />This is the ninth in a series of rules for website design, which I began writing in <a href="http://www.webcostablanca.com/hosting-blog/index.php/2008/06/web-design/website-design-rule-1-use-a-fixed-width-layout/">June 2008</a>. I have so far covered basic topics such as website size, website backgrounds, website colours (including link colours), website layout, and&mdash;in the last 2 rules&mdash;the central importance of communication.</p>
<p>A rule, in my terms, is a bit of advice that you should always follow&mdash;unless, in the particular case, you know better. A rule should never be broken unknowingly. It is worth knowing, and worth remembering. So here is the ninth rule.</p>
<p><strong>9. Put elements in expected places,</strong></p>
<p>There are places where people expect to find particular Web page elements, like the website logo, website navigation, website search. If you want your visitors to find these elements quickly, put them in the obvious places. Put the <strong>logo</strong> at the top left of the page, before anything else. Put the <strong>primary navigation</strong> at the bottom of the page header, under the logo. Put the <strong>search box</strong> on the right hand side of the Web page, at or near the top.</p>
<p>Well, that&#8217;s definite enough, I should imagine. And of course a particular Web design can call for quite different positioning. I quite often break this rule myself. But only in the spirit I have defined. In the case of each particular Web site or Web page. I consider the default places, and only choose another when I am quite sure it will be better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/05/web-design/website-design-rule-9-put-web-page-elements-in-expected-places/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another &#8216;iceberg&#8217; Web site</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/04/web-design/another-iceberg-web-site/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/04/web-design/another-iceberg-web-site/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:42:41 +0000</pubDate>
		<dc:creator>Michael Scannell</dc:creator>
				<category><![CDATA[Michael Scannell]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=198</guid>
		<description><![CDATA[A couple of weeks ago, I completed another &#8216;iceberg&#8217; Web site, in which most of the site is restricted. As part of the process, I learned how to create a complete WordPress theme (about time I got round to properly &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/04/web-design/another-iceberg-web-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img width="120" height="90" src="http://www.michael-scannell.com/media/afpo1.png" alt="AFPO Calpe home page" title="AFPO Calpe home page" style="float: left; margin-right: 12px" /> A couple of weeks ago, I completed another &lsquo;iceberg&rsquo; Web site, in which most of the site is restricted. As part of the process, I learned how to create a complete WordPress theme (about time I got round to properly theming this blog&hellip;) and a Wiki. I chose WordPress for the blog because it has all the features my clients were looking for, and is kept up-to-date by a dedicated community. For the Wiki I tried no fewer than 3 other versions before I settled on <a href="http://www.dokuwiki.org/dokuwiki">DokuWiki</a>.</p>
<p>Unfortunately, I can&#8217;t show you either&mdash;unless you are an AFPO Calpe member, in which case you can head over to the site and log in! I suppose that means a few more people will see those pages than see my lovely designs for the Jalón Villa Rentals management interface, which only the owner and I ever see. (Actually, I could add the index page to my page designs&mdash;so you can see if it&#8217;s as lovely as I claim. I&#8217;ll put that on my to-do list.)</p>
<p>What anyone can see are the public pages. They are quite text-heavy, so I compensated by setting text in plenty of whitespace&mdash;actually buff&mdash;and creating what I hope is an imposing header.</p>
<p>This header is in part based on the AFPO magazine cover: it was from there that I got the blue and the yellow, and the overlapping titles. At the end is an image of the Peñon, with a cloud halo. I love the photo, which featured on the previous AFPO site, and still appears on their stationery. I&#8217;m not so sure about the heavy gilt lettering&mdash;but the President told me he didn&#8217;t have a copy of the photo without the lettering, and I&#8217;ve now got quite used to it.</p>
<p>Because of the big header, I gave the Web site a left-column menu.</p>
<p>I explain the background to this commission, and the thinking behind particular design decisions, in my notes on <a href="http://www.michael-scannell.com/web/designs.html">my website portfolio page</a>. And you can of course visit <a href="http://www.afpocalpe.com/">the AFPO Web site itself</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/04/web-design/another-iceberg-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web site design portfolio: a new addition</title>
		<link>http://www.webcostablanca.com/hosting-blog/index.php/2010/03/web-design/web-site-design-portfolio-a-new-addition/</link>
		<comments>http://www.webcostablanca.com/hosting-blog/index.php/2010/03/web-design/web-site-design-portfolio-a-new-addition/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:09:45 +0000</pubDate>
		<dc:creator>Michael Scannell</dc:creator>
				<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.webcostablanca.com/hosting-blog/?p=190</guid>
		<description><![CDATA[Recently, I have been doing a lot of Web design and development work “behind the scenes.” There hasn’t been much that I could share with readers of this blog. But around Christmas I did create a Web site that you &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/03/web-design/web-site-design-portfolio-a-new-addition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin-right: 12px" src="http://www.michael-scannell.com/media/vcalpe.png" alt="Calpe villa home page" width="120" height="90" /> Recently, I have been doing a lot of Web design and development work “behind the scenes.” There hasn’t been much that I could share with readers of this blog. But around Christmas I did create a Web site that you may like to glance at—and I have finally found the time to add it to <a href="http://www.michael-scannell.com/web/designs.html">my Web design portfolio</a>.</p>
<p>Actually, I have mentioned this site before, when it was just <a href="http://www.webcostablanca.com/hosting-blog/index.php/2009/11/web-design/one-page-web-sites/">a one-page Web site</a>. It’s a property site, but for a single property. Liz, the owner, is keen to sell her villa fast. She has called on the services of a few estate agents, but also wants to see if she can manage a private sale.</p>
<p>She had dozens of photos I could use, and I took another fifty or so myself.</p>
<p>For colours I very quickly hit on black, to offset the photos. I also used some pastel colours to highlight and distinguish information for 2 different kinds of buyer—those looking for a villa for themselves, and those looking to rent. For the final effect, you can <a href="http://www.villacalpe.com/">have a look for yourself</a>.</p>
<p>Of course, if you look at <a href="http://www.michael-scannell.com/web/designs.html">my portfolio</a>, you will see I have pinched one effect that I used before: an orange gradient that remains fixed in the viewport. (But it is is a different shade of orange!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webcostablanca.com/hosting-blog/index.php/2010/03/web-design/web-site-design-portfolio-a-new-addition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 Scannell</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 &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-development/moving-a-web-site-based-on-a-proprietary-cms-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 Scannell</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 &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/02/web-design/moving-a-web-site-based-on-a-proprietary-cms-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 Scannell</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 &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2010/02/uncategorised/a-belated-happy-new-year/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 Scannell</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 &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2009/11/web-design/one-page-web-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>1</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 Scannell</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 &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-design/3-wishes-for-a-successful-web-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 Scannell</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 &#8230; <a href="http://www.webcostablanca.com/hosting-blog/index.php/2009/10/web-hosting/web-hosting-prices-pay-more-get-more/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
	</channel>
</rss>
