<?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>Isaac&#039;s Blog &#187; CKS</title>
	<atom:link href="http://blog.isaacblum.com/tag/cks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isaacblum.com</link>
	<description>So Many Rambles So Little Time....</description>
	<lastBuildDate>Wed, 28 Dec 2011 21:10:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Hide Forms Based Authentication &#8220;Sign me in automatically&#8221; check box</title>
		<link>http://blog.isaacblum.com/2009/02/18/how-to-hide-forms-based-authentication-sign-me-in-automatically-check-box/</link>
		<comments>http://blog.isaacblum.com/2009/02/18/how-to-hide-forms-based-authentication-sign-me-in-automatically-check-box/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 01:42:52 +0000</pubDate>
		<dc:creator>IsaacBlum</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[For The Greater Good]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CKS]]></category>
		<category><![CDATA[FBA]]></category>
		<category><![CDATA[Form Based Authentication]]></category>
		<category><![CDATA[Forms Based]]></category>
		<category><![CDATA[Forms Based Authentication]]></category>
		<category><![CDATA[LoginWebPart]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Sign me in automatically]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://blog.isaacblum.com/?p=26</guid>
		<description><![CDATA[This was the code i used. (This one is used on the OOB, SharePoint Login Page) 1 2 3 4 5 6 7 8 &#60;tr style=&#34;display:none&#34;&#62; &#60;td colSpan=2&#62;&#60;asp:CheckBox id=RememberMe text=&#34;&#60;%$SPHtmlEncodedResources:wss,login_pageRememberMe%&#62;&#34; runat=server /&#62;&#60;/td&#62; &#60;/tr&#62; &#60;/table&#62; &#60;script type=&#34;text/javascript&#34;&#62; document.getElementById(&#34;ctl00_PlaceHolderMain_login_RememberMe&#34;).checked=true; &#60;/script&#62; &#60;/layouttemplate&#62; (This one is used for a login page with the CKS login webpart. This webpart can be [...]]]></description>
			<content:encoded><![CDATA[<p>This was the code i used.<br />
(This one is used on the OOB, SharePoint Login Page)</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="html" style="font-family:monospace;"> &lt;tr style=&quot;display:none&quot;&gt;
            &lt;td colSpan=2&gt;&lt;asp:CheckBox id=RememberMe text=&quot;&lt;%$SPHtmlEncodedResources:wss,login_pageRememberMe%&gt;&quot; runat=server /&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;/table&gt;
  &lt;script type=&quot;text/javascript&quot;&gt;
  document.getElementById(&quot;ctl00_PlaceHolderMain_login_RememberMe&quot;).checked=true;
  &lt;/script&gt;
    &lt;/layouttemplate&gt;</pre></td></tr></table></div>

<p>(This one is used for a login page with the CKS login webpart. This webpart can be found http://www.codeplex.com/CKS/Release/ProjectReleases.aspx?ReleaseId=17901 )</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;script type=&quot;text/javascript&quot;&gt;
  document.getElementById(&quot;ctl00_m_g_806a3820_932f_4356_bd73_13f19bbbec42_ctl00_RememberMe&quot;).checked=true;
var row = document.getElementById(&quot;ctl00_m_g_806a3820_932f_4356_bd73_13f19bbbec42_ctl00_RememberMe&quot;);
row.style.display = 'none';
&lt;/script&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.isaacblum.com/2009/02/18/how-to-hide-forms-based-authentication-sign-me-in-automatically-check-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

