<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>Mersey Internet</title>
<link>http://merseyinternet.com/serendipity/</link>
<description>Web Design and Development for Liverpool Businesses</description>
<language>en</language>
<image>
        <url>http://merseyinternet.com/serendipity/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Mersey Internet - Web Design and Development for Liverpool Businesses</title>
        <link>http://merseyinternet.com/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Rank Decoding Engine - An Initial Review</title>
    <link>http://merseyinternet.com/serendipity/archives/Rank-Decoding-Engine-An-Initial-Review.html</link>

    <description>
        Have you tried Michelle MacPhearson&#039;s Rank Decoding Engine from &lt;a href=&quot;http://www.crowdmountainsite.com&quot; title=&quot;Crown Mountain Site&quot;&gt;http://www.crowdmountainsite.com&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It&#039;s a great piece of free software that will help you find out which sites Google rates most highly in your particular niche.&lt;br /&gt;
&lt;br /&gt;
Unusually for such a great and useful program, it is actually possible to do what it does, yourself, manually. So I had a go, the hard way to see what I found.&lt;br /&gt;
&lt;br /&gt;
To make my life simpler I just chose a single keyword phrase (in reality you would choose nearer 10 phrases)&lt;br /&gt;
&lt;br /&gt;
On my test the top Crowd Mountain results were:&lt;br /&gt;
&lt;br /&gt;
site1.com 3 results&lt;br /&gt;
site2.com 2 results&lt;br /&gt;
etc&lt;br /&gt;
&lt;br /&gt;
and on my manual test I was able to check site1.com and see its 3 results were in positions 17, 37 and 39 &lt;br /&gt;
and site2.com was in positions 6 and 8&lt;br /&gt;
&lt;br /&gt;
So remember - the Rank Decoding Engine simply orders sites by the number of times they appear in the top 50 search results. It doesn&#039;t weight the sites by position.&lt;br /&gt;
I&#039;m just wondering which site you would say had the most authority. The one that appears 3 times in the top 50 but at low positions (17, 37 and 39) or the one that appears twice at higher positions (6 and 8)?&lt;br /&gt;
&lt;br /&gt;
What if a site came in at positions 1 and 2. The Rank Decoding Engine would rate it lower than a site that came in at 48, 49 and 50. &lt;br /&gt;
&lt;br /&gt;
Just something to think about.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
BUG ALERT &lt;br /&gt;
&lt;br /&gt;
I think I have found a bug as well although I really need to test this a bit more.&lt;br /&gt;
&lt;br /&gt;
site1.com was actually uk.com and The Rank Decoding Engine reported it as having 3 results in my test.&lt;br /&gt;
But when I looked the sites were actually&lt;br /&gt;
&lt;br /&gt;
www.feathers.uk.com&lt;br /&gt;
www.historic-uk.com&lt;br /&gt;
www.hotels.uk.com&lt;br /&gt;
&lt;br /&gt;
so historic-uk.com shouldn&#039;t have been counted.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;
&lt;br /&gt;
Being a uk resident I&#039;m looking forward to country specific versions but I&#039;m more than happy with what we have at the moment. A really useful tool to add to the list.&lt;br /&gt;
&lt;br /&gt;
Mike Kay&lt;br /&gt;
Mersey Internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Configuring ZKStudio in Eclipse with Tomcat6 on Ubuntu Intrepid</title>
    <link>http://merseyinternet.com/serendipity/archives/Configuring-ZKStudio-in-Eclipse-with-Tomcat6-on-Ubuntu-Intrepid.html</link>

    <description>
        This explains how to get the hello world demo zul file working in ZK Studio in Eclipse with Tomcat6 on a localhost system on Ubuntu Intrepid.&lt;br /&gt;
