<?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>Atlas - Clever Software &#187; .Net</title>
	<atom:link href="http://blog.atlascode.com/category/net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.atlascode.com</link>
	<description>Web Development Blog</description>
	<lastBuildDate>Mon, 09 Jan 2012 10:09:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Two new websites launched</title>
		<link>http://blog.atlascode.com/2011/05/25/two-new-websites-launched/</link>
		<comments>http://blog.atlascode.com/2011/05/25/two-new-websites-launched/#comments</comments>
		<pubDate>Wed, 25 May 2011 08:20:00 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Customers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.atlascs.co.uk/?p=599</guid>
		<description><![CDATA[We're delighted to announce the launch of two new amazing websites this May.

First up is a new WordPress website for our friend Rich Simmons over at Art is the Cure. ]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re delighted to announce the launch of two new amazing websites this May.</p>
<p>First up is a new WordPress website for our friend Rich Simmons over at Art is the Cure.  Rich needed the ability to pull content from the wide range of platforms he uses to spread the word about the AITC movement. <span id="more-599"></span> We decided to take advantage of WordPress for this, applying a really cool custom skin to the site to compliment the vast amount of information we pull in using a range of off the shelf and custom plugins. Check it out at <a href="http://www.artisthecure.com" target="_blank">http://www.artisthecure.com</a>.</p>
<p>Next up is Educating Together.  Educating Together is a brand new start up offering the highest quality resources and advice to parents to ensure that their children flourish at school.  The site was a custom designed bespoke build using the latest Microsoft technologies including ASP.Net 4.0 MVC with a SQL 2008 database.  We&#8217;ve also used jQuery and Flash to provide a neat and easy to navigate user experience.  If you have children in school we highly recommend that you check it out at <a href="https://www.educatingtogether.co.uk/" target="_blank">https://www.educatingtogether.co.uk/</a>.</p>
<p>Check back soon for more updates on the amazing new projects we&#8217;re currently working on&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atlascode.com/2011/05/25/two-new-websites-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install ELMAH, a .Net exception handler</title>
		<link>http://blog.atlascode.com/2010/11/28/how-to-install-elmah-a-net-exception-handler/</link>
		<comments>http://blog.atlascode.com/2010/11/28/how-to-install-elmah-a-net-exception-handler/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 14:24:28 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[ELMAH]]></category>
		<category><![CDATA[exceptions]]></category>

		<guid isPermaLink="false">http://blog.atlascs.co.uk/?p=457</guid>
		<description><![CDATA[ELMAH is an incredibly neat web development tool that attaches quickly and easily to any .Net website without needing to recompile the source and gives an incredibly useful overview of all unhandled exceptions that have  occured on the site.  Other errors such as 404&#8242;s are also displayed. To get started with ELMAH follow these simple [...]]]></description>
			<content:encoded><![CDATA[<p>ELMAH is an incredibly neat web development tool that attaches quickly and easily to any .Net website without needing to recompile the source and gives an incredibly useful overview of all unhandled exceptions that have  occured on the site.  Other errors such as 404&#8242;s are also displayed.</p>
<p>To get started with ELMAH follow these simple steps:<span id="more-457"></span></p>
<ol>
<li>Download ELMAH from <a href="http://code.google.com/p/elmah/">http://code.google.com/p/elmah/</a></li>
<li>Extract the contents and run the SQL script located in the db folder against your project database</li>
<li>Open the Web.config.template folder which is located in samplesDemo.  This gives you an overview of the changes you need to make to your web.config file for ELMAH to work.</li>
<li>When you&#8217;re done configuring your web.config copy the Elmah.dll for your version of .Net in to your bin folder.  Then attempt to load your website.</li>
<li>Any errors displayed will almost certainly be as a result of errors in your web.config changes.</li>
<li>If your site loaded successfully, chances are ELMAH is working.  Navigate to http://yoursite/elmah.axd and you should see the default ELMAH log page.</li>
<li>Yourmay wish to hide your elmah page by either securing it using web.config or simply moving the location of the elmah page away from the default location.  This is easily done by updating the path attribute your web.config line:&lt;add verb=&#8221;POST,GET,HEAD&#8221; path=&#8221;elmah.axd&#8221; type=&#8221;Elmah.ErrorLogPageFactory, Elmah&#8221;/&gt;</li>
<li>ELMAH provides a configuration section and setting to enable or disable remote access to the error log display and feeds. When disabled (the default), only local access to the error log display and feeds is allowed. The snippet below shows how to enable remote access:&lt;elmah&gt; �<br />
&lt;security allowRemoteAccess=&#8221;1&#8243; /&gt; �<br />
&lt;/elmah&gt;</li>
</ol>
<p>We recommend using the RSS feeds and built in e-mail notifications to ensure that you&#8217;re always one step ahead of those pesky exceptions!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atlascode.com/2010/11/28/how-to-install-elmah-a-net-exception-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful colour picker utility</title>
		<link>http://blog.atlascode.com/2009/10/23/useful-colour-picker-utility/</link>
		<comments>http://blog.atlascode.com/2009/10/23/useful-colour-picker-utility/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 15:03:25 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[colour picker]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.atlascs.co.uk/?p=440</guid>
		<description><![CDATA[Often when working on your latest Windows or web app you&#8217;ll come across a situation that involves identifying the colour of a button, icon or some other control in your application.  This process often involves taking a screen shot of your app, loading it in to Photoshop and using the eye dropper tool to identify [...]]]></description>
			<content:encoded><![CDATA[<p>Often when working on your latest Windows or web app you&#8217;ll come across a situation that involves identifying the colour of a button, icon or some other control in your application.  This process often involves taking a screen shot of your app, loading it in to Photoshop and using the eye dropper tool to identify your colour.  This is long winded and frankly boring.<span id="more-440"></span></p>
<p>We&#8217;ve made this process much easier using a neat little .Net system tray application we&#8217;ve created.  The app runs in your system tray, you click and hold your mouse on its icon, drag over the top of the colour you wish to grab, and then let go to copy the hexadecimal code of your selected colour to your clipboard.  It couldn&#8217;t be easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atlascode.com/2009/10/23/useful-colour-picker-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

