<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.pentalogic.net/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Pentalogic Technology</title>
	
	<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" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.pentalogic.net/pentalogic" /><feedburner:info uri="pentalogic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>pentalogic</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Free HTML Calculated Column for SharePoint</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/DjlV-XrLdm4/</link>
		<comments>http://blog.pentalogic.net/2012/01/free-html-calculated-column-for-sharepoint/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:03:44 +0000</pubDate>
		<dc:creator>Stuart Pegg</dc:creator>
				<category><![CDATA[Calculated Columns]]></category>
		<category><![CDATA[Highlighter]]></category>
		<category><![CDATA[SharePoint HTML Calculated Column]]></category>
		<category><![CDATA[10 Percent Time]]></category>
		<category><![CDATA[HTML Calculated Column]]></category>
		<category><![CDATA[SharePoint Highlighter]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2623</guid>
		<description><![CDATA[A free calculated column for SharePoint 2007 and 2010 that actually displays HTML.]]></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%2F2012%2F01%2Ffree-html-calculated-column-for-sharepoint%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2012%2F01%2Ffree-html-calculated-column-for-sharepoint%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2012/01/logo-wordy.jpg"><img style="background-image: none; border-right-width: 0px; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="logo-wordy" border="0" alt="logo-wordy" src="http://blog.pentalogic.net/wp-content/uploads/2012/01/logo-wordy_thumb.jpg" width="436" height="149" /></a></p>
<p>A free calculated column for SharePoint 2007 and 2010 that allows you to display HTML: <a href="http://www.pentalogic.net/sharepoint-products/free-stuff/html-calculated-column" target="_blank">SharePoint HTML Calculated Column</a></p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2012/01/html-formula2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="html-formula2" border="0" alt="html-formula2" src="http://blog.pentalogic.net/wp-content/uploads/2012/01/html-formula2_thumb.png" width="500" height="184" /></a></p>
<h3>Why did you make this?</h3>
<p>I spent a long time working on <a href="http://www.pentalogic.net/sharepoint-products/highlighter">SharePoint Highlighter</a>, and then later <a href="http://blog.pentalogic.net/2011/08/how-not-to-develop-a-sharepointtoday-calculated-column/">unsuccessfully trying to make a [Today] Calculated Column</a>. During both these projects we kept coming back to this glaring hole in SharePoint: You can’t use HTML in a calculated column.</p>
<p>After unsuccessfully looking for open source projects (or even commercial alternatives) for some time, the only solution I could find was <a href="http://blog.pathtosharepoint.com/2009/11/19/html-calculated-column-minor-update-and-some-advice/" target="_blank">Christophe’s JavaScript workaround</a> using a normal calculated column and a Content Editor Web Part. A nice solution, but unfortunately not without its drawbacks.</p>
<p>So when it came to deciding what I wanted to do in my <a href="http://blogs.pressgazette.co.uk/fleetstreet/2008/01/08/how-the-bbcs-10-per-cent-time-works/" target="_blank">10% time</a>, the answer was clear.</p>
<p>Having listened to me rant, rave, swear, and finally give up and denounce all Custom Field Type development (at least once a week during Highlighter, and several times during the <a href="http://blog.pentalogic.net/2011/08/how-not-to-develop-a-sharepointtoday-calculated-column/" target="_blank">[Today] incident</a>), Ryan’s reaction to my choice of project was a typically understated “I’m… surprised?”.</p>
<p>So during the TeamTime project I spent my Friday afternoons creating the first of hopefully many pet projects from us at Pentalogic: <a href="http://www.pentalogic.net/sharepoint-products/free-stuff/html-calculated-column" target="_blank">SharePoint HTML Calculated Column</a></p>
<h3><a href="http://blog.pentalogic.net/wp-content/uploads/2012/01/htmlccss.png"><img style="background-image: none; border-right-width: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="htmlccss" border="0" alt="htmlccss" src="http://blog.pentalogic.net/wp-content/uploads/2012/01/htmlccss_thumb.png" width="584" height="292" /></a></h3>
<h3>How is this different to Christophe’s solution?</h3>
<p>Using the SharePoint HTML Calculated Column avoids the need to add Content Editor Web Parts (containing JavaScript) to every page you want the HTML to be displayed on.</p>
<p>Adding the CEWPs can be a bit of a chore in some cases, and are vulnerable to being accidentally broken by end users editing the pages. They can also be lost on 2007 to 2010 upgrades.</p>
<p>However, HTMLCC requires that a System Administrator install it on the SharePoint server; which in many organisations is a real pain in the ears. Whereas Christophe’s solution can be implemented by most power users.</p>
<h3>Isn’t this the same as Highlighter?</h3>
<p><a href="http://www.pentalogic.net/sharepoint-products/highlighter" target="_blank">SharePoint Highlighter</a> offers quite a lot more than this solution on it’s own. I won’t go into enormous detail, but here’s a sample of what Highlighter offers over the HTML Calculated Column:</p>
<ul>
<li>Row highlighting </li>
<li>Countdowns </li>
<li>Conditional formatting </li>
<li>Built-in icon library </li>
</ul>
<p>Most notably, all of this is offered through a polished and intuitive interface.</p>
<h3>Finally</h3>
<p>So, you get to plug the hole in SharePoint that’s bothered so many people over so much time, and we get to plug <a href="http://www.pentalogic.net/sharepoint-products/highlighter">SharePoint Highlighter</a> whenever we mention it. Everybody’s happy. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/wlEmoticon-smile.png" /></p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/DjlV-XrLdm4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2012/01/free-html-calculated-column-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2012/01/free-html-calculated-column-for-sharepoint/</feedburner:origLink></item>
		<item>
		<title>Date Range filtering with the new version of FilterPoint, PivotPoint and Planner.</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/C3640jc61Ow/</link>
		<comments>http://blog.pentalogic.net/2011/12/date-range-filtering-with-the-new-version-of-filterpoint-pivotpoint-and-planner/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:18:21 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Calculated Columns]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[FilterPoint Web Part]]></category>
		<category><![CDATA[PivotPoint Web Part]]></category>
		<category><![CDATA[SharePoint Planner]]></category>
		<category><![CDATA[SharePoint webparts]]></category>
		<category><![CDATA[PivotPoint]]></category>
		<category><![CDATA[Planner]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2645</guid>
		<description><![CDATA[FilterPoint has had the ability to send Date Filters but a common request has been Date Ranges – like showing everything this month, last year or between two arbitrary dates. The good news is that we&#8217;ve added this in to FilterPoint as of version 1.2 The bad news is that this will only work with our other SharePoint products [...]]]></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%2F2011%2F12%2Fdate-range-filtering-with-the-new-version-of-filterpoint-pivotpoint-and-planner%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F12%2Fdate-range-filtering-with-the-new-version-of-filterpoint-pivotpoint-and-planner%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>FilterPoint has had the ability to send <a href="http://www.pentalogic.net/sharepoint-products/filterpoint/fp-manual/fp-configuration/filter-style/date-picker">Date Filters</a> but a common request has been <strong>Date Ranges</strong> – like showing everything this month, last year or between two arbitrary dates.</p>
<p><img class="aligncenter" src="http://static.pentalogic.net/filterpoint/date-range.png" alt="FilterPoint - Date Range Filtering" width="357" height="186" /></p>
<p>The good news is that we&#8217;ve added this in to FilterPoint as of version 1.2</p>
<p>The bad news is that this will only work with our other SharePoint products – <a href="http://www.pentalogic.net/sharepoint-products/planner">Planner</a> and <a href="http://www.pentalogic.net/sharepoint-products/pivotpoint">PivotPoint</a> – it won’t work with SharePoints built in List View web part (LVWP).</p>
<h3>That’s disappointing!</h3>
<p>Yes it is &#8211; it’s just a limitation of SharePoints filtering I am afraid, but all is not lost!</p>
<p>This page shows how you can do things like <strong><a href="http://www.pentalogic.net/sharepoint-products/filterpoint/fp-manual/fp-configuration/date-range-filtering">Month filtering using calculated columns</a></strong> and this blog article shows how you can setup <a href="http://blog.pentalogic.net/2009/11/howto-filter-items-current-calendar-month-view-sharepoint/">“Current Month/Previous Month” views using nothing more than Calculated Columns and View filters.</a></p>
<h3>Upgrading</h3>
<p>As always you can upgrade without losing any settings by downloading and running the latest trial version and selecting “Upgrade” when prompted (don’t forget you need the a recent version of <a href="http://www.pentalogic.net/sharepoint-products/planner">Planner</a> (v2.6.9+) and <a href="http://www.pentalogic.net/sharepoint-products/pivotpoint">PivotPoint</a> (2.2.0+) to accept date range filters.</p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/C3640jc61Ow" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/12/date-range-filtering-with-the-new-version-of-filterpoint-pivotpoint-and-planner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/12/date-range-filtering-with-the-new-version-of-filterpoint-pivotpoint-and-planner/</feedburner:origLink></item>
		<item>
		<title>SharePoint TeamTime is out now!</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/JGP5WDZLfFs/</link>
		<comments>http://blog.pentalogic.net/2011/12/sharepoint-teamtime-is-out-now/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 14:45:22 +0000</pubDate>
		<dc:creator>Stuart Pegg</dc:creator>
				<category><![CDATA[SharePoint TeamTime]]></category>
		<category><![CDATA[SharePoint Timesheets]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Timesheet]]></category>
		<category><![CDATA[Timesheet]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2654</guid>
		<description><![CDATA[Track and analyze your team’s time with SharePoint TeamTime! A ready-to-use timesheet site template for SharePoint 2007 and 2010.]]></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%2F2011%2F12%2Fsharepoint-teamtime-is-out-now%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F12%2Fsharepoint-teamtime-is-out-now%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img style="background-image: none; border-right-width: 0px; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="teamtime-big-noshadow" border="0" alt="teamtime-big-noshadow" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/teamtime-big-noshadow_thumb.png" width="330" height="125" /></p>
<p>Track and analyze your team’s time with our newest product: <a href="http://www.pentalogic.net/sharepoint-products/teamtime" target="_blank">SharePoint TeamTime</a>! A ready-to-use timesheet site template for SharePoint 2007 and 2010.</p>
<p>What’s so great about TeamTime you ask? Well let me tell you:</p>
<h3>Log your time your way</h3>
<p>Want to log your time as you work? Then simply punch in on your <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-manual/tt-pages/tt-dashboard" target="_blank">personal dashboard</a> to begin the timer:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/12/tt_punchcard_start.png" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="TeamTime Punchcard" border="0" alt="TeamTime Punchcard" src="http://blog.pentalogic.net/wp-content/uploads/2011/12/tt_punchcard_start_thumb.png" width="300" height="90" /></a></p>
<p>Want to write up your timesheets when it’s convenient for you? Your <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-manual/tt-pages/tt-dashboard" target="_blank">dashboard</a> has this covered too:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/12/tt_timesheet.png" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="TeamTime Timesheet" border="0" alt="TeamTime Timesheet" src="http://blog.pentalogic.net/wp-content/uploads/2011/12/tt_timesheet_thumb.png" width="400" height="224" /></a></p>
<h3>&#160;</h3>
<h3>Make those numbers work for you<a href="http://blog.pentalogic.net/wp-content/uploads/2011/12/tt_analysis_small.png" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="TeamTime Analysis" border="0" alt="TeamTime Analysis" align="right" src="http://blog.pentalogic.net/wp-content/uploads/2011/12/tt_analysis_small_thumb.png" width="260" height="207" /></a></h3>
<p>Logging the time is all well and good, but what we really want is to see what all that data adds up to. Don’t waste time working for the numbers; make the numbers work for you.</p>
<p>Using the <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-manual/tt-pages/tt-analysis" target="_blank">Analysis</a> page you can drill down to the data you want, and view read-made summaries and graphs.</p>
<p>If you still want more from your numbers, pick the data you want from the <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-manual/tt-pages/tt-reports" target="_blank">Reporting</a> page and export it straight to Excel.</p>
<h3>Need more?</h3>
<ul>
<li><strong>Per-server licensing</strong>: No wasting time trying to license and set up every user; <a href="http://www.pentalogic.net/sharepoint-products/teamtime/teamtime-purchase" target="_blank">buy it once</a> and forget licensing ever happened.</li>
<li><strong>Take the tour</strong>: Watch our <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-demo" target="_blank">TeamTime Demo</a>; see if you can count how many times the word ‘time’ is used. It’s a lot, trust me.</li>
<li><strong>Free 30 day trial</strong>: <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-download" target="_blank">Download</a> and try it out!</li>
</ul>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/JGP5WDZLfFs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/12/sharepoint-teamtime-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/12/sharepoint-teamtime-is-out-now/</feedburner:origLink></item>
		<item>
		<title>SharePoint Highlighter v1.5: If wishes were trees</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/9HDIUR-6jBg/</link>
		<comments>http://blog.pentalogic.net/2011/11/sharepoint-highlighter-new-version-v1-5/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 16:25:52 +0000</pubDate>
		<dc:creator>Stuart Pegg</dc:creator>
				<category><![CDATA[Highlighter]]></category>
		<category><![CDATA[Highlighting]]></category>
		<category><![CDATA[SharePoint Highlighter]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2629</guid>
		<description><![CDATA[Since SharePoint Highlighter’s release in May we’ve had some great suggestions and requests for features and improvements; one of the more surprising was the request for performance enhancements for those with 20 or more Highlighter columns in a view (and really big screens, no doubt). Although we’ve added odds and ends during other projects, the Highlighter wishlist [...]]]></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%2F2011%2F11%2Fsharepoint-highlighter-new-version-v1-5%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F11%2Fsharepoint-highlighter-new-version-v1-5%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Since <a href="http://www.pentalogic.net/sharepoint-products/highlighter">SharePoint Highlighter’s</a> release in May we’ve had some great suggestions and requests for features and improvements; one of the more surprising was the request for <a href="http://blog.pentalogic.net/2011/07/sharepointhighlighter-new-version-release-with-improved-performance/" target="_blank">performance enhancements</a> for those with 20 or more Highlighter columns in a view (and really big screens, no doubt).</p>
<p>Although we’ve added odds and ends during other projects, the Highlighter wishlist has steadily grown; fed by the suggestions from its growing user base and our own drive for <a href="http://en.wikipedia.org/wiki/Continuous_improvement_process" target="_blank">continuous improvement</a>.</p>
<p>So while <a href="http://blog.pentalogic.net/2011/11/sharepoint-teamtime-beta/" target="_blank">TeamTime</a> was being tested and prepared for beta, we stroked our collective beards (it is <a href="http://uk.movember.com/about" target="_blank">Movember</a> after all) and decided to clear it down. Here are some highlights:</p>
<ul>
<li>Row highlighting columns hide themselves</li>
<li>Highlighter displays on View Item form</li>
<li>Lookup columns now supported</li>
</ul>
<h3>Hidden Row Highlighting Columns</h3>
<p>If you have a Highlighter column which displays <a href="http://www.pentalogic.net/sharepoint-products/highlighter/h-manual/h-configuration/highlighting">Row Highlighting</a> you’ll no doubt have noticed that the empty Highlighter column has to be visible on the page on order for the highlighting to work:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_rh_a.png"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="v1_5_rh_a" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_rh_a_thumb.png" border="0" alt="v1_5_rh_a" width="477" height="206" /></a></p>
<p>In Highlighter v1.5 the column will automatically hide itself from the page if it is <em>only</em> used for Row Highlighting:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_rh_b.png"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="v1_5_rh_b" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_rh_b_thumb.png" border="0" alt="v1_5_rh_b" width="478" height="235" /></a></p>
<h3>View Item Form Display</h3>
<p>Previously Highlighter columns would not display on the View Item form (or customized versions of it):</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_df_a.png"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="v1_5_df_a" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_df_a_thumb.png" border="0" alt="v1_5_df_a" width="410" height="198" /></a></p>
<p>Highlighter columns will now display on this form, with the exception of those used only for row highlighting (which will be hidden entirely):</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_df_b.png"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="v1_5_df_b" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_df_b_thumb.png" border="0" alt="v1_5_df_b" width="404" height="242" /></a></p>
<h3>Lookup Columns</h3>
<p>You can now use Lookups as source columns, which act in much the same way as Choice columns:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_lu.png"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="v1_5_lu" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/v1_5_lu_thumb.png" border="0" alt="v1_5_lu" width="595" height="206" /></a></p>
<h3>Upgrading</h3>
<p>Please see the <a href="http://www.pentalogic.net/sharepoint-products/highlighter/h-manual/h-installation/h-upgrade">manual for instructions on downloading and upgrading to the latest version of SharePoint Highlighter</a>.</p>
<h3>What’s on your wishlist?</h3>
<p>The more suggestions we have the better we can make our products. Every feature request is reviewed and added to the product’s wishlist. Once a wishlist hits a certain size, the most popular (and/or the best ideas) are rounded up and herded into the next version.</p>
<p>Contact us at <a href="mailto:support@pentalogic.net">support@pentalogic.net</a> and tell us what’s on your wishlist!</p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/9HDIUR-6jBg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/11/sharepoint-highlighter-new-version-v1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/11/sharepoint-highlighter-new-version-v1-5/</feedburner:origLink></item>
		<item>
		<title>SharePoint TeamTime: It’s Time for Beta!</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/YF4M_vryBz0/</link>
		<comments>http://blog.pentalogic.net/2011/11/sharepoint-teamtime-beta/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 09:54:57 +0000</pubDate>
		<dc:creator>Stuart Pegg</dc:creator>
				<category><![CDATA[SharePoint TeamTime]]></category>
		<category><![CDATA[SharePoint Timesheets]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Punchcard]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Timecard]]></category>
		<category><![CDATA[SharePoint Timesheet]]></category>
		<category><![CDATA[Timecard]]></category>
		<category><![CDATA[Timesheet]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2621</guid>
		<description><![CDATA[SharePoint TeamTime is ready for beta testing! If you want a sneak-preview of our latest product, go to our download page and sign up. SharePoint TeamTime is a time tracking site template.]]></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%2F2011%2F11%2Fsharepoint-teamtime-beta%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F11%2Fsharepoint-teamtime-beta%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/teamtime-big-noshadow.png"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="teamtime-big-noshadow" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/teamtime-big-noshadow_thumb.png" border="0" alt="teamtime-big-noshadow" width="330" height="125" /></a>We have started beta testing our newest product SharePoint TeamTime and we expect it to be finished in the next couple of weeks!</p>
<h3>Sign me up! Wait… what is it again?</h3>
<p>TeamTime is a <a href="http://www.pentalogic.net/sharepoint-products/teamtime">time tracking site template for SharePoint</a>. Users track their time by entering it into a timesheet (a.k.a. timecard) or by punching in and out of tasks.</p>
<p>You can then get an overview of everyone’s time logged using our custom reporting tool and embedded versions of <a href="http://www.pentalogic.net/sharepoint-products/pivotpoint">PivotPoint</a> and <a href="http://www.pentalogic.net/sharepoint-products/filterpoint">FilterPoint</a> that come preconfigured in the site.</p>
<h3>Tell me more!</h3>
<p>They say a picture is worth a thousand words, so here’s a glimpse of what’s inside:</p>
<h4>‘My Dashboard’</h4>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/tt_mydashboard.png" target="_blank"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="tt_mydashboard" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/tt_mydashboard_thumb.png" border="0" alt="tt_mydashboard" width="570" height="306" /></a></p>
<h4>‘Analysis by Week’</h4>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/11/tt_analysis.png" target="_blank"><img style="background-image: none; margin: 0px auto 5px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="tt_analysis" src="http://blog.pentalogic.net/wp-content/uploads/2011/11/tt_analysis_thumb.png" border="0" alt="tt_analysis" width="420" height="502" /></a></p>
<p>To look in more detail at how it works (or just to see more pictures), you can have a glance at our manual: <a href="http://www.pentalogic.net/sharepoint-products/teamtime/tt-manual/">SharePoint TeamTime manual</a>.</p>
<p>If you want to be notified when its <a href="http://www.pentalogic.net/sharepoint-products/teamtime">released then signup here</a>.</p>
<h3>Whats a Beta test and can I help?</h3>
<p>Its the final stage in testing a software product before its released into the real world. All the major bugs should have been squashed but there may be some minor problems left. The idea is to get broad feedback from &#8216;real&#8217; users that will help pick up problems, omissions or things that are just a little confusing that you wouldn&#8217;t find otherwise.</p>
<p>Beta testing isn&#8217;t for everyone &#8211; these are the things you should bear in mind :-</p>
<ul>
<li>You need to be reasonably proficient with SharePoint.</li>
<li>You will need an in-house deployment of SharePoint 2010 or 2007 &#8211; its not suitable for BPOS/Office 365</li>
<li>You should have a &#8220;non-production&#8221; environment to test in.</li>
<li>You will need to have some time free to give it a good test and provide feedback.</li>
</ul>
<p><strong>If you would like to help us Beta test this then please e-mail us: <a href="mailto:support@pentalogic.net">support@pentalogic.net</a></strong></p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/YF4M_vryBz0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/11/sharepoint-teamtime-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/11/sharepoint-teamtime-beta/</feedburner:origLink></item>
		<item>
		<title>SharePoint Timesheets – What are your options? Part 3: Free Solutions</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/jcyBw20E8Ng/</link>
		<comments>http://blog.pentalogic.net/2011/11/sharepoint-timesheets-free-solutions/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 09:41:29 +0000</pubDate>
		<dc:creator>Stuart Pegg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint TeamTime]]></category>
		<category><![CDATA[SharePoint Timesheets]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[SharePoint Timesheet]]></category>
		<category><![CDATA[Timesheet]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2594</guid>
		<description><![CDATA[Following on from Clare’s previous two posts on Native SharePoint Timesheets and Plug-in one, I’ll be running you through the options for creating SharePoint Timesheets for free. During the early development of SharePoint TeamTime we looked at our potential competition, including the free alternatives. Of those we found, the following three were the most notable: [...]]]></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%2F2011%2F11%2Fsharepoint-timesheets-free-solutions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F11%2Fsharepoint-timesheets-free-solutions%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Following on from Clare’s previous two posts on <a href="http://blog.pentalogic.net/2011/10/sharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions/">Native SharePoint Timesheets</a> and <a href="http://blog.pentalogic.net/2011/11/sharepoint-timesheets-plug-in-commercial-solutions/">Plug-in</a> one, I’ll be running you through the options for creating SharePoint Timesheets for free.<img style="margin: 0px 0px 5px 5px; display: inline; float: right;" src="http://blog.pentalogic.net/wp-content/uploads/2011/09/clock-and-laptop-border.jpg" alt="" align="right" /></p>
<p>During the early development of <a href="http://www.pentalogic.net/sharepoint-products/teamtime">SharePoint TeamTime</a> we looked at our potential competition, including the free alternatives. Of those we found, the following three were the most notable:</p>
<ul>
<li><strong>Fab 40 – Timecard Management:</strong> One of the famous Fab 40 templates (2007 only)</li>
<li><strong>Built-in Timecard List:</strong> A little known built-in Timecard list (2010 only)</li>
<li><strong>Open Source Project:</strong> Paul Beck has kindly published an open source solution (2010 only)</li>
</ul>
<h3>Fab 40 – Timecard Management</h3>
<p>The <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=14972">Timecard Management template</a> was produced by Microsoft as a demonstration of the capabilities of WSS 3. In Microsoft’s own words:</p>
<blockquote><p>The Timecard Management application template helps teams track hours spent working on various projects. The site enables team members to &#8216;punch in&#8217; on a particular project and &#8216;punch out&#8217; when they cease work. The system automatically generates the time worked by project, and can show managers who is working on a particular project…</p></blockquote>
<p>This was one of the favorites out of all the templates we tried. In fact, the punching in and out functionality was a feature we emulated into TeamTime. I’d like to think of TeamTime as a spiritual successor to this template.</p>
<h3>Built-in Timecard List</h3>
<p>SharePoint 2010 has a built-in Timecard list, that is hidden from normal view for some reason. Although this is by no means a complete solution, it’s freely available to anyone able (or willing) to activate the feature and create it though SharePoint Designer 2010.</p>
<p>Laura Rogers has a very helpful walk-through for creating one of these lists: <a href="http://www.sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?ID=113">Out of the Box Timecard and Holiday Lists</a>. Here is a description from her blog:</p>
<blockquote><p>In SharePoint 2010, there’s a little-known built in feature.  There are list templates that can be used for time card tracking, with a holiday calendar that ties into the time card.</p></blockquote>
<h3>Open Source Project</h3>
<p>Paul Beck has published a four part blog series on creating a Timesheet solution from scratch, entitled <a href="http://blog.sharepointsite.co.uk/2011/01/timesheet-solution-for-shaepoint-2010.html">Timesheet solution for SharePoint 2010</a>. He then went a step further and published his code to <a href="http://sp2010ts.codeplex.com/">CodePlex</a> for anyone to use. In his own words:</p>
<blockquote><p>A common requirement on Intranets is to have a timesheet template on SharePoint.  There are solution for company timesheets.  I wanted to build a timesheet application that was scalable, reportable and friendly for SharePoint.</p></blockquote>
<p>If you want to skip the source code, his third article in the series (<a href="http://blog.sharepointsite.co.uk/2011/01/timesheet-solution-for-sharepoint-2010_17.html">Part 3 &#8211; Installation</a>) has a link to the pre-built package.</p>
<p>This solution is slightly different from the others, as it stores its data in a separate SQL Server database; which may not be an option for everyone.</p>
<h3>Lastly</h3>
<p>I hope you’ve found our  SharePoint Timesheet series useful. If you know of any better alternatives, please let us know. We’re not afraid of a bit of competition. <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-style: none;" src="http://blog.pentalogic.net/wp-content/uploads/2011/10/wlEmoticon-winkingsmile.png" alt="Winking smile" /></p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/jcyBw20E8Ng" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/11/sharepoint-timesheets-free-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/11/sharepoint-timesheets-free-solutions/</feedburner:origLink></item>
		<item>
		<title>SharePoint TimeSheets – What are Your Options? Part 2: Plug-in Commercial Solutions</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/hPCRjtTmYdE/</link>
		<comments>http://blog.pentalogic.net/2011/11/sharepoint-timesheets-plug-in-commercial-solutions/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:30:19 +0000</pubDate>
		<dc:creator>Clare</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint TeamTime]]></category>
		<category><![CDATA[SharePoint Timesheets]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[SharePoint Timesheet]]></category>
		<category><![CDATA[Timesheet]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2564</guid>
		<description><![CDATA[This is the second part in our series covering the options available for anyone looking to implement a timesheet or time tracking system within SharePoint. Those of you who are regular readers of this blog will know that we have been doing some work with SharePoint Timesheets recently. As a part of that we have [...]]]></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%2F2011%2F11%2Fsharepoint-timesheets-plug-in-commercial-solutions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F11%2Fsharepoint-timesheets-plug-in-commercial-solutions%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is the second part in our series covering the <a href="http://blog.pentalogic.net/2011/10/sharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions/">options available for anyone looking to implement a timesheet or time tracking system within SharePoint</a>.<a href="http://blog.pentalogic.net/wp-content/uploads/2011/09/hourglass-border.jpg"><img class="alignright size-full wp-image-2565" title="hourglass border" src="http://blog.pentalogic.net/wp-content/uploads/2011/09/hourglass-border.jpg" alt="" width="250" height="332" /></a></p>
<p>Those of you who are regular readers of this blog will know that we have been doing some work with <a title="SharePoint Timesheets" href="http://www.pentalogic.net/sharepoint-products/teamtime">SharePoint Timesheets</a> recently. As a part of that we have spent quite a bit of time looking at what’s currently available. In the spirit of social sharing we thought we would give you a rundown of what we have found.</p>
<p>I want to stress here that we haven’t tested all of these timesheet applications. We’re not aiming to offer any kind of recommendations here, simply a handy run down of what’s available: A brief summary of each product in the publishers own words, and an idea of pricing where possible.</p>
<p>In part 1 we looked at <a href="http://blog.pentalogic.net/2011/10/sharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions/">native commercial SharePoint Timesheet applications</a>.  Today we are looking at Plug-in Commercial SharePoint Timesheet software. In other words Timesheet applications which, whilst not built in SharePoint, can be accessed via your SharePoint site. These applications may offer functionality which is not available within the confines of SharePoint. A potential issue to consider if purchasing in this category would be that of data integration.</p>
<h3>TeamTimesheet (AssistMyTeam)</h3>
<p><a rel="nofollow" href="http://www.assistmyteam.net/TeamTimeSheetSP/" target="_blank">Product Homepage</a></p>
<p>This is an interesting one.  Time is input in Outlook, and then reported in SharePoint:</p>
<blockquote><p><strong>Team TimeSheet</strong> for Outlook &amp; SharePoint is an enterprise<strong> time reporting</strong> and <strong>billing management</strong> solution for team to work, plan and execute project related activities and prepare timesheets in Microsoft Outlook and publish to the company&#8217;s SharePoint site.</p></blockquote>
<p>Pricing starts from $600 for a 10 user license.</p>
<h3>TimeControl (HMS Software)</h3>
<p><a rel="nofollow" href="http://www.timecontrol.com/solutions/sharepoint/" target="_blank">Product Homepage</a></p>
<blockquote><p>TimeControl is designed with its own powerful web-based interface. However, for organizations which have adopted the Microsoft SharePoint environment as their Intranet or Corporate Portal software TimeControl can be deployed right inside the SharePoint interface. This allows end users to use TimeControl without ever leaving SharePoint.</p></blockquote>
<p>Pricing: Although HMS give extensive advice on how to buy the product, they don’t actually provide any indication of the price on their website.</p>
<h3>SharePoint Timesheet (Tenrox)</h3>
<p><a rel="nofollow" href="http://glossary.tenrox.com/sharepoint-timesheet.htm" target="_blank">Product Homepage</a></p>
<blockquote><p>SharePoint Timesheet is a Web-based timesheet solution offered by Tenrox. This Employee Timesheet and Scheduling Management application leverages SharePoint technology for collaboration, dashboards and reporting. Tenrox Timesheet is an on-demand solution that works with your SharePoint instance on-premise or on-demand thereby enabling collaboration with team members and customers in various locations.</p></blockquote>
<p>Pricing: Once again we are in Enterprise land, and the website gives no indication of pricing.</p>
<p>That would seem to be about it for commercial plug-ins.  Again, if we have missed any then please do let me know.</p>
<p>In our third and final instalment we will be looking at creating SharePoint Timesheets for free.</p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/hPCRjtTmYdE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/11/sharepoint-timesheets-plug-in-commercial-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/11/sharepoint-timesheets-plug-in-commercial-solutions/</feedburner:origLink></item>
		<item>
		<title>SharePoint Timesheets – What are your options? Part 1: Native Commercial Solutions</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/nlEkQ28ymlQ/</link>
		<comments>http://blog.pentalogic.net/2011/10/sharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 14:14:07 +0000</pubDate>
		<dc:creator>Clare</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SharePoint TeamTime]]></category>
		<category><![CDATA[SharePoint Timesheets]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[SharePoint Timesheet]]></category>
		<category><![CDATA[Timesheet]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2558</guid>
		<description><![CDATA[Regular readers of this blog will know that over the past few months we have been doing some work on SharePoint Timesheets. As a part of this we have spent quite a bit of time looking at what the available options are for people wanting manage timesheets in SharePoint, and in the spirit of social [...]]]></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%2F2011%2F10%2Fsharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F10%2Fsharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Regular readers of this blog will know that over the past few months we have been doing some work on <a title="SharePoint TeamTime" href="http://www.pentalogic.net/sharepoint-products/teamtime">SharePoint Timesheets</a>.<a href="http://blog.pentalogic.net/wp-content/uploads/2011/09/clock-and-laptop-border.jpg"><img class="alignright size-full wp-image-2559" title="clock and laptop border" alt="A clock on a laptop" src="http://blog.pentalogic.net/wp-content/uploads/2011/09/clock-and-laptop-border.jpg" width="274" height="221" /></a></p>
<p>As a part of this we have spent quite a bit of time looking at what the available options are for people wanting manage timesheets in SharePoint, and in the spirit of social sharing we thought we would give you a run down on what we have found.</p>
<p>I want to stress here that we haven’t tested all of these timesheet applications. We’re not aiming to offer any kind of recommendations here, simply a handy run down of what’s available: A brief summary of each product in the publishers own words, and an idea of pricing where possible.</p>
<p>We are going to look at the options in 3 categories:</p>
<ul>
<li><strong>Native Commercial SharePoint Timesheets:</strong> Timesheet applications fully built and deployed within SharePoint (commercially produced and supported). </li>
<li><strong><a href="http://blog.pentalogic.net/2011/11/sharepoint-timesheets-plug-in-commercial-solutions/">Plug-In Commercial SharePoint Timesheets</a>:</strong> External applications that ‘plug in’ to SharePoint, rather than being fully integrated; making them accessible through your SharePoint Portal (commercially produced and supported). </li>
<li><strong><a href="http://blog.pentalogic.net/2011/11/sharepoint-timesheets-free-solutions/">Free SharePoint Timesheets</a>:</strong> Free to use, but lacking a commercial standard of support. </li>
</ul>
<h3>Native Commercial SharePoint Timesheets</h3>
<p>Today we are starting with Commercial Native SharePoint Timesheets, with the other 2 categories in separate posts over the coming few days. When we finish there will also be a PDF covering all the options, which you will be able to download for reference.</p>
<p>In this category we are looking at applications which are built in SharePoint and available commercially (i.e. you are going to have to pay for them).</p>
<p>If SharePoint is key to your IT infrastructure then the advantages of having a “native” SharePoint Timesheet application are easy to see.&#160; You are leveraging your existing IT investment, allowing people to record time in the familiar SharePoint interface and storing your data in the central SharePoint data repository.</p>
<h4>SPTimesheet (1st Thinking)</h4>
<p><a href="http://1stthinking.com/products/sptimesheet/default.aspx" rel="nofollow" target="_blank">Product Homepage</a></p>
<blockquote><p>SPTimesheet is the first 100% SharePoint based time tracking management solution. With SPTimesheet you are able to fully leverage your existing investment in SharePoint while benefiting from a feature rich powerful time tracking solution.</p>
</blockquote>
<p>Pricing is per user and starts at $1000 for 20 users.</p>
<h4>Time Management (EPM Live)</h4>
<p><a href="http://www.workengine.com/Product/Capabilities/Time-Management.aspx" rel="nofollow" target="_blank">Product Homepage</a></p>
<blockquote><p>Understand the full effort associated with the execution of any work item. Reduce organization costs by re-aligning employees to improve deliverables and improve employee productivity and performance. Understand historical data to create precise future estimates and quotations.</p>
</blockquote>
<p>This is part of the EPM ‘Work Engine’ which “expands the capabilities of SharePoint with a whole raft of common business applications for you to pick and choose from”.</p>
<p>Pricing – is not clear from the website, however this is firmly positioned as an Enterprise solution, which may give some clue as to where pricing is likely to fall.</p>
<h4>Timetracking for SharePoint 2010 (NowShare)</h4>
<p><a href="http://www.nowshare.com/EN/products/BusinessProductivityTools/Pages/TimeTrackingforSharePoint2010.aspx" rel="nofollow" target="_blank">Product Homepage</a></p>
<blockquote><p>Our application “TimeTracking for SharePoint 2010” offers you a professional time tracking tool. It simplifies the time registration on different tasks or projects, also with your iPhone while travelling. The instantaneous commenting simplifies the documentation of the accomplished tasks.</p>
</blockquote>
<p>Pricing starts from $1600 for a 10 user license.</p>
<h4><a href="http://www.pentalogic.net/sharepoint-products/teamtime">SharePoint TeamTime (Pentalogic Technology)</a></h4>
<p><a href="http://www.pentalogic.net/sharepoint-products/teamtime" target="_blank">Product Homepage</a></p>
<p>This is of course our own offering:</p>
<blockquote><p>A simple SharePoint time tracking application.&#160; Time is entered through a punch card or a traditional grid. The Team Dashboard shows what everyone is working on now, a breakdown of work this week and timesheets awaiting approval. Powerful reporting and analysis with Export to Excel gives an overview of the big picture. All in a ready-to-use SharePoint site.</p>
</blockquote>
<p>Pricing – $995 per server.</p>
<p>That rounds off the commercial SharePoint timesheet applications.&#160; If you know of one we’ve missed, please share!</p>
<p>In our next post we will be looking at <a href="http://blog.pentalogic.net/2011/11/sharepoint-timesheets-plug-in-commercial-solutions/">Plug-In commercial TimeSheet solutions</a>.</p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/nlEkQ28ymlQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/10/sharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/10/sharepoint-timesheets-what-are-your-options-part-1-native-commercial-solutions/</feedburner:origLink></item>
		<item>
		<title>SharePoint Questions: MSDN versus Stack Exchange</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/hTcjN-68Few/</link>
		<comments>http://blog.pentalogic.net/2011/10/sharepoint-questions-msdn-versus-stack-exchange/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 15:56:00 +0000</pubDate>
		<dc:creator>Stuart Pegg</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint Overfow]]></category>
		<category><![CDATA[SharePoint Stack Exchange]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2571</guid>
		<description><![CDATA[Which of the Q&#038;A sites is best for getting answers to your SharePoint questions?]]></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%2F2011%2F10%2Fsharepoint-questions-msdn-versus-stack-exchange%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F10%2Fsharepoint-questions-msdn-versus-stack-exchange%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>SharePoint is an enormous heaving behemoth of machinery; full of spinning cogs, churning engines, and peculiar dials. We’ve all worked with parts of it, but not even those that created it understand all of its inner workings.</p>
<p>So where do we go when the wheel that goes ‘whir’ is going ‘squeakity’? Or when we’re having trouble bolting on some shiny new levers? What we need is an expert in that area.</p>
<p>Two likely candidates for finding yourself an expert are:</p>
<ul>
<li>The <a href="http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint2010,sharepoint/" target="_blank">MSDN SharePoint forums</a> (MSDN): A SharePoint specific branch of the MSDN forums; a staple of the Microsoft Support offering for the past 7 years </li>
<li><a href="http://sharepoint.stackexchange.com/" target="_blank">SharePoint Stack Exchange</a> (SPSE): A community-created sister site to Stack Overflow, whose rebirth into the new Stack Exchange engine (which I’ve <a href="http://blog.pentalogic.net/2011/03/your-sharepoint-community-needs-you/" target="_blank">blogged about previously</a>) culminated in a re-launch on its 2 year anniversary last month </li>
</ul>
<h3>All about Questions and Answers</h3>
<p>So where does everyone else go to post their questions? A quick glance at the number of questions on each in the last 24 hours* is quite revealing:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/10/MSDNvSPSEquestions.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="MSDNvSPSE questions" border="0" alt="MSDNvSPSE questions" src="http://blog.pentalogic.net/wp-content/uploads/2011/10/MSDNvSPSEquestions_thumb.png" width="470" height="353" /></a></p>
<p>The MSDN forums have had over 10 times the amount of questions in the same times period, across its various forums. SPSE is clearly the underdog in terms of its volume of questions, and certainly in terms of traffic.</p>
<p>This is largely unsurprising, as most people will automatically go to Microsoft with their questions, and the MSDN forums are a long-standing staple of the Microsoft support process.</p>
<p>What’s more surprising, is the percentage of questions that are actually answered**:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/10/MSDNvSPSEAnswered.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="MSDNvSPSE Answered" border="0" alt="MSDNvSPSE Answered" src="http://blog.pentalogic.net/wp-content/uploads/2011/10/MSDNvSPSEAnswered_thumb.png" width="532" height="404" /></a> That’s a 64% answer rate on MSDN and a notably higher rate of 91% on SPSE. So why is there such a big difference? This boils down to two factors:</p>
<ul>
<li>The quality of the questions </li>
<li>The quality of the answers </li>
</ul>
<h3>Question quality</h3>
<p>Part of the difference in answer rate (and question quantity) is the different motivations behind the sites. MSDN’s goal is to help an individual person with their problem, whereas SPSE is built on Stack Exchange’s ethos of building a definitive FAQ on the subject; making it more likely you’ll find an answer to your question without even asking it.</p>
<p>When it comes to asking a question there’s unfortunately very few ways to improve how someone goes about it (short of Internet-based mind control rays). So the question quality is largely determined by how it is handled after it has been posted. This brings us to Moderation:</p>
<p><a href="http://blog.pentalogic.net/wp-content/uploads/2011/10/MSDNvSPSEmods.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="MSDNvSPSE mods" border="0" alt="MSDNvSPSE mods" src="http://blog.pentalogic.net/wp-content/uploads/2011/10/MSDNvSPSEmods_thumb.png" width="492" height="284" /></a>The mysterious fade effect isn’t entirely because I just found the ‘Gradient fill’ button; the MSDN SharePoint forums are moderated by the mysterious and unquantifiable force of Microsoft Support, and an unknown number of community moderators with their own pockets of influence.</p>
<p>In contrast, SPSE is moderated by <a href="http://sharepoint.stackexchange.com/about" target="_blank">three recognised members</a> of the community. Much like MSDN’s <a href="http://social.microsoft.com/Forums/en-US/reportabug/threads" target="_blank">Forum Issues forum</a>, SPSE has <a href="http://meta.sharepoint.stackexchange.com/" target="_blank">Meta</a> for contacting them, but it also has a <a href="http://chat.stackexchange.com/rooms/411/sharepoint" target="_blank">chat room</a> that can be used for <a href="http://chat.stackexchange.com/transcript/message/1031508#1031508" target="_blank">asking questions about questions</a>.</p>
<p>The final and most important effect on question quality is us (the community). Here are the ways we get involved in this process:</p>
<table border="0" cellspacing="0" cellpadding="2" width="581">
<tbody>
<tr>
<td valign="top" width="75"><strong></strong></td>
<td valign="top" width="172"><strong>MSDN</strong></td>
<td valign="top" width="332"><strong>SPSE</strong></td>
</tr>
<tr>
<td valign="top" width="75"><strong>Editing</strong></td>
<td valign="top" width="172">Moderators only</td>
<td valign="top" width="332">Anyone can <a href="http://sharepoint.stackexchange.com/faq#editing" target="_blank">suggest an edit</a>           <br />High reputation users can <a href="http://sharepoint.stackexchange.com/faq#reputation" target="_blank">approve suggestions</a></td>
</tr>
<tr>
<td valign="top" width="75"><strong>Reporting</strong></td>
<td valign="top" width="172">Anyone can Report Abuse</td>
<td valign="top" width="332">As MSDN, with additional dedicated <a href="http://sharepoint.stackexchange.com/review/" target="_blank">Review reports</a> and <a href="http://sharepoint.stackexchange.com/badges" target="_blank">achievements</a>           <br />High reputation users can <a href="http://sharepoint.stackexchange.com/faq#close" target="_blank">close questions</a></td>
</tr>
</tbody>
</table>
<p>This additional community contribution on SPSE has a noticeable effect on the quality of questions. Unfortunately this can lead to a much higher maintenance role for Moderators, which may not translate well to MSDN’s moderation processes.</p>
<h3>Answer quality</h3>
<p>The biggest factor in answer quality is of course the answerer: The quantity of experts on a site that may know about the problematic area, and the amount of everyday people who may have suffered the same problems in the past.</p>
<p>In terms of quantity, both sites have roughly the same number of responses (~3.5 per question***). Approximately 1.6 of these being proposed answers on SPSE; unfortunately the MSDN proposed answer rate isn’t available (except through checking each one of the 163K questions manually).</p>
<p>An important step is luring and identifying the experts, while also rewarding the everyday contributor:</p>
<table border="0" cellspacing="0" cellpadding="2" width="558">
<tbody>
<tr>
<td valign="top" width="133">&#160;</td>
<td valign="top" width="209"><strong>MSDN</strong></td>
<td valign="top" width="214"><strong>SPSE</strong></td>
</tr>
<tr>
<td valign="top" width="144"><strong>Points</strong></td>
<td valign="top" width="209"><a href="http://msdn.microsoft.com/en-US/ff395928.aspx#How_do_I_earn_points_" target="_blank">Recognition points</a></td>
<td valign="top" width="214"><a href="http://sharepoint.stackexchange.com/faq#reputation" target="_blank">Reputation</a></td>
</tr>
<tr>
<td valign="top" width="147"><strong>Awards</strong></td>
<td valign="top" width="209"><a href="http://msdn.microsoft.com/en-US/ff395928.aspx#How_do_I_earn_achievements" target="_blank">Achievements</a></td>
<td valign="top" width="214"><a href="http://sharepoint.stackexchange.com/badges" target="_blank">Badges</a></td>
</tr>
<tr>
<td valign="top" width="147"><strong>Incentives</strong></td>
<td valign="top" width="209"><a href="http://mvp.support.microsoft.com/gp/mvpfaqs" target="_blank">MVP</a> and <a href="https://www.microsoftcommunitycontributor.com/logon.aspx" target="_blank">MCC</a> programs</td>
<td valign="top" width="214">Increased site <a href="http://sharepoint.stackexchange.com/privileges" target="_blank">privileges</a></td>
</tr>
</tbody>
</table>
<p>Although very similar in other respects, the two sites use very different incentive methods. The prestigious MVP award and more commonplace MCC award are highly sought-after by experts (especially aspiring ones), and draw many people to the MSDN forums in search of widely-acknowledged recognition.</p>
<p>The incentives on SPSE take a slightly more understated route: As your reputation increases you become more trusted by the community, and hence the site. This increase in trust gives high-reputation users comparable abilities to moderators, purposefully blurring the boundaries.</p>
<p>Another important step is to make it easy for experts to find questions about their area of expertise. MSDN has 21 forums, each dedicated to a category of SharePoint. Between these forums there is fair bit of overlap, and moving misplaced posts is a continuous battle.</p>
<p>In SPSE the questions are all bundled together on a single page. While this would seem chaotic, the tag system thankfully mitigates most confusion, while allowing more flexibility. However, tags are even more open to misunderstanding and misuse than MSDN’s separate forums, leading to the addition of the ability for medium-reputation users to retag questions.</p>
<h3>Which site is best?</h3>
<p>As a person with a question, the above pie charts would seem to make it clear that SPSE is the best choice. However, it’s worth mentioning that the comparison is not as straightforward as it seems. Both sites have slightly different means of showing questions as answered, and SPSE has a built-in reputation incentive for marking your question as answered (possibly skewing the results).</p>
<p>As an expert, MSDN is like seeking your fortune in the Big City; you might see your name up in lights, maybe just make an honest living, or you might quietly disappear into anonymity. SPSE is more like staying in your home town; the rewards aren’t as dazzling, but they are more certain and (depending on your community-mindedness) possibly more satisfying.</p>
<p>So what’s the conclusion? Post on both of course! There’s no law against cross-posting questions on both sites, and experts are welcome wherever they go. In time you may find you prefer one or the other (which is likely to be a personal choice) but at least now you know what to expect from each.</p>
<p>&#160;</p>
<p><small>*SPSE numbers from <a href="http://area51.stackexchange.com/proposals/28921/sharepoint" target="_blank">Area51</a> (only overall total available), MSDN posts were manually counted for the 24 hour period prior to 11:00 13/10/11.</small></p>
<p><small>**SPSE numbers from <a href="http://area51.stackexchange.com/proposals/28921/sharepoint" target="_blank">Area51</a>, MSDN answered rate based on sum of forum totals on the <a href="http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint2010,sharepoint/" target="_blank">front page</a> as of 11:00 13/10/11.</small></p>
<p><small>***SPSE numbers are from the Data Explorer (sum of comments and answers), MSDN response rate based on sum of forum totals on the <a href="http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint2010,sharepoint/" target="_blank">front page</a> as of 11:00 13/10/11.</small></p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/hTcjN-68Few" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/10/sharepoint-questions-msdn-versus-stack-exchange/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/10/sharepoint-questions-msdn-versus-stack-exchange/</feedburner:origLink></item>
		<item>
		<title>New-SharePoint TeamTime: SharePoint Timesheets to go</title>
		<link>http://feeds.pentalogic.net/~r/pentalogic/~3/f1fErz0PqQo/</link>
		<comments>http://blog.pentalogic.net/2011/09/new-sharepoint-teamtime-sharepoint-timesheets-to-go/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 13:08:05 +0000</pubDate>
		<dc:creator>Clare</dc:creator>
				<category><![CDATA[SharePoint TeamTime]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Teamtime]]></category>

		<guid isPermaLink="false">http://blog.pentalogic.net/?p=2548</guid>
		<description><![CDATA[SharePoint TeamTime, a ready made SharePoint site for keeping track of your team's working time.]]></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%2F2011%2F09%2Fnew-sharepoint-teamtime-sharepoint-timesheets-to-go%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pentalogic.net%2F2011%2F09%2Fnew-sharepoint-teamtime-sharepoint-timesheets-to-go%2F&amp;source=pentalogic&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So here’s a new one for you.</p>
<p><a title="SharePoint TeamTime" href="http://www.pentalogic.net/sharepoint-products/teamtime">SharePoint TeamTime</a>: a nice and easy, ready to use timesheet and time tracking application for SharePoint.</p>
<p>We have been busy working on TeamTime all summer and now it’s very nearly ready to go.<br />
<iframe frameborder="0" height="315" src="http://www.youtube.com/embed/ohQQXQ6nM-c" width="420"></iframe></p>
<p><a title="SharePoint TeamTome" href="http://www.pentalogic.net/sharepoint-products/teamtime">TeamTime</a> is a native SharePoint application pre-built for you to simply add to your SharePoint site and start using with your team.</p>
<p>It offers you two methods of time entry:</p>
<ul>
<li>either a punch card, to let your record time as its happening by stopping and starting a timer,</li>
<li>or a traditional grid or timesheet if you prefer to enter all of your time at the end of the day or week.</li>
</ul>
<p>The team dashboard lets you see who is working on what right now, and to approve time already logged.</p>
<p>Then powerful and customizable reports and analysis give you an overview of work over time to help you answer questions like:</p>
<ul>
<li>What exactly has Bob been doing this month?</li>
<li>Who has been working on Project X?</li>
<li style="text-align: left;">How much time are we wasting on meetings?</li>
</ul>
<p>TeamTime is a bit of a departure for us.  Up until now we have concentrated creating SharePoint components: tools that you can use to help you get more out of SharePoint when building your own sites, applications and dashboards.</p>
<p>One of the great things about SharePoint is the ability it give end users and power users to build their own applications.  It can be great fun to see just what you can achieve with SharePoint and create something that is exactly tailored to your needs and your processes.</p>
<p>But equally sometimes you just need to quickly get your hands on something that just works and instantly solves your business problem, with no time or effort required from you.</p>
<p>Our research into <a title="SharePoint End User Adoption" href="http://www.pentalogic.net/sharepoint-knowledge-base/white-papers">SharePoint End User Adoption</a> showed us that getting a visible “quick win” with SharePoint: using SharePoint to rapidly and visibly address a business pain point can be one of the best ways of jump-starting user adoption of SharePoint.</p>
<p>Our experience with <a title="SharePoint Vacation Planner" href="http://www.pentalogic.net/sharepoint-knowledge-base/staff-vacation-planner">SharePoint Vacation Planner</a> taught us that sometimes you prefer to have someone else map SharePoint functionality on to business processes for you, rather than having to make that journey yourself.</p>
<p>All this made us think that you might welcome a ready to go SharePoint application that addresses one of the most common issues in any business: time tracking.</p>
<p>TeamTime has been built using a combination of out of the box SharePoint functionality and customized versions of our own web parts: <a title="PivotPoint Manual" href="http://www.pentalogic.net/sharepoint-products/pivotpoint">PivotPoint</a> and <a title="FilterPoint" href="http://www.pentalogic.net/sharepoint-products/filterpoint">FilterPoint</a>.  The development has provided us with some new challenges, particularly in the area of user interface design where we have had far more scope to express our creativity that we normally get when building components.  Could be dangerous!</p>
<p>Working our own components in to TeamTime has also given us a fresh perspective on them and some improvements have resulted – watch this space for a new version of FilterPoint.</p>
<p>We are now in the final stages of development and testing with TeamTime and the final version will be released very soon.</p>
<p>If you’d like to give it a whirl with our 30 day free trial then sign up here.</p>
<p><iframe frameborder="0" height="232" src="http://www.pentalogic.net/sharepoint-knowledge-base/sharepoint-teamtime-download" width="455"></iframe></p>
<img src="http://feeds.feedburner.com/~r/pentalogic/~4/f1fErz0PqQo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.pentalogic.net/2011/09/new-sharepoint-teamtime-sharepoint-timesheets-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.pentalogic.net/2011/09/new-sharepoint-teamtime-sharepoint-timesheets-to-go/</feedburner:origLink></item>
	</channel>
</rss>

