<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SharePoint JavaScripts</title>
	<atom:link href="http://sharepointjavascript.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointjavascript.wordpress.com</link>
	<description>JavaScript tricks for SharePoint</description>
	<lastBuildDate>Fri, 27 Jan 2012 23:37:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sharepointjavascript.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SharePoint JavaScripts</title>
		<link>http://sharepointjavascript.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharepointjavascript.wordpress.com/osd.xml" title="SharePoint JavaScripts" />
	<atom:link rel='hub' href='http://sharepointjavascript.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Dynamic Forms for SharePoint</title>
		<link>http://sharepointjavascript.wordpress.com/2012/01/19/dynamic-forms-for-sharepoint/</link>
		<comments>http://sharepointjavascript.wordpress.com/2012/01/19/dynamic-forms-for-sharepoint/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:18:58 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Form modification]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3628</guid>
		<description><![CDATA[22.01.2012 I have redone the script due to some bugs in the initial release. It should still be considered as a &#8220;beta&#8221;, but i hope as many as possible can test it and let me know the result. I have not added any functionality over the initial release as i want to ensure the parts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3628&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2012/01/19/dynamic-forms-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_cewp.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_beforesetup.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_passwordprotected.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_newconfig.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_editconfig.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_notstarted.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_inprogress.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/dynamicrequired_newform_finished.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>
	</item>
		<item>
		<title>Bring back the missing list tools menu in list view with multiple webparts</title>
		<link>http://sharepointjavascript.wordpress.com/2012/01/12/bring-back-the-missing-list-tools-menu-in-list-view-with-multiple-webparts/</link>
		<comments>http://sharepointjavascript.wordpress.com/2012/01/12/bring-back-the-missing-list-tools-menu-in-list-view-with-multiple-webparts/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 22:39:27 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[List view modification]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3621</guid>
		<description><![CDATA[In my latest project I added a web part to a list view and needed to have the list tools visible. I had to look for a fix to the disappearing list tools menu. Yes you can bring it back by clicking the web part you want to focus on, but it will be hidden [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3621&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2012/01/12/bring-back-the-missing-list-tools-menu-in-list-view-with-multiple-webparts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>
	</item>
		<item>
		<title>Approve multiple documents or list items in one operation with client side code</title>
		<link>http://sharepointjavascript.wordpress.com/2012/01/12/approve-multiple-documents-or-list-items-in-one-operation-with-client-side-code/</link>
		<comments>http://sharepointjavascript.wordpress.com/2012/01/12/approve-multiple-documents-or-list-items-in-one-operation-with-client-side-code/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 22:20:09 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Requests]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 Client Object Model]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3607</guid>
		<description><![CDATA[I got this request from Larry: Good day A, Have a question. Is there an easy way to add to the SP 2010 ribbon an approve all button. I hate having to select each item and manually approve each one. I have found some script but they are deployed on central admin. I would like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3607&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2012/01/12/approve-multiple-documents-or-list-items-in-one-operation-with-client-side-code/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/approveall_inactive.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2012/01/approveall_active.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>
	</item>
		<item>
		<title>Pull user list property from people picker and write to separate textfield</title>
		<link>http://sharepointjavascript.wordpress.com/2012/01/08/pull-user-list-property-from-people-picker-and-write-to-separate-textfield/</link>
		<comments>http://sharepointjavascript.wordpress.com/2012/01/08/pull-user-list-property-from-people-picker-and-write-to-separate-textfield/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 09:06:47 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[User information]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3585</guid>
		<description><![CDATA[I have previously posted a solution for pulling the email address from a people picker. This is an updated version that lets you pull any user list property (this is the built in user list in SharePoint and NOT the SharePoint Server Shared Service Provider profile) from the people picker and write it to a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3585&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2012/01/08/pull-user-list-property-from-people-picker-and-write-to-separate-textfield/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>
	</item>
		<item>
		<title>Teaser: Dynamic [required / visible] fields for SharePoint</title>
		<link>http://sharepointjavascript.wordpress.com/2011/12/10/teaser-dynamic-required-visible-fields-for-sharepoint/</link>
		<comments>http://sharepointjavascript.wordpress.com/2011/12/10/teaser-dynamic-required-visible-fields-for-sharepoint/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 23:11:06 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Form modification]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3578</guid>
		<description><![CDATA[Here is a teaser for my newest project: Stay tuned for updates! Alexander<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3578&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2011/12/10/teaser-dynamic-required-visible-fields-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2011/12/dynamicrequired-visible-teaser.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>
	</item>
		<item>
		<title>Follow me on twitter</title>
		<link>http://sharepointjavascript.wordpress.com/2011/12/07/follow-me-on-twitter/</link>
		<comments>http://sharepointjavascript.wordpress.com/2011/12/07/follow-me-on-twitter/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 16:49:31 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3565</guid>
		<description><![CDATA[Hi all, I have finally joined twitter! Follow me to get notifications on new and updated articles Alexander<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3565&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2011/12/07/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>
	</item>
		<item>
		<title>All the code has been moved to http://spjsfiles.com</title>
		<link>http://sharepointjavascript.wordpress.com/2011/12/06/all-the-code-has-been-moved-to-httpspjsfiles-com/</link>
		<comments>http://sharepointjavascript.wordpress.com/2011/12/06/all-the-code-has-been-moved-to-httpspjsfiles-com/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 20:24:34 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3562</guid>
		<description><![CDATA[Hi all, Due to instability on my home server I have moved all code referred in the articles to a hosted site on http://spjsfiles.com I have made a redirect in the old location and will try to update all links in previous articles. Stay tuned! Alexander<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3562&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2011/12/06/all-the-code-has-been-moved-to-httpspjsfiles-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>
	</item>
		<item>
		<title>Truncate text in list view and add mouseover preview</title>
		<link>http://sharepointjavascript.wordpress.com/2011/12/03/truncate-text-in-list-view-and-add-mouseover-preview/</link>
		<comments>http://sharepointjavascript.wordpress.com/2011/12/03/truncate-text-in-list-view-and-add-mouseover-preview/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 08:04:53 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[List view modification]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3547</guid>
		<description><![CDATA[08.12.2011 I have updated to v1.1 to fix a bug preventing the use of FieldInternalName for addressing the fields. Thanks to Ed MacIntosh (@cosmo132) for finding the bug. I have previously done this article Multi line text field in list view: Shorten text and add hovereffect to view full text. This post is an updated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3547&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2011/12/03/truncate-text-in-list-view-and-add-mouseover-preview/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>
	</item>
		<item>
		<title>Compare date with today: status indicator in list view</title>
		<link>http://sharepointjavascript.wordpress.com/2011/11/29/compare-date-with-today-status-indicator-in-list-view/</link>
		<comments>http://sharepointjavascript.wordpress.com/2011/11/29/compare-date-with-today-status-indicator-in-list-view/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 21:48:32 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[List view modification]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3531</guid>
		<description><![CDATA[30.11.2011 I had a bug that made it work for grouped views only. This is fixed in v1.1. Only the code for the file &#8220;HighlightRowByDueDate.js&#8221; needs updating. Sorry for the inconvenience. The first solution i posted in this blog was the Compare DueDate with Today in list view. I have redone the solution and added [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3531&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2011/11/29/compare-date-with-today-status-indicator-in-list-view/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2011/11/highlightrowbyduedate_1.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>

		<media:content url="http://sharepointjavascript.files.wordpress.com/2011/11/highlightrowbyduedate_2.png" medium="image">
			<media:title type="html">IMG</media:title>
		</media:content>
	</item>
		<item>
		<title>Status</title>
		<link>http://sharepointjavascript.wordpress.com/2011/11/20/status/</link>
		<comments>http://sharepointjavascript.wordpress.com/2011/11/20/status/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 23:17:09 +0000</pubDate>
		<dc:creator>Alexander Bautz</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://sharepointjavascript.wordpress.com/?p=3522</guid>
		<description><![CDATA[Hi all, I&#8217;m glad to have so many active reader! I do however have some trouble keeping up with all the comments and questions &#8211; both in the articles posted here, and to my email address. I intend to answer all comments, requests and emails, but please keep in mind that this is a one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjavascript.wordpress.com&amp;blog=5653943&amp;post=3522&amp;subd=sharepointjavascript&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sharepointjavascript.wordpress.com/2011/11/20/status/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Alexander</media:title>
		</media:content>
	</item>
	</channel>
</rss>
