<?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"
	>

<channel>
	<title>Crucis Consulting Limited</title>
	<atom:link href="http://www.crucisconsulting.co.uk/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crucisconsulting.co.uk</link>
	<description>The Official website of Crucis Consulting Limited</description>
	<pubDate>Mon, 28 Jun 2010 21:01:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Only 24 hours</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2010/06/only-24-hours.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2010/06/only-24-hours.htm#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:59:50 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[self development]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=739</guid>
		<description><![CDATA[Like most technical people who scour the web for information, I&#8217;ve come across some really smart people who write their thoughts, offer help, write tutorials, and also somehow manage to hold down a day job AND manage to (presumably) have a life outside of work.
One of the most impressive people has got to be Scott [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2010/06/only-24-hours.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Black Screen of Death</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2009/12/black-screen-of-death.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2009/12/black-screen-of-death.htm#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:07:38 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Deployment]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Black Screen of Death]]></category>

		<category><![CDATA[BSOD]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=723</guid>
		<description><![CDATA[In the last few days we have seen a huge surge in people experiencing what has become known as the &#8220;Black Screen of Death&#8221; - a bit of a play on the infamous Blue Screen of Death (both are now being called the BSOD).
The problem affects Windows OS&#8217;s from XP through to Windows 7.  [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2009/12/black-screen-of-death.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>MCMS, XML Web Service and AJAX Data Collection</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2009/11/mcms-xml-web-service-and-ajax-data-collection.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2009/11/mcms-xml-web-service-and-ajax-data-collection.htm#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:01:33 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[C# 1.1]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[jQueryUI]]></category>

		<category><![CDATA[MCMS]]></category>

		<category><![CDATA[XML Web Service]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=689</guid>
		<description><![CDATA[Recently I found myself having to create a system by which I could capture some user data from a web application using some unobtrusive javascript.
I settled on a system using jQuery, jQueryUI and an XML Web Service.  The basic idea is quite simple: the user clicks a hyperlink, this triggers a form to pop [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2009/11/mcms-xml-web-service-and-ajax-data-collection.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>The 5 minute OOP Primer</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2009/04/the-5-minute-oop-primer.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2009/04/the-5-minute-oop-primer.htm#comments</comments>
		<pubDate>Wed, 15 Apr 2009 21:38:07 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[encapsulation]]></category>

		<category><![CDATA[inheritance]]></category>

		<category><![CDATA[Object orientation]]></category>

		<category><![CDATA[OO]]></category>

		<category><![CDATA[polymorphism]]></category>

		<category><![CDATA[software engineering]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=554</guid>
		<description><![CDATA[Object Oriented Programming (OOP) builds upon years of traditional software engineering principles.  The core tenets of software engineering are known by most programmers in principle if not always in practice.
These are

Abstraction
Low or loose coupling
Cohesion
Modularisation

Each of the principles will be briefly dicussed below.
Traditional Software Engineering
Abstraction

Abstraction is the goal of building things so that users of [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2009/04/the-5-minute-oop-primer.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Create a Windows Form Wizard</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2009/03/create-a-windows-form-wizard.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2009/03/create-a-windows-form-wizard.htm#comments</comments>
		<pubDate>Tue, 24 Mar 2009 08:49:24 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Winforms]]></category>

		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=481</guid>
		<description><![CDATA[A few weeks ago I found myself needing to create a Windows Form application that would allow the user to enter details for an operation over several steps and then commit the operation in the final step.  Essentially, I wanted to create a &#8216;wizard&#8217;.
I didn&#8217;t want to creat a huge complicated form and thought [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2009/03/create-a-windows-form-wizard.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Iterate through a list in T-SQL</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2009/03/iterate-through-a-list-in-t-sql.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2009/03/iterate-through-a-list-in-t-sql.htm#comments</comments>
		<pubDate>Fri, 06 Mar 2009 08:37:39 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[delimiter]]></category>

		<category><![CDATA[iteration]]></category>

		<category><![CDATA[lists]]></category>

		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=451</guid>
		<description><![CDATA[Many is the time that I have had a list, perhaps created in the front-end of a program that, was pushed through to the database and then needed to be iterated through.  Essentially I wanted a simple way to do what in JScript or CSharp is a String.Split(','), returning an array of strings.
Usually I [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2009/03/iterate-through-a-list-in-t-sql.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ajax, Silverlight and Firefox</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2009/02/an-odd-cocktail-ajax-silverlight-and-firefox.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2009/02/an-odd-cocktail-ajax-silverlight-and-firefox.htm#comments</comments>
		<pubDate>Fri, 06 Feb 2009 08:37:49 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[AJAX Control Toolkit]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[modal popup]]></category>

		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=428</guid>
		<description><![CDATA[I first created this post as a question because after several hours of searching online I couldn&#8217;t find a straightforward solution to a problem I had.  Here briefly is a description of what I was trying to do and the problem I had.
The problem
I am creating a web app that uses AJAX and Silverlight [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2009/02/an-odd-cocktail-ajax-silverlight-and-firefox.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>CV Writing Tips</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2008/11/dos-and-donts-of-cv-writing.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2008/11/dos-and-donts-of-cv-writing.htm#comments</comments>
		<pubDate>Thu, 20 Nov 2008 23:14:22 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<category><![CDATA[CV writing]]></category>

		<category><![CDATA[employment]]></category>

		<category><![CDATA[Job-hunting]]></category>

		<category><![CDATA[management]]></category>

		<category><![CDATA[Recruitment]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=405</guid>
		<description><![CDATA[
I&#8217;m not claiming to be an expert on this, but I&#8217;ve been on both sides of the fence when it comes to recruitment and I think I&#8217;ve learnt a thing or two about &#8216;effective&#8217; CV writing.  I&#39;m not going to mention all the &#39;usual&#39; ones like checking spelling, grammar, staying in the 2 page [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2008/11/dos-and-donts-of-cv-writing.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Handling Orphaned Database Users</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2008/10/handling-orphaned-database-users.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2008/10/handling-orphaned-database-users.htm#comments</comments>
		<pubDate>Thu, 02 Oct 2008 13:44:40 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[logins]]></category>

		<category><![CDATA[orphans]]></category>

		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=343</guid>
		<description><![CDATA[This isn&#8217;t the first time I&#8217;ve had to deal with orphaned users in SQL Server, and probably won&#8217;t be the last but today I found myself investigating why it happens and how to resolve the issue it causes.

I guess before I start on that I should explain what an orphaned user is.  The best [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2008/10/handling-orphaned-database-users.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox Certificate Problem</title>
		<link>http://www.crucisconsulting.co.uk/index.php/2008/09/firefox-certificate-problem.htm</link>
		<comments>http://www.crucisconsulting.co.uk/index.php/2008/09/firefox-certificate-problem.htm#comments</comments>
		<pubDate>Sat, 13 Sep 2008 21:47:23 +0000</pubDate>
		<dc:creator>Daishik</dc:creator>
		
		<category><![CDATA[Deployment]]></category>

		<category><![CDATA[certificate]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[IIS]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[SSL]]></category>

		<category><![CDATA[VeriSign]]></category>

		<guid isPermaLink="false">http://www.crucisconsulting.co.uk/?p=322</guid>
		<description><![CDATA[
If you are using Firefox 3 (and many people are now beginning to), you will notice that if FF does not like the site&#8217;s certificate it will stop you dead in your tracks.

You can get past this page with about 4 steps but this would easily scare or confuse most web users.

I&#8217;m not going to [...]]]></description>
		<wfw:commentRss>http://www.crucisconsulting.co.uk/index.php/2008/09/firefox-certificate-problem.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
