<?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>SharePoint Makes Me Cry</title>
	<atom:link href="http://sharepointmakesmecry.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointmakesmecry.wordpress.com</link>
	<description>...but only sometimes</description>
	<lastBuildDate>Thu, 03 Nov 2011 18:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sharepointmakesmecry.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/1b334263d3efe77fe6d8cce7b1b86605?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SharePoint Makes Me Cry</title>
		<link>http://sharepointmakesmecry.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharepointmakesmecry.wordpress.com/osd.xml" title="SharePoint Makes Me Cry" />
	<atom:link rel='hub' href='http://sharepointmakesmecry.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SharePoint 2010 Calendar Colour Coding Solution: WSP Included</title>
		<link>http://sharepointmakesmecry.wordpress.com/2011/05/19/sharepoint-2010-calendar-colour-coding-solution-wsp-included/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2011/05/19/sharepoint-2010-calendar-colour-coding-solution-wsp-included/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:02:15 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Colour Coding]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010; Calendar Colour Coding;]]></category>

		<guid isPermaLink="false">https://sharepointmakesmecry.wordpress.com/2011/05/19/sharepoint-2010-calendar-colour-coding-solution-wsp-included/</guid>
		<description><![CDATA[A little while back I had to create a solution to colour code a 2010 calendar to be used for internal scheduling here at bluesource… so I thought I’d share it with you chaps..! The idea behind it is that a list can be used to manage unique keys against colour values. For instance, say [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=134&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A little while back I had to create a solution to colour code a 2010 calendar to be used for internal scheduling here at <strong><a href="http://www.bluesource.co.uk" target="_blank">bluesource</a></strong>… so I thought I’d share it with you chaps..!</p>
<p>The idea behind it is that a list can be used to manage unique keys against colour values. For instance, say a single calendar is used to book all projects. Each project has a unique number, and you wanted those to be automatically colour-coded (without having to use calendar overlays). This solution allows you to specify a key against a colour value – eg ‘Whichever calendar entry has [1234AABB] in the title of the entry, I want to be blue (#000066)’ .</p>
<p>&#160;</p>
<p><font size="3"><strong>Download the WSP Here: </strong></font><a title="bluesource.intranet" href="http://www.bluesource.co.uk/Downloadable/bluesource.intranet.zip"><font size="3"><strong>bluesource.intranet.zip</strong></font></a></p>
<p><font size="2"><em><strong>Please Note</strong>: bluesource does not accept any liability for this solution, it is the work of myself only – and as any custom solution, should be installed on development systems first.</em></font></p>
<p><em><font size="2"></font></em></p>
<p>It comprises of 2 pieces:</p>
<ul>
<li><strong>A list definition</strong> – A list will need to be created from the definition. Unique keys and colour values are entered into the list (in the same site collection as the calendar).</li>
<li><strong>A web part</strong> – which will need to be added to the calendar page (this injects some javascript goo to do the colour coding). This needs to be pointed at the list (in the web part settings).</li>
</ul>
<p>&#160;</p>
<h2>Installation</h2>
<ul>
<li>Deploy the WSP, and activate the <strong>Bluesource.Intranet.CalendarColours</strong> feature in Site Collection Features.</li>
</ul>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2011/05/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb.png?w=575&#038;h=47" width="575" height="47" /></a>    </p>
<ul>
<li>Create a new list from the ‘CalendarColours’ list definition.     </li>
<li>Enter your values in the list (shown below):</li>
<ul>
<li><strong>Title</strong>: The unique key to look for the calendar title</li>
<li><strong>Background Hex Value</strong>: Hex colour value to make item background</li>
<li><strong>Text Hex Value</strong>: Hex colour value for text</li>
</ul>
</ul>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2011/05/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb1.png?w=567&#038;h=380" width="567" height="380" /></a></p>
<p>&#160;</p>
<ul>
<li>Add the Calendar Colour Coding web part to the calendar page:</li>
</ul>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2011/05/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb2.png?w=541&#038;h=434" width="541" height="434" /></a></p>
<p>&#160;</p>
<ul>
<li>Enter your calendar entries, using the unique keys – and voila:</li>
</ul>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2011/05/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb3.png?w=617&#038;h=351" width="617" height="351" /></a></p>
<p>&#160;</p>
<p>Hope this helps – if people want the source code leave me a comment…</p>
<p>&#160;</p>
<p><strong>.davros.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=134&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2011/05/19/sharepoint-2010-calendar-colour-coding-solution-wsp-included/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2011/05/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010 Lists Web Service: Using WebClient.UploadString to POST</title>
		<link>http://sharepointmakesmecry.wordpress.com/2011/04/21/sharepoint-2010-lists-web-service-using-webclient-uploadstring-to-post/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2011/04/21/sharepoint-2010-lists-web-service-using-webclient-uploadstring-to-post/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 12:18:53 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Custom Code]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[SharePoint 2010 Lists Web Service;WebClient;POST;Soap12;]]></category>

		<guid isPermaLink="false">https://sharepointmakesmecry.wordpress.com/2011/04/21/sharepoint-2010-lists-web-service-using-webclient-uploadstring-to-post/</guid>
		<description><![CDATA[So I recently had to write a console application to post data to a SharePoint 2010 list, using the web services – but without using any ‘normal’ .NET web references. The server was set up with Basic Authentication. This involved forming the SOAP envelope manually, and using a POST command. One thing that tripped me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=124&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I recently had to write a console application to post data to a SharePoint 2010 list, using the web services – but without using any ‘normal’ .NET web references. The server was set up with Basic Authentication. </p>
<p>This involved forming the SOAP envelope manually, and using a POST command. One thing that tripped me up (…and very nearly made me cry) was that most samples on the net use &lt;soap:Envelope&gt; – whereas it only worked for me when I used &lt;soap12:Envelope&gt; (with the correct namespace of course).</p>
<p>Anyway the code is below – so hopefully it might help some of you not waste so much time as I did… ;/</p>
<p>&#160;</p>
<p><strong>.davros.</strong></p>
<p>&#160;</p>
<pre class="code"><span style="color:blue;">static void </span>Main(<span style="color:blue;">string</span>[] args)
        {

            <span style="color:blue;">string </span>soapEnv = <span style="color:#a31515;">&quot;&lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;utf-8\&quot;?&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;soap12:Envelope xmlns:xsi=\&quot;http://www.w3.org/2001/XMLSchema-instance\&quot;&quot; </span>+
                <span style="color:#a31515;">&quot; xmlns:xsd=\&quot;http://www.w3.org/2001/XMLSchema\&quot;&quot; </span>+
                <span style="color:#a31515;">&quot; xmlns:soap12=\&quot;http://www.w3.org/2003/05/soap-envelope\&quot;&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;soap12:Body&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;UpdateListItems xmlns=\&quot;http://schemas.microsoft.com/sharepoint/soap/\&quot;&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;listName&gt;TestList&lt;/listName&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;updates&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;Batch&gt;&quot; </span>+
                  <span style="color:#a31515;">&quot;&lt;Method ID=\&quot;1\&quot; Cmd=\&quot;New\&quot;&gt;&quot; </span>+
                    <span style="color:#a31515;">&quot;&lt;Field Name=\&quot;Title\&quot;&gt;Added item&lt;/Field&gt;&quot; </span>+
                  <span style="color:#a31515;">&quot;&lt;/Method&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;/Batch&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;/updates&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;/UpdateListItems&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;/soap12:Body&gt;&quot; </span>+
                <span style="color:#a31515;">&quot;&lt;/soap12:Envelope&gt;&quot;</span>;

            <span style="color:blue;">string </span>user = <span style="color:#2b91af;">Convert</span>.ToBase64String(System.Text.<span style="color:#2b91af;">Encoding</span>.UTF8.GetBytes(<span style="color:#a31515;">username@domain </span>+ <span style="color:#a31515;">&quot;:&quot; </span>+ <span style="color:#a31515;">&quot;password&quot;</span>));

            <span style="color:blue;">string </span>uri = <span style="color:#a31515;">&quot;http://sharepoint-url-here/_vti_bin/lists.asmx&quot;</span>;
            <span style="color:#2b91af;">WebClient </span>client = <span style="color:blue;">new </span><span style="color:#2b91af;">WebClient</span>();
            client.Headers[<span style="color:#a31515;">&quot;SOAPAction&quot;</span>] = <span style="color:#a31515;">&quot;http://schemas.microsoft.com/sharepoint/soap/UpdateListItems&quot;</span>;
            client.Headers[<span style="color:#a31515;">&quot;Content-Type&quot;</span>] = <span style="color:#a31515;">&quot;application/soap+xml; charset=utf-8&quot;</span>;
            client.Headers[<span style="color:#a31515;">&quot;Authorization&quot;</span>] = <span style="color:#a31515;">&quot;Basic &quot; </span>+ user;
            client.Encoding = <span style="color:#2b91af;">Encoding</span>.UTF8;

            System.Text.<span style="color:#2b91af;">ASCIIEncoding </span>encode = <span style="color:blue;">new </span><span style="color:#2b91af;">ASCIIEncoding</span>();
            <span style="color:#2b91af;">Byte</span>[] bytes = encode.GetBytes(soapEnv);

            <span style="color:blue;">try
            </span>{
                <span style="color:blue;">string </span>response = client.UploadString(<span style="color:blue;">new </span><span style="color:#2b91af;">Uri</span>(uri, <span style="color:#2b91af;">UriKind</span>.Absolute), <span style="color:#a31515;">&quot;POST&quot;</span>, soapEnv);
            }
            <span style="color:blue;">catch </span>(<span style="color:#2b91af;">Exception </span>ex)
            {
                <span style="color:#2b91af;">Console</span>.WriteLine(<span style="color:#a31515;">&quot;Doh!&quot;</span>);
            }

        }</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=124&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2011/04/21/sharepoint-2010-lists-web-service-using-webclient-uploadstring-to-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in review</title>
		<link>http://sharepointmakesmecry.wordpress.com/2011/01/02/2010-in-review/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2011/01/02/2010-in-review/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 10:27:36 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sharepointmakesmecry.wordpress.com/?p=121</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is doing awesome!. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. A Boeing 747-400 passenger jet can hold 416 passengers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=121&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p align="center"><img style="border:1px solid #ddd;background:#f5f5f5;padding:20px;" src="http://s0.wp.com/i/annual-recap/meter-healthy2.gif" width="250" height="183" alt="Healthy blog!"></p>
<p align="center">The <em>Blog-Health-o-Meter™</em> reads This blog is doing awesome!.</p>
<h2>Crunchy numbers</h2>
<div style="width:288px;float:right;border:1px solid #ddd;background:#fff;margin:0 0 1em 1em;padding:6px;">
<p>				<img src="http://s0.wp.com/i/annual-recap/abstract-stats-2.png" alt="Featured image" /><br />
				<br /><em>A helper monkey made this abstract painting, inspired by your stats.</em></p></div>
<p>A Boeing 747-400 passenger jet can hold 416 passengers.  This blog was viewed about <strong>2,600</strong> times in 2010.  That&#8217;s about 6 full 747s.</p>
<p>
<p>In 2010, there were <strong>2</strong> new posts, growing the total archive of this blog to 14 posts. There were <strong>8</strong> pictures uploaded, taking up a total of 1mb. </p>
<p>The busiest day of the year was March 2nd with <strong>38</strong> views. The most popular post that day was <a style="color:#08c;" href="http://sharepointmakesmecry.wordpress.com/about/">About Me</a>.</p>
<p></p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>baddaz.com</strong>, <strong>topsharepoint.com</strong>, <strong>spqteams</strong>, <strong>google.com</strong>, and <strong>linkedin.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>sharepoint makes me cry</strong>, <strong>javascript popup div</strong>, <strong>mail2sharepoint</strong>, <strong>infopath popup window</strong>, and <strong>javascript popup</strong>.</p>
<div style="clear:both;"></div>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">1</div>
<p>					<a style="margin-right:10px;" href="http://sharepointmakesmecry.wordpress.com/about/">About Me</a> <span style="color:#999;font-size:8pt;">August 2009</span>											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">2</div>
<p>					<a style="margin-right:10px;" href="http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-popup-forms-for-public-facing-websites-web-2-0-style/">InfoPath Popup Forms for Public Facing Websites (Web 2.0 Style)</a> <span style="color:#999;font-size:8pt;">September 2009</span><br />2 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">3</div>
<p>					<a style="margin-right:10px;" href="http://sharepointmakesmecry.wordpress.com/2009/07/01/infopath-custom-save-action-save-as-draft-and-avoid-validation/">InfoPath Custom Save Action: Save as Draft and Avoid Validation</a> <span style="color:#999;font-size:8pt;">July 2009</span><br />1 comment											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">4</div>
<p>					<a style="margin-right:10px;" href="http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-and-windows-7-system-security-securityexception/">InfoPath and Windows 7: System.Security.SecurityException</a> <span style="color:#999;font-size:8pt;">September 2009</span><br />2 comments											</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">5</div>
<p>					<a style="margin-right:10px;" href="http://sharepointmakesmecry.wordpress.com/2008/12/30/infopath-rich-text-display-in-form-expression-box/">InfoPath Rich Text Display in Form: Expression Box</a> <span style="color:#999;font-size:8pt;">December 2008</span>											</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=121&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2011/01/02/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy2.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/abstract-stats-2.png" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>Mail2SharePoint: Available Now on CodePlex</title>
		<link>http://sharepointmakesmecry.wordpress.com/2010/08/08/mail2sharepoint-available-now-on-codeplex/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2010/08/08/mail2sharepoint-available-now-on-codeplex/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 11:00:00 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[add-in]]></category>
		<category><![CDATA[codeplex]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Mail2SharePoint]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[web part]]></category>
		<category><![CDATA[wsp]]></category>
		<category><![CDATA[Outlook 2007 Add-in; SharePoint 2007 WSP; Archive email; Share email; send email to SharePoint]]></category>

		<guid isPermaLink="false">https://sharepointmakesmecry.wordpress.com/2010/08/08/mail2sharepoint-available-now-on-codeplex/</guid>
		<description><![CDATA[I’ve recently been working on something in my evenings and weekends that I wanted to make available to the community – Mail2SharePoint. (more information, downloads, screen shots, source code and updates on the CodePlex project site – http://mail2sharepoint.codeplex.com) As the name suggests, it provides a way to upload and archive email from Outlook into SharePoint. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=114&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve recently been working on something in my evenings and weekends that I wanted to make available to the community – Mail2SharePoint.</p>
<p><strong><em>(more information, downloads, screen shots, source code and updates on the CodePlex project site – </em></strong><a href="http://mail2sharepoint.codeplex.com"><strong><em>http://mail2sharepoint.codeplex.com</em></strong></a><strong><em>)</em></strong></p>
<p><a href="http://mail2sharepoint.codeplex.com"><img title="Mail2Sharepoint" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="210" alt="Mail2Sharepoint" src="http://sharepointmakesmecry.files.wordpress.com/2010/08/mail2sharepoint1.jpg?w=473&#038;h=210" width="473" border="0" /></a> </p>
<p>As the name suggests, it provides a way to upload and archive email from Outlook into SharePoint.</p>
<p>&#160;</p>
<h2>Mail2SharePoint Client (Outlook 2007 Add-in)</h2>
<ul>
<li>This works as an Outlook 2007 Add-in, adding a right click action on emails, “Send to SharePoint”. </li>
<li>When you click ‘Send to SharePoint’, a tree view navigator pops up and you navigate to the site and library you want to store the email in. </li>
<li>Only Mail2SharePoint libraries will be available in the tree view navigator </li>
<li>When the emails are saved into SharePoint, the .MSG file is uploaded to the library, and all the custom properties are uploaded as SharePoint meta-data. (Including To, CC, Subject, From, Date Sent, Body…) </li>
</ul>
<p>All you need to do is install the Add-in and enter the SharePoint site collection addresses you wish to use (Under Tools –&gt; Options –&gt; Mail2SharePoint) in Outlook.</p>
<h2>Mail2SharePoint Server (SharePoint 2007 WSP)</h2>
<p>The server part of the project will add the Mail2SharePoint content types, document libraries, and the Email Viewer Web Part. Upload the activate the WSP to a web application in the usual way, and activate it to a Site Collection.</p>
<ul>
<li>To create a Mail2SharePoint library, create a library in the normal way, selecting the “M2S Email Library” template. This will create the library with the correct content types automatically </li>
<li>Then drop the Mail2SharePoint Email Viewer Web Part onto the page, and in the properties of the web part, enter the name of the library in the site which hosts the emails. </li>
</ul>
<p>Voila!</p>
<p><strong><em>Please go and take a look at the codeplex site – </em></strong><a href="http://mail2sharepoint.codeplex.com"><strong><em>http://mail2sharepoint.codeplex.com</em></strong></a><strong><em> – for downloads, screen shots and source code.</em></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=114&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2010/08/08/mail2sharepoint-available-now-on-codeplex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2010/08/mail2sharepoint1.jpg" medium="image">
			<media:title type="html">Mail2Sharepoint</media:title>
		</media:content>
	</item>
		<item>
		<title>www.GeorgeBurrows.com : LAUNCHED</title>
		<link>http://sharepointmakesmecry.wordpress.com/2010/06/07/www-georgeburrows-com-launched/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2010/06/07/www-georgeburrows-com-launched/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:11:34 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://sharepointmakesmecry.wordpress.com/2010/06/07/www-georgeburrows-com-launched/</guid>
		<description><![CDATA[We’ve just launched our latest MOSS website here: http://www.GeorgeBurrows.com Much of the site is standard MOSS functionality – apart from custom built top and left navigation web parts (shown below)… &#160; Top Nav To enhance the user experience in navigating the site, I developed a custom Top Navigation control (pictured below). The control cycles through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=113&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We’ve just launched our latest MOSS website here:</p>
<p align="center"><a href="http://www.GeorgeBurrows.com"><strong>http://www.GeorgeBurrows.com</strong></a></p>
<p>Much of the site is standard MOSS functionality – apart from custom built top and left navigation web parts (shown below)…</p>
<p>&#160;</p>
<p><strong>Top Nav</strong></p>
<p>To enhance the user experience in navigating the site, I developed a custom Top Navigation control (pictured below). The control cycles through each subsite and it’s Pages library, bringing back all the Pages which the user has declared to be on the navigation. Then the Title, Description and a custom ‘NavImage’ image field is displayed in the flyout. The Flyout is standard CSS and JS.</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2010/06/image.png"><img title="image" style="display:inline;border-width:0;" height="482" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2010/06/image_thumb.png?w=604&#038;h=482" width="604" border="0" /></a> </p>
<p>&#160;</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2010/06/image1.png"><img title="image" style="display:inline;border-width:0;" height="468" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2010/06/image_thumb1.png?w=604&#038;h=468" width="604" border="0" /></a>&#160;</p>
<p>&#160;</p>
<p><strong>Left Nav</strong></p>
<p>The left navigation control was built to enable more accessible &lt;UL&gt; and &lt;LI&gt; elements to be output. </p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2010/06/image2.png"><img title="image" style="display:inline;border-width:0;" height="506" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2010/06/image_thumb2.png?w=604&#038;h=506" width="604" border="0" /></a></p>
<p>&#160;</p>
<p><strong><font color="#408080">.davros.</font></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=113&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2010/06/07/www-georgeburrows-com-launched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2010/06/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2010/06/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2010/06/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>LAUNCHED: www.CambridgeAutogleam.com</title>
		<link>http://sharepointmakesmecry.wordpress.com/2009/10/21/launched-www-cambridgeautogleam-com/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2009/10/21/launched-www-cambridgeautogleam-com/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:10:16 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[branding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://sharepointmakesmecry.wordpress.com/2009/10/21/launched-www-cambridgeautogleam-com/</guid>
		<description><![CDATA[I’ve been working on a WSS site for a friend of mine in my spare time lately, and it’s finally ready to launch! Take a look if you’re interested: http://www.CambridgeAutogleam.com … &#160; &#160; Main highlights of development… 1) Portfolio. Mapping a drive to the image library behind the scenes, he’s able to drag and drop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=105&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve been working on a WSS site for a friend of mine in my spare time lately, and it’s finally ready to launch!</p>
<p>Take a look if you’re interested: <a href="http://www.CambridgeAutogleam.com">http://www.CambridgeAutogleam.com</a> …</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/10/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb.png?w=452&#038;h=367" width="452" height="367" /></a>&#160;</p>
<p>&#160;</p>
<p align="center"><strong><em>Main highlights of development…</em></strong></p>
<p><strong>1) Portfolio.</strong> Mapping a drive to the image library behind the scenes, he’s able to drag and drop a new folder in per car he details. So – content management requiring no SharePoint skills. In the front end – the latest 3 cars are shown on the homepage, and a customised CSS + JavaScript PopUp layer are used to show more photos of the car without navigating the user away from the page.</p>
<p>JQuery is used to highlight the selected image, and JavaScript swaps the images from the thumbnails to the main image – so no postback. </p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/10/image1.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb1.png?w=219&#038;h=182" width="219" height="182" /></a>&#160; <a href="http://sharepointmakesmecry.files.wordpress.com/2009/10/image2.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb2.png?w=215&#038;h=184" width="215" height="184" /></a> </p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/10/image3.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb3.png?w=464&#038;h=373" width="464" height="373" /></a> </p>
<p>&#160;</p>
<p><strong>2) Banner Image.</strong> You’ll notice that the main image in the banner on each page is different. A standard image library contains a number of possible images, a data view is inserted in a DIV layer in the master page, and a JavaScript function runs to select one of the images randomly and display it.</p>
<p>&#160;</p>
<p><strong>3) Testimonials.</strong> Testimonials are driven from a list in the administration site. To add a new testimonial, he just has to add a new item to the list. Items are just ordered by date created, keeping things nice and simple. Data views are used to display them.</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/10/image4.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb4.png?w=198&#038;h=160" width="198" height="160" /></a>&#160; <a href="http://sharepointmakesmecry.files.wordpress.com/2009/10/image5.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb5.png?w=192&#038;h=157" width="192" height="157" /></a> </p>
<p>&#160;</p>
</p>
<p><strong>4) Twitter interaction.</strong> I initially used some of the standard twitter XML data to display updates in the footer of the site – but after deployment to 1and1 it seemed that these feeds were blocked. To work around the issue, I took the approach detailed here: <a title="http://blog.bullseyeconsulting.com/archive/2009/01/04/twitter-on-sharepoint.aspx" href="http://blog.bullseyeconsulting.com/archive/2009/01/04/twitter-on-sharepoint.aspx">http://blog.bullseyeconsulting.com/archive/2009/01/04/twitter-on-sharepoint.aspx</a> , which meant the call to the twitter update runs from the client rather than server.</p>
<p>&#160;</p>
<p>Hopefully this proves that interesting and dynamic websites can be built on a WSS platform! Let me know what you guys think…</p>
<p>&#160;</p>
<p><font color="#408080"><strong>.davros.</strong></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=105&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2009/10/21/launched-www-cambridgeautogleam-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/10/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>LAUNCHED: ISC Software Solutions MOSS Website</title>
		<link>http://sharepointmakesmecry.wordpress.com/2009/09/30/launched-isc-software-solutions-moss-website/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2009/09/30/launched-isc-software-solutions-moss-website/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 09:45:35 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[branding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[MOSS Website]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[website tips]]></category>

		<guid isPermaLink="false">http://sharepointmakesmecry.wordpress.com/2009/09/30/launched-isc-software-solutions-moss-website/</guid>
		<description><![CDATA[So, we finally managed to carve out enough time between customer projects to update our own website, and bring it onto MOSS. Below are some screenshots of the site, as well as some mock-ups I produced whilst planning the site and working with management here. &#160; So here are my top tips for creating a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=91&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, we finally managed to carve out enough time between customer projects to update our own website, and bring it onto MOSS. </p>
<p>Below are some screenshots of the site, as well as some mock-ups I produced whilst planning the site and working with management here.</p>
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td valign="top" width="285"><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/image3.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb3.png?w=244&#038;h=165" width="244" height="165" /></a>           <br /><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/image4.png">           <br /><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/image5.png?w=244&#038;h=165" width="244" height="165" />             </p>
<p><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb4.png?w=244&#038;h=165" width="244" height="165" /></a> </td>
<td valign="top" width="215">
<div style="display:inline;float:right;margin:0;padding:0;" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:bd220d62-eee4-42cd-a0ab-c704e0ff9596" class="wlWriterEditableSmartContent"><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock3a8x6.png" title="" rel="thumbnail"><img border="0" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock3a.png?w=195&#038;h=164" width="195" height="164" /></a></div>
<div style="display:inline;float:right;margin:0;padding:0;" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:df5e6034-8e1a-468d-b5e3-ac21fb6b33bb" class="wlWriterEditableSmartContent"><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock3b8x6.png" title="" rel="thumbnail"><img border="0" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock3b.png?w=195&#038;h=164" width="195" height="164" /></a></div>
<div style="display:inline;float:right;margin:0;padding:0;" id="scid:8747F07C-CDE8-481f-B0DF-C6CFD074BF67:58e1b0b5-552b-4b4d-8bac-e74020b748db" class="wlWriterEditableSmartContent"><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock58x6.png" title="" rel="thumbnail"><img border="0" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock5.png?w=195&#038;h=164" width="195" height="164" /></a></div>
</td>
</tr>
</tbody>
</table>
</p>
</p>
</p>
</p>
<p>&#160;</p>
<p>So here are my top tips for creating a MOSS website:</p>
<p><strong>1. Avoid restricting SharePoint functionality</strong></p>
<p>Try to always work with SharePoint, not against it. Of course, there are times when custom elements need to be brought into the site, but use standard functionality where possible. If we can re-brand or customise SharePoint elements rather than bringing in new ones it means we’re reusing the same skill sets, both for developers and content authors. </p>
<p><strong>2. Be consistent</strong></p>
<p>Content authors are not ‘SharePoint people’ and they probably have no intention on being one. Their job is to create content, so we should create a system that caters for them, and allows them to reuse the same authoring skills throughout. </p>
<p><strong>3. Remove the Name.dll message!</strong></p>
<p>If you’ve been using SharePoint already, you may well have not noticed the warning message IE users will get when viewing an un-trusted website trying to run an ActiveX control. MOSSMan has a great and simple workaround.</p>
<p><strong>4. Re-use page layouts</strong></p>
<p>Can we make page layouts flexible enough to cater for varieties of content? This really depends on how much time the development / design team have, and how technical the content authors want to be. Simple layouts could be created and the authors told to insert web parts to customise pages etc. Or – a page layout for every imaginable type of content could be created, and content authors are channelled into selecting one and sticking to it. I would suggest a balance is required, and will be different in each implementation.</p>
<p><strong>5. Remember SharePoint is a CMS</strong></p>
<p>Even if we need to use custom site elements – custom forms / flash / silverlight forms – can we store the resulting data collected from users in SharePoint? Again, it’s one set of skills for everyone to reuse.</p>
<p>&#160;</p>
<p><strong><font color="#408080" size="2">davros</font></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=91&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2009/09/30/launched-isc-software-solutions-moss-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/image5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock3a.png" medium="image" />

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock3b.png" medium="image" />

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/mock5.png" medium="image" />
	</item>
		<item>
		<title>InfoPath and Windows 7: System.Security.SecurityException</title>
		<link>http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-and-windows-7-system-security-securityexception/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-and-windows-7-system-security-securityexception/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:27:31 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[Custom Code]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-and-windows-7-system-security-securityexception/</guid>
		<description><![CDATA[I’ve recently gone onto Windows 7, and, like every one else it seems, I’m pretty happy with it. Only thing I have found is that using Managed Code in InfoPath 2007 now requires the form to be fully trusted. It used to be the case that on your own machine, you could allow the form [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=77&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve recently gone onto Windows 7, and, like every one else it seems, I’m pretty happy with it. Only thing I have found is that using Managed Code in InfoPath 2007 now requires the form to be fully trusted. </p>
<p>It used to be the case that on your own machine, you could allow the form manage it’s own trust level whilst developing with managed code. However, this has changed in Windows 7 – and you may get the error shown below:</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb.png?w=456&#038;h=194" width="456" height="194" /></a></p>
<p>System.Security.SecurityException   <br />Request failed.    <br />&#160;&#160; at Microsoft.Office.InfoPath.MsxmlNavigator.IsValidNode(MsxmlNode test)    <br />&#160;&#160; at Microsoft.Office.InfoPath.MsxmlNavigator.MoveToFirstChild()    <br />&#160;&#160; at MS.Internal.Xml.XPath.XPathChildIterator.MoveNext()    <br />&#160;&#160; at MS.Internal.Xml.XPath.ChildrenQuery.Advance()    <br />&#160;&#160; at MS.Internal.Xml.XPath.ChildrenQuery.Advance()    <br />&#160;&#160; at MS.Internal.Xml.XPath.ChildrenQuery.Advance()    <br />&#160;&#160; at MS.Internal.Xml.XPath.XPathSelectionIterator.MoveNext()    <br />&#160;&#160; at System.Xml.XPath.XPathNavigator.SelectSingleNode(XPathExpression expression)    <br />&#160;&#160; at System.Xml.XPath.XPathNavigator.SelectSingleNode(String xpath, IXmlNamespaceResolver resolver)    <br />&#160;&#160; at ContactForm.FormCode.SubmitToList()    <br />&#160;&#160; at ContactForm.FormCode.cmdSubmit_Clicked(Object sender, ClickedEventArgs e)    <br />&#160;&#160; at Microsoft.Office.InfoPath.Internal.ButtonEventHost.OnButtonClick(DocActionEvent pEvent)    <br />&#160;&#160; at Microsoft.Office.Interop.InfoPath.SemiTrust._ButtonEventSink_SinkHelper.OnClick(DocActionEvent pEvent)</p>
<p>&#160;</p>
<p>To fix this, the form needs to fully trusted:</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/image1.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb1.png?w=184&#038;h=172" width="184" height="172" /></a>&#160; -&gt; <a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/image2.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb2.png?w=260&#038;h=245" width="260" height="245" /></a> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>A minor annoyance, but hopefully it might save you guys some time…</p>
<p>&#160;</p>
<p><strong><font color="#004040">davros.</font></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=77&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-and-windows-7-system-security-securityexception/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>InfoPath Popup Forms for Public Facing Websites (Web 2.0 Style)</title>
		<link>http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-popup-forms-for-public-facing-websites-web-2-0-style/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-popup-forms-for-public-facing-websites-web-2-0-style/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:52:36 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-popup-forms-for-public-facing-websites-web-2-0-style/</guid>
		<description><![CDATA[I’ve recently been doing some work updating our MOSS website (http://www.isc-software.com – article coming soon), and the need arose to capture user information in two scenarios: Event Registration and Sales Queries. Initially, I saw two options: A customised list item form, or a full blown InfoPath Forms Services form. Since I didn’t want to hack [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=67&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve recently been doing some work updating our MOSS website (<a href="http://www.isc-software.com">http://www.isc-software.com</a> – article coming soon), and the need arose to capture user information in two scenarios: Event Registration and Sales Queries. Initially, I saw two options: A customised list item form, or a full blown InfoPath Forms Services form. Since I didn’t want to hack around with securities and lists too much, and keep things as clean as possible, IPFS was the only choice. I didn’t want the user to have to navigate to another page to fill out the form, but rather I wanted to mimic some of the newer popup styles seen on sites like Facebook, LinkedIn etc.</p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/forma.jpg"><img style="display:inline;border-width:0;" title="forma" border="0" alt="forma" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/forma_thumb.jpg?w=230" width="230" /></a>&#160;&#160;&#160; <a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/formb2.jpg"><img style="display:inline;border-width:0;" title="formb" border="0" alt="formb" src="http://sharepointmakesmecry.files.wordpress.com/2009/09/formb_thumb.jpg?w=230" width="230" /></a></p>
<p>&#160;</p>
<p>For events registration, the user journey takes the following route:</p>
<p>1. User clicks “Register Now” on the event page. </p>
<p>2. A CSS / JavaScript popup window appears in the browser, and passes the form an event ID.</p>
<p>3. The form loads in the DIV layer, and queries the SharePoint page library to get summary details of the event.</p>
<p>4. The user fills out the form and submits (all standard InfoPath validation + formatting apply).</p>
<p>5. The form submits the data to a SharePoint list behind the scenes, using the SharePoint web services. (Custom code – future article?)</p>
<p>5. The form shows a summary and the user closes the popup. </p>
<p>&#160;</p>
<p>Anyway this is really just a short summary I know, but if anyone wants me to blog any part of it in greater detail then I can – just drop me a comment.</p>
<p>&#160;</p>
<p><strong>See it in live: </strong><a title="http://www.isc-software.com/events/Pages/Seminar1.aspx" href="http://www.isc-software.com/events/Pages/Seminar1.aspx"><strong>http://www.isc-software.com/events/Pages/Seminar1.aspx</strong></a></p>
<p><a href="http://sharepointmakesmecry.files.wordpress.com/2009/09/formb3.jpg">&#160;</a></p>
<p>davros.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=67&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2009/09/03/infopath-popup-forms-for-public-facing-websites-web-2-0-style/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/forma_thumb.jpg" medium="image">
			<media:title type="html">forma</media:title>
		</media:content>

		<media:content url="http://sharepointmakesmecry.files.wordpress.com/2009/09/formb_thumb.jpg" medium="image">
			<media:title type="html">formb</media:title>
		</media:content>
	</item>
		<item>
		<title>InfoPath Custom Save Action: Save as Draft and Avoid Validation</title>
		<link>http://sharepointmakesmecry.wordpress.com/2009/07/01/infopath-custom-save-action-save-as-draft-and-avoid-validation/</link>
		<comments>http://sharepointmakesmecry.wordpress.com/2009/07/01/infopath-custom-save-action-save-as-draft-and-avoid-validation/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:19:00 +0000</pubDate>
		<dc:creator>davros85</dc:creator>
				<category><![CDATA[Custom Save]]></category>
		<category><![CDATA[draft form]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://sharepointmakesmecry.wordpress.com/2009/07/01/infopath-custom-save-action-save-as-draft-and-avoid-validation</guid>
		<description><![CDATA[Recently i’ve been working on a project that has required a user to be able to save a form to SharePoint as they are working on it, a kind of draft. The only way to do this is to allow the user to use the standard ‘Save’ function on the toolbar (in IP client or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=34&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently i’ve been working on a project that has required a user to be able to save a form to SharePoint as they are working on it, a kind of draft. The only way to do this is to allow the user to use the standard ‘Save’ function on the toolbar (in IP client or browser). This offers the user the option to choose a filename – fine if there’s going to be 10 forms in the library, but if there are 000’s then users are going to be overwriting each other’s work.</p>
<p>First step was to set up a Submit Data Connection to the SharePoint library. This is good because I can generate a unique filename and post the document there. However, since the connection is a ‘Submit’, the form will not allow you to run it until all validation errors are cleared… no good for draft forms.</p>
<p>Next step was to jump into code behind &#8211; clear the validation errors in the collection, then submit the form:</p>
<table style="border-bottom:#000000 1px solid;border-left:#000000 1px solid;background-color:#cccccc;border-top:#000000 1px solid;border-right:#000000 1px solid;" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td valign="top" width="500"><span style="color:blue;">this</span>.Errors.DeleteAll();           <br /><span style="color:blue;">this</span>.Submit();</td>
</tr>
</tbody>
</table>
<p>This works fine, BUT – if the user wants to save a draft and continue working, all the validation has been basically disabled in the form until it is reloaded. <strong>SO:</strong> final solution was to manually write the xml file into the forms library. This was actually less hairy than it sounds. It consists of 2 methods in code behind – 1 to process a HTTP PUT command, and one to basically call it. The web request method is pretty generic: <span style="font-family:cou;"><strong>url:</strong></span> The full URL of the file (<a href="http://sharepoint/forms/myform123.xml">http://sharepoint/forms/myform123.xml</a>)</p>
<p><span style="font-family:cou;"><strong>header:</strong></span> The header information in an infopath file (the xml declaration and processing instructions). The method takes the header, selects the form data from the root node (in this case /my:Application), and builds a string before pushing that through the web request.</p>
<table style="border-bottom:#000000 1px solid;border-left:#000000 1px solid;background-color:#cccccc;overflow:scroll;border-top:#000000 1px solid;border-right:#000000 1px solid;" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td valign="top" width="500">
<pre class="code"><span style="color:blue;">private </span>System.Net.<span style="color:teal;">WebRequest </span>BuildRequest(<span style="color:blue;">string </span>url, <span style="color:blue;">string </span>header){     <span style="color:blue;">string </span>xmlString = header;</pre>
<pre class="code">     xmlString += MainDataSource.CreateNavigator().SelectSingleNode</pre>
<pre class="code">(<span style="color:maroon;">&quot;/my:Application&quot;</span>, NamespaceManager).OuterXml;</pre>
<pre class="code">     <span style="color:green;">//now send the web request to load the document</span></pre>
<pre class="code"><span style="color:green;">     </span>System.Net.<span style="color:teal;">WebRequest </span>request = System.Net.<span style="color:teal;">WebRequest</span>.Create(url);</pre>
<pre class="code">     request.Credentials = System.Net.<span style="color:teal;">CredentialCache</span>.DefaultNetworkCredentials;</pre>
<pre class="code">     request.Method = <span style="color:maroon;">&quot;PUT&quot;</span>;</pre>
<pre class="code">     System.Text.<span style="color:teal;">ASCIIEncoding </span>enc = <span style="color:blue;">new </span>System.Text.<span style="color:teal;">ASCIIEncoding</span>();</pre>
<pre class="code">     <span style="color:blue;">byte</span>[] buffer = enc.GetBytes(xmlString);</pre>
<pre class="code">     <span style="color:blue;">using </span>(<span style="color:teal;">Stream </span>stream = request.GetRequestStream())</pre>
<pre class="code">     {</pre>
<pre class="code">         stream.Write(buffer, 0, buffer.Length);</pre>
<pre class="code">     }</pre>
<pre class="code">   <span style="color:blue;">return </span>request;}</pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
</td>
</tr>
</tbody>
</table>
<p>The following method just sets up the header (copied from a locally saved infopath form), and calls the web request method. Note: for a filename, I am using a field in my form called ‘GUID’, so I just select that from the form and build my url string with it.</p>
<table style="border-bottom:#000000 1px solid;border-left:#000000 1px solid;background-color:#cccccc;border-top:#000000 1px solid;border-right:#000000 1px solid;" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td valign="top" width="500">
<pre class="code"><span style="color:blue;">public void </span>SaveAndContinue(){    <span style="color:blue;">string </span>guid = MainDataSource.CreateNavigator().SelectSingleNode</pre>
<pre class="code">(<span style="color:maroon;">&quot;/my:Application/my:Logic/my:GUID&quot;</span>, NamespaceManager).Value;    <span style="color:blue;">string </span>url = <span style="color:maroon;">&quot;http://chamois.dev.iwdev.isc-software.local/</span></pre>
<pre class="code"><span style="color:maroon;">ChamoisPOC/&quot; </span>+ guid + <span style="color:maroon;">&quot;.xml&quot;</span>;    <span style="color:blue;">string </span>relativeUrl = <span style="color:maroon;">&quot;/ChamoisPOC/&quot; </span>+ guid + <span style="color:maroon;">&quot;.xml&quot;</span>;    <span style="color:blue;">string </span>header = <span style="color:maroon;">@&quot;&lt;?xml version='1.0' encoding='UTF-8'?&gt;</span></pre>
<pre class="code"><span style="color:maroon;">&lt;?mso-infoPathSolution name='urn:schemas-microsoft-</span></pre>
<pre class="code"><span style="color:maroon;">com:office:infopath:MasterSipp:-myXSD-2009-07-21T08-09-49'</span></pre>
<pre class="code"><span style="color:maroon;">solutionVersion='1.0.0.650' productVersion='12.0.0.0' </span></pre>
<pre class="code"><span style="color:maroon;">PIVersion='1.0.0.0'</span></pre>
<pre class="code"><span style="color:maroon;">href='http://chamois.dev.iwdev.isc-software.local/</span></pre>
<pre class="code"><span style="color:maroon;">FormServerTemplates/MasterSipp.xsn'?&gt;</span></pre>
<pre class="code"><span style="color:maroon;">&lt;?mso-application progid='InfoPath.Document' </span></pre>
<pre class="code"><span style="color:maroon;">versionProgid='InfoPath.Document.2'?&gt;&quot;</span>;</pre>
<pre class="code">    System.Net.<span style="color:teal;">WebRequest </span>request = BuildRequest(url,header);</pre>
<pre class="code">    <span style="color:green;">//request.Credentials = objCredentials;</span></pre>
<pre class="code"><span style="color:green;">    </span>System.Net.<span style="color:teal;">WebResponse </span>response = request.GetResponse();</pre>
<pre class="code">    <span style="color:teal;">StreamReader </span>rdr = <span style="color:blue;">new </span><span style="color:teal;">StreamReader</span>(response.GetResponseStream());</pre>
<pre class="code">    <span style="color:blue;">string </span>htmlresponse = rdr.ReadToEnd();</pre>
<pre class="code">    rdr.Close();</pre>
<pre class="code">    response.Close();</pre>
<pre class="code">    <span style="color:green;">//check item was added</span></pre>
<pre class="code"><span style="color:green;">    </span><span style="color:blue;">int </span>itemID = CheckItemExists(<span style="color:maroon;">&quot;FileLeafRef&quot;</span>, guid + <span style="color:maroon;">&quot;.xml&quot;</span>, <span style="color:maroon;">&quot;Chamois-POC&quot;</span>);</pre>
<pre class="code">    <span style="color:blue;">if </span>(itemID == -1)        <span style="color:blue;">throw new </span><span style="color:teal;">ApplicationException</span>(<span style="color:maroon;">&quot;Document has not been loaded. </span></pre>
<pre class="code"><span style="color:maroon;">See server response\n&quot; </span>+ htmlresponse);}</pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
</td>
</tr>
</tbody>
</table>
<p>(In production, you’d also want to call the GetListItems webservice to ensure it was saved correctly)</p>
<p>So, after being tied up to whichever event you choose (i’m saving in the background as the user fills out the form) this should quietly dump the xml file into a library. For some reason the library doesn’t recognise the xml as being an InfoPath file, so to open the form again you’ll need to send the user to the FormServer.aspx?xmllocation=http://sharepoint/forms/123456.xml page, and it will work fine.</p>
<p>If you publish the form as administrator approved, and apply the content type to the library you’re saving into, it will automatically populate the promoted properties as it saves. Lucky, eh…<br />
  <br />Hopefully this makes sense – I searched for a neater way of doing this for ages, but i’ve found this approach to be the most manageable.</p>
<p><strong><font color="#408080">.davros.</font></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointmakesmecry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointmakesmecry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sharepointmakesmecry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sharepointmakesmecry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointmakesmecry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointmakesmecry.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointmakesmecry.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointmakesmecry.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointmakesmecry.wordpress.com&amp;blog=9079673&amp;post=34&amp;subd=sharepointmakesmecry&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sharepointmakesmecry.wordpress.com/2009/07/01/infopath-custom-save-action-save-as-draft-and-avoid-validation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5ca562808dc58ce659919a92453ecec8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">davros85</media:title>
		</media:content>
	</item>
	</channel>
</rss>
