<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" ?>
<?xml-stylesheet href="/serendipity/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.merseyinternet.com/serendipity/feeds/atom10.xml" rel="self" title="Mersey Internet" type="application/atom+xml" />
    <link href="http://www.merseyinternet.com/serendipity/"                        rel="alternate"    title="Mersey Internet" type="text/html" />
    <link href="http://www.merseyinternet.com/serendipity/rss.php?version=2.0"     rel="alternate"    title="Mersey Internet" type="application/rss+xml" />
    <title type="html">Mersey Internet</title>
    <subtitle type="html">Web Design and Development for Liverpool Businesses</subtitle>
    <icon>http://www.merseyinternet.com/serendipity/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://www.merseyinternet.com/serendipity/</id>
    <updated>2009-01-09T15:46:04Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.1">Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.merseyinternet.com/serendipity/archives/Configuring-ZKStudio-in-Eclipse-with-Tomcat6-on-Ubuntu-Intrepid.html" rel="alternate" title="Configuring ZKStudio in Eclipse with Tomcat6 on Ubuntu Intrepid" />
        <author>
            <name>Mike Kay</name>
                    </author>
    
        <published>2009-01-09T15:46:04Z</published>
        <updated>2009-01-09T15:46:04Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
    
        <id>http://www.merseyinternet.com/serendipity/archives/4.html</id>
        <title type="html">Configuring ZKStudio in Eclipse with Tomcat6 on Ubuntu Intrepid</title>
        <content type="xhtml" xml:base="http://www.merseyinternet.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                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.<br />
<br />
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.<br />
<br />
First install tomcat6<br />
sudo apt-get install tomcat6<br />
<br />
This will install tomcat to /usr/share/tomcat6 (known as CATALINA_HOME)<br />
and also to /var/lib/tomcat6 (known as CATALINA_BASE)<br />
<br />
Eclipse doesn't like this split location installation. The way to make it happy is to copy the link to "conf" 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 "copy". Then go to /usr/share/tomcat6 , right click and select "paste")<br />
<br />
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.<br />
<br />
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.<br />
<br />
Once you have a clean workspace do the following:<br />
<br />
<br />
1: Set up tomcat<br />
<br />
In the window at the bottom with the tabs (Problems, Tasks, Properties, Servers etc)<br />
Select Servers<br />
Right click on the background and choose New->Server<br />
Choose tomcat 6 server and click next (if it wont let you do this you have a corrupt workspace. See above for solution)<br />
browse to /usr/share/tomcat6 for tomcat location (if it complains make sure you have copied conf and catalina.policy as explained above)<br />
<br />
2: Set up ZK packages<br />
(I'm assuming you have done the bit that adds ZK)<br />
Go to Window, Preferences, ZK, ZK Packages<br />
Add directory /home/mike/zkbinwhatever<br />
put a check in the box and click a few oks<br />
<br />
3:Create a project<br />
File, New dynamic web project<br />
choose any name<br />
under configuration click modify<br />
add check to "ZK Support"<br />
click a few oks and finish<br />
<br />
4: create a zul<br />
right click the project name and select "new zul"<br />
change the container to /whatevername/WebContent<br />
click finish<br />
<br />
5: Run it<br />
Choose Run, run<br />
select an existing server (the tomcat 6 one)<br />
your project should be in the right hand column as an existing project<br />
The server should start and status = synchronised<br />
Up should pop the Hello World demo!!!<br />
<br />
<br />
<br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.merseyinternet.com/serendipity/archives/Put-your-thoughts-in-order-with-an-SEO-Mind-Map.html" rel="alternate" title="Put your thoughts in order with an SEO Mind Map" />
        <author>
            <name>Mike Kay</name>
                    </author>
    
        <published>2008-07-30T14:47:55Z</published>
        <updated>2008-08-17T14:27:17Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
    
        <id>http://www.merseyinternet.com/serendipity/archives/3.html</id>
        <title type="html">Put your thoughts in order with an SEO Mind Map</title>
        <content type="xhtml" xml:base="http://www.merseyinternet.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Download the <a href="http://merseyinternet.com/seo.html_files/map.mm">mindmap here</a> or see it in action as a <a href="http://merseyinternet.com/seoliverpool.htm">Java Applet here</a>.<br />
<br />
Try as I might to sort out my bookmarks, it just isn't working. I've tried every bookmark management system under the sun but its still just a mess. Then I discovered <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" title="Free Mind">FreeMind.</a> <br />
<br />
In this post I will show you what I created in a couple of days from my collection of disorganised SEO bookmarks. I'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.<br />
<br />
Hope you enjoy my SEO Mind Map. <br />
<br />
<a rel="license" href="http://creativecommons.org/licenses/by/2.0/uk/"><br />
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/2.0/uk/88x31.png" /><br />
</a><br />
<br /><br />
<span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">SEO Mind Map</span> by <br />
<a xmlns:cc="http://creativecommons.org/ns#" href="http://merseyinternet.com" property="cc:attributionName" rel="cc:attributionURL">Mike Kay</a> is licensed under a <br />
<a rel="license" href="http://creativecommons.org/licenses/by/2.0/uk/">Creative Commons Attribution 2.0 UK: England &amp; Wales License</a>.<br />
<br />
so you can copy and use it as long as you credit me as the original author and refer to my website.<br />
<br />
<hr /><br />
<hr /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.merseyinternet.com/serendipity/archives/Free-Business-Websites.html" rel="alternate" title="Free Business Websites" />
        <author>
            <name>Mike Kay</name>
                    </author>
    
        <published>2007-09-25T13:22:41Z</published>
        <updated>2008-08-15T15:15:12Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
    
        <id>http://www.merseyinternet.com/serendipity/archives/1.html</id>
        <title type="html">Free Business Websites</title>
        <content type="xhtml" xml:base="http://www.merseyinternet.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                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. <br />
<br />
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).<br />
<br />
<br />
So this is my recipe for 1 simple basic business website.<br />
<br />
All you need<br />
<br />
    1 tech person<br />
    1 internet connection<br />
