<?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>Neil Lathwood's blog &#187; Technology</title>
	<atom:link href="http://www.lathwood.co.uk/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lathwood.co.uk</link>
	<description>Drivel on things</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:30:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automated deployment using Subversion</title>
		<link>http://www.lathwood.co.uk/2009/11/16/automated-deployment-using-subversion/</link>
		<comments>http://www.lathwood.co.uk/2009/11/16/automated-deployment-using-subversion/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:30:05 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.lathwood.co.uk/?p=154</guid>
		<description><![CDATA[It&#8217;s always nice to see something you have spent time developing being used in production.
A while ago I read an excellent blog post from Timothy Fitz called Continuous Deployment at IMVU: Doing the impossible fifty times a day, that got me started on trying to improve the way we deploy our websites at UKFast but [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always nice to see something you have spent time developing being used in production.</p>
<p>A while ago I read an excellent blog post from <a href="http://timothyfitz.wordpress.com/" target="_blank">Timothy Fitz</a> called <a href="http://timothyfitz.wordpress.com/2009/02/10/continuous-deployment-at-imvu-doing-the-impossible-fifty-times-a-day/" target="_blank">Continuous Deployment at IMVU: Doing the impossible fifty times a day</a>, that got me started on trying to improve the way we deploy our websites at UKFast but just as important &#8211; being able to roll back to a previous version at the drop of a hat.</p>
<p>We had a few requirements such as, hook into current systems, deploy code with near zero downtime, run some post deploy commands, stop deploying on error and keep an archive of old deployments for simple roll back amongst other things.</p>
<p>As you&#8217;ve probably gathered <span style="text-decoration: line-through;">by the title</span>, we run Subversion as our version system, it works well as a standalone but that&#8217;s never enough for us at UKFast. The system that was developed so far has achieved everything that we need, new or existing sites are deployed usually within 30 seconds but that depends on the size of them, the freshly deployed code is activated online without any loss of service to visitors to the site which is probably one of the best features about this system. It also means that roll backs are done transparently and due to another feature, archives, depending on the (user configurable) number of archived versions we keep, we can roll back to a previous version almost instantaneously as the code is already deployed and ready to go &#8211; if we need to go back further past the archived version then a checkout is done on the old version.</p>
<p>Now once a site is deployed, that typically wouldn&#8217;t be the end of it. If someone had tried to perform the update manually then it most likely wouldn&#8217;t be case of just FTPing up the new website, for one, we usually have some heavy customisation on folder structure, permissions or just because we want something different. So the system needs to cope for this as well, it will allow users to issue post deploy commands from a predetermined list of allowed options. This has so far covered us from all the usual requests our web developers usually ask for and without have to give them a ssh shell!</p>
<p>In the event that any errors are detected at any point the deployment is halted and the user performing the update is notified, no need to roll code back in anyway as the new version hasn&#8217;t even gone live yet.</p>
<p>This system has meant we can stop using ssh / ftp accounts for website management, determine fine granular access to developers and mainly, allow us to update our websites at any stage of the day, knowing that it won&#8217;t impact site visitors and if it does, then we have a roll back process that takes us 10 seconds to perform and the site will be restored.</p>
<p>Unfortunately the way in a lot of our systems work means I can&#8217;t discuss it on an open blog, competitors might be watching. But if anyone wants to pick my brains then by all means, get in touch.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2009%2F11%2F16%2Fautomated-deployment-using-subversion%2F&amp;linkname=Automated%20deployment%20using%20Subversion"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2009/11/16/automated-deployment-using-subversion/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Network Monitoring System &#8211; Demo</title>
		<link>http://www.lathwood.co.uk/2009/02/01/noc-monitoring-nms-demo/</link>
		<comments>http://www.lathwood.co.uk/2009/02/01/noc-monitoring-nms-demo/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 21:57:32 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nms]]></category>
		<category><![CDATA[noc]]></category>

		<guid isPermaLink="false">http://www.lathwood.co.uk/?p=54</guid>
		<description><![CDATA[Well since the post I made about Alternative Nagios software generated a bit of interest (well, one comment is a bit for this blog  ),  it made me want to try out the software mentioned again to see how it fairs against Nagios which has been my monitoring software of choice for a considerable [...]]]></description>
			<content:encoded><![CDATA[<p>Well since the post I made about <a href="http://www.lathwood.co.uk/2009/01/08/nagios-alternatives-are-there-any/" target="_blank">Alternative Nagios software</a> generated a bit of interest (well, one comment is a bit for this blog <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ),  it made me want to try out the software mentioned again to see how it fairs against <a href="http://www.nagios.org" target="_blank">Nagios</a> which has been my monitoring software of choice for a considerable amount of time. I also thought, why not provide the software I install and test to anyone who might be interested in trying out some of the NMS systems out there.</p>
<p>So without further ado, below you will find the monitoring software I have installed and tested. These are fully functional in all aspects, the only thing limited is the ability to change passwords so that people can&#8217;t lock one another out and also, smtp is blocked on this server meaning that any alerts generated won&#8217;t get sent out.</p>
<p><a href="http://demo.nocmonitoring.co.uk/nagios/" target="_blank">Nagios</a>:<br />
<a href="http://demo.nocmonitoring.co.uk/nagios/" target="_blank">http://demo.nocmonitoring.co.uk/nagios/</a><br />
username: admin<br />
password: admin<br />
Notes: You cannot add / edit / remove devices from this demo as Nagios relies on editing of configuration files directly which isn&#8217;t supported natively.</p>
<p><a href="http://demo.nocmonitoring.co.uk:8980/opennms/acegilogin.jsp" target="_blank">OpenNMS</a>:<br />
<a href="http://demo.nocmonitoring.co.uk:8980/opennms/acegilogin.jsp" target="_blank">http://demo.nocmonitoring.co.uk:8980/opennms/acegilogin.jsp</a><br />
username: admin<br />
password: admin</p>
<p><a href="http://demo.nocmonitoring.co.uk:8080/" target="_blank">Zenoss</a>:<br />
<a href="http://demo.nocmonitoring.co.uk:8080/" target="_blank">http://demo.nocmonitoring.co.uk:8080/</a><br />
username: admin<br />
password: admin</p>
<p><a href="http://demo.nocmonitoring.co.uk/zabbix/" target="_blank">Zabbix</a>:<br />
<a href="http://demo.nocmonitoring.co.uk/zabbix/" target="_blank">http://demo.nocmonitoring.co.uk/zabbix/</a><br />
username: admin<br />
password: admin</p>
<p>I&#8217;ve got to say, after going through and testing all of these, at the basic level of just adding a device to be monitored for things such as http, it&#8217;s an extremely difficult process on all of them (Nagios was the easiest but again, this is probably due to my time served with this software). From the perspective of simplicity, I can&#8217;t understand how such a task of adding a device whether by hostname or IP can be such a complicated task.</p>
<p>Anyway, feel free to make use of the online demo&#8217;s and if you would like me to add anymore NMS systems to this list then please feel free to get in touch and I will see what I can do.</p>
<p>Enjoy</p>
<p>**Update</p>
<p><a href="http://www.skills-1st.co.uk/" target="_blank">Jane</a> has kindly pointed out the login for Zabbix didn&#8217;t work &#8211; changed it to the actual correct details so now it should.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2009%2F02%2F01%2Fnoc-monitoring-nms-demo%2F&amp;linkname=Network%20Monitoring%20System%20%26%238211%3B%20Demo"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2009/02/01/noc-monitoring-nms-demo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Nagios alternatives, are there any?</title>
		<link>http://www.lathwood.co.uk/2009/01/08/nagios-alternatives-are-there-any/</link>
		<comments>http://www.lathwood.co.uk/2009/01/08/nagios-alternatives-are-there-any/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 20:19:14 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nms]]></category>
		<category><![CDATA[opennms]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[zenoss]]></category>

		<guid isPermaLink="false">http://www.lathwood.co.uk/?p=3</guid>
		<description><![CDATA[Comparing a few of the network monitoring applications available.]]></description>
			<content:encoded><![CDATA[<p>Nagios is one of the standard NMS (Network Monitoring Systems) available to businesses today, it&#8217;s wealth of features provide a very flexible system, it&#8217;s scalable and customisable so should fit into the most demanding environments &#8211; is this all that&#8217;s available to assist in keeping an eye on your IT infrastructure 24&#215;7?</p>
<p>No, that&#8217;s the simple answer. The longer answer is more complicated and depends on what your System Administrators can support from an application point of view. A lot of the NMS systems available are your standard Perl / C implementation on a flat file or MySQL/PostgreSQL backend so should be supported on most systems. Others however require Java or Python support, whilst this is simple enough to install and run on most Linux distributions, what happens when things go wrong? How many companies have IT staff who have taken the time to learn Java/Python for the next big Web 2.0 site?</p>
<p>I&#8217;ve used Nagios for a while now (some 5 years) and have always gone back to the start and looked over the alternatives at various times to see what they offer in terms of features and integration. Integration, that&#8217;s the key for me when it comes to choosing an NMS system, if it&#8217;s not able to offer a level of integration with the systems we already have (and we&#8217;re willing to do some work to make that happen), then it&#8217;s a non-starter no matter how laden with features it might be. Over the past couple of years, a wider choice has become available which makes choosing to switch, that much harder! Having the luxury of time to test these newer systems isn&#8217;t something that&#8217;s available to everyone including me so my &#8216;experience&#8217; of other systems is limited compared to my time with Nagios, however, I know what I want and need so it doesn&#8217;t always take long before commissioning an app to the dusty code graveyard.</p>
<p>Let&#8217;s get into some of the more popular NMS systems available at present and what my impression of them has been&#8230;..</p>
<p><a title="OpenNMS" href="http://www.opennms.org" target="_blank"><strong>OpenNMS</strong></a></p>
<p>OpenNMS is actually a really nice application to use for Network Monitoring, it&#8217;s discovery feature works really well and being configurable form XML files makes it extremely easy to setup and maintain. Installation is relatively straight forward if you are using the pre-packaged versions available or are a dab hand with <a href="http://tomcat.apache.org/" target="_blank">Tomcat</a>. The pre-configured range that I created for Network discovery worked fine and it detected all devices which responded to ICMP and monitoring of individual services/interfaces was simple if not time consuming if you have a large selection of devices to monitor.</p>
<p>The bad points for me are the fact that auto-discovery is the primary way of adding new devices to be monitored. You can add new devices in via the command line on the NMS server, this isn&#8217;t too much of an issue depending on how many new devices are added to your infrastructure on a day by day basis. If it&#8217;s a sizable amount then this isn&#8217;t going to be an option for long and with no way to add single devices in via a web interface your only options left is by some form of integration by way of a script. The next problem is managing the individual services/interfaces that are available for a particular device, this again appears to be a manual process with no easy way to integrate into your current NOC.</p>
<p>PostgreSQL is the supported DB of choice for this project, we haven&#8217;t at present migrated over to PostgreSQL which means that the maintenance of this solution would be higher than a MySQL based back end. That&#8217;s something to bear in mind in any solution you may migrate to or implement. PostgreSQL is gaining in popularity and features so this at some point will become a mute issue.</p>
<p><a href="http://www.zenoss.com/" target="_blank"><strong>Zenoss</strong></a></p>
<p>Wow! Zenoss appears to have improved quite a bit since the last version that I tested and looks to be highly recommended now. It&#8217;s features include a comprehensive API to allow integration with existing systems, this would enable the setup of monitoring new devices quite easy. Installation on platforms with supported binaries appears to be straight forward along with the configuration and setup of your first &#8216;Devices&#8217; that need to be monitored. Auto-discovery is still an option and is more intelligent than OpenNMS, it provides a handy feature of &#8216;walking&#8217; your network via routers to find all devices located on your network, this is quite a powerful feature on it&#8217;s own.</p>
<p>It supports the ability to expand your single monitoring server to a High Availability solution, whilst this isn&#8217;t quite out of the box, it really isn&#8217;t a complex setup for a Linux Sysadmin (<a href="http://www.zenoss.com/Members/netdata/create-a-highavailable-zenoss/" target="_blank">Setup Guide</a>). This enables you to grow your monitoring environment as your infrastructure grows or provide a level of redundancy to ensure that you know what is going on 24&#215;7.</p>
<p>The changes and improvements that have been made since my last evaluation of Zenoss means that it&#8217;s about time that I tested it again &#8211; if it became a viable alternative then a lot of work would have to go into the migration from Nagios to Zenoss but it looks like it could be worthwhile.</p>
<p><a href="http://www.zabbix.org/" target="_blank"><strong>Zabbix</strong></a></p>
<p>I&#8217;m not a big a fan of the Documentation for Zabbix, everything is dumped into a single PDF which makes it difficult to filter out what is part of configuration and what is part of administration. For instance, to refresh my memory whether you could add a single host into the setup via the web administration, I checked the documentation. Now this was  a brief check, it was 00:15 but could I find anything other than auto-discovery? Nope, not a single thing, the system of course does allow this, you just have to struggle in the docs to find it. Not a great start but not a show stopper if an API was available &#8211; it doesn&#8217;t appear to be, I can see comments about this on the forum but so far nothing seems to have a materialised so far.</p>
<p>Repeat notifications has now been implemented since I last tested Zabbix, this is something that was extremely lacking in previous versions and is a must for any NOC, especially if your using email/sms/pager alerting. These methods are inherently unreliable when it comes to critical service so sending more than one alert is always a handy feature which meant that before, Zabbix would have sent a single alert when a device went down &#8211; and that was it, if you didn&#8217;t get that alert for whatever reason then you would be unaware of any issues until someone logged into the administartion system.</p>
<p>Distributed monitoring is included and seems to be extremely simple to setup, this is one of the better features of Zabbix and something worth considering if this is a requirement for your environment. In general Zabbix seems to have improved quite a lot since the last testing I did, the restrictive admin interface means it would be something that I wouldn&#8217;t really consider in a live environment.</p>
<p>Finally, a comprehensive list comparing the available NMS applications available is currently hosted on Wikipedia, go and check it out for a list of more NMS applications.</p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_network_monitoring_systems" target="_blank">http://en.wikipedia.org/wiki/Comparison_of_network_monitoring_systems</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2009%2F01%2F08%2Fnagios-alternatives-are-there-any%2F&amp;linkname=Nagios%20alternatives%2C%20are%20there%20any%3F"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2009/01/08/nagios-alternatives-are-there-any/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Adobe online ToU!!</title>
		<link>http://www.lathwood.co.uk/2008/03/31/adobe-online-tou/</link>
		<comments>http://www.lathwood.co.uk/2008/03/31/adobe-online-tou/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 08:47:15 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/31/adobe-online-tou/</guid>
		<description><![CDATA[I blogged about the new Adobe online system that went live recently. However a lot of users have noticed a small large problem with the ToU (terms of use) that they ask you to sign up against.
8. Use of Your Content

a. Adobe does not claim ownership of Your Content. However, with
respect to Your Content that [...]]]></description>
			<content:encoded><![CDATA[<p>I blogged about the new Adobe online system that went live recently. However a lot of users have noticed a <strike>small</strike> large problem with the ToU (terms of use) that they ask you to sign up against.</p>
<pre>8. Use of Your Content

a. Adobe does not claim ownership of Your Content. However, with
respect to Your Content that you submit or make available for inclusion
on publicly accessible areas of the Services, you grant Adobe a
worldwide, royalty-free, nonexclusive, perpetual, irrevocable, and
fully sublicensable license to use, distribute, derive revenue or other
remuneration from, reproduce, modify, adapt, publish, translate,
publicly perform and publicly display such Content (in whole or in
part) and to incorporate such Content into other Materials or works in
any format or medium now known or later developed.</pre>
<p>For now, I&#8217;d recommend avoiding using the service until they resolve this which they are doing according to sources.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F31%2Fadobe-online-tou%2F&amp;linkname=Adobe%20online%20ToU%21%21"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/31/adobe-online-tou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 Heroes happen here launch</title>
		<link>http://www.lathwood.co.uk/2008/03/20/windows-2008-heroes-happen-here-launch/</link>
		<comments>http://www.lathwood.co.uk/2008/03/20/windows-2008-heroes-happen-here-launch/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 20:22:00 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/20/windows-2008-heroes-happen-here-launch/</guid>
		<description><![CDATA[Yesterday saw me and two colleagues heading to Birmingham ICC centre to take part in some talks about Microsoft Windows 2008 Server. Manged to sit in on 3 talks in total about varying aspects of Windows 2008 such as new security features, new roles that could be accomplished and obviously new features. We didn&#8217;t manage [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday saw me and two colleagues heading to Birmingham ICC centre to take part in some <a href="http://www.microsoft.com/uk/heroeshappenhere/events/itprof.mspx" target="_blank">talks</a> about <a href="http://www.microsoft.com/uk/heroeshappenhere/learn-more/products/Windows-Server-2008/default.mspx" target="_blank">Microsoft Windows 2008 Server</a>. Manged to sit in on 3 talks in total about varying aspects of Windows 2008 such as new security features, new roles that could be accomplished and obviously new features. We didn&#8217;t manage to make it to the last talk due to the hall it was being held in filling up far too quickly and we&#8217;d sat in the wrong hall first <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Microsoft seem to be getting more right nowadays, some of the new features being released indicate that things are definitely changing for the better, this could easily change though and it&#8217;s not the first time that Microsoft has made promises both before and during a launch only to be shot down due to bugs/faults in the release. One thing that they have ventured into but from the talks don&#8217;t seem to have got quite right is the new <a href="http://www.microsoft.com/windowsserver2008/en/us/compare-core-installation.aspx" target="_blank">Windows Server 2008 Core</a> install, this new install version will give you a non-gui CLI only Windows installation &#8211; I can only assume to be able to compete with *nux. However, they have failed to be able to provide ASP extensions meaning that all you can do is server static content or run PHP. Now this might be good for those who do only code static pages (are their anyone who still do this?) or run PHP, however the lack of ASP extensions means that Windows developers are really going to stick with the standard GUI interface to be able to run the apps they develop. This seems to defeat the object of having a CLI version as if I want to run PHP then I&#8217;ll just stick a Linux box online to do that job!</p>
<p>They do however have a lot going on with their new HyperV technology which looks particular interesting with the ability to manage other vendors Virtualisation software such as Xen and VMware. The interface for managing installs of this seems extremely simple and well thought out which could come as a shock to those used to running Virtuozzo (or <a href="http://www.parallels.com/en/products/sv/" target="_blank">parallels server virtualization</a> as it is now know as)  due to the, well lets put it simply, completely crap interface they provide!</p>
<p>Something else that they seem to be incapable of doing is converting fault / log id&#8217;s into text, they demo&#8217;d to us how you can now enable full auditing when running a DC, as the demo showed, when you disable or enable an account in the DC, it now logs that this has been done and according to the person showing us, code 62345 (made that code up but it&#8217;s like that) means the account has been enabled, ffs, why not just tell us that rather than having us look through a bunch of codes to find out it&#8217;s meaning?</p>
<p>All in all it was a good day, very informative and well presented. The free drinks and chocolate bars seemed to go down very well which is not surprising with a building full of 1000+ geeks! They also laid on a spread for lunch in the expo area which is the first time I&#8217;ve seen that been done although the food wasn&#8217;t exactly the best <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F20%2Fwindows-2008-heroes-happen-here-launch%2F&amp;linkname=Windows%202008%20Heroes%20happen%20here%20launch"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/20/windows-2008-heroes-happen-here-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trip to Cisco&#8217;s Bedfont Lakes office :)</title>
		<link>http://www.lathwood.co.uk/2008/03/18/trip-to-ciscos-bedfont-lakes-office/</link>
		<comments>http://www.lathwood.co.uk/2008/03/18/trip-to-ciscos-bedfont-lakes-office/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 18:35:32 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[ukfast]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/18/trip-to-ciscos-bedfont-lakes-office/</guid>
		<description><![CDATA[After watching the Google video for their new office in Zurich and thinking that looked like it had to be one of the best physical places to work &#8211; well until UKFast.net get bigger and our pool room quadruples in size  , then I arrived at the Cisco office in Bedfont Lakes, London!!
They didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>After watching the <a href="http://news.bbc.co.uk/1/hi/technology/7290322.stm" target="_blank">Google video</a> for their new office in Zurich and thinking that looked like it had to be one of the best physical places to work &#8211; well until <a href="http://www.ukfast.net" target="_blank">UKFast.net</a> get bigger and our pool room quadruples in size <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , then I arrived at the Cisco office in Bedfont Lakes, London!!</p>
<p>They didn&#8217;t just have the one sizable office that you might imagine, they had 3 all next to one another in a U shape, each building was a pretty decent size and comparable to a full size football pitch with 2-3 floors. We were there for a seminar day on the <a href="http://cisco.com/en/US/products/ps6474/index.html" target="_blank">Cisco WAE</a> and the <a href="http://www.cisco.com/en/US/products/ps6906/index.html" target="_blank">Cisco ACE</a> but expecting more of a sales pitch than anything else. From the moment you walk in and sign the guest book, your shown where you need to go by a receptionist as they had around 2 or 3 at the desk! The seminar was really technical and turned out to be one of the better ones I&#8217;ve been on as for once, it didn&#8217;t turn into a sales pitch <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Lunch was brought round to us with a mixture of sandwiches, pies and free drinks from a fridge stocked with a variety of different soft drinks and bottled water. During lunch I bumped into our what I suppose you would call account manager for Cisco who spent 10 minutes seeing how business was going before HAVING to show me one of their teleconference rooms which he described before we got in as 24 like <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  He wasn&#8217;t wrong and looking back I wish I had asked to take a photo just to show you how this hasn&#8217;t been done by half. 3 40&#8243;+ plasma screens surrounded a bank of cameras for viewing who you would be on a conference call with, speakers placed around the desks would have enabled around 6-8 people to participate in a conference call from this office alone. It was truly amazing and we chatted briefly about possibly ripping out our new phone system to go Cisco&#8230;&#8230;</p>
<p>After the seminar I promptly headed to reception to book a taxi to take us back to Heathrow T1 (which I&#8217;m currently still sat in <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ), reception kindly informed me that a free taxi would be around in 10 minutes to take us back and pointed me in the direction we needed to wait &#8211; the only bad thing I had to say about the experience was that it would have been nicer to wait inside as it was freezing out <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Me being chuffed at being at the Cisco office.</p>
<p><img src="http://blog.lathwood.co.uk/images/cisco_bedfont_lakes.jpg" alt="Cisco Bedfont Lakes" height="256" width="192" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F18%2Ftrip-to-ciscos-bedfont-lakes-office%2F&amp;linkname=Trip%20to%20Cisco%26%238217%3Bs%20Bedfont%20Lakes%20office%20%3A%29"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/18/trip-to-ciscos-bedfont-lakes-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKFast &#8211; Best Dedicated Hosting 2008</title>
		<link>http://www.lathwood.co.uk/2008/03/17/ukfast-best-dedicated-hosting-2008/</link>
		<comments>http://www.lathwood.co.uk/2008/03/17/ukfast-best-dedicated-hosting-2008/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 01:04:45 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[ispa]]></category>
		<category><![CDATA[lawrence jones]]></category>
		<category><![CDATA[ukfast]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/17/ukfast-best-dedicated-hosting-2008/</guid>
		<description><![CDATA[For those who don&#8217;t know, I&#8217;m the IT Director over at UKFast.net, for the past 3 years we have won an award at the ISPA Awards hosted down in London. This year seemed to be no exception and we won the title of Best Dedicated Hosting 2008, this was a bit of a shock as [...]]]></description>
			<content:encoded><![CDATA[<p>For those who don&#8217;t know, I&#8217;m the IT Director over at <a href="http://www.ukfast.net" target="_blank">UKFast.net</a>, for the past 3 years we have won an award at the <a href="http://www.ispaawards.org.uk/" target="_blank">ISPA Awards</a> hosted down in London. This year seemed to be no exception and we won the title of <a href="http://www.ispaawards.org.uk/categories/BestDedicatedHosting.htm" target="_blank">Best Dedicated Hosting 2008</a>, this was a bit of a shock as you sort of expect, that no matter how good you are as a company, the judges will have a bit of worry about crowning you again for another year.</p>
<p>Either this wasn&#8217;t the case and I was being a bit paranoid, or we really are that good &#8211; for those of you who are customers of ours then I will let you decide that but I definitely would like to think the way the company is run, the support that we offer and the way we are always striving to improve and take on criticism as a growing business has a lot to do with it. Obviously I am going to be biased towards where I work but that also means I have first hand experience of the work and dedication that the staff put in, especially the support team who do go above and beyond the call of duty to help clients get to where is needed.</p>
<p>Our MD, <a href="http://www.lawrencejones.eu/" target="_blank">Lawrence Jones</a> accepted the award and thanked the team behind making things happen but I do have to say &#8211; couldn&#8217;t wish for a better person to work for. The amount I have learned as time has gone on with regards to performing the role I have within the company is amazing, having come from pretty much a full technical background with a bit of management experience has meant it&#8217;s been a strange but interesting learning curve which I&#8217;m sure is going to continue&#8230;&#8230;..</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F17%2Fukfast-best-dedicated-hosting-2008%2F&amp;linkname=UKFast%20%26%238211%3B%20Best%20Dedicated%20Hosting%202008"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/17/ukfast-best-dedicated-hosting-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Sports Tracker</title>
		<link>http://www.lathwood.co.uk/2008/03/10/nokia-sports-tracker/</link>
		<comments>http://www.lathwood.co.uk/2008/03/10/nokia-sports-tracker/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 19:21:42 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[mountain biking]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[nokia sports tracker]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/10/nokia-sports-tracker/</guid>
		<description><![CDATA[I&#8217;ve had NST (Nokia Sports Tracker) installed for a while now and I&#8217;ve used it a couple of times when I remembered, this was, unfortunately half way round a walk so I couldn&#8217;t track where I&#8217;d been  
Needed another time to test it, a bike ride would work and luckily we had one planned [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had <a href="http://sportstracker.nokia.com/" target="_blank">NST</a> (Nokia Sports Tracker) installed for a while now and I&#8217;ve used it a couple of times when I remembered, this was, unfortunately half way round a walk so I couldn&#8217;t track where I&#8217;d been <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Needed another time to test it, a bike ride would work and luckily we had one planned for the Saturday just gone! Another trip over to  <a href="http://blog.lathwood.co.uk/2007/12/01/today-had-to-be-one-of-the-best-bike-rides-ever/" target="_blank">Watergrove Reservoir</a> sorted that out. I remembered before setting off, to get the sat nav locked onto our location and fired up NST. The software itself is so simple to use and provides a wealth of information about the journey you&#8217;ve been on. Obviously using the in-built GPS means that the battery life gets sapped pretty quickly, couple with the fact the missus had been using it the day before as well meant it didn&#8217;t have long to live.</p>
<p>Luckily it held out for three quarters of the day before powering itself off. I&#8217;d not used nst when the battery has died before but it handled it well, it reported that it had crashed upon the next reload but the  full details of what we had done was still there just 1 hour short <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;ve uploaded the days activities and you should be able to view it <a href="http://sportstracker.nokia.com/nts/workoutdetail/index.do?id=100818" target="_blank">here.</a></p>
<p>NST has pre-defined setup for Walking, Cycling, Running, Skiing and 2 other custom activities. It supports things like Live sharing where you can constantly update your progress online, Auto pause when your speed drops below certain levels speed averaging. If you have GPS enabled Nokia phone then I highly suggest  downloading and installing this &#8211; well unless your a bit of a fatty <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F10%2Fnokia-sports-tracker%2F&amp;linkname=Nokia%20Sports%20Tracker"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/10/nokia-sports-tracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone just got better</title>
		<link>http://www.lathwood.co.uk/2008/03/06/the-iphone-just-got-better/</link>
		<comments>http://www.lathwood.co.uk/2008/03/06/the-iphone-just-got-better/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 21:13:58 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[o2]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/06/the-iphone-just-got-better/</guid>
		<description><![CDATA[Well, it got announced that it just got better.
Still no sign of a new hardware version with 3 or 3.5G available which is still a bit of a problem/pain for some. However with the updates in software, most relevant to me is the MS Exchange ActiveSync for mobile push email and the Cisco VPN client.
Having [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it got <a href="http://www.apple.com/pr/library/2008/03/06iphone.html" target="_blank">announced</a> that it just got better.</p>
<p>Still no sign of a new hardware version with 3 or 3.5G available which is still a bit of a problem/pain for some. However with the updates in software, most relevant to me is the MS Exchange ActiveSync for mobile push email and the Cisco VPN client.</p>
<p>Having just signed a new deal to port our <a href="http://www.ukfast.net" target="_blank">work</a> mobile phones over to O2, we have been given a free one. The other phones we are going for means that we are finally making the move from an Open Source email solution to a MS Exchange based system with blackberry BES system for the few users who will be getting blackberry handsets. So this means the odd one out &#8211; the iPhone, will eventually be able to mingle with the fold once again <img src='http://www.lathwood.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F06%2Fthe-iphone-just-got-better%2F&amp;linkname=The%20iPhone%20just%20got%20better"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/06/the-iphone-just-got-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8 Beta has been released</title>
		<link>http://www.lathwood.co.uk/2008/03/06/ie8-beta-has-been-released/</link>
		<comments>http://www.lathwood.co.uk/2008/03/06/ie8-beta-has-been-released/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 18:41:01 +0000</pubDate>
		<dc:creator>Neil Lathwood</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://blog.lathwood.co.uk/2008/03/06/ie8-beta-has-been-released/</guid>
		<description><![CDATA[Out now
Don&#8217;t really use Windows much now apart form at work but could this be a good step in the right direction?
Think i&#8217;ll give it a go on my asus to try it out&#8230;&#8230;.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx" target="_blank">Out now</a></p>
<p>Don&#8217;t really use Windows much now apart form at work but could this be a good step in the right direction?</p>
<p>Think i&#8217;ll give it a go on my asus to try it out&#8230;&#8230;.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.lathwood.co.uk%2F2008%2F03%2F06%2Fie8-beta-has-been-released%2F&amp;linkname=IE8%20Beta%20has%20been%20released"><img src="http://www.lathwood.co.uk/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.lathwood.co.uk/2008/03/06/ie8-beta-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
