<?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>Joost&#039;s Blog</title>
	<atom:link href="http://haantje86.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://haantje86.nl</link>
	<description>My findings in a world filled with SharePoint</description>
	<lastBuildDate>Thu, 26 Apr 2012 06:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='haantje86.nl' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Joost&#039;s Blog</title>
		<link>http://haantje86.nl</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://haantje86.nl/osd.xml" title="Joost&#039;s Blog" />
	<atom:link rel='hub' href='http://haantje86.nl/?pushpress=hub'/>
		<item>
		<title>Load JQuery scripts from a CDN with local fallback</title>
		<link>http://haantje86.nl/2012/04/26/load-jquery-scripts-from-a-cdn-with-local-fallback/</link>
		<comments>http://haantje86.nl/2012/04/26/load-jquery-scripts-from-a-cdn-with-local-fallback/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 06:44:59 +0000</pubDate>
		<dc:creator>haantje86</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://haantje86.nl/?p=23</guid>
		<description><![CDATA[Page ContentHow many unique visitors you`ve got last month? I bet the number is still under 1 billion, right? So you&#8217;d better use Google&#8217;s copy of jQuery instead of yours. If your user still has the cached file of Google&#8217;s website (or from many other sites that uses its CDN*) his browser will just get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haantje86.nl&amp;blog=29537780&amp;post=23&amp;subd=haantje86&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#676767;">Page ContentHow many unique visitors you`ve got last month? I bet the number is still under 1 billion, right?<br />
So you&#8217;d better use Google&#8217;s copy of jQuery instead of yours. If your user still has the cached file of Google&#8217;s website (or from many other sites that uses its CDN*) his browser will just get the cached version, improving a lot your website&#8217;s performance. You can use it by copying &amp; pasting this HTML:</span><span style="font-size:1pt;"><br />
</span></p>
<p><pre class="brush: xml;">
&lt;script src=&quot;//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;window.jQuery || document.write('&lt;script src=&quot;js/libs/jquery-1.7.2.min.js&quot;&gt;&lt;\/script&gt;')&lt;/script&gt;
</pre></p>
<p><span style="color:#676767;">In SharePoint scenarios this is very useful in Internet Websites and in Intranet sites where you now the local network has internet access.<br />
</span></p>
<p><span style="color:#676767;font-size:10pt;">* CDN = <a href="http://en.wikipedia.org/wiki/Content_delivery_network"><span style="color:#0072bc;">Content Delivery Network </span></a><br />
</span></p>
<p><span style="color:#676767;font-size:10pt;">Find more JQuery tips on <a href="http://webdesignledger.com/tips/9-jquery-mistakes-you-shouldnt-commit"><span style="color:#0072bc;">http://webdesignledger.com/tips/9-jquery-mistakes-you-shouldnt-commit</span></a><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haantje86.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haantje86.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haantje86.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haantje86.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haantje86.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haantje86.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haantje86.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haantje86.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haantje86.nl&amp;blog=29537780&amp;post=23&amp;subd=haantje86&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haantje86.nl/2012/04/26/load-jquery-scripts-from-a-cdn-with-local-fallback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fbecd6ad5079895cd3b96a96d3bedfdc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haantje86</media:title>
		</media:content>
	</item>
		<item>
		<title>Modify the groups listed when granting permissions to a site</title>
		<link>http://haantje86.nl/2012/01/25/6/</link>
		<comments>http://haantje86.nl/2012/01/25/6/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:44:19 +0000</pubDate>
		<dc:creator>haantje86</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Groups]]></category>
		<category><![CDATA[Permissions]]></category>

		<guid isPermaLink="false">http://haantje86.nl/?p=6</guid>
		<description><![CDATA[When you click the button &#8216;Grant Permissions&#8217; in the Permission screen of a site you always get the option to insert a user inside a SharePoint group. Most of the time there are some groups listed that are not applicable. But we can do something about that. Go to the Site Settings of your website [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haantje86.nl&amp;blog=29537780&amp;post=6&amp;subd=haantje86&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you click the button &#8216;Grant Permissions&#8217; in the Permission screen of a site you always get the option to insert a user inside a SharePoint group. Most of the time there are some groups listed that are not applicable. But we can do something about that.
</p>
<p><img src="http://haantje86.files.wordpress.com/2012/01/012512_0843_modifythegr1.png?w=497" alt="" />
	</p>
<ul>
<li>Go to the Site Settings of your website
</li>
<li>Click &#8216;People and groups&#8217;
</li>
<li>Click on the &#8216;More…&#8217;  link in the Quick Launch in the Groups section
</li>
<li>Click &#8216;Settings&#8217;
</li>
<li>Click &#8216;Edit Group Quick Launch&#8217;
</li>
<li>In the following screen you can pick the groups that show up in the Group Quick Launch, but this list will also be used in the &#8216;Grant Permission&#8217; screen
<p><img align="left" src="http://haantje86.files.wordpress.com/2012/01/012512_0843_modifythegr2.png?w=497" alt="" /></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/haantje86.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/haantje86.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/haantje86.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/haantje86.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/haantje86.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/haantje86.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/haantje86.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/haantje86.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=haantje86.nl&amp;blog=29537780&amp;post=6&amp;subd=haantje86&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://haantje86.nl/2012/01/25/6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fbecd6ad5079895cd3b96a96d3bedfdc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">haantje86</media:title>
		</media:content>

		<media:content url="http://haantje86.files.wordpress.com/2012/01/012512_0843_modifythegr1.png" medium="image" />

		<media:content url="http://haantje86.files.wordpress.com/2012/01/012512_0843_modifythegr2.png" medium="image" />
	</item>
	</channel>
</rss>
