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

<channel>
	<title>SharePoint Drive</title>
	<atom:link href="http://www.sharepointdrive.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointdrive.com</link>
	<description>Things you miss in SharePoint</description>
	<lastBuildDate>Fri, 28 Jan 2011 14:39:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SharePoint Reports and Documents Generator 2.0 released</title>
		<link>http://www.sharepointdrive.com/blog/sharepoint-reports-and-documents-generator-2-0-released/</link>
		<comments>http://www.sharepointdrive.com/blog/sharepoint-reports-and-documents-generator-2-0-released/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 11:10:19 +0000</pubDate>
		<dc:creator>sigitas</dc:creator>
				<category><![CDATA[Sharepoint Report Generator]]></category>

		<guid isPermaLink="false">http://www.sharepointdrive.com/?p=266</guid>
		<description><![CDATA[We are happy to announce, that new version of SharePoint Reports and Documents Generator just released. Due to the fact that Microsoft had to remove custom XML feature from MS Word, we have decided to release a new major version of SharePoint Reports and Documents Generator. In the new version we have changed the way [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/sharepoint-reports-and-documents-generator-2-0-released/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Site update</title>
		<link>http://www.sharepointdrive.com/blog/site-update/</link>
		<comments>http://www.sharepointdrive.com/blog/site-update/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 08:36:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/?p=176</guid>
		<description><![CDATA[We are planning our web site update. If you&#8217;ll experience any problems please be patient and visit us next day (or even give us some note). As reward for your patience we promise new release of SharePoint Documents and Reports Generator in a few days. And yes, it will support SharePoint 2010 and will have [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/site-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just released SharePoint reports and documents generator 1.1 version</title>
		<link>http://www.sharepointdrive.com/blog/just-released-sharepoint-reports-and-documents-generator-1-1-version/</link>
		<comments>http://www.sharepointdrive.com/blog/just-released-sharepoint-reports-and-documents-generator-1-1-version/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:18:42 +0000</pubDate>
		<dc:creator>mindaugas</dc:creator>
				<category><![CDATA[Sharepoint Report Generator]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/?p=107</guid>
		<description><![CDATA[New features added List reporting by view In first release you couldn&#8217;t just iterate list items from any wanted list. It was a must to have a parent child relation (lookup relation) in place. In this release we implemented a feature which lets you to ignore current context/parent on Repeat tag allowing you to iterate [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/just-released-sharepoint-reports-and-documents-generator-1-1-version/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Redirect from NewForm.aspx to DispForm.aspx or EditForm.aspx of newly created item</title>
		<link>http://www.sharepointdrive.com/blog/redirect-from-newform-aspx-to-dispform-aspx-or-editform-aspx-of-newly-created-item/</link>
		<comments>http://www.sharepointdrive.com/blog/redirect-from-newform-aspx-to-dispform-aspx-or-editform-aspx-of-newly-created-item/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:11:06 +0000</pubDate>
		<dc:creator>mindaugas</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/?p=102</guid>
		<description><![CDATA[You may need to redirect from NewForm.aspx to DispForm.aspx (or other page) of newly created item when creating SharePointsolutions like Invoices and Orders management. There are a couple of blogs out there that already have a solution for this. Because at the moment of item creation there is no item ID yet all we can do is to redirect [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/redirect-from-newform-aspx-to-dispform-aspx-or-editform-aspx-of-newly-created-item/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Implementing cascading drop down lists in SharePoint</title>
		<link>http://www.sharepointdrive.com/blog/implementing-cascading-drop-down-lists-in-sharepoint/</link>
		<comments>http://www.sharepointdrive.com/blog/implementing-cascading-drop-down-lists-in-sharepoint/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:52:28 +0000</pubDate>
		<dc:creator>mindaugas</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/?p=96</guid>
		<description><![CDATA[Continuing my last post I will show some JavaScript that can be used to implement cascading drop down lists in SharePoint. Assume you have Products list and Categories list. Products have a lookup column to the Categories list. And we have Order line list which have lookup columns to Products list and to Categories list. [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/implementing-cascading-drop-down-lists-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Picking default columns values from related list</title>
		<link>http://www.sharepointdrive.com/blog/picking-default-columns-values-from-related-list/</link>
		<comments>http://www.sharepointdrive.com/blog/picking-default-columns-values-from-related-list/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 21:20:17 +0000</pubDate>
		<dc:creator>mindaugas</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/blog/picking-default-columns-values-from-related-list/</guid>
		<description><![CDATA[In my last post I showed one way of how to establish parent – child relations in SharePoint. Sometimes there is a need to pickup default columns values from related list. For example in my Sales Orders Management application I want to choose Product from a list when creating new Order or Invoice. But I [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/picking-default-columns-values-from-related-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to establish a parent &#8211; child relationship in SharePoint</title>
		<link>http://www.sharepointdrive.com/blog/how-to-establish-a-parent-child-relationship-in-sharepoint/</link>
		<comments>http://www.sharepointdrive.com/blog/how-to-establish-a-parent-child-relationship-in-sharepoint/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 22:17:42 +0000</pubDate>
		<dc:creator>mindaugas</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[relationship]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/blog/how-to-establish-a-parent-%e2%80%93-child-relationship-in-sharepoint/</guid>
		<description><![CDATA[I want to show you one of the ways how to quickly establish parent – child relationship in SharePoint. By using this way you will be able to add child items on the parent item view page as shown in the image below: The idea how to add new child item form is borrowed from [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/how-to-establish-a-parent-child-relationship-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>SharePoint Document Generator 1.0 Release</title>
		<link>http://www.sharepointdrive.com/blog/sharepoint-document-generator-1-0-release-2/</link>
		<comments>http://www.sharepointdrive.com/blog/sharepoint-document-generator-1-0-release-2/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 21:19:00 +0000</pubDate>
		<dc:creator>mindaugas</dc:creator>
				<category><![CDATA[Sharepoint Report Generator]]></category>

		<guid isPermaLink="false">http://www.sharepointdoc.com/?p=17</guid>
		<description><![CDATA[Did you ever wanted or tried to assembly a document by using data stored in SharePoint? Invoices, legal forms, memos, or letters for customers are just few document examples that are used every day. Microsoft Word 2007 provides a way to embed information from SharePoint document library metadata columns into Word document by using Quick [...]]]></description>
		<wfw:commentRss>http://www.sharepointdrive.com/blog/sharepoint-document-generator-1-0-release-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

