<?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>Get the Point</title>
	<atom:link href="http://www.get-the-point.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.get-the-point.co.uk</link>
	<description>make your website work</description>
	<lastBuildDate>Mon, 30 Aug 2010 17:52:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Training</title>
		<link>http://www.get-the-point.co.uk/wordpress-training/</link>
		<comments>http://www.get-the-point.co.uk/wordpress-training/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 17:52:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.get-the-point.co.uk/?p=88</guid>
		<description><![CDATA[Just got a freshly pressed WordPress website, but cannot get your developer to provide support for love nor money? Then get in touch.]]></description>
			<content:encoded><![CDATA[<p>Just got a freshly pressed WordPress website, but cannot get your developer to provide support for love nor money?  Then get in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/wordpress-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OurLocality takes first baby steps</title>
		<link>http://www.get-the-point.co.uk/our-locality/</link>
		<comments>http://www.get-the-point.co.uk/our-locality/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 17:11:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://get-the-point.co.uk/?p=66</guid>
		<description><![CDATA[After some toing and a bit of froing, OurLocality was launched last week.  You didn&#8217;t hear the fanfares?  Alas there were none. The idea behind Our Locality is a simple one: connecting all things local. To kick off with, we migrated Sustaining Dunbar onto the platform and created a number of project sites, such as [...]]]></description>
			<content:encoded><![CDATA[<p>After some toing and a bit of froing, <a title="Our Locality" href="http://ourlocality.org/" onclick="pageTracker._trackPageview('/outgoing/ourlocality.org/?referer=');">OurLocality</a> was launched last week.  You didn&#8217;t hear the fanfares?  Alas there were none. The idea behind Our Locality is a simple one: connecting all things local.</p>
<p>To kick off with, we migrated <a title="Sustaining Dunbar" href="http://sustainingdunbar.org/" onclick="pageTracker._trackPageview('/outgoing/sustainingdunbar.org/?referer=');">Sustaining Dunbar</a> onto the platform and created a number of project sites, such as <a title="BeGreen Dunbar and District" href="http://begreen.sustainingdunbar.org/" onclick="pageTracker._trackPageview('/outgoing/begreen.sustainingdunbar.org/?referer=');">BeGreen Dunbar &amp; District</a>.  The old site in a matter of months had become decidedly cramped and it was difficult to reconcile sometimes competing demands.  Only a week has passed, but everything seems to be working surprisingly well and all excited by the new possibilities.</p>
<p>A clutch of new sites have also been created, but we&#8217;ve yet to open up access to the masses.  We&#8217;re happy to set anyone up who asks, nicely of course.</p>
<p>Next up are thematic and geographic networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/our-locality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Multisite WordPress</title>
		<link>http://www.get-the-point.co.uk/configuring-multisite-wordpress/</link>
		<comments>http://www.get-the-point.co.uk/configuring-multisite-wordpress/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://get-the-point.co.uk/?p=62</guid>
		<description><![CDATA[Step one If you are going to use svn make sure you have it.  On Debian, # apt-get update # apt-get install subversion # apt-get install libapache2-svn (http://www.howtoforge.com/debian_subversion_websvn for more svn info.) Then get yourself the latest WP (http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion) Navigate to your working directory (root) # svn co http://core.svn.wordpress.org/trunk/ . Then create your database and [...]]]></description>
			<content:encoded><![CDATA[<p>Step one</p>
<p>If you are going to use svn make sure you have it.  On Debian,</p>
<p># apt-get update<br />
# apt-get install subversion<br />
# apt-get install libapache2-svn</p>
<p>(http://www.howtoforge.com/debian_subversion_websvn for more svn info.)</p>
<p>Then get yourself the latest WP</p>
<p>(http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion)</p>
<p>Navigate to your working directory (root)</p>
<p><code># svn co http://core.svn.wordpress.org/trunk/ .</code></p>
<p>Then create your database and user.</p>
<p>Navigate to your installation and supply the database info.</p>
<p>You&#8217;ll probably be asked to create wp-config.php manually.</p>
<p>Login to see it is working as expected.</p>
<p>Create and chmod the uploads directory to 777</p>
<p>You may need to chown -R ftp-name * to use ftp.</p>
<p>Now add to wp-config.php</p>
<p>/** The Go Multi Site. */<br />
define (&#8216;WP_ALLOW_MULTISITE&#8217;, true  ) ;</p>
<p>And under tools, a new option appears: Network.</p>
<p>Follow the instructions to set up with subdomains or folders (mapping domains to blogs apparently unconstrained by which option now).</p>
<p>Update your .htaccess and wp-config.php files.</p>
<p>You are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/configuring-multisite-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sustaining Dunbar Migrating to Google Apps</title>
		<link>http://www.get-the-point.co.uk/migrating-to-google-apps/</link>
		<comments>http://www.get-the-point.co.uk/migrating-to-google-apps/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 11:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[POP]]></category>

		<guid isPermaLink="false">http://get-the-point.co.uk/?p=54</guid>
		<description><![CDATA[There are around a dozen email users at Sustaining Dunbar.  Staff and volunteers have been using a variety of email clients and email providers to keep in touch.  Some were already users of consumer Gmail accounts, Google Calendars and Google Docs, while others used a range of email applications or just webmail. Each migration presented [...]]]></description>
			<content:encoded><![CDATA[<p>There are around a dozen email users at Sustaining Dunbar.  Staff and volunteers have been using a variety of email clients and email providers to keep in touch.  Some were already users of consumer Gmail accounts, Google Calendars and Google Docs, while others used a range of email applications or just webmail.</p>
<p>Each migration presented new problems and issues, uncovering some of the idiosyncrasies of Google Apps.</p>
<p>The Jekyll and Hyde problem occurs when existing users are already using their new Google Apps email address to access consumer Google services like Gmail.  On setting up the new Google Apps accounts, we learnt quickly that it was best to first decouple such user&#8217;s current email address from the old Google account.</p>
<p>Then their was the problem of migrating web only email users to their Google Apps.  We used the handy IMAP gmail-backup tool for this, as this is supported by consumer Gmail.  Thousands of emails and complex labels were transferred with minimum errors and fuss.</p>
<p>Then there were Windows Mail users, which we transferred by first exporting the emls and underlying folder structure to Thunderbird.  Then we flattened the hierarchy and reduced the number of items in each folder &#8211; some had several thousands of emails.  We then created an IMAP connection with Google Apps and then simply copied the folders over (remembering to be online or the copy won&#8217;t do anything at all!).  This is slow, so it might be easier to swap the settings in prefs.js to make a POP account IMAP, though synchronisation speed is unlikely to be improved.</p>
<p>For migrating Google Docs, we used Gladinet&#8217;s handy tool to link up to Gmail and Google Apps and simply dragged and dropped, not the fastest transfer &#8211; but it worked without error.</p>
<p>For small uncomplicated (few folders, few emails) email accounts based on Outlook or Thunderbird, the the Google Email Uploader is quite handy.  In the past this has worked well on larger accounts, but it doesn&#8217;t match the IMAP job which clusters conversations well and creates labels to boot, without errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/migrating-to-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work in progress</title>
		<link>http://www.get-the-point.co.uk/work-in-progress/</link>
		<comments>http://www.get-the-point.co.uk/work-in-progress/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:45:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://get-the-point.co.uk/?p=36</guid>
		<description><![CDATA[Some recent projects that we have been been working on: Ourlocality.org Direct Joinery Services Migrating to Google Apps @ Sustaining Dunbar Edinburgh Sash &#38; Case Windows Dickson &#38; Co Accountants Linda Fleming Map facilities at Sustaining Dunbar Sustaining Dunbar Paul Musgrove Prints Graham Muir Glass Artist Ann Rocks Templelands Self Catering Holiday Flat]]></description>
			<content:encoded><![CDATA[<p>Some recent projects that we have been been working on:</p>
<p><a title="Our Locality is about Local Matters" href="http://ourlocality.org/" onclick="pageTracker._trackPageview('/outgoing/ourlocality.org/?referer=');">Ourlocality.org</a></p>
<p><a title="Direct Joinery Services" href="http://directjoineryservices.co.uk" onclick="pageTracker._trackPageview('/outgoing/directjoineryservices.co.uk?referer=');">Direct Joinery Services</a></p>
<p>Migrating to <a href="/migrating-to-google-apps/">Google Apps @ Sustaining Dunbar</a></p>
<p><a title="Sash and Case Windows Edinburgh " href="http://www.edinburghsashandcase.co.uk" onclick="pageTracker._trackPageview('/outgoing/www.edinburghsashandcase.co.uk?referer=');">Edinburgh Sash &amp; Case Windows</a></p>
<p><a title="Accountants" href="#">Dickson &amp; Co Accountants</a></p>
<p>Linda Fleming</p>
<p><a></a><a href="http://map.sustainingdunbar.org" onclick="pageTracker._trackPageview('/outgoing/map.sustainingdunbar.org?referer=');">Map facilities at Sustaining Dunbar</a></p>
<p><a href="http://www.sustainingdunbar.org" onclick="pageTracker._trackPageview('/outgoing/www.sustainingdunbar.org?referer=');">Sustaining Dunbar</a></p>
<p><a href="http://www.sustainingdunbar.org" onclick="pageTracker._trackPageview('/outgoing/www.sustainingdunbar.org?referer=');"></a><a href="http://www.musworks.co.uk" onclick="pageTracker._trackPageview('/outgoing/www.musworks.co.uk?referer=');">Paul Musgrove Prints</a></p>
<p><a href="http://www.musworks.co.uk" onclick="pageTracker._trackPageview('/outgoing/www.musworks.co.uk?referer=');"></a><a href="http://www.grahammuir.co.uk" onclick="pageTracker._trackPageview('/outgoing/www.grahammuir.co.uk?referer=');">Graham Muir Glass Artist</a></p>
<p><a title="Ann Clark Archaeologist" href="http://www.annrocks.co.uk/" onclick="pageTracker._trackPageview('/outgoing/www.annrocks.co.uk/?referer=');">Ann Rocks</a></p>
<p><a title="The Templelands Garden Flat" href="http://templelands.com" onclick="pageTracker._trackPageview('/outgoing/templelands.com?referer=');">Templelands Self Catering Holiday Flat</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/work-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Self Sufficiency</title>
		<link>http://www.get-the-point.co.uk/website-development/</link>
		<comments>http://www.get-the-point.co.uk/website-development/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:21:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://get-the-point.co.uk/?p=15</guid>
		<description><![CDATA[Our aim is to help you become more self sufficient and get more from a small budget. Whether you are looking at being be more productive or collaborate more effectively or simply want to create a conversation with your customers/audience.  Or perhaps you are looking to better integrate your systems. What we won&#8217;t do We [...]]]></description>
			<content:encoded><![CDATA[<p>Our aim is to help you become more self sufficient and get more from a small budget.</p>
<p>Whether you are looking at being be more productive or collaborate more effectively or simply want to create a conversation with your customers/audience.  Or perhaps you are looking to better integrate your systems.<br />
<span id="more-15"></span> <strong>What we won&#8217;t do<br />
</strong><br />
We won&#8217;t waste money on things that you don&#8217;t think will help your business.</p>
<p>We won&#8217;t shackle you with dated technology that only experts can drive.</p>
<p>We won&#8217;t even punish if you then decide to work with others, in fact we&#8217;ll make the migration as smooth as possible.</p>
<p>Baffle you with jargon. (Interrupt us the moment we do!)</p>
<p>Tell you that we know when we don&#8217;t or pretend something is easy when it isn&#8217;t, or the other way around for that matter. (Though not everything is what it seems, so we reserve the right to change our mind!)</p>
<p>Tell you you need some newfangled function, if you don&#8217;t.</p>
<p>Tell you you need X or Y, if you don&#8217;t.</p>
<p><strong>What we will do<br />
</strong><br />
We will explore your requirements and translate these into a manageable solution.  This involves quite a lot of toing and froing initially.  When this doesn&#8217;t happen we often get the fatal &#8220;expectations gap&#8221;.</p>
<p>We will ensure customers and suppliers can find you and your products / services really easily.</p>
<p>We will strive to give you the best of what is available today and will upgrade so that it will also work tomorrow.</p>
<p>We will leverage your budget (ok we promised no jargon &#8211; get more for less!).</p>
<p>We will give you access to a bag full of tools that will help you tailor further investments in the site.</p>
<p>We will provide you with the hands-on training, mentoring &amp; support to get you going.</p>
<p>If you have rather more complex requirements or are really pernickety about design we&#8217;ll marshall those skills too, but make sure your budget covers this!</p>
<p>Some projects go off course:</p>
<ul>
<li>poor specification (e.g. it is not always easy to articulate your requirements clearly)</li>
<li>insufficient time to devote to it (e.g. without some understanding of your new system you may not get the most out of it)</li>
<li>what&#8217;s  important changes (e.g. you wanted to get started quickly and cheaply, but on reflection &#8230;)</li>
<li>erratic communications (e.g. we get feedback only weeks or months after we complete a task or piece of work)</li>
</ul>
<p>We will try to avoid all these common problems and tell what can and cannot be done within your budget.</p>
<p>We will try and respond to all your questions or instructions promptly, which often means within hours but not days or weeks.  If you ever have concerns we are just a phone call away and are always happy to meet with you on your own premises.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/website-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecomonkey</title>
		<link>http://www.get-the-point.co.uk/ecomonkey/</link>
		<comments>http://www.get-the-point.co.uk/ecomonkey/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 21:13:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://test.get-the-point.co.uk/?p=3</guid>
		<description><![CDATA[One of our major projects went beta last month. Ecomonkey.co.uk our green rewards website is a first, probably. And it&#8217;s not any old green shopping website, nor any old green rewards programme. Deceptively simple on the surface, it&#8217;s nevertheless unique and really very clever under the bonnet. The underlying database development was led by Lightenna, [...]]]></description>
			<content:encoded><![CDATA[<p>One of our major projects went beta last month.  <a href="http://www.ecomonkey.co.uk" onclick="pageTracker._trackPageview('/outgoing/www.ecomonkey.co.uk?referer=');">Ecomonkey.co.uk</a> our green rewards website is a first, probably. And it&#8217;s not any old green shopping website, nor any old green rewards programme.  </p>
<p>Deceptively simple on the surface, it&#8217;s nevertheless unique and really very clever under the bonnet.<br />
<span id="more-3"></span><br />
The underlying database development was led by <a href="http://www.lightenna.com" onclick="pageTracker._trackPageview('/outgoing/www.lightenna.com?referer=');">Lightenna</a>, who built it on a solid open source CMS framework (employed <i>inter alia</i> by <a href="http://www.mtv.co.uk/" onclick="pageTracker._trackPageview('/outgoing/www.mtv.co.uk/?referer=');">MTV-UK</a>, <a href="http://www.greenpeace.org.uk/" onclick="pageTracker._trackPageview('/outgoing/www.greenpeace.org.uk/?referer=');">Greenpeace</a> and <a href="http://www.theonion.com" onclick="pageTracker._trackPageview('/outgoing/www.theonion.com?referer=');">The Onion</a>) and extending it with a string of custom built modules.</p>
<p>Get in touch via the contact form to discuss.</p>
<div class="cbw snap_nopreview">
<div class="cbw_header"><script src="http://www.crunchbase.com/javascripts/widget.js" type="text/javascript"></script>
<div class="cbw_header_text"><a href="http://www.crunchbase.com/" onclick="pageTracker._trackPageview('/outgoing/www.crunchbase.com/?referer=');">CrunchBase Information</a></div>
</div>
<div class="cbw_content">
<div class="cbw_subheader"><a href="http://www.crunchbase.com/product/ecomonkey-co-uk" onclick="pageTracker._trackPageview('/outgoing/www.crunchbase.com/product/ecomonkey-co-uk?referer=');">Ecomonkey.co.uk</a></div>
<div class="cbw_subcontent"><script src="http://www.crunchbase.com/cbw/product/ecomonkey-co-uk.js" type="text/javascript"></script></div>
<div class="cbw_footer">Information provided by <a href="http://www.crunchbase.com/" onclick="pageTracker._trackPageview('/outgoing/www.crunchbase.com/?referer=');">CrunchBase</a></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.get-the-point.co.uk/ecomonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
