<?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>Brian</title>
	<atom:link href="http://www.brent.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brent.co.uk/blog</link>
	<description>Not Just another WordPress site</description>
	<lastBuildDate>Mon, 19 Mar 2012 08:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>1st Weekend Gosport</title>
		<link>http://www.brent.co.uk/blog/blog/2012/03/19/1st-weekend-gosport-2/</link>
		<comments>http://www.brent.co.uk/blog/blog/2012/03/19/1st-weekend-gosport-2/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 08:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[B and Q]]></category>
		<category><![CDATA[IKEA]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Southampton]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/blog/2012/03/19/1st-weekend-gosport-2/</guid>
		<description><![CDATA[Saturday 17-Mar-2012: Went to checkout B and Q Titchfield, pretty grim two hours. Went further to Southampton to check out IKEA. discovered the itchen toll bridge, 50p a bargain. Sat nav tried to take me into the pedestrianised high street, &#8230; <a href="http://www.brent.co.uk/blog/blog/2012/03/19/1st-weekend-gosport-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Saturday 17-Mar-2012:</strong>
<p>Went to checkout B and Q Titchfield, pretty grim two hours.
<p>Went further to Southampton to check out IKEA. discovered the itchen toll bridge, 50p a bargain.
<p>Sat nav tried to take me into the pedestrianised high street, while reversing out a bus tried to shunt me out of the way.
<p>For future reference IKEA is in the &#8220;Retail park&#8221;, huge M and S and John Lewis plus all the shops you could ever want.
<p>Bought a Kodak printer, spent two hours getting it to actually install.
<p><strong>Sunday 18-Mar-2012:</strong>
<p>Moved all stuff from living room to space I cleared in kitchen.<br />Cleared wardrobe space in bedroom, created built in wardrobe<br />Fixed all but one upstairs light pendants<br />Mopped various floors<br />Cleaned all upstairs windows<br />Finished around 18:00</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2012/03/19/1st-weekend-gosport-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gosport &#8211; Day 6</title>
		<link>http://www.brent.co.uk/blog/blog/2012/03/14/gosport-day-6/</link>
		<comments>http://www.brent.co.uk/blog/blog/2012/03/14/gosport-day-6/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 11:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=153</guid>
		<description><![CDATA[Finaly got my computer unpacked and plugged in, getting eye strain using the laptop.]]></description>
			<content:encoded><![CDATA[<p>Finaly got my computer unpacked and plugged in, getting eye strain using the laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2012/03/14/gosport-day-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Service Application Groups</title>
		<link>http://www.brent.co.uk/blog/blog/2011/11/17/sharepoint-2010-service-application-groups/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/11/17/sharepoint-2010-service-application-groups/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 08:48:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=116</guid>
		<description><![CDATA[IMHO, Microsoft obviously rushed the release of SharePoint 2010 and there are quite a few unfinished areas at the very least in the UI. Try to create more than one custom Service Application Group in Central admin for example. You &#8230; <a href="http://www.brent.co.uk/blog/blog/2011/11/17/sharepoint-2010-service-application-groups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IMHO, Microsoft obviously rushed the release of SharePoint 2010 and there are quite a few unfinished areas at the very least in the UI.</p>
<p>Try to create more than one custom Service Application Group in Central admin for example.  You just cant do it, as far as I can see.</p>
<p>The good news is, powershell SharePoint CmdLets allow you to fill this gap.  I crafted this in a bit of a hurry, but it does the job.</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$PSSnapin</span> <span style="color: pink;">=</span> <span style="color: #008080; font-weight: bold;">Add-PsSnapin</span> Microsoft.SharePoint.PowerShell <span style="color: #008080; font-style: italic;">-ErrorAction</span> SilentlyContinue
&nbsp;
&nbsp;
<span style="color: #800080;">$AppProxyGroupFriendlyName</span> <span style="color: pink;">=</span> <span style="color: #800000;">&quot;New Custom Proxy group&quot;</span>
<span style="color: #800080;">$ProxyDisplayNamesToAddToGroup</span> <span style="color: pink;">=</span> <span style="color: pink;">@</span><span style="color: #000000;">&#40;</span>
                    <span style="color: #800000;">&quot;State Service Application Proxy&quot;</span><span style="color: pink;">,</span>
                    <span style="color: #800000;">&quot;MyApp Taxonomy&quot;</span><span style="color: pink;">,</span>
                    <span style="color: #800000;">&quot;Secure Store Service Proxy&quot;</span><span style="color: pink;">,</span>
                    <span style="color: #800000;">&quot;Web Analytics Service Application&quot;</span><span style="color: pink;">,</span>
                    <span style="color: #800000;">&quot;Application Discovery and Load Balancer Service Application Proxy_aa187b7a-cc28-448a-b232-4c9f0713d0bb&quot;</span><span style="color: pink;">,</span>
                    <span style="color: #800000;">&quot;WSS Usage Application&quot;</span>
                    <span style="color: #000000;">&#41;</span>
&nbsp;
<span style="color: #008000;"># Grab our new ApplicationProxyGroup</span>
<span style="color: #008000;">#</span>
<span style="color: #800080;">$appProxyGroup</span> <span style="color: pink;">=</span> get<span style="color: pink;">-</span>SPServiceApplicationProxyGroup <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">where-object</span> <span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.FriendlyName <span style="color: #FF0000;">-eq</span> <span style="color: #800080;">$AppProxyGroupFriendlyName</span><span style="color: #000000;">&#125;</span>
&nbsp;
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">-not</span> <span style="color: #800080;">$appProxyGroup</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
    <span style="color: #008080; font-weight: bold;">write-host</span> <span style="color: #800000;">&quot;Creating&quot;</span> <span style="color: #800080;">$AppProxyGroupFriendlyName</span>
    New<span style="color: pink;">-</span>SPServiceApplicationProxyGroup <span style="color: #008080; font-style: italic;">-Name</span> <span style="color: #800080;">$AppProxyGroupFriendlyName</span>
<span style="color: #000000;">&#125;</span>
&nbsp;
&nbsp;
&nbsp;
<span style="color: #008000;"># Get each of the application proxies to be used by this group</span>
<span style="color: #008000;">#</span>
<span style="color: #800080;">$ProxyDisplayNamesToAddToGroup</span> <span style="color: pink;">|</span> <span style="color: pink;">%</span> <span style="color: #000000;">&#123;</span>
    <span style="color: #800080;">$thisProxy</span> <span style="color: pink;">=</span> <span style="color: #000080;">$_</span>
    <span style="color: #800080;">$appProxy</span> <span style="color: pink;">=</span> Get<span style="color: pink;">-</span>SPServiceApplicationProxy <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">where-object</span> <span style="color: #000000;">&#123;</span><span style="color: #000080;">$_</span>.DisplayName <span style="color: #FF0000;">-eq</span> <span style="color: #800080;">$thisProxy</span><span style="color: #000000;">&#125;</span>
&nbsp;
    <span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #800080;">$appProxyGroup</span>.Contains<span style="color: #000000;">&#40;</span><span style="color: #800080;">$appProxy</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span>
        <span style="color: #008000;"># Already present</span>
        <span style="color: #008080; font-weight: bold;">write-host</span> <span style="color: #800080;">$thisProxy</span> <span style="color: #800000;">&quot;already present&quot;</span>
    <span style="color: #000000;">&#125;</span>
    <span style="color: #0000FF;">else</span> <span style="color: #000000;">&#123;</span>
        <span style="color: #008080; font-weight: bold;">write-host</span> <span style="color: #800000;">&quot;Adding&quot;</span> <span style="color: #800080;">$thisProxy</span>
        <span style="color: #800080;">$appProxyGroup</span>.Add<span style="color: #000000;">&#40;</span><span style="color: #800080;">$appProxy</span><span style="color: #000000;">&#41;</span>
    <span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
&nbsp;
<span style="color: #008000;"># Show the proxies in the new group</span>
<span style="color: #008000;">#</span>
<span style="color: #800080;">$appProxyGroup</span> <span style="color: pink;">=</span> Get<span style="color: pink;">-</span>SPServiceApplicationProxyGroup <span style="color: pink;">-</span>Identity <span style="color: #800080;">$AppProxyGroupFriendlyName</span>
<span style="color: #800080;">$appProxyGroup</span>.DefaultProxies <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">Format-list</span> <span style="color: #008080; font-style: italic;">-Property</span> DisplayName</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/11/17/sharepoint-2010-service-application-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SP 2003 &#8211; Managed paths</title>
		<link>http://www.brent.co.uk/blog/blog/2011/09/28/sp-2003-managed-paths/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/09/28/sp-2003-managed-paths/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 09:06:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=112</guid>
		<description><![CDATA[SharePoint 2003: How to exclude paths to run ASP.NET applications Running an ASP.NET application on a server with a SharePoint instance requires excluding the virtual paths the application needs, as the SharePoint ISAPI filter will intercept all requests. This post &#8230; <a href="http://www.brent.co.uk/blog/blog/2011/09/28/sp-2003-managed-paths/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2003: How to exclude paths to run ASP.NET applications<br />
Running an ASP.NET application on a server with a SharePoint instance requires excluding the virtual paths the application needs, as the SharePoint ISAPI filter will intercept all requests. This post assumes you have SharePoint installed as a Default Web Site.</p>
<p>1. From the Administration Tools, click on SharePoint Central Administration.</p>
<p>2. Click on SharePoint Portal Server in the left menu.</p>
<p>3. Click on Configure virtual server settings from the Virtual Server List page.</p>
<p>4. Click on Default Web Site.</p>
<p>5. Click on Define managed paths.</p>
<p>6. Enter a path, check Exclude Path, and click OK. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/09/28/sp-2003-managed-paths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataFormWebPart simple example &#8211; without GUIDs</title>
		<link>http://www.brent.co.uk/blog/blog/2011/09/28/dateformwebpart-simple-example-without-guids/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/09/28/dateformwebpart-simple-example-without-guids/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 07:43:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=108</guid>
		<description><![CDATA[&#60;WebPartPages:DataFormWebPart runat=&#34;server&#34; DataSourceID=&#34;test1&#34; IsIncluded=&#34;True&#34; AsyncRefresh=&#34;True&#34; FrameType=&#34;None&#34; NoDefaultStyle=&#34;TRUE&#34; ViewFlag=&#34;8&#34; Title=&#34;Contacts&#34; PageType=&#34;PAGE_NORMALVIEW&#34; __markuptype=&#34;vsattributemarkup&#34; partorder=&#34;2&#34; __WebPartId=&#34;{F282332F-8BEF-4B6B-8A46-7C1E00177C4E}&#34; id=&#34;g_f282332f_8bef_4b6b_8a46_7c1e00177c4e&#34;&#62; &#160; &#60;DataSources&#62; &#160; &#60;SharePoint:SPDataSource DataSourceMode=&#34;List&#34; ID=&#34;test1&#34; UseInternalName=&#34;true&#34; SelectCommand=&#34;&#60;View /&#62;&#34; runat=&#34;server&#34; &#62; &#160; &#60;SelectParameters&#62; &#60;WebPartPages:dataformparameter Name=&#34;ListName&#34; ParameterKey=&#34;ListName&#34; PropertyName=&#34;ParameterValues&#34; DefaultValue=&#34;Contacts&#34; /&#62; &#60;WebPartPages:dataformparameter Name=&#34;WebURL&#34; ParameterKey=&#34;WebURL&#34; PropertyName=&#34;ParameterValues&#34; DefaultValue=&#34;{sitecollectionroot}&#34; /&#62; &#60;/SelectParameters&#62; &#8230; <a href="http://www.brent.co.uk/blog/blog/2011/09/28/dateformwebpart-simple-example-without-guids/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;WebPartPages:DataFormWebPart</span></span>
<span style="color: #009900;">  <span style="color: #000066;">runat</span>=<span style="color: #ff0000;">&quot;server&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">DataSourceID</span>=<span style="color: #ff0000;">&quot;test1&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">IsIncluded</span>=<span style="color: #ff0000;">&quot;True&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">AsyncRefresh</span>=<span style="color: #ff0000;">&quot;True&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">FrameType</span>=<span style="color: #ff0000;">&quot;None&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">NoDefaultStyle</span>=<span style="color: #ff0000;">&quot;TRUE&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">ViewFlag</span>=<span style="color: #ff0000;">&quot;8&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">Title</span>=<span style="color: #ff0000;">&quot;Contacts&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">PageType</span>=<span style="color: #ff0000;">&quot;PAGE_NORMALVIEW&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">__markuptype</span>=<span style="color: #ff0000;">&quot;vsattributemarkup&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">partorder</span>=<span style="color: #ff0000;">&quot;2&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">__WebPartId</span>=<span style="color: #ff0000;">&quot;{F282332F-8BEF-4B6B-8A46-7C1E00177C4E}&quot;</span></span>
<span style="color: #009900;">  <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;g_f282332f_8bef_4b6b_8a46_7c1e00177c4e&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
&nbsp;
 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;DataSources<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;SharePoint:SPDataSource</span></span>
<span style="color: #009900;">   <span style="color: #000066;">DataSourceMode</span>=<span style="color: #ff0000;">&quot;List&quot;</span></span>
<span style="color: #009900;">   <span style="color: #000066;">ID</span>=<span style="color: #ff0000;">&quot;test1&quot;</span></span>
<span style="color: #009900;">   <span style="color: #000066;">UseInternalName</span>=<span style="color: #ff0000;">&quot;true&quot;</span></span>
<span style="color: #009900;">   <span style="color: #000066;">SelectCommand</span>=<span style="color: #ff0000;">&quot;&lt;View /&gt;</span></span>&quot;
   runat=&quot;server&quot; &gt;
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;SelectParameters<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;WebPartPages:dataformparameter</span> <span style="color: #000066;">Name</span>=<span style="color: #ff0000;">&quot;ListName&quot;</span> <span style="color: #000066;">ParameterKey</span>=<span style="color: #ff0000;">&quot;ListName&quot;</span> <span style="color: #000066;">PropertyName</span>=<span style="color: #ff0000;">&quot;ParameterValues&quot;</span> <span style="color: #000066;">DefaultValue</span>=<span style="color: #ff0000;">&quot;Contacts&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;WebPartPages:dataformparameter</span> <span style="color: #000066;">Name</span>=<span style="color: #ff0000;">&quot;WebURL&quot;</span> <span style="color: #000066;">ParameterKey</span>=<span style="color: #ff0000;">&quot;WebURL&quot;</span> <span style="color: #000066;">PropertyName</span>=<span style="color: #ff0000;">&quot;ParameterValues&quot;</span> <span style="color: #000066;">DefaultValue</span>=<span style="color: #ff0000;">&quot;{sitecollectionroot}&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/SelectParameters<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/SharePoint:SPDataSource<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/DataSources<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;datafields<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>@ID,ID;@ContentType,Content Type;@Title,Last Name; SNIPPED HERE
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/datafields<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
&nbsp;
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:stylesheet</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:x</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/2001/XMLSchema&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:d</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/sharepoint/dsp&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">exclude-result-prefixes</span>=<span style="color: #ff0000;">&quot;xsl msxsl ddwrt&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:ddwrt</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/WebParts/v2/DataView/runtime&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:asp</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/ASPNET/20&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:__designer</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/WebParts/v2/DataView/designer&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:xsl</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/1999/XSL/Transform&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:msxsl</span>=<span style="color: #ff0000;">&quot;urn:schemas-microsoft-com:xslt&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:SharePoint</span>=<span style="color: #ff0000;">&quot;Microsoft.SharePoint.WebControls&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:ddwrt2</span>=<span style="color: #ff0000;">&quot;urn:frontpage:internal&quot;</span></span>
<span style="color: #009900;">        <span style="color: #000066;">xmlns:o</span>=<span style="color: #ff0000;">&quot;urn:schemas-microsoft-com:office:office&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> 
&nbsp;
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:include</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;/_layouts/xsl/main.xsl&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span> 
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:include</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;/_layouts/xsl/internal.xsl&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:output</span> <span style="color: #000066;">method</span>=<span style="color: #ff0000;">&quot;xml&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:template</span> <span style="color: #000066;">match</span>=<span style="color: #ff0000;">&quot;/&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">xmlns:x</span>=<span style="color: #ff0000;">&quot;http://www.w3.org/2001/XMLSchema&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">xmlns:d</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/sharepoint/dsp&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">xmlns:asp</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/ASPNET/20&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">xmlns:__designer</span>=<span style="color: #ff0000;">&quot;http://schemas.microsoft.com/WebParts/v2/DataView/designer&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">xmlns:SharePoint</span>=<span style="color: #ff0000;">&quot;Microsoft.SharePoint.WebControls&quot;</span></span>
<span style="color: #009900;">            <span style="color: #000066;">xmlns:o</span>=<span style="color: #ff0000;">&quot;urn:schemas-microsoft-com:office:office&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
              <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ul</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;list-arrow&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:apply-templates</span> <span style="color: #000066;">select</span>=<span style="color: #ff0000;">&quot;/dsQueryResponse/Rows/Row&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/xsl:apply-templates<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
              <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ul<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/xsl:template<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:template</span> <span style="color: #000066;">match</span>=<span style="color: #ff0000;">&quot;/dsQueryResponse/Rows/Row&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;li<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
              <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;a</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;{@Title}&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;xsl:value-of</span> <span style="color: #000066;">select</span>=<span style="color: #ff0000;">&quot;@Title&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
              <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>    
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/xsl:template<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/xsl:stylesheet<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/xsl<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/WebPartPages:DataFormWebPart<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/09/28/dateformwebpart-simple-example-without-guids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samuel passes his cycle test</title>
		<link>http://www.brent.co.uk/blog/blog/2011/09/18/samuel-passes-his-cycle-test/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/09/18/samuel-passes-his-cycle-test/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 16:57:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=103</guid>
		<description><![CDATA[Samuel has now had three cycle lessons, today he passed his test,with a distinction.  &#160;]]></description>
			<content:encoded><![CDATA[<p>Samuel has now had three cycle lessons, today he passed his test,with a distinction. </p>
<div id="attachment_106" class="wp-caption alignnone" style="width: 131px"><a href="http://www.brent.co.uk/blog/wp-content/uploads/2011/09/WP_000035.jpg"><img class="size-medium wp-image-106" title="WP_000035" src="http://www.brent.co.uk/blog/wp-content/uploads/2011/09/WP_000035-223x300.jpg" alt="Sam the bike rider" width="121" height="207" /></a><p class="wp-caption-text">Sams last lesson before his test</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/09/18/samuel-passes-his-cycle-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPDatasource</title>
		<link>http://www.brent.co.uk/blog/blog/2011/09/13/spdatasource/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/09/13/spdatasource/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 06:45:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=83</guid>
		<description><![CDATA[Stolen from Chris O&#8217;Brien His blog &#60;SPWebControls:SPDataSource runat=&#34;server&#34; ID=&#34;dsPersonTitles&#34; DataSourceMode=&#34;List&#34; SelectCommand=&#34;&#60;Query&#62;&#60;OrderBy&#62;&#60;FieldRef Name='SortOrder' Ascending='true' /&#62;&#60;/OrderBy&#62;&#60;/Query&#62;&#34; &#60;SelectParameters&#62; &#60;asp:Parameter Name=&#34;WebUrl&#34; DefaultValue=&#34;/configuration/&#34; /&#62; &#60;asp:Parameter Name=&#34;ListName&#34; DefaultValue=&#34;PersonTitles&#34; /&#62; &#60;/SelectParameters&#62; &#60;/SPWebControls:SPDataSource&#62; &#160; &#60;asp:DropDownList runat=&#34;server&#34; ID=&#34;ddlPersonTitles&#34; CssClass=&#34;title&#34; DataSourceID=&#34;dsPersonTitles&#34; DataTextField=&#34;Title&#34; DataValueField=&#34;ID&#34;&#62; &#60;/asp:DropDownList&#62;]]></description>
			<content:encoded><![CDATA[<p>Stolen from Chris O&#8217;Brien<br />
<a href="http://www.sharepointnutsandbolts.com/2008/06/spdatasource-every-sharepoint-developer.html">His blog</a></p>

<div class="wp_syntax"><div class="code"><pre class="asp" style="font-family:monospace;"><span style="color: #006600; font-weight: bold;">&lt;</span>SPWebControls<span style="color: #006600; font-weight: bold;">:</span>SPDataSource
	runat<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;server&quot;</span>
	ID<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;dsPersonTitles&quot;</span>
	DataSourceMode<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;List&quot;</span>
	SelectCommand<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;&lt;Query&gt;&lt;OrderBy&gt;&lt;FieldRef Name='SortOrder' Ascending='true' /&gt;&lt;/OrderBy&gt;&lt;/Query&gt;&quot;</span>
	<span style="color: #006600; font-weight: bold;">&lt;</span>SelectParameters<span style="color: #006600; font-weight: bold;">&gt;</span>
		<span style="color: #006600; font-weight: bold;">&lt;</span>asp<span style="color: #006600; font-weight: bold;">:</span>Parameter Name<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;WebUrl&quot;</span> DefaultValue<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;/configuration/&quot;</span> <span style="color: #006600; font-weight: bold;">/&gt;</span>
		<span style="color: #006600; font-weight: bold;">&lt;</span>asp<span style="color: #006600; font-weight: bold;">:</span>Parameter Name<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;ListName&quot;</span> DefaultValue<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;PersonTitles&quot;</span> <span style="color: #006600; font-weight: bold;">/&gt;</span>
	<span style="color: #006600; font-weight: bold;">&lt;/</span>SelectParameters<span style="color: #006600; font-weight: bold;">&gt;</span>
<span style="color: #006600; font-weight: bold;">&lt;/</span>SPWebControls<span style="color: #006600; font-weight: bold;">:</span>SPDataSource<span style="color: #006600; font-weight: bold;">&gt;</span>
&nbsp;
<span style="color: #006600; font-weight: bold;">&lt;</span>asp<span style="color: #006600; font-weight: bold;">:</span>DropDownList
	runat<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;server&quot;</span>
	ID<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;ddlPersonTitles&quot;</span>
	CssClass<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;title&quot;</span>
	DataSourceID<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;dsPersonTitles&quot;</span>
	DataTextField<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;Title&quot;</span>
	DataValueField<span style="color: #006600; font-weight: bold;">=</span><span style="color: #cc0000;">&quot;ID&quot;</span><span style="color: #006600; font-weight: bold;">&gt;</span>
<span style="color: #006600; font-weight: bold;">&lt;/</span>asp<span style="color: #006600; font-weight: bold;">:</span>DropDownList<span style="color: #006600; font-weight: bold;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/09/13/spdatasource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post today</title>
		<link>http://www.brent.co.uk/blog/blog/2011/09/02/post-today/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/09/02/post-today/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 06:38:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=79</guid>
		<description><![CDATA[not very slow anymore&#8230;]]></description>
			<content:encoded><![CDATA[<p>not very slow anymore&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/09/02/post-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test post for today</title>
		<link>http://www.brent.co.uk/blog/blog/2011/09/01/test-post-for-today/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/09/01/test-post-for-today/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 15:09:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Anti virus]]></category>
		<category><![CDATA[Biztalk]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=14</guid>
		<description><![CDATA[timing issues, very slow&#8230;]]></description>
			<content:encoded><![CDATA[<p>timing issues, very slow&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/09/01/test-post-for-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 theme styling tips</title>
		<link>http://www.brent.co.uk/blog/blog/2011/08/24/2011-theme-styling-tips/</link>
		<comments>http://www.brent.co.uk/blog/blog/2011/08/24/2011-theme-styling-tips/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 07:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brent.co.uk/blog/?p=3</guid>
		<description><![CDATA[Style guide]]></description>
			<content:encoded><![CDATA[<p><a href="http://allaboutbasic.com/2011/06/15/wordpress-com-theme-twenty-eleven-css-style-sheet-modification-change-site-titledescriptionpost-titlecommentsmenussidebar-and-more/">Style guide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brent.co.uk/blog/blog/2011/08/24/2011-theme-styling-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

