<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>More Soma Please...</title>
	<atom:link href="http://platinumdogs.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://platinumdogs.me</link>
	<description>all your codez are belong to me...</description>
	<lastBuildDate>Tue, 21 May 2013 17:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='platinumdogs.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6c0719f83cf23250766c70cc880d4a98?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>More Soma Please...</title>
		<link>http://platinumdogs.me</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://platinumdogs.me/osd.xml" title="More Soma Please..." />
	<atom:link rel='hub' href='http://platinumdogs.me/?pushpress=hub'/>
		<item>
		<title>Display Status Notification Toast in a SharePoint Modal Dialog</title>
		<link>http://platinumdogs.me/2013/05/21/display-status-notification-toast-in-a-sharepoint-modal-dialog/</link>
		<comments>http://platinumdogs.me/2013/05/21/display-status-notification-toast-in-a-sharepoint-modal-dialog/#comments</comments>
		<pubDate>Tue, 21 May 2013 17:36:57 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Dialog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Master Pages]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=2127</guid>
		<description><![CDATA[When developing a site or application page in SharePoint the ribbon control will typically be excluded from the modal display since it is outside of the modal dialogs rendered output (see SharePoint CSS class s4-notdlg). In most cases this is just fine, except that, if you want to display SharePoint notification toast&#8217;s you won&#8217;t see them, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=2127&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/05/21/display-status-notification-toast-in-a-sharepoint-modal-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/05/notif-ft.png?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/notif-ft.png?w=150" medium="image">
			<media:title type="html">notif-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/notif-01.png?w=300" medium="image">
			<media:title type="html">notificationArea</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/notif-02.png?w=588" medium="image">
			<media:title type="html">new notification area container</media:title>
		</media:content>
	</item>
		<item>
		<title>Client and Server Driven Paging with the SharePoint REST API</title>
		<link>http://platinumdogs.me/2013/05/14/client-and-server-driven-paging-with-the-sharepoint-rest-api/</link>
		<comments>http://platinumdogs.me/2013/05/14/client-and-server-driven-paging-with-the-sharepoint-rest-api/#comments</comments>
		<pubDate>Tue, 14 May 2013 14:00:55 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[jsom]]></category>
		<category><![CDATA[Paging]]></category>
		<category><![CDATA[rest]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=2094</guid>
		<description><![CDATA[If you are using the SharePoint REST API (listdata.svc) to return non-trivial amounts of data you should definitely consider implementing some form of paged access to the data; not only to reduce the burden on the server but also to improve the overall user experience. Fortunately with the SharePoint REST API this is pretty straight forward to do. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=2094&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/05/14/client-and-server-driven-paging-with-the-sharepoint-rest-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/05/restpage-ft.jpg?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/restpage-ft.jpg?w=150" medium="image">
			<media:title type="html">restpage-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/restpaging-tpcrich.png?w=300" medium="image">
			<media:title type="html">Rich Paging Controls</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/restpaging-tpcrbasic.png?w=300" medium="image">
			<media:title type="html">Basic Paging Controls</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/restpaging-pg1.png?w=300" medium="image">
			<media:title type="html">Page 1</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/restpaging-pg2.png?w=300" medium="image">
			<media:title type="html">Page 2</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/05/restpaging-cdpg1.png?w=300" medium="image">
			<media:title type="html">client driven - page 1</media:title>
		</media:content>
	</item>
		<item>
		<title>Adventures with the SharePoint REST API Part 2 &#8211; The AIR Tool</title>
		<link>http://platinumdogs.me/2013/04/23/adventures-with-the-sharepoint-rest-api-part-2-the-air-tool/</link>
		<comments>http://platinumdogs.me/2013/04/23/adventures-with-the-sharepoint-rest-api-part-2-the-air-tool/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 13:18:37 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[rest]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=2074</guid>
		<description><![CDATA[Series Links SharePoint: Adventures with the REST API Part 1 SharePoint: Adventures with the REST API Part 2 &#8211; The AIR Tool The tool/UI I&#8217;ve been using, along with the blog post &#8220;SharePoint: Adventures with the REST API Part 1&#8221; has been added as a Codeplex project, for some reason I named it &#8220;SPAIR&#8220;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=2074&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/04/23/adventures-with-the-sharepoint-rest-api-part-2-the-air-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/03/rest-ft.gif?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/rest-ft.gif?w=150" medium="image">
			<media:title type="html">rest-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>
	</item>
		<item>
		<title>Hiding SharePoint ECB Menu Items for a Specific List</title>
		<link>http://platinumdogs.me/2013/04/18/hiding-sharepoint-ecb-menu-items-for-a-specific-list/</link>
		<comments>http://platinumdogs.me/2013/04/18/hiding-sharepoint-ecb-menu-items-for-a-specific-list/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 13:30:31 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=2058</guid>
		<description><![CDATA[While prototyping an Approval process against listitems for a client, I had a need to remove (hide) the Approve/Reject ECB menu item for items in a specific list. Using the OOTB SharePoint 2010 Content Approval Workflow with Listitems. This workflow can be used to manage content approval for Listitems, but there is a caveat. The [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=2058&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/04/18/hiding-sharepoint-ecb-menu-items-for-a-specific-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-ft.gif?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-ft.gif?w=150" medium="image">
			<media:title type="html">hideecb-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-00.png" medium="image">
			<media:title type="html">Standard Listitem ECB Menu</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-01.png?w=300" medium="image">
			<media:title type="html">Listview Web Part on a Page</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-02.png?w=300" medium="image">
			<media:title type="html">Listview Web Part on a Page</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-03.png?w=300" medium="image">
			<media:title type="html">List View Pages</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/04/hideecb-04.png?w=300" medium="image">
			<media:title type="html">List View Pages</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating SharePoint Declarative Workflow Associations using a Feature</title>
		<link>http://platinumdogs.me/2013/04/10/creating-sharepoint-declarative-workflow-associations-using-a-feature/</link>
		<comments>http://platinumdogs.me/2013/04/10/creating-sharepoint-declarative-workflow-associations-using-a-feature/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 18:04:46 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[CAML]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=2031</guid>
		<description><![CDATA[This post is about creating Workflow Associations declaratively using a CAML element declaration in a feature. Workflow associations can be created using code (and the SharePoint UI of course), and there are plenty of articles on the interwebz demonstrating this, today, while trolling through an exported site template, I discovered that you can create Workflow Associations using [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=2031&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/04/10/creating-sharepoint-declarative-workflow-associations-using-a-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/02/grwf-ft1.jpg?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-ft1.jpg?w=150" medium="image">
			<media:title type="html">grwf-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint: Adventures with the REST API Part 1</title>
		<link>http://platinumdogs.me/2013/03/14/sharepoint-adventures-with-the-rest-api-part-1/</link>
		<comments>http://platinumdogs.me/2013/03/14/sharepoint-adventures-with-the-rest-api-part-1/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 13:00:45 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[Xml]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=1978</guid>
		<description><![CDATA[Series Links SharePoint: Adventures with the REST API Part 1 SharePoint: Adventures with the REST API Part 2 &#8211; The AIR Tool Updated 2013-03-19 :: Entity-set Schema. Updated 2013-03-15 :: Using REST with JSON. In this post; Introduction to REST Entity-set Schema Using the $select Query Option to Restrict Returned Columns SharePoint Columns Available via [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=1978&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/03/14/sharepoint-adventures-with-the-rest-api-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/03/rest-ft.gif?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/rest-ft.gif?w=150" medium="image">
			<media:title type="html">rest-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-19-at-23-06-56.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-19 at 23.06.56</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-19-at-23-18-27.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-19 at 23.18.27</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-04-12.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.04.12</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-06-54.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.06.54</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-09-18.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.09.18</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-11-11.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.11.11</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-12-26.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.12.26</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-18-12.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.18.12</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-22-18.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.22.18</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-23-53.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.23.53</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-25-16.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.25.16</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-27-55.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.27.55</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-14-at-12-37-12.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-14 at 12.37.12</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-29-29.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.29.29</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-32-02.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.32.02</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-37-51.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.37.51</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-13-at-23-41-44.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-13 at 23.41.44</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-15-at-15-39-23.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-15 at 15.39.23</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-15-at-15-40-38.png?w=588" medium="image">
			<media:title type="html">Screen Shot 2013-03-15 at 15.40.38</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/screen-shot-2013-03-15-at-15-40-07.png" medium="image">
			<media:title type="html">Screen Shot 2013-03-15 at 15.40.07</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint: This is Why I Loved Powershell Today</title>
		<link>http://platinumdogs.me/2013/03/07/sharepoint-this-is-why-i-loved-powershell-today/</link>
		<comments>http://platinumdogs.me/2013/03/07/sharepoint-this-is-why-i-loved-powershell-today/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 18:27:02 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Information Management]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=1966</guid>
		<description><![CDATA[So just at the moment I&#8217;m developing some custom policy resources for an Information Management retention/expiration solution for a client, and in the midst of testing I discover that some content items aren&#8217;t expiring as they should. Why I Loved Powershell Today #1 I needed to check the values of some columns on content items [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=1966&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/03/07/sharepoint-this-is-why-i-loved-powershell-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/03/powershell-ft.png?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/powershell-ft.png?w=150" medium="image">
			<media:title type="html">powershell-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/pstoday-01.png?w=588" medium="image">
			<media:title type="html">#ILovedPowershellToday 1</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/pstoday-02.png?w=588" medium="image">
			<media:title type="html">#ILovedPowershellToday 2</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint: Making the User Profile Manager Property Mandatory</title>
		<link>http://platinumdogs.me/2013/03/07/sharepoint-making-the-user-profile-manager-property-mandatory/</link>
		<comments>http://platinumdogs.me/2013/03/07/sharepoint-making-the-user-profile-manager-property-mandatory/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 12:45:56 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[jsom]]></category>
		<category><![CDATA[User Profiles]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=1902</guid>
		<description><![CDATA[In this post we will be making the User Profile Manager property a mandatory element when users update their user profile. Spoiler This could quite possibly be the most pointless post ever, because the User Profile Manager property cannot be set to Required. The Manager property is a OOTB/system property and the policy setting controls [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=1902&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/03/07/sharepoint-making-the-user-profile-manager-property-mandatory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/02/upmp-ft.png?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/upmp-ft.png?w=150" medium="image">
			<media:title type="html">upmp-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-01.png?w=588" medium="image">
			<media:title type="html">Policy Settings</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-02.png?w=588" medium="image">
			<media:title type="html">Property Settings</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-03.png?w=588" medium="image">
			<media:title type="html">Exclusion List</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-04.png?w=588" medium="image">
			<media:title type="html">Hail Bob the Leader</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-05.png?w=588" medium="image">
			<media:title type="html">Manager Not Required</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-06.png?w=588" medium="image">
			<media:title type="html">Manager Required</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/upmp-07.png?w=588" medium="image">
			<media:title type="html">Manager Not Entered</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint: Passing Parameter Data to a Modal Dialog and IE7</title>
		<link>http://platinumdogs.me/2013/03/05/sharepoint-passing-parameter-data-to-a-modal-dialog-and-ie7/</link>
		<comments>http://platinumdogs.me/2013/03/05/sharepoint-passing-parameter-data-to-a-modal-dialog-and-ie7/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 23:51:42 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Dialog]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=1906</guid>
		<description><![CDATA[When calling a modal dialog in SharePoint 2010 you can pass parameter data to it as shown below; And in your dialog code you can retrieve the parameter data using the following; Recently when working with IE7 I found that this wouldn&#8217;t work, the value of the dialogArgs variable (above) was undefined. Since in my [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=1906&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/03/05/sharepoint-passing-parameter-data-to-a-modal-dialog-and-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/03/dlg-ft.png?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/03/dlg-ft.png?w=150" medium="image">
			<media:title type="html">dlg-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint: Deploy a Declarative Globally Reusable Workflow with a Feature using Visual Studio</title>
		<link>http://platinumdogs.me/2013/02/05/sharepoint-deploy-a-declarative-globally-reusable-workflow-with-a-feature-using-visual-studio/</link>
		<comments>http://platinumdogs.me/2013/02/05/sharepoint-deploy-a-declarative-globally-reusable-workflow-with-a-feature-using-visual-studio/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 18:22:47 +0000</pubDate>
		<dc:creator>Phil Harding</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://platinumdogs.me/?p=1878</guid>
		<description><![CDATA[In this post we will package and deploy a Globally Reusable Workflow using a Visual Studio 2010/2012 project, once built the workflow will be activated using a feature. We will not discuss creating, customizing or designing workflows as this is covered more than adequately all over the internet. Reference: How to: Import and Package a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=platinumdogs.me&#038;blog=1356487&#038;post=1878&#038;subd=platinumdogs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://platinumdogs.me/2013/02/05/sharepoint-deploy-a-declarative-globally-reusable-workflow-with-a-feature-using-visual-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://platinumdogs.files.wordpress.com/2013/02/grwf-ft1.jpg?w=150" />
		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-ft1.jpg?w=150" medium="image">
			<media:title type="html">grwf-ft</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/cdd62a35faec54ec18d0bb08b6498767?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">platinumdogs</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-01.png" medium="image">
			<media:title type="html">grwf-01</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-02.png" medium="image">
			<media:title type="html">grwf-02</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-03.png" medium="image">
			<media:title type="html">grwf-03</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-04.png" medium="image">
			<media:title type="html">grwf-04</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-05.png" medium="image">
			<media:title type="html">grwf-05</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-06.png" medium="image">
			<media:title type="html">grwf-06</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-07.png" medium="image">
			<media:title type="html">grwf-07</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-08.png" medium="image">
			<media:title type="html">grwf-08</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-09.png" medium="image">
			<media:title type="html">grwf-09</media:title>
		</media:content>

		<media:content url="http://platinumdogs.files.wordpress.com/2013/02/grwf-10.png" medium="image">
			<media:title type="html">grwf-10</media:title>
		</media:content>
	</item>
	</channel>
</rss>
