<br />
<b>Warning</b>:  chdir() [<a href='function.chdir'>function.chdir</a>]: Unable to access /home/merseyinteuk/public_html/serendipity/ in <b>/home/designe3/merseyinternet.co.uk/serendipity/blog.php</b> on line <b>13</b><br />
<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Mersey Internet</title>
    <link>http://www.merseyinternet.com/serendipity/</link>
    <description>Web Design and Development for Liverpool Businesses</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <pubDate>Fri, 09 Jan 2009 15:46:04 GMT</pubDate>

    <image>
        <url>http://www.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://www.merseyinternet.com/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Configuring ZKStudio in Eclipse with Tomcat6 on Ubuntu Intrepid</title>
    <link>http://www.merseyinternet.com/serendipity/archives/Configuring-ZKStudio-in-Eclipse-with-Tomcat6-on-Ubuntu-Intrepid.html</link>
    
    <comments>http://www.merseyinternet.com/serendipity/archives/Configuring-ZKStudio-in-Eclipse-with-Tomcat6-on-Ubuntu-Intrepid.html#comments</comments>
    <wfw:comment>http://www.merseyinternet.com/serendipity/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.merseyinternet.com/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Mike Kay)</author>
    <content:encoded>
    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;
 
    </content:encoded>

    <pubDate>Fri, 09 Jan 2009 15:46:04 +0000</pubDate>
    <guid isPermaLink="false">http://www.merseyinternet.com/serendipity/archives/4.html</guid>
    
</item>
<item>
    <title>Put your thoughts in order with an SEO Mind Map</title>
    <link>http://www.merseyinternet.com/serendipity/archives/Put-your-thoughts-in-order-with-an-SEO-Mind-Map.html</link>
    
    <comments>http://www.merseyinternet.com/serendipity/archives/Put-your-thoughts-in-order-with-an-SEO-Mind-Map.html#comments</comments>
    <wfw:comment>http://www.merseyinternet.com/serendipity/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.merseyinternet.com/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Mike Kay)</author>
    <content:encoded>
    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; 
    </content:encoded>

    <pubDate>Wed, 30 Jul 2008 14:47:55 +0000</pubDate>
    <guid isPermaLink="false">http://www.merseyinternet.com/serendipity/archives/3.html</guid>
    
</item>
<item>
    <title>Free Business Websites</title>
    <link>http://www.merseyinternet.com/serendipity/archives/Free-Business-Websites.html</link>
    
    <comments>http://www.merseyinternet.com/serendipity/archives/Free-Business-Websites.html#comments</comments>
    <wfw:comment>http://www.merseyinternet.com/serendipity/wfwcomment.php?cid=1</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.merseyinternet.com/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Mike Kay)</author>
    <content:encoded>
    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://www.merseyinternet.com/serendipity/archives/Free-Business-Websites.html#extended&quot;&gt;Continue reading &quot;Free Business Websites&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 25 Sep 2007 13:22:41 +0000</pubDate>
    <guid isPermaLink="false">http://www.merseyinternet.com/serendipity/archives/1.html</guid>
    
</item>
<item>
    <title>Free Newsletter Template</title>
    <link>http://www.merseyinternet.com/serendipity/archives/Free-Newsletter-Template.html</link>
    
    <comments>http://www.merseyinternet.com/serendipity/archives/Free-Newsletter-Template.html#comments</comments>
    <wfw:comment>http://www.merseyinternet.com/serendipity/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.merseyinternet.com/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Mike Kay)</author>
    <content:encoded>
    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; 
    </content:encoded>

    <pubDate>Thu, 12 Jul 2007 09:38:00 +0000</pubDate>
    <guid isPermaLink="false">http://www.merseyinternet.com/serendipity/archives/2.html</guid>
    
</item>

</channel>
</rss>