<?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>Infinite Dreamers &#187; Development</title>
	<atom:link href="http://www.infinitedreamers.co.uk/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infinitedreamers.co.uk</link>
	<description>You are only limited by your imagination</description>
	<lastBuildDate>Thu, 05 Apr 2012 09:17:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Site Collection Admin Cannot Access Site</title>
		<link>http://www.infinitedreamers.co.uk/site-collection-admin-cannot-access-site/</link>
		<comments>http://www.infinitedreamers.co.uk/site-collection-admin-cannot-access-site/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 09:17:07 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1535</guid>
		<description><![CDATA[When trying to access a SharePoint 2007 or SharePoint 2010 site on the same machines that it is installed on you may be continuously prompted for your credentials &#8211; even if you are the Site Collection Administrator for the site &#8230; <a href="http://www.infinitedreamers.co.uk/site-collection-admin-cannot-access-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/site-collection-admin-cannot-access-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SharePoint 2010 using local accounts</title>
		<link>http://www.infinitedreamers.co.uk/installing-sharepoint-2010-using-local-accounts/</link>
		<comments>http://www.infinitedreamers.co.uk/installing-sharepoint-2010-using-local-accounts/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 13:06:08 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Foundation]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1531</guid>
		<description><![CDATA[If you try to install SharePoint 2010 on a single server using local (non-domain) accounts you soon hit a brick wall as the configuration tool will not let you go any further without entering a domain account to run services &#8230; <a href="http://www.infinitedreamers.co.uk/installing-sharepoint-2010-using-local-accounts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/installing-sharepoint-2010-using-local-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical Debt &#8211; Why should I worry?</title>
		<link>http://www.infinitedreamers.co.uk/technical-debt-why-should-i-worry/</link>
		<comments>http://www.infinitedreamers.co.uk/technical-debt-why-should-i-worry/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 14:45:45 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[technical debt]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1520</guid>
		<description><![CDATA[What is technical debt? Technical Debt is a term first used by Ward Cunningham in 1992 and is a metaphor used to describe the price, in terms of future effort, that a design decision will cost. This is something that &#8230; <a href="http://www.infinitedreamers.co.uk/technical-debt-why-should-i-worry/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/technical-debt-why-should-i-worry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine SQL Server Version and Edition</title>
		<link>http://www.infinitedreamers.co.uk/determine-sql-server-version-and-edition/</link>
		<comments>http://www.infinitedreamers.co.uk/determine-sql-server-version-and-edition/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 13:28:10 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1515</guid>
		<description><![CDATA[To determine what SQL Server version and edition that you are running execute the following Sql: SELECT @@VERSION This will return a message similar to the following supplying all the details that you require: Microsoft SQL Server 2005 - 9.00.5057.00 &#8230; <a href="http://www.infinitedreamers.co.uk/determine-sql-server-version-and-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/determine-sql-server-version-and-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC3 AJAX Search Tutorial</title>
		<link>http://www.infinitedreamers.co.uk/mvc3-ajax-search-tutorial/</link>
		<comments>http://www.infinitedreamers.co.uk/mvc3-ajax-search-tutorial/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 08:43:28 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[mvc3]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1454</guid>
		<description><![CDATA[Overview Having moved across to ASP.NET MVC3 within the last 6 months, one of the things that I found missing in the wealth of quality tutorials was how to use AJAX to pass a user-defined class. This tutorial aims to &#8230; <a href="http://www.infinitedreamers.co.uk/mvc3-ajax-search-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/mvc3-ajax-search-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Semantic HTML &#8211; Why should we worry?</title>
		<link>http://www.infinitedreamers.co.uk/semantic-html-why-should-we-worr/</link>
		<comments>http://www.infinitedreamers.co.uk/semantic-html-why-should-we-worr/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 09:16:49 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1418</guid>
		<description><![CDATA[Semantic HTML is one of those ideals that I aspire to achieve. I see its value, but I am often faced with the worry that I am adding unnecessary markup in the form of DIVs and SPANs. Smashing Magazine has &#8230; <a href="http://www.infinitedreamers.co.uk/semantic-html-why-should-we-worr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/semantic-html-why-should-we-worr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SelectNodes and SelectSingleNode with Namespaces</title>
		<link>http://www.infinitedreamers.co.uk/using-selectsinglenode-with-namespaces/</link>
		<comments>http://www.infinitedreamers.co.uk/using-selectsinglenode-with-namespaces/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 12:08:20 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1396</guid>
		<description><![CDATA[How to use SelectNodes and SelectSingleNode in .NET when using XML documents with namespaces. <a href="http://www.infinitedreamers.co.uk/using-selectsinglenode-with-namespaces/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/using-selectsinglenode-with-namespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC3 AJAX ActionLink opening new page instead of updating DIV</title>
		<link>http://www.infinitedreamers.co.uk/mvc3-ajax-actionlink-problem/</link>
		<comments>http://www.infinitedreamers.co.uk/mvc3-ajax-actionlink-problem/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 08:24:28 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[mvc3]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1334</guid>
		<description><![CDATA[How to solve the problem of an AJAX ActionLink opening the destination page rather than updating the current page with the results. <a href="http://www.infinitedreamers.co.uk/mvc3-ajax-actionlink-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/mvc3-ajax-actionlink-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert String to Title Case in C#</title>
		<link>http://www.infinitedreamers.co.uk/convert-string-to-title-case-csharp/</link>
		<comments>http://www.infinitedreamers.co.uk/convert-string-to-title-case-csharp/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 15:41:29 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1304</guid>
		<description><![CDATA[The String class has static methods to convert a string to lowercase or uppercase but none to convert to title case. Luckily, the TextInfo class comes to our rescue. The ToTitleCase method is not a static method so it needs &#8230; <a href="http://www.infinitedreamers.co.uk/convert-string-to-title-case-csharp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/convert-string-to-title-case-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to list all the Active Directory Groups a user is a member of</title>
		<link>http://www.infinitedreamers.co.uk/how-to-list-all-the-active-directory-groups-a-user-is-a-member-of/</link>
		<comments>http://www.infinitedreamers.co.uk/how-to-list-all-the-active-directory-groups-a-user-is-a-member-of/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:09:06 +0000</pubDate>
		<dc:creator>m0gb0y74</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Group Membership]]></category>

		<guid isPermaLink="false">http://www.infinitedreamers.co.uk/?p=1286</guid>
		<description><![CDATA[The DOS commands to list all the groups that an Active Directory is a member of and to list what users are member of a specific Active Directory group. <a href="http://www.infinitedreamers.co.uk/how-to-list-all-the-active-directory-groups-a-user-is-a-member-of/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.infinitedreamers.co.uk/how-to-list-all-the-active-directory-groups-a-user-is-a-member-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.infinitedreamers.co.uk @ 2012-05-19 02:14:59 by W3 Total Cache -->
