<?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>WebDesign Bureau of Mauritius &#187; Standards</title>
	<atom:link href="http://www.webdesign-bureau-of-mauritius.com/category/standards/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webdesign-bureau-of-mauritius.com</link>
	<description>Bringing webdesign back home.</description>
	<lastBuildDate>Fri, 23 Jul 2010 15:48:49 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The secret of strong and em tags.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/strong-em-tags</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/strong-em-tags#comments</comments>
		<pubDate>Mon, 10 May 2010 08:39:37 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1712</guid>
		<description><![CDATA[Find out the real sense, use and utility of the <code>strong</code> and the <code>em</code> tags. What do they have more than the <code>b</code> and <code>i</code> tags and how to use them. You will have a full overview of them all and their use in accessibility and SEO in this article.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code' rel='bookmark' title='Permanent Link: Dropping unnecessary tags in your HTML code.'>Dropping unnecessary tags in your HTML code.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/simple-link-styling-using-css' rel='bookmark' title='Permanent Link: Simple link styling using CSS.'>Simple link styling using CSS.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/fahrner-image-replacement-basic-implementation' rel='bookmark' title='Permanent Link: Using FIR [Fahrner Image Replacement] &#8211; Part 1 &#8211; Basic implementation.'>Using FIR [Fahrner Image Replacement] &#8211; Part 1 &#8211; Basic implementation.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking' rel='bookmark' title='Permanent Link: Speeding your page load time will improve your Google ranking.'>Speeding your page load time will improve your Google ranking.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Some HTML tags often draw confusion because of their similarities with other tags as well as the way in which they display and style content. Examples of these are <code>blockquote</code>, <code>cite</code>, <code>strong</code>, <code>em</code> or <code>i</code>. Each element has features and, though they might accomplish the same goal, they might be altogether really different. Knowing those differences will help improve the markup of some pages. We&#8217;ll concentrate on those important tags that are <code>strong</code>, <code>b</code>,<code>em</code> and <code>i</code>.</p>
<h2>Conveying structure.</h2>
<p>These tags, though small <strong>ARE</strong> important. They are actually more used than we would like to admit and their first use is to give better sense to the content. Putting a word in bold or in italics cannot mean anything else but that the word is important and that we want to draw the reader&#8217;s attention to that word. Well, the W3C has created the <code>strong</code> and <code>em</code> tags so that the markup can convey the same importance given to that word. This is the basic idea of it all. So the first thing you need to know about these tags is that <code>b</code> and <code>i</code> are presentational elements while <code>strong</code> and <code>em</code> are structural. This explains why so many web designers would be telling you to swap the use of <code>b</code> for <code>strong</code> and <code>i</code> for <code>em</code>.</p>
<h2>How and why?</h2>
<p>Big question now. How and why (and probably when) to use these. The question might sprout especially when considering the fact that the <code>b</code> and <code>i</code> elements are not deprecated. Let&#8217;s look at how the W3C defines these tags: <code>em</code> indicates emphasis and <code>strong</code> indicates stronger emphasis. Bingo, the answer has been here all the time. <strong>Both of them are a way to convey importance to a word or a text but there are 2 levels of emphasis here</strong>. This tells you when and why you should use them in your code though <code>b</code> and <code>i</code> would have the same presentational effects but will only be giving information on the fact that the text is in bold or italics or not. </p>
<p>But wait, there&#8217;s more to this. The use of those tags have an impact on the way screen readers and search engine robots see the content.</p>
<h2>Accessibility.</h2>
<p>In terms of accessibility, a screen reader uses the strong and em tags are emphasis levels. Screen readers will, as the W3C puts it, &#8220;change the synthesis parameters, such as volume, pitch and rate accordingly&#8221;. This surely nails it. If we were using <code>b</code> and <code>i</code> to have visual representation we can get to a higher level by using <code>strong</code> and <code>em</code> as they will be doing the same visual job while conveying the structure and working towards more acessibility.</p>
<h2>Search engine optimisation.</h2>
<p>This information should be used regardless of whether you&#8217;re using <code>strong</code>, <code>em</code>, <code>b</code> or <code>i</code> tags. These participate in search engine optimisation. How?</p>
<p>Simply by taking advantage of the human element in the search engine robot&#8217;s algorithm. Here is the general concept: if a word is set under emphasis, it means that the author wants this particular word to stand out of the rest to catch the reader&#8217;s attention. This might therefore be considered as a KEYWORD! This is how the <code>strong</code> and <code>em</code> elements are treated as conveying emphasis, therefore helping SEO.</p>
<p>However, don&#8217;t run over and start stuffing keywords in your content and emphasising them with half a dozen strong and em tags around them. You&#8217;d be telling the robots you&#8217;re spamming them.</p>
<h2>One step further</h2>
<p>Some extra points here. If you need to have presentational enhancements to your strong or em tags the common practice is to wrap a strong tag around an em tag like this:</p>
<pre class="brush: html">
&lt;strong&gt;&lt;em&gt;This is the emphasised text&lt;/em&gt;&lt;/strong&gt;
</pre>
<p>The problem here is that you are giving a level 2 emphasis to an already level 1 emphasised text. This would not mean anything in terms of structure though it will in terms of presentation. Let alone in terms of accessibility. </p>
<p>There is a solution to this: <strong>Cascading Style Sheets</strong>. Let&#8217;s imagine you need all texts in bold and in italics but still want to keep your levels of emphasis, you would style your tags like this:</p>
<pre class="brush: css">
strong {
    font-style: italic;
}
em {
    font-weight: bold;
}
</pre>
<p>Digging even more into this, you can add classes to those tags which will give you 4 visual presentations of emphasised texts while keeping the 2 levels of emphasis.</p>
<pre class="brush: css">
strong {
}
em {
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
</pre>
<p>You would be using them in your code as such.</p>
<pre class="brush: html">
&lt;em class=&quot;bold&quot;&gt;This is the emphasised text&lt;/em&gt;
&lt;strong class=&quot;italic&quot;&gt;This is the emphasised text&lt;/strong&gt;
</pre>
<div class="discuss">
<h3>A final word.</h3>
<p>There you have it then. A full overview of the secret of the <code>strong</code> and the <code>em</code> tags compared to the <code>b</code> and the <code>i</code> tags. Any questions? Drop them in the comments!
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1712&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code' rel='bookmark' title='Permanent Link: Dropping unnecessary tags in your HTML code.'>Dropping unnecessary tags in your HTML code.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/simple-link-styling-using-css' rel='bookmark' title='Permanent Link: Simple link styling using CSS.'>Simple link styling using CSS.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/fahrner-image-replacement-basic-implementation' rel='bookmark' title='Permanent Link: Using FIR [Fahrner Image Replacement] &#8211; Part 1 &#8211; Basic implementation.'>Using FIR [Fahrner Image Replacement] &#8211; Part 1 &#8211; Basic implementation.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking' rel='bookmark' title='Permanent Link: Speeding your page load time will improve your Google ranking.'>Speeding your page load time will improve your Google ranking.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/strong-em-tags/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Dropping unnecessary tags in your HTML code.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code#comments</comments>
		<pubDate>Tue, 20 Apr 2010 09:31:07 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Resource Depot]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dropping unnecessary tags]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[improving the code]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design mauritius]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1610</guid>
		<description><![CDATA[Improving a page's HTML code can be easy task. It gets better when it is done with some smart edges. Here is a little process I use: dropping off the maximum number of unnecessary tags as can be done while cleaning and optimising the code.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/strong-em-tags' rel='bookmark' title='Permanent Link: The secret of strong and em tags.'>The secret of strong and em tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/festive-hands-the-structure' rel='bookmark' title='Permanent Link: [Festive Hands] The structure.'>[Festive Hands] The structure.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/html-5-wins-over-xhtml-2' rel='bookmark' title='Permanent Link: HTML 5 wins over XHTML 2.'>HTML 5 wins over XHTML 2.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/simple-link-styling-using-css' rel='bookmark' title='Permanent Link: Simple link styling using CSS.'>Simple link styling using CSS.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>This post might be a sequel to my previous post on <a href="http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking">speeding up a page&#8217;s loading time to get better rankings in Google&#8217;s search engine results pages</a> (SERPs). It is however not the case here. Most of us write our code, at least our code&#8217;s structure, in one go. This is done preferably after having identified all the building blocks of a page or template. But let&#8217;s be honest, even if we optimise our code, our CSS and all the scripting that accompany our everyday job it is not easy to dive back into the code and go for seconds in terms of cleaning up.</p>
<p><a href="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/04/bad-code-sample.jpg"><img src="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/04/bad-code-sample.jpg" alt="" title="bad-code-sample" width="540" height="280" class="alignright size-full wp-image-1624" /></a></p>
<h2>The good choice.</h2>
<p>I admit it. I have not done it all the time, cleaning the code more than necessary. Like everybody who has made mistakes I could easily come up with a thousand reasons for not having done so. The first would be: &#8220;It takes too much time on the schedule allotted to such or such project. As I matured I understood the necessity of doing second passes in code cleaning.</p>
<ul>
<li>It helps you check any error that could have been left.</li>
<li>It might be a good occasion to compress some elements to speed up the page.</li>
<li>It is a good chance to <strong>drop the unnecessary tags in your HTML code</strong>.</li>
</ul>
<p>Now you might be asking yourself what this &#8220;unnecessary tag in the HTML code&#8221; is. Simple. When doing second checks on my code I found out that I somehow found new and improved solutions to the code already written. The I would change these. Most of the time I found myself dropping some tags from my HTML code and exploit the inherited properties of other tags to achieve the same results. This would be <strong>beneficial for maintainance, improve page loading time and less code means more content for search engines</strong>.</p>
<h2>The basic code.</h2>
<p>Below is a basic example of code that we usually find in web design. There is nothing wrong with this code, it works perfectly well and is written to be nicely styled in CSS.</p>
<pre class="brush: html">
&lt;div id=&quot;navigation&quot;&gt;
    &lt;ul&gt;
        &lt;li&gt;&lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/about.html&quot;&gt;About us&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/services.html&quot;&gt;Our services&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/contact.html&quot;&gt;Contact us&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/register.html&quot;&gt;Register here&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
&lt;/div&gt;
</pre>
<p>As you can see in this code, it is a navigation menu that is implemented into its own wrapping DIV tag which can itself be included in header or sidebar parts in a design. After analysing it and improving its CSS, we would estimate that the code is fine. But there&#8217;s one more step to push.</p>
<h2>Dropping the tag.</h2>
<p>In standard HTML, some tags have block displays and others have inline ones. Those missing any of these can get them through the declaration of these properties in the cascading style sheets.</p>
<pre class="brush: html">
    &lt;ul  id=&quot;navigation&quot;&gt;
        &lt;li&gt;&lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/about.html&quot;&gt;About us&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/services.html&quot;&gt;Our services&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/contact.html&quot;&gt;Contact us&lt;/a&gt;&lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;/register.html&quot;&gt;Register here&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
</pre>
<p>With this in mind, we can bring some tags to become their own container instead of relying on an extra tag. This is the case with our basic code where we can directly make use of the containing UL tag to hold the rest of the elements, thus making the use of the holding DIV unnecessary. One tag won! This can be done on a lot of tags such as FORM or even SPAN (if there is a use to it&#8230;).</p>
<div class="discuss">
<h3>Let&#8217;s talk about this.</h3>
<p>To be honest, as time goes by, this solution becomes a habit and a second nature. I now do not necessarily have to go through my code and drop tags all the time. I usually write a piece of code and stop and ponder over it. If there is a change to be made it is done immediately but this is now rarely the case. So why not go through your code and drop some tags? Do you have similar approaches in your coding skills? Try this trick out and see how much you can take off your code.
</p></div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1610&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/strong-em-tags' rel='bookmark' title='Permanent Link: The secret of strong and em tags.'>The secret of strong and em tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/festive-hands-the-structure' rel='bookmark' title='Permanent Link: [Festive Hands] The structure.'>[Festive Hands] The structure.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/html-5-wins-over-xhtml-2' rel='bookmark' title='Permanent Link: HTML 5 wins over XHTML 2.'>HTML 5 wins over XHTML 2.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/simple-link-styling-using-css' rel='bookmark' title='Permanent Link: Simple link styling using CSS.'>Simple link styling using CSS.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You should be (over-) using the H (heading) tags.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags#comments</comments>
		<pubDate>Thu, 15 Apr 2010 11:00:12 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[h1 tag]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[importance of headings]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1595</guid>
		<description><![CDATA[Headings are regularly overlooked by web designers although they are really useful elements in web design in terms of standards, seo and usability. The full cover of these is in this article.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/strong-em-tags' rel='bookmark' title='Permanent Link: The secret of strong and em tags.'>The secret of strong and em tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code' rel='bookmark' title='Permanent Link: Dropping unnecessary tags in your HTML code.'>Dropping unnecessary tags in your HTML code.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking' rel='bookmark' title='Permanent Link: Speeding your page load time will improve your Google ranking.'>Speeding your page load time will improve your Google ranking.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/web-standards-for-online-businesses-in-mauritius' rel='bookmark' title='Permanent Link: Web standards for online businesses in Mauritius.'>Web standards for online businesses in Mauritius.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/best-posts-april-2010' rel='bookmark' title='Permanent Link: Round up of the best posts of April 2010 on the Bureau.'>Round up of the best posts of April 2010 on the Bureau.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p><a href="http://www.w3.org/TR/html401/struct/global.html#edef-H1">Heading tags (h1, h2, h3, h4, h5, h6)</a> have always had a bad reputation in web designing. The main reason for this is the beastly appearance these tags when they have their default styling. Many a time web designers have thrown the H1 tag out for the use of a H4 one just because the latter has a smaller font size. The H tags are, however, core elements of page building and SHOULD be used and even overused. </p>
<p>The ugliness can be put aside as all this can be styled (as they have always been) with cascading style sheets (CSS).</p>
<h2>Semantic web and standards.</h2>
<p>With the advent of standards, web designers have understood that clean semantic code is what must be produced be it for maintainability, load time or cross browser compatiblity. Heading tags are part of this semantic code as they are here to structure a page. Their mark-up has been created to give the maximum structuring possibilities to pages. Some tips on their usage:</p>
<ul>
<li>The top level heading (bearing the title or theme of a page) should always be a H1.</li>
<li>There can be only one H1 in the entire page.</li>
<li>Use heading tags logically, there cannot be suh-headings (H2/H3/&#8230;) before a H1.</li>
</ul>
<h2>Search engine optimisation.</h2>
<p>In semantic web, headings bear the &#8220;titles&#8221; of pages and sections. These are therefore important information that a page is giving out to its visitors. Search engine robots have algorithms that take this into consideration. Heading tags are thus analysed by these robots and keywords included in titles are given more weight (this is not an incentive to go for keyword stuffing in headings). Using headings is therefore a good way of working on a page&#8217;s ranking.</p>
<p>Another interesting angle on headings and search engine optimisation is the fact that links are allowed in headings. Using headings and keywords along with links result in good optimised <a href="http://www.webdesign-bureau-of-mauritius.com/would-twitter-be-better-for-seo-without-url-shorteners">anchor text</a> for any page. This can be taken into consideration when working on onsite deeplinking and SEO strategies. The current trend is to put a site&#8217;s logo and link in the H1 tag. This does not bring much in terms of SEO as it would do by optimising a page on its own theme and content.</p>
<h2>Heading tags and usability.</h2>
<p>Nobody likes to read huge boring text blocks on screen. The boredom is usually accentuated by the monotonous looks of long texts. Adding headings reduces this in the first place. Second, headings will allow a visitor to quickly scan a page and the different themes or points the page holds on a particular subject. This comes as a usability tool in this case.</p>
<div class="discuss">
<h3>Let&#8217;s talks about this&#8230;</h3>
<p>Headings have a lot of advantages and are here to help web designers improve their code, its structure, usability as well as SEO. So why are they still not being used as such? Try some of the premium WordPress theme sites and check the code on some of their live demos, the designs are great but the code rarely makes good use of the headings.</p>
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1595&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/strong-em-tags' rel='bookmark' title='Permanent Link: The secret of strong and em tags.'>The secret of strong and em tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code' rel='bookmark' title='Permanent Link: Dropping unnecessary tags in your HTML code.'>Dropping unnecessary tags in your HTML code.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking' rel='bookmark' title='Permanent Link: Speeding your page load time will improve your Google ranking.'>Speeding your page load time will improve your Google ranking.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/web-standards-for-online-businesses-in-mauritius' rel='bookmark' title='Permanent Link: Web standards for online businesses in Mauritius.'>Web standards for online businesses in Mauritius.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/best-posts-april-2010' rel='bookmark' title='Permanent Link: Round up of the best posts of April 2010 on the Bureau.'>Round up of the best posts of April 2010 on the Bureau.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Speeding your page load time will improve your Google ranking.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking#comments</comments>
		<pubDate>Tue, 13 Apr 2010 12:00:55 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[behaviour]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code optimisation]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1578</guid>
		<description><![CDATA[Google made it official, a page's load time affects its ranking in results pages. Learn how to speed up your pages through code optimisation.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/gmu-redux-testing-bandwidth-and-load-times' rel='bookmark' title='Permanent Link: [GMU Redux] Testing bandwidth and load times.'>[GMU Redux] Testing bandwidth and load times.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/what-will-change-in-2010-with-search-engines-ranking-google-speaking-only-not-sure-%e2%80%a6' rel='bookmark' title='Permanent Link: What will change in 2010 with search engines ranking? (Google speaking only? Not sure …)'>What will change in 2010 with search engines ranking? (Google speaking only? Not sure …)</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/optimising-site-for-google-sitelinks' rel='bookmark' title='Permanent Link: Optimising your site to get Google sitelinks.'>Optimising your site to get Google sitelinks.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code' rel='bookmark' title='Permanent Link: Dropping unnecessary tags in your HTML code.'>Dropping unnecessary tags in your HTML code.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>It is now official. Speeding up a site&#8217;s page delivery will be beneficial for each page&#8217;s ranking in the the Search Engine Results Pages (SERPs). So speed is now a ranking factor at Google. This has been officially announced on the <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">Official Google Webmaster Central Blog</a>.</p>
<blockquote><p>Speeding up websites is important — not just to site owners, but to all Internet users. Faster sites create happy users and we&#8217;ve seen in our internal studies that when a site responds slowly, visitors spend less time there. But faster sites don&#8217;t just improve user experience; recent data shows that improving site speed also reduces operating costs. Like us, our users place a lot of value in speed — that&#8217;s why we&#8217;ve decided to take site speed into account in our search rankings. We use a variety of sources to determine the speed of a site relative to other sites.</p></blockquote>
<h2>Satisfied users.</h2>
<p>If you still haven&#8217;t grasped the concept: Google has always emphasized that it liked pages made for users and not for search engines. A faster loading page means a satisfied user and as Google has all to win when it concerns satisfied users it is using what satisfies them, fast pages, as a ranking tool. Now, those having never seen the usefulness of Google Webmaster Tools can start running there to open their accounts. </p>
<p> <img src='http://www.webdesign-bureau-of-mauritius.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /> </p>
<h2>How to?</h2>
<p>There are some simple ways of improving a site&#8217;s speed. First things first, use <a href="http://tools.pingdom.com/">pingdom tools to evaluate your page&#8217;s load time</a>. What I like with this new factor is that web designers will have to go back to the basics, re-use the core of web design coding, i.e. writing standards based code.</p>
<h2>Standards.</h2>
<p>Great day for standards. Using semantic and clean code will definitely help improve a page&#8217;s loading time. Using basic and clean tags will help your pages load in a whizz. Make sure you do not use deprecated tags and keep to your document definition (strict, transitional&#8230;etc.). Moreover, when using standards you get yourself a step ahead in optimising your code as the latter is easily maintained and you can just get any other coder to dive into your page to optimise it.</p>
<p>With the use of standards, you are bound to reduce the number of lines of code you would have originally used. Thus, pages are lighter and load time is decreased. All benefits!</p>
<h2>External CSS.</h2>
<p>Using standards implies the separation of presentation and content. This is done through the use of Cascading Style Sheets (CSS) and, more important, the use of <strong>external</strong> CSS. This also has an impact on your page load time. Why? Having all CSS in one external file means that the file will load only once (on the first page a site is visited) then, the same file is used by the browser to load all the other pages&#8217; presentation. This means that your site&#8217;s pages will load faster as the CSS will be read only once and you will not have duplicate code to maintain all the time in each page if your CSS is written in them.</p>
<p>To get the most out of your CSS in terms of load time you can also improve the CSS file itself. Check out a previous article on <a href="http://www.webdesign-bureau-of-mauritius.com/speed-up-your-web-pages-via-css-file">how you can make pages load faster by minimising the CSS file</a>.</p>
<h2>External behaviour.</h2>
<p>Should you be having behaviour on your pages (be they through Java or DOM scripting), the same advice as that for CSS goes. You need to externalise all the code to one external page to avoid constant recalls to all your functions each time a page is loaded. You can also think about progressive enhancement to improve the page loading when scripts are not activated or fail to load. All in all, keeping these simple and short will help improve your page loading capabilities. Other enhancements include the loading of all scripts after the content.</p>
<div class="discuss">
<h3>More&#8230;</h3>
<p>These here are some simple examples on how the code can help pages in improving in terms of load times. It is very important to take these into consideration at the beginning of a project to maximise its ROI. This is a great example on how <strong>code and coding strategies can improve SEO</strong>, and Google is now making use of it. </p>
<p>You can push further in the ways a page&#8217;s load time can be improved for example, the choice of your server or image optimisation strategies.
</p></div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1578&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/gmu-redux-testing-bandwidth-and-load-times' rel='bookmark' title='Permanent Link: [GMU Redux] Testing bandwidth and load times.'>[GMU Redux] Testing bandwidth and load times.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/what-will-change-in-2010-with-search-engines-ranking-google-speaking-only-not-sure-%e2%80%a6' rel='bookmark' title='Permanent Link: What will change in 2010 with search engines ranking? (Google speaking only? Not sure …)'>What will change in 2010 with search engines ranking? (Google speaking only? Not sure …)</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/optimising-site-for-google-sitelinks' rel='bookmark' title='Permanent Link: Optimising your site to get Google sitelinks.'>Optimising your site to get Google sitelinks.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/dropping-unnecessary-tags-in-your-html-code' rel='bookmark' title='Permanent Link: Dropping unnecessary tags in your HTML code.'>Dropping unnecessary tags in your HTML code.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/speeding-your-page-load-time-will-improve-your-google-ranking/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Failure of the web design community in Mauritius?</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/failure-of-the-web-design-community-in-mauritius</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/failure-of-the-web-design-community-in-mauritius#comments</comments>
		<pubDate>Wed, 07 Apr 2010 10:19:34 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[mauritius]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[web company in mauritius]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design community]]></category>
		<category><![CDATA[web designer in mauritius]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1570</guid>
		<description><![CDATA[It is a sad thought, there is no real Mauritian web design community. There are web designers, there are companies but none are actually working for the creation of an active community. Most are taken is showing that they are better than the others, necessary for business, true but what about the community?


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/community-managers-the-new-kids-on-the-block' rel='bookmark' title='Permanent Link: Community managers: the new kids on the block.'>Community managers: the new kids on the block.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/untamed-businesses-in-mauritius' rel='bookmark' title='Permanent Link: Untamed businesses in Mauritius.'>Untamed businesses in Mauritius.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/web-designer-web-consumer' rel='bookmark' title='Permanent Link: Web designer = Web consumer.'>Web designer = Web consumer.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/are-mauritians-that-bad-at-design' rel='bookmark' title='Permanent Link: Are Mauritians that bad at design?'>Are Mauritians that bad at design?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/mbcs-new-website-a-corporate-failure' rel='bookmark' title='Permanent Link: MBC&#8217;s new website: a corporate failure?'>MBC&#8217;s new website: a corporate failure?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Understanding and mis-understanding form part of our daily life. Mauritians have a particularity though. The &#8220;outside&#8221; view is really important in our society. Showing-off. Along with that we hold on to concepts that everybody rejects publicly but doing all the time. I would put it as it is sometimes the case of &#8220;doing better than the Joneses&#8221;. How many tuned cars do you find in Mauritius? How many &#8220;competition lacaze&#8221; have you seen? All in all, in our society it is a &#8220;I&#8217;m [better/smarter/richer/...insert adjective here] than you&#8221; race.</p>
<p>Coming to this, I thought that by launching the Web Design Bureau of Mauritius, I would be able to join a real community of Mauritian web designers. I was dreaming of networking and exchanging passionate findings with other web designers from Mauritius. I was longing to help them in understanding SEO and web design to its core with an objective of bettering the whole system. I hoped for a strong social media driven network where all Mauritian web designers would be exchanging and showing with pride what we could accomplish from our small island. How wrong was I in believing this! There is no community in Mauritius and will not be for a long time.</p>
<p><a href="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/04/community.gif"><img src="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/04/community.gif" alt="Web design community in Mauritius" title="Web design community in Mauritius" width="540" height="263" class="aligncenter size-full wp-image-1571" /></a></p>
<p>There&#8217;s no &#8220;I&#8217;m better than you&#8221; in my endeavour but a real want for networking and sharing. The problem is that the Mauritian ego is what pervades and that ends up in people not accepting positive criticism. For them only the word &#8220;criticism&#8221; comes out and they forget the &#8220;positive&#8221;. Everybody in Mauritius is best at what it does (irony!). Others are even declaring themselves guard dogs of the Internet in Mauritius. You can&#8217;t be all. Either you&#8217;re a web designer and can at least discourse on Zeldman&#8217;s &#8220;Web Designing with Web Standards&#8221; or you&#8217;re a jack of all trades and master of none. </p>
<p>Working in a specific field means that you have to know what is going on in the office next to you where UI designers or web marketeers are working. You have to listen and learn from them all while explaining your job to them.  You have to know what is the use of community management as well as that of server redirects through a .htaccess file. You have to see what are the advantages of deploying a website through a CMS than building from scratch. You have to understand why such type of code is incompatible with SEO&#8230; Where the magic happens is when new techniques are uncovered, great ROI is achieved or just simple genius is created from the mixed research of all these teams.</p>
<p>Networking seems to work right with all people in other fields gravitating around web designing: SEO, expert web management, content building, copywriting or programming but never with web designers. Problem: ego again. You can have a point of view and stand behind it but you also have to accept that others&#8217; ideas can be different. You can discuss about the pros and cons without adding a &#8220;g*g*t&#8221; or a &#8220;f*l**r m*m*&#8221;. Sadly though, I&#8217;ve seen too many of these around. Few web designers are in for community building and sharing. Many treasure their misconceptions as gold because in the world of the blinds the one-eyed are kings. This goes for companies too.</p>
<p>The web is not mature enough in Mauritius and the cultural tissue very strong. The Internet is an online society that recreates part of our common culture. This is what is happening, the Mauritian culture is seeping through on the online community and recreating what they usually do in everyday life. This is where the Mauritian web design community is failing!</p>
<div class="discuss">
<h3>Let&#8217;s talk about this.</h3>
<p>All this might look like I&#8217;m trying to do &#8220;better than the Joneses&#8221; but it is not the case. It is a real plea to have a strong network in Mauritius.</p>
<p> <strong>Now, let&#8217;s see what&#8217;s really happening:</strong> most of the companies and web designers would say that others will steal their work and clients if they enter a community. None actually thinks the other way round. Imagine the impact on a client when you say that you are active in the Mauritian web design community, that you are working hand in hand with others to give better results for that client, to make the web a better place. This would imply that you are not only after your client&#8217;s money, this would also imply that state of the art techniques will be used for that client&#8217;s site thus reassuring it, this would imply that all the buzz around web communities would also shine on your own business!</p>
<p>Do you think that the industry would get better if a real web design community is built? Do you think that Mauritian web design companies could be real engines of such communities? Would Mauritian web designers gain from having an online community? Does this really imply a change in the way of thinking (I might be getting it all wrong)?
</p>
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1570&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/community-managers-the-new-kids-on-the-block' rel='bookmark' title='Permanent Link: Community managers: the new kids on the block.'>Community managers: the new kids on the block.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/untamed-businesses-in-mauritius' rel='bookmark' title='Permanent Link: Untamed businesses in Mauritius.'>Untamed businesses in Mauritius.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/web-designer-web-consumer' rel='bookmark' title='Permanent Link: Web designer = Web consumer.'>Web designer = Web consumer.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/are-mauritians-that-bad-at-design' rel='bookmark' title='Permanent Link: Are Mauritians that bad at design?'>Are Mauritians that bad at design?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/mbcs-new-website-a-corporate-failure' rel='bookmark' title='Permanent Link: MBC&#8217;s new website: a corporate failure?'>MBC&#8217;s new website: a corporate failure?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/failure-of-the-web-design-community-in-mauritius/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Nobody needs web designers.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/nobody-needs-web-designers</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/nobody-needs-web-designers#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:28:51 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[mauritius web design]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[web designer bureau]]></category>
		<category><![CDATA[why you don't need web designers]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1559</guid>
		<description><![CDATA[You don't need to hire a web designer nor do you need expert consultants in "web" fields. Not to speak of SEO and project management. All this is so easy and resources are so readily available that it is a real waste of time and money.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/failure-of-the-web-design-community-in-mauritius' rel='bookmark' title='Permanent Link: Failure of the web design community in Mauritius?'>Failure of the web design community in Mauritius?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/what-will-the-future-of-websites-be' rel='bookmark' title='Permanent Link: What will the future of websites be?'>What will the future of websites be?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/the-aliasing-issue' rel='bookmark' title='Permanent Link: The aliasing issue.'>The aliasing issue.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/mbcs-new-website-a-corporate-failure' rel='bookmark' title='Permanent Link: MBC&#8217;s new website: a corporate failure?'>MBC&#8217;s new website: a corporate failure?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/web-designer-web-consumer' rel='bookmark' title='Permanent Link: Web designer = Web consumer.'>Web designer = Web consumer.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>What have we done? What has &#8220;web 2.0&#8243; brought upon us? The web is maturing and democratisation is on its way. This is why non-techs are making heaps of money over the web with blogs while having 0 knowledge of the way it all works. Mind you this is great as the web is now open to everybody and people are using it as easily as possible but some things are really hard on us web designers and web project managers.</p>
<h2>We are family!</h2>
<p>Buy computer, get broadband ADSL, surf! This will turn you into a web expert. It is true story that a lot of web designers face the problem of having people who use their own experience and have the &#8220;my kid made his own website&#8221; syndrome when faced to web professionals. Below are some of the glorious things I personally heard.</p>
<p>&#8220;My boyfriend spends hours surfing the web and is a huge Internet consumer, and he says that this website is crap&#8221;. This is what I once heard from one of our SAAS managers in a company where I used to work. She was good at selling the web service but when it came to criticising any web designer&#8217;s work it was the boyfriend that got into the picture just because he spent hours over the net.</p>
<p>&#8220;I have led the reflection over what my website should be doing. I only want people having the same level of approach to my business as I have to surf my site. Others can just sod off. I know it is easy to filter them. I am a pioneer and not a follower, so I will not accept SEO oriented text and I want my site to be WOW but not use the same codes as others. I am used to the web, I surf all night and I want to be on everything that a person types in terms of keywords on Google. Build a website that seduces me!&#8221; All this nonsense is what I have been hearing from&#8230; a private school director in need of a new website to bring in new recruits!</p>
<p>&#8220;We want a paper archive (800 PDFs) on our website. I believe it is an easy add.&#8221; This one came from a director preparing a huge conference.</p>
<h2>The problem.</h2>
<p>The underlying problem in all this is not that these people will end up having websites that will not work or will be the opposite of all the objectives they should be aiming for along with the loss off money, it is that web designers have made things too easy. Actually, they have not made things too easy but they have made things look easy from the outside.</p>
<p>This is the core of our work, building tools that accomplish goals but in a specific way: being user centred. The sole fact that the tool is user centred means that the use of the website must be thought out beforehand and that the user navigates easily and has a great experience and accomplishes the goals without feeling the technology lying behind. We all did a great job and succeeded in this endeavour but the problem is that a majority now thinks that if the front-end is easy to use, the back-end&#8217;s implementation must be as easy.</p>
<p>This also runs for web project management where, for some clients it all boils down to choosing the titles of each navigation tab or SEO experts where clients just end up saying &#8220;stuff the damn thing with keywords as well as our competitor&#8217;s name and we&#8217;ll get the first place on Google&#8221;. All seems too easy now.</p>
<h2>No way out.</h2>
<p>I won&#8217;t be getting into the details here but apart from the horrors I hear in my day job, the Web Design Bureau of Mauritius does get its share of eccentric demands everyday. However, a great resource to see what type of incongruous thoughts clients have is <a href="http://clientsfromhell.tumblr.com/">Clients From Hell</a>. So what happens now? How do web designers and all work with such type of people? </p>
<p>Well, major web design blogs have lists of personae of the type of client you should avoid. For others, it is experience that makes it all. You see the client, you judge him/her at the first contact and you run off if necessary. Just don&#8217;t waste your time. It is sad to say so but if one has to spend precious work hours trying to educate a client, that person should leave the business. This said, it can be done is you work as an in-house web designer.</p>
<div class="discuss">
<h3>Let&#8217;s talk about this.</h3>
<p>Do you think we made a mistake in making things look so easy? Is there a way of changing client mentality (which I think will never change)? How do you/would you react in such situations? What is YOUR view of the Internet, do you think that things look too &#8220;easy&#8221; now?</p>
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1559&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/failure-of-the-web-design-community-in-mauritius' rel='bookmark' title='Permanent Link: Failure of the web design community in Mauritius?'>Failure of the web design community in Mauritius?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/what-will-the-future-of-websites-be' rel='bookmark' title='Permanent Link: What will the future of websites be?'>What will the future of websites be?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/the-aliasing-issue' rel='bookmark' title='Permanent Link: The aliasing issue.'>The aliasing issue.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/mbcs-new-website-a-corporate-failure' rel='bookmark' title='Permanent Link: MBC&#8217;s new website: a corporate failure?'>MBC&#8217;s new website: a corporate failure?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/web-designer-web-consumer' rel='bookmark' title='Permanent Link: Web designer = Web consumer.'>Web designer = Web consumer.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/nobody-needs-web-designers/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in a name? Domain name and hosting strategies.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies#comments</comments>
		<pubDate>Fri, 19 Mar 2010 16:13:45 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Resource Depot]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[strategies]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1528</guid>
		<description><![CDATA[A domain name is not only for identifying a site, it can be optimised for a real SEO strategy. Let's dig into the origins of some known Mauritian brands and how a real SEO strategy can be derived from the optimisation of domain names and hosting.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/get-your-pro-website-or-blog-free-of-charge' rel='bookmark' title='Permanent Link: Get your pro website/blog free of charge.'>Get your pro website/blog free of charge.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/custom-search-google-maps-optimized-geolocation-results' rel='bookmark' title='Permanent Link: Custom Search: make the most out of Google Maps with optimized geolocation results'>Custom Search: make the most out of Google Maps with optimized geolocation results</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/how-can-your-small-mauritian-business-benefit-from-the-internet' rel='bookmark' title='Permanent Link: How can your small (Mauritian) business benefit from the Internet ?'>How can your small (Mauritian) business benefit from the Internet ?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/de-chazal-du-mee-dcdm-website-can-harm-your-computer' rel='bookmark' title='Permanent Link: De Chazal du Mée&#8217;s (DCDM) website can harm your computer.'>De Chazal du Mée&#8217;s (DCDM) website can harm your computer.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web' rel='bookmark' title='Permanent Link: What Mauritian companies are missing on the web : the DCDM example.'>What Mauritian companies are missing on the web : the DCDM example.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>There are hundreds of articles on the subject of domain names all over the web. Most of them deal with the choice of the domain names associated to a brand, a company or on why top level domain names are important in the definition of your SEO strategies. Actually, a lot of these articles talk about what could be coined as &#8220;the usability of domain names&#8221;.</p>
<h2 style="clear: both;">The usability of domain names.</h2>
<p>The usability of domain names is the whole marketing jargon buster used to help a client define a domain name. It is here to define branding and visibilityof a brand online. One great resource for that is &#8220;<a href="http://www.igorinternational.com/process/igor-naming-guide.pdf">Building the Perfect Beast</a>&#8221; (pdf document) by Igor International.</p>
<p>The elements are generally:</p>
<ul>
<li>Size of the domain name (the smaller the better, as it seems).</li>
<li>Easy to remember (to print in your customers&#8217; minds).</li>
<li>Business related (aiming your field).</li>
<li>Top level domain (to maximize indexation).</li>
<li>Inclusion of keywords (improving ranking through the domain name).</li>
</ul>
<h2>You might be careful.</h2>
<p>Some of these advice might have flip sides to them though. The size of the domain name, if coupled with the inclusion of keywords, might not be compatible if you&#8217;re trying to become a leader in your field. An example might be DCDM where the name De Chazal du Mée is long and does not give the information that the company is that of chartered accountants. </p>
<p>As such their domain name does not show this aspect either. OK, DCDM is known in Mauritius, what about the international aspect? The branding does not include the fact that the company is big in Africa. Maybe some domain name such as dcdm-chartered-accoutants.tld (top level domain name) would help. To push the envelope a little bit further, the domain name would take care of at least 4 of the elements stated above.</p>
<h2>Local you said?</h2>
<p>What about local search then? It might seem cool to look for interesting domain names but if the primary audience is local, it would be better not to aim past the target. For example, the Web Design Bureau targets Mauritian web designers. The domain name is therefore a top level one mixed with the &#8220;mauritius&#8221; keyword. It could have been more specific but this is like that for one specific reason that will not be discussed here.</p>
<p>In a local context it is a good thing to aim for local domain extensions. For example: BBC keeps it domain name centered around the UK www.bbc.co.uk, TF1 in France has a .fr and CNN has a .com (generic extension used in US instead of the .us). None has really gone for the .tv extension but the MBC has tried it out.</p>
<h2>What about hosting?</h2>
<p>Any domain name with a real website needs to be hosted. Hosting does influence SEO. First of all there is the neighbourhood. On mutualised servers, some domain names can be blacklisted or have bad reputation (the Bureau suffers a bit from hosted porn neighbourhood). Therefore, one should make sure that the site is clearly well hosted.</p>
<p>In the case of multiple websites, one interesting thing is to work on different C class domain IPs. Each site has a unique IP number. If different websites are to be hosted, having really different C class IPs can help when working on different sites&#8217; net linking. Different addresses mean different servers to the robots, so it might really be a win-win strategy to use different hosting companies.</p>
<div class="discuss">
<h3>Let&#8217;s talk about this&#8230;</h3>
<p>What concepts did you use to chose your domain name? Why do you have a top level domain or any other level domain name? Do you have a domain name strategy? Are you thinking of changing domains and work on it strategically?</p>
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1528&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/get-your-pro-website-or-blog-free-of-charge' rel='bookmark' title='Permanent Link: Get your pro website/blog free of charge.'>Get your pro website/blog free of charge.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/custom-search-google-maps-optimized-geolocation-results' rel='bookmark' title='Permanent Link: Custom Search: make the most out of Google Maps with optimized geolocation results'>Custom Search: make the most out of Google Maps with optimized geolocation results</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/how-can-your-small-mauritian-business-benefit-from-the-internet' rel='bookmark' title='Permanent Link: How can your small (Mauritian) business benefit from the Internet ?'>How can your small (Mauritian) business benefit from the Internet ?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/de-chazal-du-mee-dcdm-website-can-harm-your-computer' rel='bookmark' title='Permanent Link: De Chazal du Mée&#8217;s (DCDM) website can harm your computer.'>De Chazal du Mée&#8217;s (DCDM) website can harm your computer.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web' rel='bookmark' title='Permanent Link: What Mauritian companies are missing on the web : the DCDM example.'>What Mauritian companies are missing on the web : the DCDM example.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Would Twitter be better for SEO without URL shorteners?</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/would-twitter-be-better-for-seo-without-url-shorteners</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/would-twitter-be-better-for-seo-without-url-shorteners#comments</comments>
		<pubDate>Tue, 16 Mar 2010 10:37:55 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[net linking]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1519</guid>
		<description><![CDATA[Twitter is currently using URL shorteners for link sharing. Would there be a change in the use of the tool by professionals if the latter used other ways of linking? How would Twitter be optimised for SEO?


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/optimising-site-for-google-sitelinks' rel='bookmark' title='Permanent Link: Optimising your site to get Google sitelinks.'>Optimising your site to get Google sitelinks.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/when-social-media-killed-google' rel='bookmark' title='Permanent Link: When social media killed Google.'>When social media killed Google.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/search-engine-optimisation-seo-for-coming-soon-pages' rel='bookmark' title='Permanent Link: Search Engine Optimisation (SEO) for &#8220;coming soon&#8221; pages.'>Search Engine Optimisation (SEO) for &#8220;coming soon&#8221; pages.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/google-cleaning-up-blogroll-links' rel='bookmark' title='Permanent Link: Google cleaning up blogroll links.'>Google cleaning up blogroll links.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Alice&#8217;s last post on the <a href="http://www.webdesign-bureau-of-mauritius.com/what-will-change-in-2010-with-search-engines-ranking-google-speaking-only-not-sure-%E2%80%A6">changes in search engines</a> as well as the advent of real time search in SERPs (Search Engine Results Pages) triggered a specific question: how to maximize the use of Twitter posts from an SEO point of view? We are today working towards Social Media Optimisation but the objective here is to have a reflection on how such a tool can become a stepping stone in an SEO strategy.</p>
<h2>Anchor text.</h2>
<p>All SEO experts will stress on the importance of anchor text in net and deep linking strategies. If you&#8217;re not at ease with SEO, here&#8217;s a quick overview of the use of anchor text. Anchor text is the text generally used in linking. Most of the time it looks like: read more here/more here etc&#8230; One of the core elements in search engine rankings is the number of incoming links. However, search engine robots do not only evaluate if the incoming link is from a high PR page or from a homepage but also what the link tells it before it scans the landing page. Thus a &#8220;read more here&#8221; text gives less information than, e.g., &#8220;web design company&#8221; in the link. This IS the anchor text. The robot will evaluate it and have a first information about the theme of the landing page. It is therefore interesting to optimise this anchor text when you&#8217;re building your linking strategies.</p>
<p><a href="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/03/links.jpg"><img src="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/03/links.jpg" alt="" title="links" width="540" height="360" class="aligncenter size-full wp-image-1522" /></a></p>
<h2>The Twitter case.</h2>
<p>Any Twitter user will have spotted the issue on the basis of the anchor text definition. There are 2 issues concerning Twitter:</p>
<ul>
<li>As shown lately, url shorteners have been a problem (not huge but still) as viruses or phishing/malware pages can be hidden behind these urls. The problem does not come from hiding something behind a link itself, it can be done with any link. However, some users might be frightened of clicking on links now (which is the exact contrary of the current usage of the tool).</li>
<li>As an SEO expert, if Search Engines provide real time content by showing Tweets in SERPs, it would really be interesting to have real anchor texts which will increase the visibility of the landing page be it for a user or a search engine robot.</li>
</ul>
<h2>Anchor text, a solution?</h2>
<p>Today, the usage is url shorteners but it might be a good thing to add (or replace) this with the possibility of adding links to anchor text in one&#8217;s tweet. This would have some major advantages on the marketing front:</p>
<ul>
<li>As stated earlier, a major help in terms of SEO and link building.</li>
<li>A better use of the 140 characters available as space will not be eaten up by the url sent out.</li>
<li>The follower might have better incentives to click on a link if the latter has explicit anchor text.</li>
</ul>
<div class="discuss">
<h3>Let&#8217;s talk about this&#8230;</h3>
<p>In the light of this exposé do you think that twitter would be better for SEO without URL shorteners? Do you think that Twitter should add such a linking tool or replace the use of these? Do you think that SEO strategies through Twitter would be great?</p>
<p>I can add my personal view on this: Twitter will not be doing it! Let&#8217;s talk about it in the comments.</p>
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1519&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/optimising-site-for-google-sitelinks' rel='bookmark' title='Permanent Link: Optimising your site to get Google sitelinks.'>Optimising your site to get Google sitelinks.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/you-should-be-over-using-the-h-heading-tags' rel='bookmark' title='Permanent Link: You should be (over-) using the H (heading) tags.'>You should be (over-) using the H (heading) tags.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/when-social-media-killed-google' rel='bookmark' title='Permanent Link: When social media killed Google.'>When social media killed Google.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/search-engine-optimisation-seo-for-coming-soon-pages' rel='bookmark' title='Permanent Link: Search Engine Optimisation (SEO) for &#8220;coming soon&#8221; pages.'>Search Engine Optimisation (SEO) for &#8220;coming soon&#8221; pages.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/google-cleaning-up-blogroll-links' rel='bookmark' title='Permanent Link: Google cleaning up blogroll links.'>Google cleaning up blogroll links.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/would-twitter-be-better-for-seo-without-url-shorteners/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>De Chazal du Mée&#8217;s (DCDM) website can harm your computer.</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/de-chazal-du-mee-dcdm-website-can-harm-your-computer</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/de-chazal-du-mee-dcdm-website-can-harm-your-computer#comments</comments>
		<pubDate>Thu, 11 Mar 2010 15:25:31 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Chit Chat]]></category>
		<category><![CDATA[Elsewhere]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[dcdm]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[harmful website]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[online presence]]></category>
		<category><![CDATA[online reputation]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1498</guid>
		<description><![CDATA[You might be careful when accessing the DCDM website from now on as Google is now putting it in the malware dropping category of websites. Another bullet in the foot of one of the country's most important companies, bullet fired by oneself.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web' rel='bookmark' title='Permanent Link: What Mauritian companies are missing on the web : the DCDM example.'>What Mauritian companies are missing on the web : the DCDM example.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/mbcs-new-website-a-corporate-failure' rel='bookmark' title='Permanent Link: MBC&#8217;s new website: a corporate failure?'>MBC&#8217;s new website: a corporate failure?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies' rel='bookmark' title='Permanent Link: What&#8217;s in a name? Domain name and hosting strategies.'>What&#8217;s in a name? Domain name and hosting strategies.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/nobody-needs-web-designers' rel='bookmark' title='Permanent Link: Nobody needs web designers.'>Nobody needs web designers.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/get-your-pro-website-or-blog-free-of-charge' rel='bookmark' title='Permanent Link: Get your pro website/blog free of charge.'>Get your pro website/blog free of charge.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Starting this post is quite weird for me in the sense that I don&#8217;t really know how to tackle it, what tone to give it or how to deal with it. So I&#8217;m setting out to explain that I&#8217;m a human being, more than less pacifist and ready to learn and share information and knowledge with people around me. This last statement is the aim of the Web Design Bureau of Mauritius itself even if the targeted audience is really small. I however have a big problem with the Mauritian mentality. People cannot be honest enough and contact you simply asking for an information or a review or whatever can be their needs in terms of project management, SEO or design. So to all who don&#8217;t know how to write a mail here&#8217;s a template:</p>
<blockquote><p>Hi,</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris lacinia arcu ac lorem vulputate euismod. Donec tempus ullamcorper facilisis. Phasellus orci augue, malesuada et luctus at, consequat ac odio. Proin et elit sed dui sodales luctus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac felis euismod lacus suscipit commodo. Integer ac augue purus, vel viverra nulla. Ut volutpat ultricies volutpat. Vestibulum commodo imperdiet elit, ac posuere tortor faucibus at. </p>
<p>Best regards<br />
Insert your signature here.
</p></blockquote>
<p><strong>Friendly tip</strong>: being polite gives you extra points!</p>
<h2>Explaining things to you dear reader.</h2>
<p>I know that a lot of my regular readers must be wondering what I&#8217;m talking about here. Let&#8217;s get to the root of things. Last year I used the DCDM example to illustrate my article on <a href="http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web">what Mauritian companies were missing on the web</a>. Fair enough, this has had some positive impact (I&#8217;m sure) on how this major Mauritian company saw its own online presence. This would explain why, nearly everyday over the past 2 weeks, somebody has been trying to attract my attention to the DCDM issue. </p>
<p>The problem with all this is that (and this meets the first part of my post) the person or persons <strong>DID NOT</strong> have the humility of sending me a mail or using the contact form available on the Bureau to ask me to do a review of their site (at least that&#8217;s what I&#8217;m thinking it is) or to write a sequel to the previously published article. No! This person or these persons has/have been spending his/their time making the same query on Google for nearly 13 days. Is that stupid or what? Proof:</p>
<p><a href="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/03/search.gif"><img src="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/03/search.gif" alt="Search results for DCDM and Web Design Bureau" title="Search results for DCDM and Web Design Bureau" width="540" height="149" class="aligncenter size-full wp-image-1500" /></a></p>
<p>Along with that, an in depth analysis of the IP address, strangely from the same C class domain over the whole period, analysis gives more than guilty info from the Google user. Proxies anybody?</p>
<h2>Letting time run by.</h2>
<p>At first I stayed on my position of not saying anything about this because one of my core convictions is that if people did communicate, a lot of our everyday problems would be solved. As these queries have stopped since this week-end I&#8217;ve stepped out to really see why someone would have spent all this energy trying to inform me that I should maybe give a look to the DCDM website. Which I tried to do this evening but&#8230;</p>
<h2>&#8230; and it&#8217;s a major BUT.</h2>
<p>The most astonishing thing happened. I tried a Google search for DCDM. The idea was to look at their website and also catch up with the previous article&#8217;s position in the SERPs (Search Engine Results Pages) to see that it does not do too much harm in DCDM&#8217;s rankings. But, as The Beatles put it: &#8220;Hey Jude, don&#8217;t take it bad&#8230;&#8221; the DCDM website has gone from being an outrage to the company to a complete ordeal for any user. I don&#8217;t know how they coded the thing but Google has blocked it as &#8220;<a href="http://www.google.com/support/websearch/bin/answer.py?answer=45449&#038;topic=360&#038;hl=en&#038;ei=lakzs9rgkihfsgbg_tn3ca&#038;sa=x&#038;oi=malwarewarninglink&#038;resnum=1&#038;ct=help/?sa=X&#038;ei=lAKZS9rGKIHFsgbg_tn3CA&#038;ved=0CAgQ2gEwAA"><strong>This site might harm your computer.</strong></a>&#8221; for malware detection.</p>
<p><a href="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/03/dcdm.jpg"><img src="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/03/dcdm.jpg" alt="De Chazal du Mée website can harm your computer." title="De Chazal du Mée website can harm your computer." width="540" height="383" class="aligncenter size-full wp-image-1499" /></a></p>
<p>Don&#8217;t try clicking on the &#8220;more&#8221; results, you&#8217;ll get more of the harmful message.<br />
<strong><br />
<em>What is going on here is that the whole project is turning into a fiasco having major impact on the Company&#8217;s online reputation and, if they&#8217;ve got an IT department, they really have to see to it that the people they&#8217;re employing do really have the necessary competences. I mean, it is easy and fun to play with Google to leave &#8220;Dan Brown&#8221; style breadcrumbs to the Bureau but it would be best to spend that time to check the code, the SEO and the compatibility issues of one&#8217;s website.</em></strong></p>
<div class="discuss">
<h3>This is it!</h3>
<p>I&#8217;m borrowing this quote from the late King of Pop. We all have knowledge and work in our fields. The web design field is still young and improving in Mauritius and methodology and standards are core elements that should be inculcated to the workforce. Another thing is that web design projects, and any project in general is lead according to some very humane principles, humility, communication, politeness and dedication. Without these tensions creep in and grow, people lose their temper and the final aim of the project gets out of focus.  It is the same for people, especially those you don&#8217;t know. So don&#8217;t come round on your big steeds to conquer. I&#8217;m always willing to help the best I can and you might get something just by asking rather than brute-forcing the whole thing.</p>
<p>How would you have reacted to this situation? Do you think that this show the professionalism of the whole company? Is this the type of company you&#8217;d contact if the service ends like this?
</p></div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1498&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web' rel='bookmark' title='Permanent Link: What Mauritian companies are missing on the web : the DCDM example.'>What Mauritian companies are missing on the web : the DCDM example.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/mbcs-new-website-a-corporate-failure' rel='bookmark' title='Permanent Link: MBC&#8217;s new website: a corporate failure?'>MBC&#8217;s new website: a corporate failure?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies' rel='bookmark' title='Permanent Link: What&#8217;s in a name? Domain name and hosting strategies.'>What&#8217;s in a name? Domain name and hosting strategies.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/nobody-needs-web-designers' rel='bookmark' title='Permanent Link: Nobody needs web designers.'>Nobody needs web designers.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/get-your-pro-website-or-blog-free-of-charge' rel='bookmark' title='Permanent Link: Get your pro website/blog free of charge.'>Get your pro website/blog free of charge.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/de-chazal-du-mee-dcdm-website-can-harm-your-computer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How can your small (Mauritian) business benefit from the Internet ?</title>
		<link>http://www.webdesign-bureau-of-mauritius.com/how-can-your-small-mauritian-business-benefit-from-the-internet</link>
		<comments>http://www.webdesign-bureau-of-mauritius.com/how-can-your-small-mauritian-business-benefit-from-the-internet#comments</comments>
		<pubDate>Tue, 26 Jan 2010 06:00:19 +0000</pubDate>
		<dc:creator>Web Design Mauritius</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[local business]]></category>
		<category><![CDATA[making money online]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[small scale business]]></category>

		<guid isPermaLink="false">http://www.webdesign-bureau-of-mauritius.com/?p=1274</guid>
		<description><![CDATA[How can a local small scale business benefit from the Internet? This is the question that many business owners would like to have an answer to. Here is an article that will convince you that the Internet is beneficial for small local businesses with a real life example of small industry success.


Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web' rel='bookmark' title='Permanent Link: What Mauritian companies are missing on the web : the DCDM example.'>What Mauritian companies are missing on the web : the DCDM example.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies' rel='bookmark' title='Permanent Link: What&#8217;s in a name? Domain name and hosting strategies.'>What&#8217;s in a name? Domain name and hosting strategies.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/untamed-businesses-in-mauritius' rel='bookmark' title='Permanent Link: Untamed businesses in Mauritius.'>Untamed businesses in Mauritius.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/saas-your-new-business-model' rel='bookmark' title='Permanent Link: Saas: your new  business model?'>Saas: your new  business model?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/custom-search-google-maps-optimized-geolocation-results' rel='bookmark' title='Permanent Link: Custom Search: make the most out of Google Maps with optimized geolocation results'>Custom Search: make the most out of Google Maps with optimized geolocation results</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="pub"><script type="text/javascript"><!--
                    google_ad_client = "pub-7734054350163682";
                    google_ad_slot = "3591776644";
                    google_ad_width = 336;
                    google_ad_height = 280;
                    //-->
                    </script>
                    <script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
                    </div><!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p><strong>This article is based on a real life project. It aims to show small business owners, whatever the field, how such businesses can drive leads out of a small scale but really optimised website. I&#8217;ll be taking the example of a small scale French business (18 employees) specialised in aluminium zinc works with which I worked and which made over a gross million euros over 3 years just through its website.</strong></p>
<p>Website. This word and its concept is rather unclear for a whole lot of users online. Worse, many business owners hear and talk about the Internet and websites without ever getting a grasp of the concept. Some understand the possibilities and power of using the Internet and others just do not want to even hear about &#8220;that thing&#8221;. Huge mistake, especially when it comes to small businesses. Why? Because small businesses are more flexible and faster than <a href="http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web">large scale ones which are already missing a lot on the web</a>. Moreover, being small means being more available locally, thus having better conversions locally, therefore securing contracts easily.</p>
<h3>Real life example: Euralu.</h3>
<p><a href="http://www.euralu-zinguerie.com/">Euralu Zinguerie</a> is a small family business working locally in the Rhone-Alps and Auvergne regions in France. It employs 18 persons who are all local experts in zinc works and aluminium stripping for roofs. Nothing to do with the Internet, heh? However, the founder of this enterprise is tech savvy and had heard about websites and was ready to give it a try with a relatively low investment. The idea was to compete with its closest competitor regional Dal&#8217;Alu. The latter is a big group with small franchises disseminated everywhere in France.</p>
<h3>The process.</h3>
<p>The <a href="http://www.euralu-zinguerie.com/">Euralu Zinguerie</a> process was rather simple. The aim was to (re)create its identity and build a website that would have permanent calls to action to generate leads. The site would also need to compete with a minimum but long lasting search engine optimisation.</p>
<p>The conversion issue had to be tackled even before getting into the design process. The latter had to be extremely light to be able to give more importance to content (hence content to search engines). After some tries, we settled for the possibility of getting into direct contact with the company from all the available pages. This gave the direction for the design process as well as the upcoming SEO.</p>
<h3>Minimal effective SEO.</h3>
<p>Based on its nature, the site was more of the static type with minimal PHP just for the contact application. Aluminium zinc works being a really specialised field, it would have been really difficult to find specialised directories, especially in France, to get the site boosted by backlinks and exogenous SEO. The other thing was that the SEO wouldn&#8217;t have to be maintained (reducing website costs).</p>
<p>We therefore had to base all the SEO on the content and treated each page as a single, optimised entity. Each page has been built around one theme and we even used the site&#8217;s static file structure to optimise the whole lot. Site navigation was set to have it always available at eye level and all the specialised parts have been cross linked to maximise crawling. We also made sure that the business field &#8220;<a href="http://www.euralu-zinguerie.com/">zinguerie</a>&#8221; was present in the domain name.</p>
<h3>Results.</h3>
<p>Analysing conversions and results for this website might be done from different points of view but, after a friendly call to the founder, I got material to analyse both sides of the medal: online leads as well as offline.</p>
<h3>Online.</h3>
<p>Okay, so what goes on online for this website? In 3 years, the website&#8217;s PR is 0/10. What? 0? Yes, 0 and this kills all your misconceptions on PR because the site boasts 2nd on &#8220;<a href="http://www.google.fr/#hl=fr&#038;q=zinguerie+aluminium">zinguerie aluminium</a>&#8221; just after the national leader 4th place on &#8220;<a href="http://www.google.fr/#q=zinguerie+alu">zinguerie alu</a>&#8221; and between first and 10th place on most of its strategic keywords such as: <a href="http://www.google.fr/#hl=fr&#038;q=entreprise+spécialisée+zinguerie">entreprise spécialisée zinguerie</a>.</p>
<p>Along with this, is the conversion rate. Here is a screenshot of the conversions over 3 years. </p>
<p><a href="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/01/conversion.gif"><img src="http://www.webdesign-bureau-of-mauritius.com/wp-content/uploads/2010/01/conversion.gif" alt="1.74% conversion rate" title="1.74% conversion rate" width="540" height="335" class="alignleft size-full wp-image-1275" /></a></p>
<p>1.74%, not much? We had set a simple calculation of how much it would have cost to get these persons to convert. The investment over 3 years would have been $495/350€/MRU Rs 14 775. So these are the gross savings made over the Internet for new clients. All in all, about 60% of these clients have hired the company.</p>
<h3>Offline.</h3>
<p>One of the good ideas we&#8217;ve had on this site was to set the phone number just beside the contact form. Notice how easy it is to get contact information from any page of the website. This, on its own, has generated about 150 phone contacts (every new contact is asked how it heard of the company). Here again about 60% of the clients signed for business.</p>
<h3>Conclusion</h3>
<p>Many are expecting, at this stage to know how much money came in. I have no clear sum to give but this is what I got from the founder. On average, the minimum contract signed (due to the nature of the work and the involvement of raw materials and travel expenses) is 8 000€ (MRU Rs 338 000) and the maximum can go to as much as 30 000€ (MRU Rs 1 260 000). In remaining on the minimum average with an 60% full conversion rate from the web for this small business, the average contracts signed via the website over the past 2 years is a gross 1 008 000€ (MRU Rs 42 504 000). And let&#8217;s keep this in mind: <a href="http://www.euralu-zinguerie.com/">Euralu Zinguerie</a> is but a mere small scale local business.</p>
<div class="discuss">
<h3>Let&#8217;s talk about this&#8230;</h3>
<p>What is your view of local Mauritian businesses going online? Should they try to get in the gap <strong>NOW</strong> while the big fishes are still milling around doing nothing? Do you use search engines to find local information and goods? Would you like to have access to such small businesses online? Some small Mauritian businesses are online, do you think they maximize or should maximize their conversion rate?</p>
</div>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end --><img src="http://www.webdesign-bureau-of-mauritius.com/?ak_action=api_record_view&id=1274&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.webdesign-bureau-of-mauritius.com/what-mauritian-companies-are-missing-on-the-web' rel='bookmark' title='Permanent Link: What Mauritian companies are missing on the web : the DCDM example.'>What Mauritian companies are missing on the web : the DCDM example.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/whats-in-a-name-domain-name-and-hosting-strategies' rel='bookmark' title='Permanent Link: What&#8217;s in a name? Domain name and hosting strategies.'>What&#8217;s in a name? Domain name and hosting strategies.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/untamed-businesses-in-mauritius' rel='bookmark' title='Permanent Link: Untamed businesses in Mauritius.'>Untamed businesses in Mauritius.</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/saas-your-new-business-model' rel='bookmark' title='Permanent Link: Saas: your new  business model?'>Saas: your new  business model?</a></li>
<li><a href='http://www.webdesign-bureau-of-mauritius.com/custom-search-google-maps-optimized-geolocation-results' rel='bookmark' title='Permanent Link: Custom Search: make the most out of Google Maps with optimized geolocation results'>Custom Search: make the most out of Google Maps with optimized geolocation results</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesign-bureau-of-mauritius.com/how-can-your-small-mauritian-business-benefit-from-the-internet/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>