&lt;br /&gt;
I have just had a nightmare couple of days getting this working so I thought I would document how I solved it in the end incase it helps anybody else. I am sure there is a better way to solve this but at least this works.&lt;br /&gt;
&lt;br /&gt;
First install tomcat6&lt;br /&gt;
sudo apt-get install tomcat6&lt;br /&gt;
&lt;br /&gt;
This will install tomcat to /usr/share/tomcat6 (known as CATALINA_HOME)&lt;br /&gt;
and also to /var/lib/tomcat6 (known as CATALINA_BASE)&lt;br /&gt;
&lt;br /&gt;
Eclipse doesn&#039;t like this split location installation. The way to make it happy is to copy the link to &quot;conf&quot; from /var/lib/tomcat6 to /usr/share/tomcat6 (e.g. in Nautilus navigate to /var/lib/tomcat6 right click on the conf folder and select &quot;copy&quot;. Then go to /usr/share/tomcat6 , right click and select &quot;paste&quot;)&lt;br /&gt;
&lt;br /&gt;
It will also later be looking for a file catalina.policy in the conf folder but on my system the file is called 03catalina.policy and is in conf/policy.d So I copied this file to where it is expected and renamed it.&lt;br /&gt;
&lt;br /&gt;
Eclipse workspace can easily get corrupted. If anything stops working, assume it is corrupt. DONT try and fix anything with this suspect workspace. Just quit Eclipse and restart it specifying a new workspace location.&lt;br /&gt;
&lt;br /&gt;
Once you have a clean workspace do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1: Set up tomcat&lt;br /&gt;
&lt;br /&gt;
In the window at the bottom with the tabs (Problems, Tasks, Properties, Servers etc)&lt;br /&gt;
Select Servers&lt;br /&gt;
Right click on the background and choose New-&gt;Server&lt;br /&gt;
Choose tomcat 6 server and click next (if it wont let you do this you have a corrupt workspace. See above for solution)&lt;br /&gt;
browse to /usr/share/tomcat6 for tomcat location (if it complains make sure you have copied conf and catalina.policy as explained above)&lt;br /&gt;
&lt;br /&gt;
2: Set up ZK packages&lt;br /&gt;
(I&#039;m assuming you have done the bit that adds ZK)&lt;br /&gt;
Go to Window, Preferences, ZK, ZK Packages&lt;br /&gt;
Add directory /home/mike/zkbinwhatever&lt;br /&gt;
put a check in the box and click a few oks&lt;br /&gt;
&lt;br /&gt;
3:Create a project&lt;br /&gt;
File, New dynamic web project&lt;br /&gt;
choose any name&lt;br /&gt;
under configuration click modify&lt;br /&gt;
add check to &quot;ZK Support&quot;&lt;br /&gt;
click a few oks and finish&lt;br /&gt;
&lt;br /&gt;
4: create a zul&lt;br /&gt;
right click the project name and select &quot;new zul&quot;&lt;br /&gt;
change the container to /whatevername/WebContent&lt;br /&gt;
click finish&lt;br /&gt;
&lt;br /&gt;
5: Run it&lt;br /&gt;
Choose Run, run&lt;br /&gt;
select an existing server (the tomcat 6 one)&lt;br /&gt;
your project should be in the right hand column as an existing project&lt;br /&gt;
The server should start and status = synchronised&lt;br /&gt;
Up should pop the Hello World demo!!!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </description>
</item>
<item>
    <title>Put your thoughts in order with an SEO Mind Map</title>
    <link>http://merseyinternet.com/serendipity/archives/Put-your-thoughts-in-order-with-an-SEO-Mind-Map.html</link>

    <description>
        Download the &lt;a href=&quot;http://merseyinternet.com/seo.html_files/map.mm&quot;&gt;mindmap here&lt;/a&gt; or see it in action as a &lt;a href=&quot;http://merseyinternet.com/seoliverpool.htm&quot;&gt;Java Applet here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Try as I might to sort out my bookmarks, it just isn&#039;t working. I&#039;ve tried every bookmark management system under the sun but its still just a mess. Then I discovered &lt;a href=&quot;http://freemind.sourceforge.net/wiki/index.php/Main_Page&quot; title=&quot;Free Mind&quot;&gt;FreeMind.&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
In this post I will show you what I created in a couple of days from my collection of disorganised SEO bookmarks. I&#039;ve divided them into 2 main groups, SEO Advice and SEO Tools. You will need to read up on FreeMind to gain the full benefit but the main things to remember are that anything with a little red arrow is like a hyperlink. Click on it and it will take you to a website; and the other main thing is that anything with a small circle will expand to a deeper level if you highlight it and press the spacebar.&lt;br /&gt;
&lt;br /&gt;
Hope you enjoy my SEO Mind Map. &lt;br /&gt;
&lt;br /&gt;
&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by/2.0/uk/&quot;&gt;&lt;br /&gt;
&lt;img alt=&quot;Creative Commons License&quot; style=&quot;border-width:0&quot; src=&quot;http://i.creativecommons.org/l/by/2.0/uk/88x31.png&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;span xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; property=&quot;dc:title&quot;&gt;SEO Mind Map&lt;/span&gt; by &lt;br /&gt;
&lt;a xmlns:cc=&quot;http://creativecommons.org/ns#&quot; href=&quot;http://merseyinternet.com&quot; property=&quot;cc:attributionName&quot; rel=&quot;cc:attributionURL&quot;&gt;Mike Kay&lt;/a&gt; is licensed under a &lt;br /&gt;
&lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by/2.0/uk/&quot;&gt;Creative Commons Attribution 2.0 UK: England &amp;amp; Wales License&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
so you can copy and use it as long as you credit me as the original author and refer to my website.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;&lt;br /&gt;
&lt;hr /&gt; 
    </description>
</item>
<item>
    <title>Free Business Websites</title>
    <link>http://merseyinternet.com/serendipity/archives/Free-Business-Websites.html</link>

    <description>
        Businesses often want to create their website themselves and just want some guidance on what to do and of course how to do it as cheaply as possible. &lt;br /&gt;
&lt;br /&gt;
You can do it for free but you will have fewer headaches if you spend a little on getting a decent hosting package (see later).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So this is my recipe for 1 simple basic business website.&lt;br /&gt;
&lt;br /&gt;
All you need&lt;br /&gt;
&lt;br /&gt;
    1 tech person&lt;br /&gt;
    1 internet connection&lt;br /&gt;
&lt;br /&gt;
I would recommend you should choose a website designer to be that tech person (preferably me!) but whatever you decide here&#039;s what needs to be done.&lt;br /&gt;
&lt;br /&gt;
   1. Decide what the website is for&lt;br /&gt;
   2. Decide who your audience are and why they will come to your website&lt;br /&gt;
   3. Learn some basic SEO and Accessibility facts.&lt;br /&gt;
   4. Choose a website design template&lt;br /&gt;
   5. Change it to match what is right for your company&lt;br /&gt;
   6. Fill in the content i.e. your words and images&lt;br /&gt;
   7. Choose a web address e.g. www.mycompany.co.uk&lt;br /&gt;
   8. Choose some web hosting&lt;br /&gt;
   9. Upload your website&lt;br /&gt;
&lt;br /&gt;
Read on for a fuller description of each of these steps &lt;br /&gt;&lt;a href=&quot;http://merseyinternet.com/serendipity/archives/Free-Business-Websites.html#extended&quot;&gt;Continue reading &quot;Free Business Websites&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Free Newsletter Template</title>
    <link>http://merseyinternet.com/serendipity/archives/Free-Newsletter-Template.html</link>

    <description>
        This newsletter template provides a way of handling the uploading, storing and management of newsletters on a website. It would be ideal for use in a school or church website. In its current form the newsletters exist as PDF files but this could easily be changed to cater for other file types.&lt;br /&gt;
Newsletter Template Features&lt;br /&gt;
&lt;br /&gt;
    &lt;ul&gt;&lt;br /&gt;
    &lt;li&gt;Standards based (XHTML Strict)&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;Accessible Design&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;Admin facility to manage the newsletters&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Newsletter Template License&lt;br /&gt;
&lt;br /&gt;
Copyright © 2006 Mersey Internet.&lt;br /&gt;
&lt;br /&gt;
The Newsletter Template is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation&lt;br /&gt;
&lt;br /&gt;
To learn more...&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://merseyinternet.com/free/newstemplate.php&quot;&gt;Go to the Template page&lt;/a&gt; 
    </description>
</item>

</channel>
</rss>