<br />
I would recommend you should choose a website designer to be that tech person (preferably me!) but whatever you decide here's what needs to be done.<br />
<br />
   1. Decide what the website is for<br />
   2. Decide who your audience are and why they will come to your website<br />
   3. Learn some basic SEO and Accessibility facts.<br />
   4. Choose a website design template<br />
   5. Change it to match what is right for your company<br />
   6. Fill in the content i.e. your words and images<br />
   7. Choose a web address e.g. www.mycompany.co.uk<br />
   8. Choose some web hosting<br />
   9. Upload your website<br />
<br />
Read on for a fuller description of each of these steps <br /><a href="http://www.merseyinternet.com/serendipity/archives/Free-Business-Websites.html#extended">Continue reading "Free Business Websites"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.merseyinternet.com/serendipity/archives/Free-Newsletter-Template.html" rel="alternate" title="Free Newsletter Template" />
        <author>
            <name>Mike Kay</name>
                    </author>
    
        <published>2007-07-12T09:38:00Z</published>
        <updated>2008-10-14T10:59:31Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
    
        <id>http://www.merseyinternet.com/serendipity/archives/2.html</id>
        <title type="html">Free Newsletter Template</title>
        <content type="xhtml" xml:base="http://www.merseyinternet.com/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                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.<br />
Newsletter Template Features<br />
<br />
    <ul><br />
    <li>Standards based (XHTML Strict)</li><br />
    <li>Accessible Design</li><br />
    <li>Admin facility to manage the newsletters</li><br />
<br />
<br />
Newsletter Template License<br />
<br />
Copyright © 2006 Mersey Internet.<br />
<br />
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<br />
<br />
To learn more...<br />
<br />
<a href="http://merseyinternet.com/free/newstemplate.php">Go to the Template page</a> 
            </div>
        </content>
        
    </entry>

</feed>