<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pentalogic Technology &#187; jQuery</title>
	<atom:link href="http://blog.pentalogic.net/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pentalogic.net</link>
	<description>Company blog and SharePoint Tricks and Tips</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:49:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to edit List forms in SharePoint 2010</title>
		<link>http://blog.pentalogic.net/2010/07/how-to-edit-list-forms-sharepoint-2010/</link>
		<comments>http://blog.pentalogic.net/2010/07/how-to-edit-list-forms-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 13:32:55 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint Ideas]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=1368</guid>
		<description><![CDATA[In SharePoint 2007 there is a well known trick for opening up a list&#8217;s forms (New/View/Edit) in design mode &#8211; append ?ToolpaneView=2 onto the url &#8211; this is often used to add instructions or javascript using a Content Editor Web Part (CEWP) e.g. Showing a records ID on the View and Edit forms Setting a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-top:-100px; clear:both;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pentalogic.net%2F2010%2F07%2Fhow-to-edit-list-forms-sharepoint-2010%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2010%2F07%2Fhow-to-edit-list-forms-sharepoint-2010%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In SharePoint 2007 there is a well known trick for opening up a list&#8217;s forms (New/View/Edit) in design mode &#8211; append <strong>?ToolpaneView=2</strong> onto the url &#8211; this is often used to add instructions or javascript using a Content Editor Web Part (CEWP) e.g.</p>
<ul>
<li><a href="http://blog.pentalogic.net/2010/07/showing-the-records-id-on-the-view-and-edit-forms/">Showing a records ID on the View and Edit forms</a></li>
<li><a href="http://blog.pentalogic.net/2009/09/setting-default-duration-for-new-calender-events/">Setting a default duration for new SharePoint calendar events</a></li>
</ul>
<p>However when I first tried to use my tried and tested shortcut in SharePoint 2010 I came a little unstuck as now the New/View/Edit forms appear in a fake popup window and modifying the URL doesn&#8217;t work.</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/new-item-popup.jpg"><img class="aligncenter size-full wp-image-1369" title="new-item-popup" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/new-item-popup.jpg" alt="" width="529" height="265" /></a></p>
<p>There are two ways to do this in SharePoint 2010 &#8211; and once you know where to find them they should actually make life that little bit easier.</p>
<p>The first is to open up the form in a new window and then add <strong>ToolpaneView=2</strong> onto the end of the URL, so</p>
<p>Right click on <strong>Add new Item</strong> or the lists <strong>Title </strong>field and select <strong>Open in New Tab</strong> or hold down CTRL while left clicking.</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/Open-in-new-tab.jpg"><img class="aligncenter size-full wp-image-1370" title="Open in new tab" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/Open-in-new-tab.jpg" alt="" width="315" height="120" /></a></p>
<p>Alternatively you can do this using the new-fangled ribbon toolbar &#8211; select under List Tools the List tab, then on the right hand side of the ribbon you should see an icon for Form Web Parts which gives a menu of the different forms associated with the list that you can edit.</p>
<p><br class="spacer_" /></p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/form-web-parts.jpg"><img class="aligncenter size-full wp-image-1372" title="form-web-parts" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/form-web-parts.jpg" alt="" width="556" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2010/07/how-to-edit-list-forms-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Showing the records ID on the View and Edit forms</title>
		<link>http://blog.pentalogic.net/2010/07/showing-the-records-id-on-the-view-and-edit-forms/</link>
		<comments>http://blog.pentalogic.net/2010/07/showing-the-records-id-on-the-view-and-edit-forms/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 18:00:22 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[SharePoint Ideas]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=1319</guid>
		<description><![CDATA[ID&#8217;s are a convenient, often short, way to uniquely refer to something. Unless you&#8217;re the Tax man who seems to believe he can&#8217;t get through his day without giving me, thats just one person, 7 unique id&#8217;s &#8211; presumably one for each extremity that we would like a piece off&#8230; I digress&#8230; ID&#8217;s &#8211; SharePoint [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-top:-100px; clear:both;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pentalogic.net%2F2010%2F07%2Fshowing-the-records-id-on-the-view-and-edit-forms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2010%2F07%2Fshowing-the-records-id-on-the-view-and-edit-forms%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright" title="modify-view" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/modify-view.png" alt="SharePoint - Modify View and show ID column" width="317" height="101" /></p>
<p>ID&#8217;s are a convenient, often short, way to uniquely refer to something. Unless you&#8217;re the Tax man who seems to believe he can&#8217;t get through his day without giving me, thats just one person, 7 unique id&#8217;s &#8211; presumably one for each extremity that we would like a piece off&#8230;</p>
<p>I digress&#8230; ID&#8217;s &#8211; SharePoint uses an ID for each item in a list and sometimes its handy to know them &#8220;Ere Bob &#8211; have you done task 1234 yet?&#8221;</p>
<p>You can easily add them to the list view (Modify this View then find the ID column, click display)</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/view-with-id-column.png"></a></p>
<p style="text-align: center;"><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/view-with-id-column.png"><img class="size-full wp-image-1323  aligncenter" title="view-with-id-column" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/view-with-id-column.png" alt="SharePoint - view with ID column" width="375" height="137" /></a></p>
<p>But what about if you want to see this on the View and Edit forms? <em>(You can&#8217;t see it on the New form as it doesn&#8217;t get an ID assigned until you&#8217;ve created it)</em></p>
<p>You can&#8217;t do this in the UI. You can create a <a href="http://sharepoint07.wordpress.com/2008/02/05/customize-the-newformaspx/">custom View/Edit form using SharePoint designer</a> but its quite complex, is a pain when we add new fields and its fraught with <a href="http://vspug.com/dwise/2007/11/14/lesson-learned-while-customizing-newform-aspx/" target="_blank">potential problems</a>.</p>
<p>So instead we&#8217;re going to look into every ones favourite SharePoint UI hacking tools &#8211; the Content Editor Web Part (CEWP) and javascript/jQuery.</p>
<p><span id="more-1319"></span></p>
<p><em>Not so fast though young Jedi &#8211; before embarking on any of these hacks you should understand the pros and cons and this excellent article is a good place to start &#8211; </em><a href="http://wss.made4the.net/archive/2009/02/23/jquery-the-sharepoint-band-aid.aspx" target="_blank"><em>jQuery : The SharePoint band aid.</em></a></p>
<p>Right now you&#8217;re back (you did read it right?) and understand what you&#8217;re getting into.</p>
<p>Open up the View page for any of your list items and add <strong>ToolPaneView=2 </strong>onto the end of the URL to open up the page in edit mode.</p>
<p><em>Note &#8211; if you already have a query string (&amp;ID=xzx&#8230;) on the end of the url then you need to use &amp;ToolPaneView=2 and if you don&#8217;t its ?ToolPaneView=2 e.g.</em></p>
<p><em>http://yoursite/Lists/Tasks/DispForm.aspx?ID=1</em></p>
<p style="padding-left: 30px;"><em>=&gt; http://yoursite/Lists/Tasks/DispForm.aspx</em><em><strong>?ID=1&amp;ToolPaneView=2</strong></em></p>
<p><em>http://yoursite/Lists/Tasks/DispForm.aspx</em></p>
<p style="padding-left: 30px;"><em>=&gt; http://yoursite/Lists/Tasks/DispForm.aspx</em><em><strong>?ToolPaneView=2</strong></em></p>
<p>Next add a Content Editor Web Part (CEWP) to the page and put the following code into it using the Edit Source button.</p>
<p><br class="spacer_" /></p>
<div id="attachment_1324" class="wp-caption aligncenter" style="width: 501px"><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/content-editor-web-part.png"><img class="size-full wp-image-1324" title="content-editor-web-part" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/content-editor-web-part.png" alt="" width="491" height="158" /></a><p class="wp-caption-text">Content Editor Web Part (CEWP)</p></div>
<p>Add the javascript at the bottom of this article and after you click OK you will see that ID has been added at the top of the form. Do the same on the Edit form.</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2010/07/edit-form-with-id.png"><img class="aligncenter" title="edit-form-with-id" src="http://blog.pentalogic.net/wp-content/uploads/2010/07/edit-form-with-id.png" alt="Edit form with the ID column showing" width="475" height="160" /></a></p>
<pre class="brush: jscript; title: ;">
&lt;script type=&quot;text/javascript&quot;
   src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

$(function() {
  // Get the ID from the query string
  var id = getQueryString()[&quot;ID&quot;];

  // Find the form's main table
  var table = $('table.ms-formtable');

  // Add a row with the ID in
  table.prepend(&quot;&lt;tr&gt;&lt;td class='ms-formlabel'&gt;&lt;h3 class='ms-standardheader'&gt;ID&lt;/h3&gt;&lt;/td&gt;&quot; +
	            &quot;&lt;td class='ms-formbody'&gt;&quot; + id + &quot;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&quot;);
})

function getQueryString() {
  var assoc = new Array();
  var queryString = unescape(location.search.substring(1));
  var keyValues = queryString.split('&amp;');
  for (var i in keyValues) {
    var key = keyValues[i].split('=');
    assoc[key[0]] = key[1];
    }
  return assoc;
}
&lt;/script&gt;
</pre>
<p><strong>Notes</strong></p>
<ul>
<li>This has been tested in WSS3 (SharePoint 2007) and SharePoint 2010 Foundation &#8211; I would expect it to also work in MOSS/SharePoint 2010 Server.</li>
<li>The method  for <a href="http://blog.pentalogic.net/2010/07/how-to-edit-list-forms-sharepoint-2010/">adding a CEWP to the page in SharePoint 2010</a> is slightly different.</li>
<li>When looking for references I found that Christophe beat me to it by about, ohh a year and a half and <a href="http://blog.pathtosharepoint.com/2009/01/18/item-id-in-display-and-edit-forms/" target="_blank">his version can be found here</a>.</li>
</ul>
<p style="padding-left: 60px;"><em> He doesn&#8217;t use jQuery so there is a little more code to write. If you&#8217;re just doing this or can&#8217;t use jQuery on your site (e.g. no network access) then you may be better off with his version. If you want to do other thigns on the form you may be better with the jQuery version above.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2010/07/showing-the-records-id-on-the-view-and-edit-forms/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Setting a default duration for new SharePoint Calender Events</title>
		<link>http://blog.pentalogic.net/2009/09/setting-default-duration-for-new-calender-events/</link>
		<comments>http://blog.pentalogic.net/2009/09/setting-default-duration-for-new-calender-events/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:37:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint Ideas]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=263</guid>
		<description><![CDATA[Post provides javascript for setting a default duration for SharePoint calendar events by modifying NewForm.aspx.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-top:-100px; clear:both;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pentalogic.net%2F2009%2F09%2Fsetting-default-duration-for-new-calender-events%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2009%2F09%2Fsetting-default-duration-for-new-calender-events%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Tristan asked in <a href="http://blog.pentalogic.net/2008/11/working-days-weekdays-holidays-sharepoint-calculated-columns/">another post</a></p>
<blockquote><p>&#8220;When a calendar event is being created, I want the end date/time to automatically populate to 1.5 hours after the start date/time.  Seems simple, but haven&#8217;t found a formula for this yet&#8221;</p>
</blockquote>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2009/09/new-event.png" target="_blank"><img class="alignright size-full wp-image-278" title="new-event-thumb" src="http://blog.pentalogic.net/wp-content/uploads/2009/09/new-event-thumb.png" alt="new-event-thumb" width="129" height="52" /></a></p>
<p>Sounds like a pretty reasonable suggestion and the Calendar lists NewForm.asx already sets the Start time to the current time &#8211; shouldn&#8217;t be too hard, right?&#8230;</p>
<p><span id="more-263"></span></p>
<h3>Using the Default Value setting</h3>
<p>You can use formula like (1/24th of a day or 1 hour to the rest of us  is 0.04167!)</p>
<pre>=[Created]+0.04167</pre>
<p>But we can&#8217;t use the Created/Modified field in the formula for a new record because it doesn&#8217;t exist yet.</p>
<p>OK, so what if   we try and use this in the Default Value column as</p>
<pre>=Today+0.04167</pre>
<p>This will always be <em>&#8216;Today at 1AM&#8217;</em> rather than <em>&#8216;Today in exactly 1 hour&#8217;</em> as <a href="http://www.moss2007.be/blogs/vandest/archive/2008/08/19/sharepoint-today-plus-1-hour-formula.aspx" target="_blank">Today uses 12:00 AM as the time offset</a>. Unfortunately there is no [Now] function in SharePoint.</p>
<p>Its a moot point though as we can&#8217;t edit the default value of the Start and End times in a Calendar list anyway.</p>
<p>FAIL! Onto Attempt #2&#8230;</p>
<h3>Editing NewForm.aspx</h3>
<p>When adding a new record to the Calendar SharePoint uses NewForm.aspx so what about modifying that?</p>
<p>We could use <a href="http://sharepoint07.wordpress.com/2008/02/05/customize-the-newformaspx/" target="_blank">SharePoint Designer to customize NewForm.aspx</a> but its quite complex, lots of people don&#8217;t like using it and its fraught with <a href="http://vspug.com/dwise/2007/11/14/lesson-learned-while-customizing-newform-aspx/" target="_blank">potential problems</a>. Sure it gives us much more power but for our purposes its overkill so we are going to get a little hacky. As it turns out  its not the cheerleader who&#8217;s going to save the World -  its <a href="http://jquery.com/" target="_blank">jQuery</a>!</p>
<ul>
<li>Click &#8220;New&#8221; in your Calendar to open up NewForm.asxp</li>
</ul>
<ul>
<li>Add <strong>&amp;ToolPaneView=2</strong> onto the end of the URL to use a <a href="http://www.cleverworkarounds.com/2008/02/28/more-sharepoint-branding-customisation-using-javascript-part-3/" target="_blank">neat workaround to open up the list form in edit mode</a>.</li>
</ul>
<ul>
<li>Add a Content Editor Web Part to the page</li>
</ul>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2009/09/add-content-editor-webpart.png" target="_blank"><img title="Add a content editor web part" src="http://blog.pentalogic.net/wp-content/uploads/2009/09/add-content-editor-webpart-thumb.png" alt="Add a content editor web part" width="175" height="126" /></a></p>
<ul>
<li>Click <strong>Open the toolpane</strong> or <strong>Edit &gt; Modify Share Web Part</strong></li>
</ul>
<p><img title="Source Editor" src="http://blog.pentalogic.net/wp-content/uploads/2009/09/source-editor-150x150.png" alt="Source Editor" width="150" height="150" /></p>
<ul>
<li>Click Source Editor and paste in the following JavaScript :-</li>
</ul>
<p><em>(Tip &#8211; if you want to put instructions on your form this is an ideal way to do it &#8211; select Rich Text Editor)</em></p>
<pre class="brush: jscript; title: ;">
&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

  // Set the hours to add - can be over 24
  var hoursToAdd = 1;
  // Mins must be 0 or div by 5, e.g. 0, 5, 10, 15 ...
  var minutesToAdd = 30;

  // JavaScript assumes dates in US format (MM/DD/YYYY)
  // Set to true to use dates in format DD/MM/YYYY
  var bUseDDMMYYYYformat = false;

  $(function() {

	// Find the start and end time/minutes dropdowns by first finding the
	// labels then using the for attribute to find the id's
	// NOTE - You will have to change this if your form uses non-standard
    // labels and/or non-english language packs
	var cboStartHours = $(&quot;#&quot; + $(&quot;label:contains('Start Time Hours')&quot;).attr(&quot;for&quot;));
	var cboEndHours = $(&quot;#&quot; + $(&quot;label:contains('End Time Hours')&quot;).attr(&quot;for&quot;));
	var cboEndMinutes = $(&quot;#&quot; + $(&quot;label:contains('End Time Minutes')&quot;).attr(&quot;for&quot;));

	// Set Hour
	var endHour = cboStartHours.attr(&quot;selectedIndex&quot;) + hoursToAdd;
	cboEndHours.attr(&quot;selectedIndex&quot;,endHour % 24);

	// If we have gone over the end of a day then change date
	if ((endHour / 24)&gt;=1)
	{
		var txtEndDate = $(&quot;input[title='End Time']&quot;);
		var dtEndDate = dtParseDate(txtEndDate.val());
		if (!isNaN(dtEndDate))
		{
			dtEndDate.setDate( dtEndDate.getDate() + (endHour / 24));
			txtEndDate.val(formatDate(dtEndDate));
		}
	}

	// Setting minutes is easy!
	cboEndMinutes.val(minutesToAdd);	

});

// Some utility functions for parsing and formatting - could use a library
// such as www.datejs.com instead of this
function dtParseDate(sDate)
{
	if (bUseDDMMYYYYformat)
	{
		var A = sDate.split(/[\\\/]/);
		A = [A[1],A[0],A[2]];
		return new Date(A.join('/'));
	}
	else
		return new Date(sDate);
}

function formatDate(dtDate)
{
	if (bUseDDMMYYYYformat)
		return dtDate.getDate() + &quot;/&quot; + dtDate.getMonth()+1 + &quot;/&quot; + dtDate.getFullYear();
	else
		return dtDate.getMonth()+1 + &quot;/&quot; + dtDate.getDate() + &quot;/&quot; + dtDate.getFullYear();
}

&lt;/script&gt;
</pre>
<p>A few notes</p>
<ul>
<li>You set the number of hours and minutes to add at the top of the script</li>
<li>You can add more than 24 hours and  if you go over a day boundary it will set the end date appropriately.</li>
<li>This will only work with US MM/DD/YYYY style dates or DD/MM/YYYY (be sure to set bUseDDMMYYYYformat) appropriately &#8211; if your site regional settings uses something different then you are going to have to look at a JavaScript date function library such as <a href="http://www.mattkruse.com/javascript/date/source.html" target="_blank">Matt&#8217;s</a> or <a href="http://www.datejs.com/" target="_blank">Datejs</a>.</li>
<li>If you are doing a lot of this type of thing you may want to check out these two CodePlex projects <a href="http://spjqueryfield.codeplex.com/" target="_blank">spjQueryField </a>and <a href="http://spff.codeplex.com/" target="_blank">SPFF</a></li>
<li>If you are going to re-use this script in different areas you should consider placing it in a document library and referencing it using the CEWP &#8220;Content Link&#8221; <a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=178" target="_blank">as Joels post shows</a></li>
<li>This has only been tested on WSS3 &amp; MOSS 2007</li>
</ul>
<table style="background-color: #64be40; border-color: #39c63b; border-width: 0px; width: 661px; height: 51px;" border="0">
<tbody>
<tr>
<td>
<p><span style="font-size: large;"><span style="color: #ffffff;"><em><strong>Free SharePoint Calculated Column Cheat Sheet</strong></em></span></span></p>
</td>
</tr>
<tr>
<td><span style="font-size: small;"><span style="color: #ffffff;"><em><strong>a handy 3 page reference for calculated column functions and formulas.</strong></em></span></span></td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><img title="cheat sheet screen shot" src="http://blog.pentalogic.net/wp-content/uploads/2011/05/cheat-sheet-screen-shot.png" alt="" width="205" height="292" /></td>
<td>
<p><iframe frameborder="0" height="230" scrolling="auto" src="http://www.pentalogic.net/sharepoint-knowledge-base/calculated-column-cheat-sheet/" width="440"></iframe></p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2009/09/setting-default-duration-for-new-calender-events/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

