<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Inspired By Technology</title>
	<link>http://www.inspiredbytechnology.com</link>
	<description>Sharing Knowledge</description>
	<lastBuildDate>Mon, 08 Aug 2011 17:28:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/InspiredByTech" /><feedburner:info uri="inspiredbytech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>InspiredByTech</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>XSLT How To: Reordering and Alternate Styling based on Position</title>
		<description>While XSLT is fantastic for organizing and styling XML, when it comes to manipulating the sequence of the information in a way other than basic sorting, it sort of comes up short. Specifically, it seems there isn’t a prepackaged way to grab an item, then simultaneously place it higher in the list and remove it from its original location. This simply cannot be accomplished with the &lt;xsl:sort&gt; element.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/iQ0oGVT5zqo" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/iQ0oGVT5zqo/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/08/08/xslt-how-to-reordering-and-alternate-styling-based-on-position/</feedburner:origLink></item>
	<item>
		<title>SharePoint 2010 – Creating a Content Query Web Part (CQWP) Link Target</title>
		<description>When you setup a CQWP and point to a Links List it allows you to define a few fields of data in the output: 'Title' and 'Link' (unless you have an image as part of your link). This is fine, however we also want to provide a target value. I'm sure there's way to hack at the webpart and do something creative with the XSL, however I've come up with a much simpler method using a calculated field.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/8qva2ZUAVDQ" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/8qva2ZUAVDQ/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/07/14/sharepoint-2010-creating-a-content-query-web-part-cqwp-link-target/</feedburner:origLink></item>
	<item>
		<title>Customizing the SharePoint 2010 Welcome Menu (PersonalActions)</title>
		<description>Creating a CustomAction is pretty easy, you just need to identify the GroupId and Location of the menu you wish to modify and then you're good to go. You even have a simple function called a URLAction where you can direct people to page when they click on your custom action. What isn't so obvious is if you actually wanted your application page to popup in a modal view. Here is the code I used to get this done.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/STOGJFOoeL0" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/STOGJFOoeL0/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/06/30/customizing-the-sharepoint-2010-welcome-menu-personalactions/</feedburner:origLink></item>
	<item>
		<title>Sharepoint Security: Minimum Rights Required to Check SPBasePermissions</title>
		<description>Recently I was tasked with securing an ASP Button on our Sharepoint 2010 portal using C#. What we needed was to check and see if the SPContext.Current.User had specific rights to an SPList, then display the button if they did.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/y1OlqH9Ukso" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/y1OlqH9Ukso/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/06/15/sharepoint-security-minimum-rights-required-to-check-spbasepermissions/</feedburner:origLink></item>
	<item>
		<title>Adding an ‘Up Folder’ button to a SharePoint 2010 List View Webpart</title>
		<description>Why oh why did Microsoft remove the button to navigate up within a SharePoint 2010 document library? Luckily someone took action on this issue back in 2008 when they noticed it was mising from SharePoint 2007 however their code is only applicable to SharePoint 2007. Here is a 2010 Version.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/NVjTODlHofY" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/NVjTODlHofY/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/06/06/adding-an-up-folder-button-to-a-sharepoint-2010-list-view-webpart/</feedburner:origLink></item>
	<item>
		<title>How a Learning Management System can be part of a KM Portal Strategy</title>
		<description>A KM initiative is about collecting experience, best practices and best work product in an effort to create a knowledge repository that individuals in an organization can utilize to make their lives more efficient and support their position at the organization. I believe this includes education offered by the organization.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/bBuWvYu_isA" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/bBuWvYu_isA/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/05/17/how-a-learning-management-system-can-be-part-of-a-km-portal-strategy/</feedburner:origLink></item>
	<item>
		<title>Embedding a PDF Object in a SharePoint 2010 Web part using C#</title>
		<description>Recently I was assigned the task of displaying a PDF in a SharePoint Web part. I figured it’d be easy enough to display it in an iframe or simply embed it on the page, but unfortunately my assumption couldn’t have been further from the truth.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/7acdp6oqXaU" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/7acdp6oqXaU/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/03/31/embedding-a-pdf-object-in-a-sharepoint-2010-web-part-using-c/</feedburner:origLink></item>
	<item>
		<title>SharePoint 2010 Discussion Board Alternative</title>
		<description>An ongoing project of mine is to create a SharePoint portal for my company that not only supports the concepts of knowledge management, but also provides a framework to support business process management. The topic of a discussion board/forum actually crosses into both areas. Whilst there is a large component focused on internal collaboration, there is also a valuable process from a human resources perspective, on how to share that information throughout the organization.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/N1nX75X_W1A" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/N1nX75X_W1A/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/03/24/sharepoint-2010-discussion-board-alternative/</feedburner:origLink></item>
	<item>
		<title>Export Gridview to CSV in a SharePoint 2010 Webpart</title>
		<description>I was recently tasked with creating a Gridview in a SharePoint 2010 Webpart. In addition to assigning data to the Gridview, I also needed to create a way to export the data. The code to export to Excel was working, but with ugly user prompts. so I went with CSV. Here's the code...&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/A9TIlvo9Dwc" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/A9TIlvo9Dwc/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/03/09/export-gridview-to-csv-in-a-sharepoint-2010-webpart/</feedburner:origLink></item>
	<item>
		<title>KwizCom WiKi Plus for SharePoint 2010</title>
		<description>I was recently tasked with looking into the WiKi capabilities of SharePoint 2010 in support of department/practice group level WiKi's which need to be searchable via our Enterprise Search Engine.&lt;img src="http://feeds.feedburner.com/~r/InspiredByTech/~4/58aqPWEgu6k" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/InspiredByTech/~3/58aqPWEgu6k/</link>
			<feedburner:origLink>http://www.inspiredbytechnology.com/index.php/2011/02/25/kwizcom-wiki-plus-for-sharepoint-2010/</feedburner:origLink></item>
</channel>
</rss>

