<?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>Blog de Simon MARTINEZ</title>
	<atom:link href="http://www.godsavethegeek.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.godsavethegeek.com</link>
	<description>ASP.NET SHAREPOINT Ruby On Rails PHP</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:21:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>REGEX Date</title>
		<link>http://www.godsavethegeek.com/autre/regex-date</link>
		<comments>http://www.godsavethegeek.com/autre/regex-date#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[autre]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=150</guid>
		<description><![CDATA[REGEX pour une date format DD-MM-YYYY ou DD.MM.YYYY ou DD-MM-YYYY

^(((0[1-9]&#124;[12][0-9]&#124;3[01])([-\.\/])(0[13578]&#124;10&#124;12)([-\.\/])(\d{4}))&#124;(([0][1-9]&#124;[12][0-9]&#124;30)([-\.\/])(0[469]&#124;11)([-\.\/])(\d{4}))&#124;((0[1-9]&#124;1[0-9]&#124;2[0-8])([-\.\/])(02)([-\.\/])(\d{4}))&#124;((29)(\.&#124;-&#124;\/)(02)([-\.\/])([02468][048]00))&#124;((29)([-\.\/])(02)([-\.\/])([13579][26]00))&#124;((29)([-\.\/])(02)([-\.\/])([0-9][0-9][0][48]))&#124;((29)([-\.\/])(02)([-\.\/])([0-9][0-9][2468][048]))&#124;((29)([-\.\/])(02)([-\.\/])([0-9][0-9][13579][26])))$

A tester sur http://www.rubular.com
REGEX Date a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/autre/regex-date">REGEX Date</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>REGEX pour une date format DD-MM-YYYY ou DD.MM.YYYY ou DD-MM-YYYY</p>
<pre class="brush: plain; title: ;">
^(((0[1-9]|[12][0-9]|3[01])([-\.\/])(0[13578]|10|12)([-\.\/])(\d{4}))|(([0][1-9]|[12][0-9]|30)([-\.\/])(0[469]|11)([-\.\/])(\d{4}))|((0[1-9]|1[0-9]|2[0-8])([-\.\/])(02)([-\.\/])(\d{4}))|((29)(\.|-|\/)(02)([-\.\/])([02468][048]00))|((29)([-\.\/])(02)([-\.\/])([13579][26]00))|((29)([-\.\/])(02)([-\.\/])([0-9][0-9][0][48]))|((29)([-\.\/])(02)([-\.\/])([0-9][0-9][2468][048]))|((29)([-\.\/])(02)([-\.\/])([0-9][0-9][13579][26])))$
</pre>
<p>A tester sur <a title="RUBULAR" href="http://www.rubular.com">http://www.rubular.com</a></p>
<p><a href="http://www.godsavethegeek.com/autre/regex-date">REGEX Date</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/autre/regex-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Html Decode ASP.NET MVC3 Razor</title>
		<link>http://www.godsavethegeek.com/asp-net/html-decode-asp-net-mvc3-razor</link>
		<comments>http://www.godsavethegeek.com/asp-net/html-decode-asp-net-mvc3-razor#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:54:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC3]]></category>
		<category><![CDATA[asp.net mvc3]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=147</guid>
		<description><![CDATA[Il suffit d&#8217;utiliser Html.Raw&#8230;
http://davidhayden.com/blog/dave/archive/2010/12/27/HtmlRawRazorViewEngine.aspx
Html Decode ASP.NET MVC3 Razor a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/asp-net/html-decode-asp-net-mvc3-razor">Html Decode ASP.NET MVC3 Razor</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Il suffit d&#8217;utiliser Html.Raw&#8230;</p>
<p><a href="http://davidhayden.com/blog/dave/archive/2010/12/27/HtmlRawRazorViewEngine.aspx">http://davidhayden.com/blog/dave/archive/2010/12/27/HtmlRawRazorViewEngine.aspx</a></p>
<p><a href="http://www.godsavethegeek.com/asp-net/html-decode-asp-net-mvc3-razor">Html Decode ASP.NET MVC3 Razor</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/asp-net/html-decode-asp-net-mvc3-razor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problème d&#8217;instanciation de CQWP via Powershell SharePoint</title>
		<link>http://www.godsavethegeek.com/sharepoint/instancie-cqwp-powershell</link>
		<comments>http://www.godsavethegeek.com/sharepoint/instancie-cqwp-powershell#comments</comments>
		<pubDate>Fri, 02 Dec 2011 10:15:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=145</guid>
		<description><![CDATA[La Content Query Web Part ne peut être instancié en dehors de l&#8217;UI SharePoint car il a besoin du SPContext pour sauvegarder les liens vers les fichiers personnalisés XSL StyleSheets.
Problème d&#8217;instanciation de CQWP via Powershell SharePoint a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/sharepoint/instancie-cqwp-powershell">Problème d&#8217;instanciation de CQWP via Powershell SharePoint</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>La Content Query Web Part ne peut être instancié en dehors de l&#8217;UI SharePoint car il a besoin du SPContext pour sauvegarder les liens vers les fichiers personnalisés XSL StyleSheets.</p>
<p><a href="http://www.godsavethegeek.com/sharepoint/instancie-cqwp-powershell">Problème d&#8217;instanciation de CQWP via Powershell SharePoint</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/instancie-cqwp-powershell/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web part not registered on this site as safe</title>
		<link>http://www.godsavethegeek.com/sharepoint/web-part-not-registered-on-this-site-as-safe</link>
		<comments>http://www.godsavethegeek.com/sharepoint/web-part-not-registered-on-this-site-as-safe#comments</comments>
		<pubDate>Fri, 18 Nov 2011 09:01:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=140</guid>
		<description><![CDATA[&#171;&#160;A Web Part or Web Form Control on this Page cannot be displayed or imported. The type is not registered as safe.&#160;&#187;
Il faut ajouter une ligne dans le web.config dans &#171;&#160;&#60;SafeControls&#62;&#160;&#187;.
&#60;SafeControl Assembly=&#160;&#187;ASSEMBLYWP, Version=VERSION, Culture=neutral, PublicKeyToken=PUBLIKEYTOKEN&#160;&#187; Namespace=&#160;&#187;NAMESPACE&#160;&#187; TypeName=&#160;&#187;*&#160;&#187; Safe=&#160;&#187;True&#160;&#187; SafeAgainstScript=&#160;&#187;False&#160;&#187; /&#62;
Web part not registered on this site as safe a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur [...]<p><a href="http://www.godsavethegeek.com/sharepoint/web-part-not-registered-on-this-site-as-safe">Web part not registered on this site as safe</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>&laquo;&nbsp;<strong>A Web Part or Web Form Control on this Page cannot be displayed or imported. The type is not registered as safe.</strong>&nbsp;&raquo;</p>
<p>Il faut ajouter une ligne dans le web.config dans &laquo;&nbsp;&lt;SafeControls&gt;&nbsp;&raquo;.</p>
<p>&lt;SafeControl Assembly=&nbsp;&raquo;ASSEMBLYWP, Version=VERSION, Culture=neutral, PublicKeyToken=PUBLIKEYTOKEN&nbsp;&raquo; Namespace=&nbsp;&raquo;NAMESPACE&nbsp;&raquo; TypeName=&nbsp;&raquo;*&nbsp;&raquo; Safe=&nbsp;&raquo;True&nbsp;&raquo; SafeAgainstScript=&nbsp;&raquo;False&nbsp;&raquo; /&gt;</p>
<p><a href="http://www.godsavethegeek.com/sharepoint/web-part-not-registered-on-this-site-as-safe">Web part not registered on this site as safe</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/web-part-not-registered-on-this-site-as-safe/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Activer Taxonomy Feature dans Sharepoint2010</title>
		<link>http://www.godsavethegeek.com/sharepoint/activer-taxonomy-feature-dans-sharepoint2010</link>
		<comments>http://www.godsavethegeek.com/sharepoint/activer-taxonomy-feature-dans-sharepoint2010#comments</comments>
		<pubDate>Fri, 28 Oct 2011 13:32:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=136</guid>
		<description><![CDATA[Dans Sharepoint 2010 Mangement Shell
Enable-SPFeature -id &#171;&#160;73ef14b1-13a9-416b-a9b5-ececa2b0604c&#160;&#187; -Url &#171;&#160;URL_SITE&#160;&#187;
Activer Taxonomy Feature dans Sharepoint2010 a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/sharepoint/activer-taxonomy-feature-dans-sharepoint2010">Activer Taxonomy Feature dans Sharepoint2010</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Dans Sharepoint 2010 Mangement Shell</p>
<p>Enable-SPFeature -id &laquo;&nbsp;73ef14b1-13a9-416b-a9b5-ececa2b0604c&nbsp;&raquo; -Url &laquo;&nbsp;URL_SITE&nbsp;&raquo;</p>
<p><a href="http://www.godsavethegeek.com/sharepoint/activer-taxonomy-feature-dans-sharepoint2010">Activer Taxonomy Feature dans Sharepoint2010</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/activer-taxonomy-feature-dans-sharepoint2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rediriger vers une page en mode édition &#8211; SHAREPOINT 2010</title>
		<link>http://www.godsavethegeek.com/sharepoint/redirige-vers-une-page-en-mode-edition-sharepoint-2010</link>
		<comments>http://www.godsavethegeek.com/sharepoint/redirige-vers-une-page-en-mode-edition-sharepoint-2010#comments</comments>
		<pubDate>Fri, 28 Oct 2011 12:15:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=134</guid>
		<description><![CDATA[Rediriger vers une page en mode édition &#8211; SHAREPOINT 2010

Response.Redirect(lapage+&#34;?ControlMode=Edit&#38;DisplayMode=Design&#34;);

Rediriger vers une page en mode édition &#8211; SHAREPOINT 2010 a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/sharepoint/redirige-vers-une-page-en-mode-edition-sharepoint-2010">Rediriger vers une page en mode édition &#8211; SHAREPOINT 2010</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Rediriger vers une page en mode édition &#8211; SHAREPOINT 2010</p>
<pre class="brush: csharp; title: ;">
Response.Redirect(lapage+&quot;?ControlMode=Edit&amp;DisplayMode=Design&quot;);
</pre>
<p><a href="http://www.godsavethegeek.com/sharepoint/redirige-vers-une-page-en-mode-edition-sharepoint-2010">Rediriger vers une page en mode édition &#8211; SHAREPOINT 2010</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/redirige-vers-une-page-en-mode-edition-sharepoint-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vérifier permission sur un site ou une liste &#8211; DoesUserHavePermissions</title>
		<link>http://www.godsavethegeek.com/sharepoint/verifier-permission-site-liste</link>
		<comments>http://www.godsavethegeek.com/sharepoint/verifier-permission-site-liste#comments</comments>
		<pubDate>Fri, 28 Oct 2011 10:03:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=132</guid>
		<description><![CDATA[Pour vérifier si l&#8217;utilisateur courant ou un utilisateur a quelconque droit sur une liste ou un site, Sharepoint 2010 nous donne 2 fonctions :
- DoesUserHavePermissions
- CheckPermissions
J&#8217;ai une préférence pour DoesUserHavePermissions car il renvoie un boolean contrairement à CheckPermissions qui génère une exception au cas où l&#8217;utilisateur n&#8217;aurait pas les droits.
L&#8217;avantage de DoesUserHavePermissions est la possibilité [...]<p><a href="http://www.godsavethegeek.com/sharepoint/verifier-permission-site-liste">Vérifier permission sur un site ou une liste &#8211; DoesUserHavePermissions</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Pour vérifier si l&#8217;utilisateur courant ou un utilisateur a quelconque droit sur une liste ou un site, Sharepoint 2010 nous donne 2 fonctions :<br />
- DoesUserHavePermissions<br />
- CheckPermissions</p>
<p>J&#8217;ai une préférence pour DoesUserHavePermissions car il renvoie un boolean contrairement à CheckPermissions qui génère une exception au cas où l&#8217;utilisateur n&#8217;aurait pas les droits.<br />
L&#8217;avantage de DoesUserHavePermissions est la possibilité de mettre en paramètre un utilisateur.</p>
<pre class="brush: csharp; title: ;">
if(maListe.DoesUserHavePermissions(SPBasePermissions.AddListItems))
</pre>
<p><a href="http://www.godsavethegeek.com/sharepoint/verifier-permission-site-liste">Vérifier permission sur un site ou une liste &#8211; DoesUserHavePermissions</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/verifier-permission-site-liste/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retirer les balises HTML en XSLT pour SharePoint 2010</title>
		<link>http://www.godsavethegeek.com/sharepoint/retirer-les-balises-html-en-xslt-pour-sharepoint-2010</link>
		<comments>http://www.godsavethegeek.com/sharepoint/retirer-les-balises-html-en-xslt-pour-sharepoint-2010#comments</comments>
		<pubDate>Fri, 21 Oct 2011 09:59:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=128</guid>
		<description><![CDATA[J&#8217;ai eu le besoin d&#8217;afficher les 200 premiers caractères d&#8217;un richtextarea pour m&#8217;en servir comme extrait, le soucis c&#8217;est que ça pose des problèmes : si ça coupe une balise HTML en 2, ça peut foutre en l&#8217;air l&#8217;intégration de la page.
Il a fallu dans un premier temps, retirer les balises HTML en XSLT.

&#60;xsl:template name=&#34;removeHtmlTags&#34;&#62;
 [...]<p><a href="http://www.godsavethegeek.com/sharepoint/retirer-les-balises-html-en-xslt-pour-sharepoint-2010">Retirer les balises HTML en XSLT pour SharePoint 2010</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>J&#8217;ai eu le besoin d&#8217;afficher les 200 premiers caractères d&#8217;un richtextarea pour m&#8217;en servir comme extrait, le soucis c&#8217;est que ça pose des problèmes : si ça coupe une balise HTML en 2, ça peut foutre en l&#8217;air l&#8217;intégration de la page.</p>
<p>Il a fallu dans un premier temps, retirer les balises HTML en XSLT.</p>
<pre class="brush: xml; title: ;">
&lt;xsl:template name=&quot;removeHtmlTags&quot;&gt;
    &lt;xsl:param name=&quot;html&quot;/&gt;
    &lt;xsl:choose&gt;
        &lt;xsl:when test=&quot;contains($html, '&amp;lt;')&quot;&gt;
            &lt;xsl:value-of select=&quot;substring-before($html, '&amp;lt;')&quot;/&gt;
            &lt;xsl:call-template name=&quot;removeHtmlTags&quot;&gt;
                &lt;xsl:with-param name=&quot;html&quot; select=&quot;substring-after($html, '&amp;gt;')&quot;/&gt;
            &lt;/xsl:call-template&gt;
        &lt;/xsl:when&gt;
        &lt;xsl:otherwise&gt;
            &lt;xsl:value-of select=&quot;$html&quot;/&gt;
        &lt;/xsl:otherwise&gt;
    &lt;/xsl:choose&gt;
&lt;/xsl:template&gt;

&lt;!----------------------------&gt;

&lt;xsl:variable name=&quot;monExtrait&quot;&gt;
    &lt;xsl:call-template name=&quot;removeHtmlTags&quot;&gt;
        &lt;xsl:with-param name=&quot;html&quot; select=&quot;@MaVariableRichTextArea&quot; /&gt;
    &lt;/xsl:call-template&gt;
&lt;/xsl:variable&gt;

&lt;xsl:value-of select=&quot;substring($monExtrait, 0, 200)&quot; /&gt;...
</pre>
<p><a href="http://www.godsavethegeek.com/sharepoint/retirer-les-balises-html-en-xslt-pour-sharepoint-2010">Retirer les balises HTML en XSLT pour SharePoint 2010</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/retirer-les-balises-html-en-xslt-pour-sharepoint-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint CSS Registration SPUrl</title>
		<link>http://www.godsavethegeek.com/sharepoint/sharepoint-css-registration-spurl</link>
		<comments>http://www.godsavethegeek.com/sharepoint/sharepoint-css-registration-spurl#comments</comments>
		<pubDate>Fri, 21 Oct 2011 09:18:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[masterpage]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=124</guid>
		<description><![CDATA[

 &#60;SharePoint:CssRegistration name=&#34;&#60;% $SPUrl:~sitecollection/Style Library/votrecss.css %&#62;&#34;
 After=&#34;corev4.css&#34; runat=&#34;server&#34;/&#62;

Sharepoint CSS Registration SPUrl a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/sharepoint/sharepoint-css-registration-spurl">Sharepoint CSS Registration SPUrl</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<pre class="brush: csharp; title: ;">

 &lt;SharePoint:CssRegistration name=&quot;&lt;% $SPUrl:~sitecollection/Style Library/votrecss.css %&gt;&quot;
 After=&quot;corev4.css&quot; runat=&quot;server&quot;/&gt;
</pre>
<p><a href="http://www.godsavethegeek.com/sharepoint/sharepoint-css-registration-spurl">Sharepoint CSS Registration SPUrl</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/sharepoint/sharepoint-css-registration-spurl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>internals members avec l&#8217;attribut &#171;&#160;InternalsVisibleTo&#160;&#187;</title>
		<link>http://www.godsavethegeek.com/dotnet/internals-members-avec-lattribut-internalsvisibleto</link>
		<comments>http://www.godsavethegeek.com/dotnet/internals-members-avec-lattribut-internalsvisibleto#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:34:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dotnet]]></category>

		<guid isPermaLink="false">http://www.godsavethegeek.com/?p=122</guid>
		<description><![CDATA[L&#8217;attribut InternalsVisibleTo dans l&#8217;assemblyInfo
http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/
internals members avec l&#8217;attribut &#171;&#160;InternalsVisibleTo&#160;&#187; a &#233;t&#038;eacute post&#233; par Simon MARTINEZ sur Programmer et penser Web 2.0
<p><a href="http://www.godsavethegeek.com/dotnet/internals-members-avec-lattribut-internalsvisibleto">internals members avec l&#8217;attribut &laquo;&nbsp;InternalsVisibleTo&nbsp;&raquo;</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></description>
			<content:encoded><![CDATA[<p>L&#8217;attribut InternalsVisibleTo dans l&#8217;assemblyInfo</p>
<p><a href="http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/">http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/</a></p>
<p><a href="http://www.godsavethegeek.com/dotnet/internals-members-avec-lattribut-internalsvisibleto">internals members avec l&#8217;attribut &laquo;&nbsp;InternalsVisibleTo&nbsp;&raquo;</a> a &eacute;t&eacute post&eacute; par <a href="http://www.simon-martinez.com/" title="Simon MARTINEZ">Simon MARTINEZ</a> sur <a href="http://www.godsavethegeek.com">Programmer et penser Web 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.godsavethegeek.com/dotnet/internals-members-avec-lattribut-internalsvisibleto/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

