<?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>Ian Winter &#187; Work</title>
	<atom:link href="http://ianwinter.co.uk/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Thu, 25 Feb 2010 20:55:21 +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>ColdFusion Developers Wanted!</title>
		<link>http://ianwinter.co.uk/2009/10/27/coldfusion-developers-wanted/</link>
		<comments>http://ianwinter.co.uk/2009/10/27/coldfusion-developers-wanted/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:05:25 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1092</guid>
		<description><![CDATA[Are you looking for a job? Are you a ColdFusion developer? If you are then we&#8217;re looking for you!
We’re looking for a ColdFusion developer to join our team of 15 developers and designers at WhiteLabelDating.com. We’re focused on creating the very best online dating platform in the industry. We’re highly profitable, growing quickly and want [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for a job? Are you a ColdFusion developer? If you are then we&#8217;re looking for you!</p>
<p>We’re looking for a ColdFusion developer to join our team of 15 developers and designers at WhiteLabelDating.com. We’re focused on creating the very best online dating platform in the industry. We’re highly profitable, growing quickly and want to recruit the best people to work with our experienced team and be a part of our future.</p>
<p>We’re based at 1 High Street in the centre of Windsor, west of London. We’re easily commutable from London (West from Paddington or South-West direct from Waterloo), Reading, Staines or Slough.</p>
<p>Our core application is written ColdFusion and we’re looking for someone to join the team to help maintain and improve all areas of the code. This would be an ideal role for an intermediate level developer looking to improve their skill set and also diversify into other languages and frameworks such as Ruby on Rails. We are currently investigating architecture changes and someone with an interest in cloud computing, sphinx and highly available database systems would be a great asset.</p>
<p>For the full job spec check out our site:<a href="http://www.whitelabeldating.com/jobs/current-vacancies/coldfusion-developer/" target="_blank"> http://www.whitelabeldating.com/jobs/current-vacancies/coldfusion-developer/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/10/27/coldfusion-developers-wanted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSIE SSL Oddness</title>
		<link>http://ianwinter.co.uk/2009/10/16/msie-ssl-oddness/</link>
		<comments>http://ianwinter.co.uk/2009/10/16/msie-ssl-oddness/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:09:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ERROR_INTERNET_SECURITY_CHANNEL_ERROR]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[msie]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1083</guid>
		<description><![CDATA[Internet Explorer strikes again, sometimes. In Chrome, Firefox and Safari the problem doesn&#8217;t present. On a couple of webservers in a cluster we recently noticed the following type of error being returned randomly on images, CSS and JavaScript files when calling the page via SSL.
GET ERROR_INTERNET_SECURITY_CHANNEL_ERROR image/gif https://www.domain.com/path/to/image.gif

Now the majority of our SSL certificates for [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer strikes again, sometimes. In Chrome, Firefox and Safari the problem doesn&#8217;t present. On a couple of webservers in a cluster we recently noticed the following type of error being returned randomly on images, CSS and JavaScript files when calling the page via SSL.</p>
<p><code>GET ERROR_INTERNET_SECURITY_CHANNEL_ERROR image/gif https://www.domain.com/path/to/image.gif<br />
</code></p>
<p>Now the majority of our SSL certificates for the site in question are server out via a SSL accelerator on our Cisco LBAL&#8217;s but this site wasn&#8217;t. It was still using a cert on the local box. Having dug deeper I noticed that a couple of the servers had the following lines of code in whereas all the others didn&#8217;t. Due to the load balancing that solves the randomness side of it.</p>
<p><code>AddType application/x-x509-ca-cert .crt<br />
AddType application/x-pkcs7-crl    .crl<br />
SSLPassPhraseDialog  builtin<br />
SSLSessionCache         shmcb:/var/cache/mod_ssl/scache(512000)<br />
SSLSessionCacheTimeout  300<br />
SSLMutex default<br />
SSLRandomSeed startup file:/dev/urandom  256<br />
SSLRandomSeed connect builtin<br />
SSLCryptoDevice builtin</code></p>
<p>Something in those lines of code causes the issues, I&#8217;m stabbing in the dark that it&#8217;s the session cache as none of the others would seem to be causing the problem. I&#8217;ve not tried line by line to find the offender.</p>
<p>Hopefully that will help someone out as I found lots of results in Google but not many solutions!</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/10/16/msie-ssl-oddness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best way to search a MySQL database?</title>
		<link>http://ianwinter.co.uk/2009/05/22/best-way-to-search-a-mysql-database/</link>
		<comments>http://ianwinter.co.uk/2009/05/22/best-way-to-search-a-mysql-database/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:26:28 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[searching]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1011</guid>
		<description><![CDATA[Currently looking into a whole load of performance related issues with an application at work. Basically, how to make it go faster and support more users online at any given time.
Currently our setup has a MySQL 5.0.x master running with quite a few slaves. The setup is OK but isn&#8217;t as scalable as we&#8217;d like. [...]]]></description>
			<content:encoded><![CDATA[<p>Currently looking into a whole load of performance related issues with an application at work. Basically, how to make it go faster and support more users online at any given time.</p>
<p>Currently our setup has a MySQL 5.0.x master running with quite a few slaves. The setup is OK but isn&#8217;t as scalable as we&#8217;d like. The master isn&#8217;t suffering load wise so we don&#8217;t need to look at distrubtion masters or get into pyramid replication which is just a bit too complex. The main hang up is searching. We have members, each member has loads of related details, photos, payments, messages, profile information etc and currently it&#8217;s spread out over a number of tables. We&#8217;ve looked at sphinx, hadoop, solr / lucence but aren&#8217;t sure if those kinds of things can be used for multi faceted objects. We don&#8217;t want a plain text search because the data is mostly lots of numbers like height, age, hair colour all picked from lookup tables but maybe we can combine our data into some form of index that is better for searching? Currently we flatten the most searched data out into single tables (split on certain categorizations) and search those the details in them are updated regularly by triggered actions in the application. Memcache is an option as we use it to store data already.</p>
<p>MySQL 5.4 looks great in the performance enhancements it could bring but that&#8217;s now not looking like it&#8217;s going to be coming until around December. I hope Sun release it sooner however as the inital peek at it we&#8217;ve had seem to back up Sun&#8217;s claims.</p>
<p>Any ideas / suggestions / experience would be appreciated. Comment or email me.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/05/22/best-way-to-search-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Systems Administrator &#8211; Windsor, UK</title>
		<link>http://ianwinter.co.uk/2009/03/25/systems-administrator-windsor-uk/</link>
		<comments>http://ianwinter.co.uk/2009/03/25/systems-administrator-windsor-uk/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:58:30 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[systems admin]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=994</guid>
		<description><![CDATA[Are you a top quality system administrator? Do you know about Linux, Windows networking, Apache, Subversion and all things web? If you are then we need you!
You can see the full job spec over at whitelabeldating.com but for now here&#8217;s a snippet of the job advert.
Global Personals, the company behind WhiteLabelDating.com, is looking for a [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a top quality system administrator? Do you know about Linux, Windows networking, Apache, Subversion and all things web? If you are then we need you!</p>
<p>You can see the <a href="http://www.whitelabeldating.com/jobs/current-vacancies/systems-administrator">full job spec</a> over at <a href="http://www.whitelabeldating.com/jobs/current-vacancies/systems-administrator">whitelabeldating.com</a> but for now here&#8217;s a snippet of the job advert.</p>
<blockquote><p>Global Personals, the company behind WhiteLabelDating.com, is looking for a talented and enthusiastic Systems Administrator to join our technical team.</p>
<p>You’ll join 11 developers, designers and project managers focused on creating the best online dating platform in the industry. You’ll be an essential part of the company maintaining our infrastructure, supporting our clients and providing day-to-day IT support for all departments.</p>
<p>Working closely with the Technical Operations Manager, you will be responsible for services such as web server configuration, SSL certificates and domain renewals and will help manage the code release process when required. You will also work with our account management team to provide technical support for hundreds of partner sites.</p></blockquote>
<p>If you do go ahead and apply make sure you mention me.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/03/25/systems-administrator-windsor-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want a ColdFusion Job?</title>
		<link>http://ianwinter.co.uk/2007/10/10/want-a-coldfusion-job/</link>
		<comments>http://ianwinter.co.uk/2007/10/10/want-a-coldfusion-job/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 10:45:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[recruitment]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Then read on. The company I work for, Rawnet are hiring a mid-senior level developer. The job spec and details are currently listed over on LinkedIn.
]]></description>
			<content:encoded><![CDATA[<p>Then read on. The company I work for, <a href="http://www.rawnet.com">Rawnet</a> are hiring a mid-senior level developer. The job spec and details are currently listed over on <a href="http://www.linkedin.com/jobs?viewJob=&#038;jobId=401021">LinkedIn</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/10/10/want-a-coldfusion-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rawnet is looking for a Web Developer</title>
		<link>http://ianwinter.co.uk/2006/10/16/rawnet-is-looking-for-a-web-developer/</link>
		<comments>http://ianwinter.co.uk/2006/10/16/rawnet-is-looking-for-a-web-developer/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 11:09:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Want a job? Know Coldfusion, PHP, HTML? If you do Rawnet is looking for a Web Developer.
]]></description>
			<content:encoded><![CDATA[<p>Want a job? Know Coldfusion, PHP, HTML? If you do Rawnet is looking for a <a href="http://jobs.37signals.com/jobs/626" target="_blank">Web Developer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2006/10/16/rawnet-is-looking-for-a-web-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
