<?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>FreeMoby &#187; WordPress Plugins</title>
	<atom:link href="http://www.freemoby.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freemoby.com</link>
	<description>My miniature doors and other stuff.</description>
	<lastBuildDate>Fri, 19 Feb 2010 00:54:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Plugin: Cookie Timeout</title>
		<link>http://www.freemoby.com/2005/05/21/wordpress-plugin-cookie-timeout/</link>
		<comments>http://www.freemoby.com/2005/05/21/wordpress-plugin-cookie-timeout/#comments</comments>
		<pubDate>Sat, 21 May 2005 15:38:55 +0000</pubDate>
		<dc:creator>Moby</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.freemoby.com/?p=339</guid>
		<description><![CDATA[My wife called me to tell me that people could reach her site&#8217;s admin page (specifically her mother), and wanted me to check her site.  I told her that she probably forgot to logout, and I was right.  The default expiration for the login cookie is one year.  I just wrote a [...]]]></description>
			<content:encoded><![CDATA[<p>My wife called me to tell me that people could reach her site&#8217;s admin page (specifically her mother), and wanted me to check her site.  I told her that she probably forgot to logout, and I was right.  The default expiration for the login cookie is one year.  I just wrote a small plugin to change that value to something more reasonable.</p>
<ul>
<li><a href="http://www.freemoby.com/p/cookietimeout_0_60.zip" title="Cookie Timeout">Cookie Timeout 0.6</a> NOTE:  This only works if you have <strong>WordPress 2.7  greater</strong></li>
<li><a href="http://www.freemoby.com/p/cookietimeout_0_50.zip" title="Cookie Timeout">Cookie Timeout 0.5</a> NOTE:  This only works if you have <strong>WordPress between versions 2.01 and 2.65</strong></li>
<li><a href="http://www.freemoby.com/p/cookietimeout_0_20.zip" title="Cookie Timeout">Cookie Timeout 0.20</a> (works with 1.52)</li>
</ul>
<p>Version History:</p>
<ul>
<li>0.60 Compatible with WordPress 2.7. (2008-12-11)</li>
<li>0.50 Compatible with WordPress 2.5. (2008-03-29)</li>
<li>0.42 Fixed another redeclare error and the plugin can now be run from sub-directories. (2008-03-22)</li>
<li>0.40 Added option to ignore the &#8220;Remember me&#8221; checkbox on the login page. (2006-06-13)</li>
<li>0.36 Added <a href="http://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/">nonce</a> security. (2006-06-03)</li>
<li>0.35 Fixed &#8220;Cannot redeclare wp_setcookie()&#8221; error when the plugin is activated. (2006-04-10)</li>
<li>0.31 Compatible with WP 2.01.  Simply some internal housekeeping on their part. (2006-01-31)</li>
<li>0.30 Compatible with WP 2.0.  Now respects the new &#8220;Remember me&#8221; checkbox on login (2005-12-21)</li>
<li>0.20 Added ability to expire the cookie when the current browser session is closed (2005-06-27)</li>
<li>0.11 Added message for the need to logoff after making changes (2005-05-23)</li>
<li>0.10 Initial version</li>
</ul>
<p>NOTE:  If you want this plugin&#8217;s values to work on password protected posts you have to replace the <strong>wp-pass.php</strong> file in the root of your installation with the following version:</p>
<ul>
<li><a href="http://www.freemoby.com/p/wp-pass.zip" title="wp-pass replacement">wp-pass.zip</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.freemoby.com/2005/05/21/wordpress-plugin-cookie-timeout/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugin: Frame Buster</title>
		<link>http://www.freemoby.com/2005/03/31/wordpress-plugin-frame-buster/</link>
		<comments>http://www.freemoby.com/2005/03/31/wordpress-plugin-frame-buster/#comments</comments>
		<pubDate>Fri, 01 Apr 2005 00:09:35 +0000</pubDate>
		<dc:creator>Moby</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.freemoby.com/2005/03/31/wordpress-plugin-frame-buster/</guid>
		<description><![CDATA[I&#8217;ve written my first Wordpress plugin.  It&#8217;s called Frame Buster.  This technique is also called a frame breaker or frame busting.  It places some JavaScript in the heading of all pages that will prevent the page from appearing in someone else&#8217;s frame.  This happened to one of my sites a couple [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written my first Wordpress plugin.  It&#8217;s called <strong>Frame Buster</strong>.  This technique is also called a frame breaker or frame busting.  It places some JavaScript in the heading of all pages that will prevent the page from appearing in someone else&#8217;s frame.  This happened to one of my sites a couple of years ago and it was done to steal the site&#8217;s content.  I did not like it.  It should be noted that it will only work if the client browser has JavaScript enabled.</p>
<ul>
<li><a title="Download Frame Buster" href="http://www.freemoby.com/p/freemobyframebuster.zip">Download FreeMoby Frame Buster 0.30</a></li>
</ul>
<p>Version History:</p>
<ul>
<li>0.30 Changed name to avoid confusion with another plugin. (2010-02-18)</li>
<li>0.20 Compatible with WP 2.0.  It won&#8217;t bust out of the post preview frame. (2005-12-21)</li>
<li>0.10 Initial version</li>
</ul>
<p>This is the code that it uses:</p>
<pre class="code"><code>&lt;script type="text/JavaScript"&gt;&lt;!--
if (parent.frames.length &gt; 0) top.location.replace(document.location); //–-&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.freemoby.com/2005/03/31/wordpress-plugin-frame-buster/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
