<?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.feedburner.com/~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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Springhouse Blog Updates</title>
	
	<link>http://blog.springhouse.com</link>
	<description>Springhouse Subject Matter Experts write blog posts about their areas of specialty.</description>
	<pubDate>Mon, 16 Nov 2009 20:58:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>40.040505</geo:lat><geo:long>-75.634253</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Springhouse" type="application/rss+xml" /><feedburner:emailServiceId>Springhouse</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>SQL Server 2008 Auditing</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/C0Ziq_gZ3gk/</link>
		<comments>http://blog.springhouse.com/index.php/2009/11/06/sql-server-2008-auditing/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:11:51 +0000</pubDate>
		<dc:creator>Andre Magni</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Database]]></category>

		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/index.php/2009/11/06/sql-server-2008-auditing/</guid>
		<description><![CDATA[In an era of increasingly concern regarding regulations and their impact in the production environment, auditing is one of the most important topics. And, SQL Server 2008 introduces a new SQL Server Audit feature. This post will not cover all the details of it, but it will give you an opportunity to taste it.
In a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "SQL Server 2008 Auditing", url: "http://blog.springhouse.com/index.php/2009/11/06/sql-server-2008-auditing/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F11%2F06%2Fsql-server-2008-auditing%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F11%2F06%2Fsql-server-2008-auditing%2F" height="61" width="51" /></a></div><p>In an era of increasingly concern regarding regulations and their impact in the production environment, auditing is one of the most important topics. And, SQL Server 2008 introduces a new SQL Server Audit feature. This post will not cover all the details of it, but it will give you an opportunity to taste it.</p>
<p>In a very simple way audit is about <strong>WHAT</strong> to log and <strong>WHERE</strong> to log. So, with that in mind, let’s define the three most import audit objects in SQL Server 2008:</p>
<ul>
<li><strong>Server Audit</strong>: defines <strong>WHERE</strong> the audit data should go. You can choose among file, Windows Security Log, and Windows Application Log.</li>
<li><strong>Server Audit Specification</strong>: defines <strong>WHICH</strong> server instance actions should be audited.</li>
<li><strong>Database Audit Specification</strong>: defines <strong>WHICH</strong> database actions should be audited.</li>
</ul>
<p>Let’s do it!! In this post we will use SQL Server Management Studio to create an example, keep in mind that you can also use Transact-SQL to create these objects.</p>
<p>Let’s start with a new Server Audit:</p>
<ol>
<li>Open SQL Server Management Studio, connect to your server, and expand the <strong>Security</strong>.</li>
<li>Right-click <strong>Audits</strong> and select <strong>New Audit…</strong></li>
<li>On Create Audit dialog box (figure 1) note that I have <strong>Queue delay</strong> is equals to <strong>0</strong>, configuring the audit to be synchronous. You can leave the default value of 1000 (1000 milliseconds) for an asynchronous option and to lessen performance impact. <a rel="lightbox" href="http://blog.springhouse.com/wp-content/uploads/blog01.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" src="http://blog.springhouse.com/wp-content/uploads/blog01-thumb.jpg" border="0" alt="BLog 0.1" width="244" height="159" /></a></li>
<li>Click <strong>OK</strong>.</li>
<li>Right-click the new Audit object and Enable it.</li>
</ol>
<p>Now that we know where the audit data will go, let&#8217;s create a <strong>Database Audit Specification.</strong></p>
<ol>
<li>Expand the database you want to create an audit specification on.</li>
<li>Expand <strong>Security</strong> and right-click <strong>New Database Audit Specification</strong>.</li>
<li>Configure the Audit to be audit object created previously, and add some actions. (see figure 2)</li>
<li>Click <strong>OK</strong>, and do not forget to enable it.<a rel="lightbox" href="http://blog.springhouse.com/wp-content/uploads/blog1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://blog.springhouse.com/wp-content/uploads/blog1-thumb.jpg" border="0" alt="BLog 1" width="244" height="68" /></a></li>
</ol>
<p>The steps to create a Server Audit Specification are almost the same.</p>
<p>Now that you have everything configured you can test it. And, to see the audit data you can use:</p>
<p><a rel="lightbox" href="http://blog.springhouse.com/wp-content/uploads/blog2.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://blog.springhouse.com/wp-content/uploads/blog2-thumb.jpg" border="0" alt="blog2" width="244" height="27" /></a></p>
<p>In a just few steps we created an audit solution. To know more about auditing:</p>
<ul>
<li><a href="http://guest.cvent.com/EVENTS/Info/Summary.aspx?i=cd21903d-faf3-452d-82b1-4641efcfcfa2">Join us @ ISACA Philadelphia Chapter this Tuesday, November 11th, 2009</a>.</li>
<li>Attended one of our classes: <a href="http://www.springhouse.com/course_catalog/schedule.asp?search=6158&amp;ClassID=6158&amp;utm_source=Blog&amp;utm_medium=link">6158</a> and <a href="http://www.springhouse.com/course_catalog/schedule.asp?search=6231&amp;ClassID=6231&amp;utm_source=Blog&amp;utm_medium=link">6231</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/dd392015.aspx">http://msdn.microsoft.com/en-us/library/dd392015.aspx</a></li>
<li>Post an question.</li>
</ul>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=SQL+Server+2008+Auditing&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F11%2F06%2Fsql-server-2008-auditing%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=C0Ziq_gZ3gk:I6mTvCWSt-A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=C0Ziq_gZ3gk:I6mTvCWSt-A:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=C0Ziq_gZ3gk:I6mTvCWSt-A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=C0Ziq_gZ3gk:I6mTvCWSt-A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=C0Ziq_gZ3gk:I6mTvCWSt-A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=C0Ziq_gZ3gk:I6mTvCWSt-A:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/C0Ziq_gZ3gk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/11/06/sql-server-2008-auditing/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/11/06/sql-server-2008-auditing/</feedburner:origLink></item>
		<item>
		<title>Some of the New Features of SharePoint 2010 – from SPC09</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/QENwdAPsnEQ/</link>
		<comments>http://blog.springhouse.com/index.php/2009/10/22/some-of-the-new-features-of-sharepoint-2010-from-spc09/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 17:41:38 +0000</pubDate>
		<dc:creator>Jeff Tincher</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[Review]]></category>

		<category><![CDATA[SharePoint 2010]]></category>

		<category><![CDATA[SPC09]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/index.php/2009/10/22/some-of-the-new-features-of-sharepoint-2010-from-spc09/</guid>
		<description><![CDATA[If you didn’t already know, this week is SharePoint Conference 2009 in Las Vegas. Three of Springhouse’s employees are there learning about all of the new features that will be part of SharePoint 2010.
Some bits and pieces of information from the conference have made their way back to our offices and I wanted to share [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Some of the New Features of SharePoint 2010 &#8211; from SPC09", url: "http://blog.springhouse.com/index.php/2009/10/22/some-of-the-new-features-of-sharepoint-2010-from-spc09/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F22%2Fsome-of-the-new-features-of-sharepoint-2010-from-spc09%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F22%2Fsome-of-the-new-features-of-sharepoint-2010-from-spc09%2F" height="61" width="51" /></a></div><p>If you didn’t already know, this week is <strong>SharePoint Conference 2009 in Las Vegas</strong>. Three of Springhouse’s employees are there learning about all of the new features that will be part of <strong>SharePoint 2010</strong>.</p>
<p>Some bits and pieces of information from the conference have made their way back to our offices and I wanted to share these with our readers.</p>
<p>So here we go!</p>
<p> </p>
<h3>Terminology: New Ways to Say the Same Thing</h3>
<p>Like with any new release, there comes new lingo, phrases, vocab, terminology, or even headaches (if you want to call it that). So get ready to re-learn some of the terminology used in previous versions of SharePoint and what the new terms will be.</p>
<p>Here are some examples:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="267" valign="top"><strong>Old Term</strong></td>
<td width="267" valign="top"><strong>New Term</strong></td>
</tr>
<tr>
<td width="267" valign="top">Business Intelligence</td>
<td width="267" valign="top">Insight</td>
</tr>
<tr>
<td width="267" valign="top">Collaboration</td>
<td width="267" valign="top">Community</td>
</tr>
<tr>
<td width="267" valign="top">Business Data Catalog (BDC)</td>
<td width="267" valign="top">Business Connectivity Services (BCS)</td>
</tr>
<tr>
<td width="267" valign="top">Content Management, ECM, and WCM</td>
<td width="267" valign="top">Content</td>
</tr>
<tr>
<td width="267" valign="top">Mash Up</td>
<td width="267" valign="top">Composition</td>
</tr>
</tbody>
</table>
<h3> </h3>
<h3>Changes to the Farm /Architecture / Taxonomy</h3>
<ul>
<li>Say goodbye to the <strong>SPP</strong>. That’s right, no more SSP. Most services are now consumable and sharable across web apps and even across farms.</li>
<li>There is now something known as the <strong>Metadata Terms</strong> <strong>store</strong>. Among other things, this means that a lot of the elements that were stored in galleries (site columns, content types, etc.) are no longer held hostage in their respective site collection silos. Create a site column or a content type once, and then reuse it throughout the entire web app (or farm, depending on your preference and the configuration). Good stuff, huh? This will be a significant timesaver!</li>
<li><strong>Records management</strong> can now happen right in the site collections, with or without a Records Center site. You can classify a document in a library as a &#8220;Record&#8221; and that will lock down pretty much everything about the document. Members can no longer edit/check-out, etc&#8230; You need elevated privileges to &#8220;un-classify&#8221; a record. Of course there is still a Records Center site template for enterprise scenarios.</li>
<li>No more performance-based recommendations of &lt;2000 items per list container. Lists and libraries now support tens of millions of items.</li>
</ul>
<p><strong></strong></p>
<h3>Ubiquity: Having a presence everywhere</h3>
<p><strong>Wikis are now everywhere</strong>, and they&#8217;re a pretty far cry from the embarrassment they were in MOSS 2007. As one example, Team Sites now employ a wiki web part on their default landing page. The ability to construct relationships between the wiki pages and elements are now GUI driven. You can still use the double brackets to hyperlink a term, but it immediately brings up a navigation element so that you can browse to other pages, images, or whatever you want to link to.</p>
<p><strong>Ratings are everywhere.</strong> Looks like SharePoint is finally bringing in a little more of the social aspect by allowing users to rate items within SharePoint, such as: Document libraries, blog posts, etc. It&#8217;s the tried and true 5-star layout that everybody is used to. These ratings then become metadata, obviously, so they can be used as criteria for searches, for workflow actions, etc.</p>
<p><strong>The ribbon is also everywhere</strong>. It is contextual, customizable, even removable&#8230;but out of the box - it&#8217;s there, it’s everywhere!</p>
<p><strong>Tag! Your It!</strong> You can tag pretty much anything (documents, blog posts, images, people&#8217;s MySite, etc&#8230;) Your tags automatically aggregate on your MySite. And yes - there are now OOB tag cloud web parts.</p>
<h3> </h3>
<h3>Excel 2010 and Excel Services</h3>
<ul>
<li>No need to name ranges or define parameters if you want to make areas of the worksheet &#8220;editable&#8221; in an EWA web part. Plus, in an EWA web part, you can change cell values right in the grid. No more of that parameter box over on the right side of the web part.</li>
<li>Many of the EWA restrictions from the prior version have been removed (spreadsheets with&#8230;.. embedded images are ok, query tables are ok, macros are ok, VBA code is OK, etc&#8230;)</li>
<li>Sparklines (little micro charts mainly for trend analysis) and <strong>Slicers</strong> (yet another filtering option with Excel) are pretty cool. The screen cap below hardly does them justice, but displays a little bit of what they&#8217;re about.<a rel="lightbox" href="http://blog.springhouse.com/wp-content/uploads/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" src="http://blog.springhouse.com/wp-content/uploads/image-thumb.png" border="0" alt="image" width="361" height="212" /></a></li>
<li>You don&#8217;t need a pivot table in order to construct a pivot chart. You can just create a pivot chart straight from the data!</li>
</ul>
<h3>Finding What You Want…Search Improvements</h3>
<p><em>drum roll please……</em><strong>YES!</strong> There is now a <strong>wildcard search</strong> baked in! (Was that cheer louder than when the Phillies made it to the World Series??)</p>
<ul>
<li><strong>The relevance algorithm is more configurable in the UI.</strong> In other words, you now have a lot more than just keywords, best bets, and site promotion/demotion that you can tweak in order to improve (or wreak havoc upon) your search results.</li>
<li><strong>There are some aspects of semantic search in the FAST product.</strong> Microsoft demoed searching from a dashboard page by moving sliders around inside of a chart web part. Different products (along with their details) would surface below the chart, based on where the sliders were placed. The sliders were ostensibly sending different values (price, reorder levels, etc) to the connected data, and then returning query results based on the filtering. Don&#8217;t know if that description makes any sense or not, but it was cool when I saw it <img src='http://blog.springhouse.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
<p><strong>People Search:</strong></p>
<ul>
<li> 
<ul>
<li>Phonetic name matching and nickname matching for people search. e.g. “jon coughman” finds “Jonathan kaufman”  “shartam mikellsen” finds “kjartan mikkelsen”</li>
<li>Query suggestions mined from search logs</li>
<li>Self Search – to drive people to participate content. Vanity search and you have richer options to manage how to improve your personal search profile</li>
</ul>
</li>
<p>Ok, so that’s what we’ve uncovered so far from our travels to Las Vegas and the SharePoint Conference.  I’ll be pulling some additional information together over the next few weeks so stay tuned for more updates!</ul>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Some+of+the+New+Features+of+SharePoint+2010+%26ndash%3B+from+SPC09&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F22%2Fsome-of-the-new-features-of-sharepoint-2010-from-spc09%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=QENwdAPsnEQ:x8lUZHkth6Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QENwdAPsnEQ:x8lUZHkth6Y:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QENwdAPsnEQ:x8lUZHkth6Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QENwdAPsnEQ:x8lUZHkth6Y:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QENwdAPsnEQ:x8lUZHkth6Y:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=QENwdAPsnEQ:x8lUZHkth6Y:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/QENwdAPsnEQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/10/22/some-of-the-new-features-of-sharepoint-2010-from-spc09/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/10/22/some-of-the-new-features-of-sharepoint-2010-from-spc09/</feedburner:origLink></item>
		<item>
		<title>SharePoint 2007 Exposed - Live Demo in Pittsburgh 10-29-09</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/6AiruuweOg0/</link>
		<comments>http://blog.springhouse.com/index.php/2009/10/11/sharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 13:14:15 +0000</pubDate>
		<dc:creator>Jeff Tincher</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[SharePoint Tips and Tricks]]></category>

		<category><![CDATA[Collaboration]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/?p=927</guid>
		<description><![CDATA[
Hello Pittsburgh!! Are you ready to get exposed? Check out this upcoming event &#8212; SharePoint Exposed &#8212; a complimentary live demo of the product by our SharePoint gurus. That&#8217;s right, we are bringing our &#8220;sold out in Philly&#8221; event to Pittsburgh on October 29th.
Learn how SharePoint 2007 can help your organization increase efficiency and productivity!

How would [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "SharePoint 2007 Exposed - Live Demo in Pittsburgh 10-29-09", url: "http://blog.springhouse.com/index.php/2009/10/11/sharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F11%2Fsharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F11%2Fsharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09%2F" height="61" width="51" /></a></div><p><strong><a href="http://blog.springhouse.com/wp-content/uploads/s3_sharepoint-logo.png"><img class="size-full wp-image-928 alignnone" title="s3_sharepoint-logo" src="http://blog.springhouse.com/wp-content/uploads/s3_sharepoint-logo.png" alt="s3_sharepoint-logo" width="385" height="105" /></a></strong></p>
<p><strong>Hello Pittsburgh!! Are you ready to get exposed?</strong> Check out this upcoming event &#8212; <strong>SharePoint Exposed</strong> &#8212; a complimentary live demo of the product by our SharePoint gurus. That&#8217;s right, we are bringing our &#8220;sold out in Philly&#8221; event to Pittsburgh on October 29th.</p>
<p class="MsoNormal" style="line-height: 150%;"><strong>Learn how SharePoint 2007 can help your organization increase efficiency and productivity!<br />
</strong><span style="line-height: 150%; font-family: Verdana,sans-serif; color: black; font-size: 9pt;"><br />
How would you like to&#8230;. </span></p>
<ul type="disc">
<li class="MsoNormal" style="line-height: 150%; color: black;">Cut costs directly affecting your bottom line</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Enable your workforce to be more productive</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Allow more content control through your organization</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Transform organizational information into transferable knowledge</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Turn unstructured data into findable usable knowledge</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Connect people with information and expertise</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Streamline business processes</li>
<li class="MsoNormal" style="line-height: 150%; color: black;">Allow real time visibility into business critical data</li>
</ul>
<p style="text-align: justify;">For additional information and to register visit click the button</p>
<p><a href="http://s3sharepoint1029-blog.eventbrite.com" target="_blank"><img class="alignnone size-full wp-image-924" title="registerbutton" src="http://blog.springhouse.com/wp-content/uploads/registerbutton.png" alt="registerbutton" width="140" height="25" /></a></p>
<p>We also have a <a href="http://s3epm1029-blog.eventbrite.com" target="_blank">Project Server Exposed </a>event the same day.</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=SharePoint+2007+Exposed+-+Live+Demo+in+Pittsburgh+10-29-09&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F11%2Fsharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=6AiruuweOg0:OOKNGf8x0zc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=6AiruuweOg0:OOKNGf8x0zc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=6AiruuweOg0:OOKNGf8x0zc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=6AiruuweOg0:OOKNGf8x0zc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=6AiruuweOg0:OOKNGf8x0zc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=6AiruuweOg0:OOKNGf8x0zc:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/6AiruuweOg0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/10/11/sharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/10/11/sharepoint-2007-exposed-live-demo-in-pittsburgh-10-29-09/</feedburner:origLink></item>
		<item>
		<title>Project Server Exposed Pittsburgh - Complimentary Event 10/29/09</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/YGWKvutjpkk/</link>
		<comments>http://blog.springhouse.com/index.php/2009/10/09/project-server-exposed-pittsburgh-complimentary-event-102909/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 20:00:44 +0000</pubDate>
		<dc:creator>Jeff Tincher</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Microsoft Project]]></category>

		<category><![CDATA[Portfolio Server]]></category>

		<category><![CDATA[Project Management]]></category>

		<category><![CDATA[Project Server]]></category>

		<category><![CDATA[MS Project]]></category>

		<category><![CDATA[PMP]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/?p=922</guid>
		<description><![CDATA[
Ok Pittsburgh, &#8220;yins&#8221; got your Steelers now get &#8220;Exposed&#8221; to Project Server!
Springhouse Education and Consulting Services along with Softmart will be presenting a half-day summit covering MS Project, Project Server 2007 and Portfolio Server.
You will see how to:

Better forecast and manage cost variances with technology tools
View and Communicate across project plans, programs and portfolios
Leverage Microsoft [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Project Server Exposed Pittsburgh - Complimentary Event 10/29/09", url: "http://blog.springhouse.com/index.php/2009/10/09/project-server-exposed-pittsburgh-complimentary-event-102909/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F09%2Fproject-server-exposed-pittsburgh-complimentary-event-102909%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F09%2Fproject-server-exposed-pittsburgh-complimentary-event-102909%2F" height="61" width="51" /></a></div><p><a href="http://blog.springhouse.com/wp-content/uploads/s3_projectserver-logo.png"><img class="size-full wp-image-923 alignnone" title="S3 Project Server Exposed" src="http://blog.springhouse.com/wp-content/uploads/s3_projectserver-logo.png" alt="S3 Project Server Exposed" width="345" height="102" /></a></p>
<p><strong>Ok Pittsburgh, &#8220;yins&#8221; got your Steelers now get &#8220;Exposed&#8221; to Project Server!</strong></p>
<p><a href="http://www.springhouse.com/?utm_source=Blog" target="_blank">Springhouse Education and Consulting Services</a> along with Softmart will be presenting a half-day summit covering MS Project, Project Server 2007 and Portfolio Server.</p>
<p class="MsoNormal" style="text-align: justify;">You will see how to:</p>
<ul>
<li>Better forecast and manage cost variances with technology tools</li>
<li>View and Communicate across project plans, programs and portfolios</li>
<li>Leverage Microsoft SharePoint Services to manage workflows and collaborate across your Project teams</li>
</ul>
<p>For additional information and to register visit click the button</p>
<p><a href="http://s3epm1029-blog.eventbrite.com" target="_blank"><img class="alignnone size-full wp-image-924" title="registerbutton" src="http://blog.springhouse.com/wp-content/uploads/registerbutton.png" alt="registerbutton" width="140" height="25" /></a></p>
<p>We also have a <a href="http://s3sharepoint1029-blog.eventbrite.com" target="_blank">SharePoint 2007 Exposed </a>event the same day.</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Project+Server+Exposed+Pittsburgh+-+Complimentary+Event+10%2F29%2F09&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F10%2F09%2Fproject-server-exposed-pittsburgh-complimentary-event-102909%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=YGWKvutjpkk:K_LLsedfO2o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=YGWKvutjpkk:K_LLsedfO2o:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=YGWKvutjpkk:K_LLsedfO2o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=YGWKvutjpkk:K_LLsedfO2o:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=YGWKvutjpkk:K_LLsedfO2o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=YGWKvutjpkk:K_LLsedfO2o:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/YGWKvutjpkk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/10/09/project-server-exposed-pittsburgh-complimentary-event-102909/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/10/09/project-server-exposed-pittsburgh-complimentary-event-102909/</feedburner:origLink></item>
		<item>
		<title>Organization Chart Data from Visio 2007</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/PnOyXTRGhas/</link>
		<comments>http://blog.springhouse.com/index.php/2009/09/11/organization-chart-data-from-visio-2007/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 19:26:11 +0000</pubDate>
		<dc:creator>Sheri Trine</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Chart]]></category>

		<category><![CDATA[OrgChart]]></category>

		<category><![CDATA[Visio]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/index.php/2009/09/11/organization-chart-data-from-visio-2007/</guid>
		<description><![CDATA[So you created an organization chart in Visio using the Organization Chart template.  Now the boss needs a spreadsheet of how many people report to each department head.  You do not have to recreate the wheel!  Visio will do this for you.
There are reports in Visio that export directly to Excel.  [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Organization Chart Data from Visio 2007", url: "http://blog.springhouse.com/index.php/2009/09/11/organization-chart-data-from-visio-2007/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F09%2F11%2Forganization-chart-data-from-visio-2007%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F09%2F11%2Forganization-chart-data-from-visio-2007%2F" height="61" width="51" /></a></div><p>So you created an organization chart in <strong>Visio</strong> using the <strong>Organization Chart</strong> template.  Now the boss needs a spreadsheet of how many people report to each department head.  You do not have to recreate the wheel!  Visio will do this for you.</p>
<p>There are reports in Visio that export directly to Excel.  With no additional data in your organization chart other than the name of the person, you can send this information to Excel.</p>
<p>Go to:  <strong>Data</strong> / <strong>Reports</strong>&#8230;.</p>
<p>This displays reports within Visio that are based off the Organization Chart format (or from whatever template your drawing was created).</p>
<p><img style="WIDTH: 383px; HEIGHT: 331px" alt="Image" src="http://blog.springhouse.com/wp-content/uploads/image-13.jpg" width="442" height="382" /></p>
<p>&nbsp;</p>
<p>I selected the <strong>Organization Chart Report</strong>.  It then asks what software you wish to export to.  I selected <strong>Excel</strong>. </p>
<p>&nbsp;</p>
<p><img alt="Image" src="http://blog.springhouse.com/wp-content/uploads/image-14.jpg" width="443" height="155" /></p>
<p>(Note:  I did hide rows on this report where the <strong>Number of direct reports</strong> was zero)</p>
<p>Without having to create the spreadsheet on your own, the data was quickly compiled and ready to publish.</p>
<p>If you want to learn some other tips regarding Visio or other topics, Springhouse offers 1 hour free seminars, called <strong><u>ILearn</u></strong>.  Go to <a href="http://www.springhouse.com/ilearn">www.springhouse.com/ilearn</a> to see our current listing of lunch time seminars or browse our website (<a href="http://www.springhouse.com">www.springhouse.com</a>) to see our other training and consulting services.</p>
<p>Hope this blog helped you save some time!</p>
<p>~~~Sheri</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Organization+Chart+Data+from+Visio+2007&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F09%2F11%2Forganization-chart-data-from-visio-2007%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=PnOyXTRGhas:5qmRpoZ2QtA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=PnOyXTRGhas:5qmRpoZ2QtA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=PnOyXTRGhas:5qmRpoZ2QtA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=PnOyXTRGhas:5qmRpoZ2QtA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=PnOyXTRGhas:5qmRpoZ2QtA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=PnOyXTRGhas:5qmRpoZ2QtA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/PnOyXTRGhas" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/09/11/organization-chart-data-from-visio-2007/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/09/11/organization-chart-data-from-visio-2007/</feedburner:origLink></item>
		<item>
		<title>Project Server Exposed – Live in DC / Reston VA</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/AHXCWQy9i6E/</link>
		<comments>http://blog.springhouse.com/index.php/2009/08/24/project-server-exposed-live-in-dc-reston-va/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:32:48 +0000</pubDate>
		<dc:creator>Jeff Tincher</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Microsoft Project]]></category>

		<category><![CDATA[Portfolio Server]]></category>

		<category><![CDATA[Project Management]]></category>

		<category><![CDATA[Project Server]]></category>

		<category><![CDATA[Project Portfolio Server]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/index.php/2009/08/24/project-server-exposed-live-in-dc-reston-va/</guid>
		<description><![CDATA[Springhouse is bringing it’s Live Demo of the Microsoft Enterprise Project Management Solution to the DC/Reston area in September. This is a full day event that will cover MS Project, Project Server 2007 and Portfolio Server. 
Those that attend this event will leave with the understanding of the following:

Better forecast and manage cost variances with [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Project Server Exposed &#8211; Live in DC / Reston VA", url: "http://blog.springhouse.com/index.php/2009/08/24/project-server-exposed-live-in-dc-reston-va/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F24%2Fproject-server-exposed-live-in-dc-reston-va%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F24%2Fproject-server-exposed-live-in-dc-reston-va%2F" height="61" width="51" /></a></div><p>Springhouse is bringing it’s Live Demo of the <strong>Microsoft Enterprise Project Management Solution</strong> to the DC/Reston area in September. This is a full day event that will cover MS Project, Project Server 2007 and Portfolio Server. </p>
<p>Those that attend this event will leave with the understanding of the following:</p>
<ul>
<li>Better forecast and manage cost variances with technology tools </li>
<li>View and Communicate across project plans, programs and portfolios </li>
<li>Leverage Microsoft SharePoint Services to manage workflows and collaborate across your Project teams </li>
</ul>
<p>You can learn about this event and other events by visiting <a href="http://www.springhouse.com/events/?utm_source=Blog&amp;utm_medium=link&amp;utm_campaign=Events">Springhouse’s Upcoming Events page</a>. Also, Springhouse offers many courses, both instructor-led and remote learning, on Project Management and PMP Certification. <a href="http://www.springhouse.com/project-management/training/?utm_source=Blog">Visit Springhouse.com to learn more about our Project Classes.</a></p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Project+Server+Exposed+%26ndash%3B+Live+in+DC+%2F+Reston+VA&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F24%2Fproject-server-exposed-live-in-dc-reston-va%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=AHXCWQy9i6E:4AXQwgb0io0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=AHXCWQy9i6E:4AXQwgb0io0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=AHXCWQy9i6E:4AXQwgb0io0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=AHXCWQy9i6E:4AXQwgb0io0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=AHXCWQy9i6E:4AXQwgb0io0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=AHXCWQy9i6E:4AXQwgb0io0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/AHXCWQy9i6E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/08/24/project-server-exposed-live-in-dc-reston-va/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/08/24/project-server-exposed-live-in-dc-reston-va/</feedburner:origLink></item>
		<item>
		<title>Tuesday Take Offs! Training Discounts on Select Courses</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/pLgLjF-gkcs/</link>
		<comments>http://blog.springhouse.com/index.php/2009/08/18/tuesday-take-offs-training-discounts-on-select-courses/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 20:38:14 +0000</pubDate>
		<dc:creator>Jeff Tincher</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[Promotions]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Training]]></category>

		<category><![CDATA[tuesday take offs]]></category>

		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/?p=913</guid>
		<description><![CDATA[Economy woes effecting your wallet or even your business budgets?
Probably. 
Seems like everywhere you look or listen you are learning more about the hardships of business and individuals feeling the effects of a poor economy. Take off the stress of these hardships and read the rest of my post and learn about how Springhouse can [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Tuesday Take Offs! Training Discounts on Select Courses", url: "http://blog.springhouse.com/index.php/2009/08/18/tuesday-take-offs-training-discounts-on-select-courses/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F18%2Ftuesday-take-offs-training-discounts-on-select-courses%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F18%2Ftuesday-take-offs-training-discounts-on-select-courses%2F" height="61" width="51" /></a></div><p>Economy woes effecting your wallet or even your business budgets?</p>
<p><em>Probably. </em></p>
<p><a href="http://blog.springhouse.com/wp-content/uploads/tuesday-take-offs.jpg"><img class="alignright size-full wp-image-914" style="border: 0pt none; margin: 10px;" title="tuesday-take-offs" src="http://blog.springhouse.com/wp-content/uploads/tuesday-take-offs.jpg" alt="tuesday-take-offs" width="154" height="91" /></a>Seems like everywhere you look or listen you are learning more about the hardships of business and individuals feeling the effects of a poor economy. <em>Take off</em> the stress of these hardships and read the rest of my post and learn about how Springhouse can help lessen the burden on your wallet, purse and even your corporate training budget. We&#8217;re hoping for a WIN-WIN situation!</p>
<p><strong>Introducing Tuesday Take Offs</strong></p>
<p>We started a weekly discount program about a month ago to give our customers and students a <strong><em>little extra OFF </em></strong>the costs of select training classes that we post on our website and link it to social media sites like <a title="Follow Springhouse on Twitter and receive weekly 20% promo codes for IT Training" href="http://twitter.com/SpringhouseEduc" target="_blank">Twitter</a> and <a title="Become a Fan of Springhouse on Facebook" href="http://www.facebook.com/SpringhouseEducation" target="_blank">Facebook</a>. We then tweet a new URL each Tuesday with a promotion code and a listing of scheduled classes that are guaranteed to run for the next two weeks. You&#8217;ll have until Friday (4 days) to register for these select courses to receive up to 20% the listed price. (<em>Promotional code cannot be combined with other promotions, discounts, coupons.</em>) So <a title="Follow Springhouse on Twitter and receive weekly 20% promo codes for IT Training" href="http://twitter.com/SpringhouseEduc" target="_blank">follow SpringhouseEduc on Twitter</a> or <a title="Become a Fan of Springhouse on Facebook" href="http://www.facebook.com/SpringhouseEducation" target="_blank">become a fan of Springhouse on Facebook</a> to receive these weekly updates!</p>
<p>Some of the classes we currently have listed this week are <strong>MS Office courses</strong> (Word, PowerPoint, Excel), a few <strong>SharePoint </strong>classes and an <strong>ITIL </strong>class. <em>(I&#8217;d post the link but it&#8217;s for followers and fans of Springhouse, so become one today!)</em></p>
<p><strong>Training from your Office or Home</strong></p>
<p><a href="http://www.springhouse.com/connect"><img class="alignright size-full wp-image-915" title="springhouse-connect-small" src="http://blog.springhouse.com/wp-content/uploads/springhouse-connect-small.gif" alt="springhouse-connect-small" width="130" height="51" /></a>You might be thinking&#8230;&#8221;<em>well I don&#8217;t live near Exton, PA (Philadelphia)</em>&#8220;. No worries. There no longer is a need to travel for training, we&#8217;ve got you covered there as well via <strong>Springhouse CONNECT</strong>, our Remote Learning System that connects you via the web and phone to our live classroom training and real instructor. Each of our scheduled classes are eligible for Springhouse CONNECT (space permitting) and you have the option of checking a box to indicate your interest during class registration.</p>
<p>You can <a title="Take a IT Class via Springhouse CONNECT - Remote Learning System" href="http://www.springhouse.com/connect/?utm_source=Blog&amp;utm_medium=link">learn more and register for a class via Springhouse CONNECT today</a>.</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Tuesday+Take+Offs%21+Training+Discounts+on+Select+Courses&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F18%2Ftuesday-take-offs-training-discounts-on-select-courses%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=pLgLjF-gkcs:n8wNq5BovNA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=pLgLjF-gkcs:n8wNq5BovNA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=pLgLjF-gkcs:n8wNq5BovNA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=pLgLjF-gkcs:n8wNq5BovNA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=pLgLjF-gkcs:n8wNq5BovNA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=pLgLjF-gkcs:n8wNq5BovNA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/pLgLjF-gkcs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/08/18/tuesday-take-offs-training-discounts-on-select-courses/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/08/18/tuesday-take-offs-training-discounts-on-select-courses/</feedburner:origLink></item>
		<item>
		<title>Reviewing the 70-680 Windows 7, Configuring Exam</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/XLd62VD8xQk/</link>
		<comments>http://blog.springhouse.com/index.php/2009/08/14/reviewing-the-70-680-windows-7-configuring-exam/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 19:16:24 +0000</pubDate>
		<dc:creator>Victor Utz</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<category><![CDATA[Certifications]]></category>

		<category><![CDATA[Exams]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/?p=906</guid>
		<description><![CDATA[Well, first let me thank everyone for their support and start by saying I did pass the exam 70-680 Windows 7, Configuring.  I did want to take this chance to discuss my experience with the exam. I had previously written about Exam 70-680 Windows 7 Configuring now available.

To begin with, keep in mind that this [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Reviewing the 70-680 Windows 7, Configuring Exam", url: "http://blog.springhouse.com/index.php/2009/08/14/reviewing-the-70-680-windows-7-configuring-exam/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F14%2Freviewing-the-70-680-windows-7-configuring-exam%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F14%2Freviewing-the-70-680-windows-7-configuring-exam%2F" height="61" width="51" /></a></div><p>Well, first let me thank everyone for their support and start by saying I did pass the <a title="Exam 70-680 - Windows 7, Configuring" href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-680&amp;Locale=en-us" target="_blank"><strong>exam 70-680 Windows 7, Configuring</strong></a>.  I did want to take this chance to discuss my experience with the exam. I had previously written about <a title="Permanent Link to Exam 70-680 Windows 7 Configuring now available!" rel="bookmark" href="../index.php/2009/08/07/exam-70-680-windows7-available/">Exam 70-680 Windows 7 Configuring now available.<br />
</a></p>
<p><a href="http://blog.springhouse.com/wp-content/uploads/image-thumbs-up.jpg"><img class="alignright size-medium wp-image-908" style="border: 0pt none; margin: 10px;" title="Thumbs Up To Passing Exam 70-680" src="http://blog.springhouse.com/wp-content/uploads/image-thumbs-up-300x299.jpg" alt="Thumbs Up To Passing Exam 70-680" width="216" height="215" /></a>To begin with, keep in mind that this exam is intended to be a<strong> &#8220;full&#8221; Windows client software exam</strong>, and not just an upgrade from Vista or XP.  Therefore, there is the normal collection of questions that you would expect covering items like sharing permissions, installing printers, etc. and I would say that roughly 70% of the questions on my exam could be researched and answered using study materials for the <a href="http://www.amazon.com/s/ref=nb_ss?url=search-alias%3Daps&amp;field-keywords=exam+70-620&amp;x=0&amp;y=0" target="_blank">Windows Vista, Configuring exam 70-620</a>.</p>
<p>As far as Windows 7 specific content; If my test is any indication, you want to be very familiar with Internet Explorer 8.  There were 4 (out of 45) questions dealing with new IE8 security features.  For that I recommend working with IE8 and clicking the help on each feature so that you know you have a strong understanding of what each setting does.</p>
<p>I had 5 questions dealing with migration and 2 questions dealing with using the User State Migration Tool.  However, none of my migration questions involved the new DISM tool. They focused on use of Imagex and Windows PE.  That doesn&#8217;t mean that DISM wont be involved on each test but it should tell you that migration will probably be addressed on just about every exam.  A lot of the new features questions were more about concepts than specific files paths. For example, in one question would you make a new applocker rule or use the defaults to solve the situation stated.  But I did have one very precise question regarding configuring Branch Cache using a command prompt command.  I still don&#8217;t know where I would have gone to research the answer to that one.  But that type of question is to be expected. Just like the one asking how you view the automatically assigned IPv6 address on a client without using ipconfig.  I did know the answer to that but of course the solution takes about 6 more steps than just using ipconfig.</p>
<p>So overall, I would say to anyone looking to take this exam, grab the Sybex or <a href="http://www.amazon.com/s/ref=nb_ss?url=search-alias%3Daps&amp;field-keywords=exam+70-620&amp;x=0&amp;y=0" target="_blank">similar book for the exam 70-620 (Vista)</a> and study it well before navigating through the various web sources and white papers regarding Windows 7 if you are new to IT certifications for MS.  If you are already experienced with client software like Windows XP, you are probably best served by<a title="6291 Updating Your Technology Knowledge of Microsoft Windows XP to Windows 7 Beta" href="http://www.springhouse.com/course_catalog/schedule.asp?ClassID=6291&amp;utm_source=Blog&amp;utm_medium=link" target="_blank"> taking a class like the 6291 &#8220;Upgrading your IT skills from Win xp to Win 7 Beta&#8221;</a>.  We actually offer that class at Springhouse and the content is based on the Beta release but still relevant to the RTM version.  Of course that course will most likely be re-named with the Beta tag removed in the near future.</p>
<p>Based on what I have seen so far from our interaction with the IT community, there is a <strong>LOT </strong>of interest in fast, early adoption of Windows 7 and if you&#8217;re an IT pro looking to increase your marketability, Win7 certification could be a real nice addition to your resume.</p>
<p>Good luck on the exam.</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Reviewing+the+70-680+Windows+7%2C+Configuring+Exam&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F14%2Freviewing-the-70-680-windows-7-configuring-exam%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=XLd62VD8xQk:IuTcpZ7K0y0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=XLd62VD8xQk:IuTcpZ7K0y0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=XLd62VD8xQk:IuTcpZ7K0y0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=XLd62VD8xQk:IuTcpZ7K0y0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=XLd62VD8xQk:IuTcpZ7K0y0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=XLd62VD8xQk:IuTcpZ7K0y0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/XLd62VD8xQk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/08/14/reviewing-the-70-680-windows-7-configuring-exam/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/08/14/reviewing-the-70-680-windows-7-configuring-exam/</feedburner:origLink></item>
		<item>
		<title>Errg! How Do I Change the MS Outlook 2007 Stationary on Replies?</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/2V1UuS_7y5o/</link>
		<comments>http://blog.springhouse.com/index.php/2009/08/13/how-to-change-outlook-2007-stationary-color/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:37:06 +0000</pubDate>
		<dc:creator>Jeff Tincher</dc:creator>
		
		<category><![CDATA[Office Applications]]></category>

		<category><![CDATA[Outlook]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[Outlook 2007]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/?p=900</guid>
		<description><![CDATA[If you have found this blog post you most likely have been, or are currently in the same situation I have been in numerous times &#8212; replying to an email that was sent to me with stationary or background colors. Frustrating to say the least!
What happens if the stationary or background color is a dark [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Errg! How Do I Change the MS Outlook 2007 Stationary on Replies?", url: "http://blog.springhouse.com/index.php/2009/08/13/how-to-change-outlook-2007-stationary-color/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F13%2Fhow-to-change-outlook-2007-stationary-color%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F13%2Fhow-to-change-outlook-2007-stationary-color%2F" height="61" width="51" /></a></div><p>If you have found this blog post you most likely have been, or are currently in the same situation I have been in numerous times &#8212; <em>replying to an email that was sent to me with stationary or background colors</em>. Frustrating to say the least!</p>
<p>What happens if the stationary or background color is a dark blue and your &#8220;reply&#8221; font color is two shades of blue lighter?  It could be any combination of colors, but this is how I have things set up. So this is what things look like:</p>
<p><a href="http://blog.springhouse.com/wp-content/uploads/bluebackground1.jpg"><img class="alignnone size-full wp-image-903" title="bluebackground1" src="http://blog.springhouse.com/wp-content/uploads/bluebackground1.jpg" alt="bluebackground1" width="355" height="57" /></a></p>
<p>So here are <strong>three quick and simple steps</strong> to remove the background color or stationary on a message you are replying to or forwarding:</p>
<ol>
<li>Select the e-mail message, and then click <strong class="ui">Reply</strong>, <strong class="ui">Reply to All</strong>, or <strong class="ui">Forward</strong>.</li>
<li>On the <strong class="ui">Options</strong> tab, in the <strong class="ui">Themes</strong> group, click <strong class="ui">Page Color</strong>.<img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA101584061033" border="0" alt="Outlook Ribbon" /></li>
<li>Click <strong class="ui">No Color</strong>.</li>
</ol>
<p>That should do it for you!</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Errg%21+How+Do+I+Change+the+MS+Outlook+2007+Stationary+on+Replies%3F&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F13%2Fhow-to-change-outlook-2007-stationary-color%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=2V1UuS_7y5o:UQWkaC9BQZA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=2V1UuS_7y5o:UQWkaC9BQZA:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=2V1UuS_7y5o:UQWkaC9BQZA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=2V1UuS_7y5o:UQWkaC9BQZA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=2V1UuS_7y5o:UQWkaC9BQZA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=2V1UuS_7y5o:UQWkaC9BQZA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/2V1UuS_7y5o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/08/13/how-to-change-outlook-2007-stationary-color/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/08/13/how-to-change-outlook-2007-stationary-color/</feedburner:origLink></item>
		<item>
		<title>Outlook 2007 Calendar Tips</title>
		<link>http://feedproxy.google.com/~r/Springhouse/~3/QUav3BRxlN8/</link>
		<comments>http://blog.springhouse.com/index.php/2009/08/11/outlook-2007-calendar-tips/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 13:14:15 +0000</pubDate>
		<dc:creator>Sheri Trine</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Office Applications]]></category>

		<category><![CDATA[Outlook]]></category>

		<category><![CDATA[Calendaring]]></category>

		<category><![CDATA[Outlook 2007]]></category>

		<guid isPermaLink="false">http://blog.springhouse.com/index.php/2009/08/11/outlook-2007-calendar-tips/</guid>
		<description><![CDATA[So yesterday I talked about Outlook Email tips, so I decided there were some interesting things to mention about calendaring.
In the Outlook 2007 Email tips blog post I mentioned how to create an appointment from an email.
Here are some of my favorite calendar tips:
1. If you deal with multiple time zones, you can display a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Outlook 2007 Calendar Tips", url: "http://blog.springhouse.com/index.php/2009/08/11/outlook-2007-calendar-tips/" });</script>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F11%2Foutlook-2007-calendar-tips%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F11%2Foutlook-2007-calendar-tips%2F" height="61" width="51" /></a></div><p>So yesterday I talked about Outlook Email tips, so I decided there were some interesting things to mention about calendaring.</p>
<p>In the <a href="blog.springhouse.com/index.php/2009/08/10/outlook-2007-email-tips/">Outlook 2007 Email tips blog post</a> I mentioned how to create an appointment from an email.</p>
<p>Here are some of my favorite calendar tips:</p>
<p>1. If you deal with multiple time zones, you can display a total of 2 time zones when in Day or Week view. Right-click on the times that are displayed, select <strong>Change Time Zone</strong>. The top half of the window displays your time zone. Click the checkbox <strong>Show an additional time</strong> <strong>zone</strong>. Fill in the correct time zone and enter the <strong>Label</strong> of your choice.</p>
<p>2. If you don&#8217;t want to receive meeting request responses (possibly because it is a company wide meeting), on the <strong>Meeting</strong> tab in the <strong>Attendee</strong> grouping, click on the <strong>Responses</strong> button, uncheck <strong>Request Responses</strong>.</p>
<p><img src="http://blog.springhouse.com/wp-content/uploads/image-81.jpg" alt="Image" width="267" height="128" /></p>
<p>3. Send a reminder of the meeting by opening the original meeting, on the <strong>Meeting</strong> tab in the <strong>Attendee</strong> grouping, click on the <strong>Message to Attendees</strong> button, click on <strong>Reply to All with Message</strong>.</p>
<p><img src="http://blog.springhouse.com/wp-content/uploads/image-9.jpg" alt="Image" width="211" height="124" /></p>
<p>4. If you don&#8217;t want to figure out what the date for next Tuesday is, when selecting the date of the meeting, don&#8217;t click the down arrow, just type in the field: &#8220;next tuesday&#8221;!</p>
<p><img src="http://blog.springhouse.com/wp-content/uploads/image-10.jpg" alt="Image" width="241" height="55" /></p>
<p>press enter and&#8230;</p>
<p><img src="http://blog.springhouse.com/wp-content/uploads/image-111.jpg" alt="Image" width="239" height="55" /></p>
<p>Other examples: &#8220;tomorrow&#8221;, &#8220;3 weeks from today&#8221;, &#8220;one month from today&#8221;</p>
<p>5. You want to see the next 3 days, not the entire week nor just one day. In the calendar view on the To Do bar, hold down your mouse click and drag across the number of days you want to view.</p>
<p>6. If you deal with other countries that talk about the 33rd week, you can display the week number on your calendar (it will display on both the <strong>To Do</strong> bar as well as the month view of your calendar). Click on <strong>Tools</strong> / <strong>Options</strong>, click on the <strong>Calendar Options</strong> button, click the checkbox <strong>Show week numbers in the Month View and Date Navigator</strong>.</p>
<p><img src="http://blog.springhouse.com/wp-content/uploads/image-121.jpg" alt="Image" width="363" height="69" /></p>
<p>Guess those are my top ones for today. Read some of my other blog posts for other tips regarding Outlook, PowerPoint and Word.</p>
<p>Post some of your favorite tips in the comments section.</p>
<p>Have fun creating appointments and meetings!</p>
<p>Sheri</p>
<p><center>&copy; Please <a href="http://blog.springhouse.com">visit our blog </a> for more great content. This article is Copyright (C) 2009 Springhouse Education and Consulting Services</center></p>                        <p><a href="http://sharethis.com/item?&wp=2.7&amp;publisher=4601f241-06a5-4649-8df0-fdcd93fd7b95&amp;title=Outlook+2007+Calendar+Tips&amp;url=http%3A%2F%2Fblog.springhouse.com%2Findex.php%2F2009%2F08%2F11%2Foutlook-2007-calendar-tips%2F">ShareThis</a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Springhouse?a=QUav3BRxlN8:kbwQCL9ue4s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QUav3BRxlN8:kbwQCL9ue4s:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QUav3BRxlN8:kbwQCL9ue4s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QUav3BRxlN8:kbwQCL9ue4s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Springhouse?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Springhouse?a=QUav3BRxlN8:kbwQCL9ue4s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Springhouse?i=QUav3BRxlN8:kbwQCL9ue4s:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Springhouse/~4/QUav3BRxlN8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.springhouse.com/index.php/2009/08/11/outlook-2007-calendar-tips/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.springhouse.com/index.php/2009/08/11/outlook-2007-calendar-tips/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 1.236 seconds --><!-- Cached page served by WP-Cache -->
