<?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; WordPress</title>
	<atom:link href="http://blog.atlascode.com/category/wordpress/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>Pretty WordPress Permalinks in IIS</title>
		<link>http://blog.atlascode.com/2009/05/13/pretty-wordpress-permalinks-in-iis/</link>
		<comments>http://blog.atlascode.com/2009/05/13/pretty-wordpress-permalinks-in-iis/#comments</comments>
		<pubDate>Wed, 13 May 2009 15:50:30 +0000</pubDate>
		<dc:creator>simon</dc:creator>
				<category><![CDATA[Online marketing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://blog.atlascs.co.uk/?p=342</guid>
		<description><![CDATA[We desperately wanted www.dotnetblogengine.net to be better than WordPress but it wasn&#8217;t.  Not only that, the community support available for WordPress is astounding. UPDATE:  In IIS 7.5 it&#8217;s now possible to implement nice looking URLs for your WordPress blog with the built in rewrite functionality.  Check here for more details. One issue we couldn&#8217;t find [...]]]></description>
			<content:encoded><![CDATA[<p>We desperately wanted <a title="www.dotnetblogengine.net" href="www.dotnetblogengine.net" target="_blank">www.dotnetblogengine.net</a> to be better than WordPress but it wasn&#8217;t.  Not only that, the community support available for WordPress is astounding.</p>
<p><span id="more-342"></span></p>
<p><strong>UPDATE:  In IIS 7.5 it&#8217;s now possible to implement nice looking URLs for your WordPress blog with the built in rewrite functionality.  Check <a href="http://ruslany.net/2009/05/iis-7-url-rewrite-module-support-in-wordpress-28/">here</a> for more details.</strong></p>
<p>One issue we couldn&#8217;t find an easy way around was the implementation of pretty <a title="Permalink" href="http://en.wikipedia.org/wiki/Permalink" target="_blank">Permalinks</a> for our blog.  What&#8217;s a pretty Permalink we hear you ask?  By default a WordPress blog post would have the Permalink http://atlascs.co.uk/blog/?p=N.  This is both impossible to understand and not very useful.  Whereas we wanted our Permalinks to be far more readable to the human eye, and include information regarding what the blog post is about.  This is also useful for <a title="Atlas SEO" href="http://www.atlasseo.co.uk" target="_blank">SEO</a> purposes but that&#8217;s an entirely separate discussion.</p>
<p>The usual approach to implement this functionality is the use of a <a href="http://en.wikipedia.org/wiki/Htaccess">.htaccess</a> file but this is only applicable to <a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache</a>. We&#8217;re running our website on Windows Server so this isn&#8217;t an option.</p>
<p>After hunting around for a simple solution we finally found one by <a title="Pretty permalinks" href="http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/" target="_blank">Einar Egilsson.</a></p>
<p>To implement this solution follow these simple steps:</p>
<ol>
<li>Take <a title="Wordpress permalink" href="http://blog.atlascs.co.uk/wp-content/uploads/2009/05/wordpress-404.txt" target="_blank">this file</a>, and put it in the root of your WordPress site (rename .txt to .php)</li>
<li>Set your sites 404 page to point to the wordpress-404.php URL.  Most control panels at web hosts allow you to do this. If you’ve got the option to select between FILE and URL then choose URL.</li>
<li>Go to Options -&gt; Permalinks in your WordPress admin page, and choose an appropriate structure for your links.  We chose Custom with this pattern:
<pre><code>/%year%/%monthnum%/%day%/%postname%/</code></pre>
</li>
</ol>
<p>Simples!  Your WordPress posts will now display with easy to read Permalinks and your site will be much easier to navigate.  We use this solution on a number of our sites including this blog, our <a title="Business rate relief" href="http://www.businessraterelief.co.uk" target="_blank">Business Rate Relief</a> site and <a title="software development" href="http://www.softwaredevelopmentlondon.com" target="_blank">Software Development</a> website.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.atlascode.com/2009/05/13/pretty-wordpress-permalinks-in-iis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

