<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	>

<channel>
	<title>Semiologic &#187; frame buster</title>
	<atom:link href="http://www.semiologic.com/tag/frame-buster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semiologic.com</link>
	<description>Meaningful Technology</description>
	<lastBuildDate>Wed, 10 Aug 2011 09:56:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

		<copyright>Copyright Mesoconcepts, All Rights Reserved.</copyright>
		<itunes:author>Denis de Bernardy</itunes:author>
		<itunes:summary>Meaningful Technology</itunes:summary>
		<itunes:explicit>No</itunes:explicit>
		<itunes:block>No</itunes:block>
		
		<item>
		<title>php 5.2 compatible scripts and WP plugins</title>
		<link>http://www.semiologic.com/2007/01/13/php-52-compatible-scripts-and-wp-plugins/</link>
		<comments>http://www.semiologic.com/2007/01/13/php-52-compatible-scripts-and-wp-plugins/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 01:02:52 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[frame buster]]></category>
		<category><![CDATA[geekery]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/2007/01/13/php-52-compatible-scripts-and-wp-plugins/</guid>
		<description><![CDATA[<p><strong>Highlight</strong> &#8212; Once again, the php devs have done a great job at destroying their language&#8230;</p>
<p>Shortly after php 5.1 broke a throng of object oriented php scripts around the world, php 5.2 is about to bring carnage to scripts that rely on output buffers.</p>
<p><a  href="http://www.semiologic.com/2007/01/13/php-52-compatible-scripts-and-wp-plugins/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Highlight</strong> &#8212; Once again, the php devs have done a great job at destroying their language&#8230;</p>
<p>Shortly after php 5.1 broke a throng of object oriented php scripts around the world, php 5.2 is about to bring carnage to scripts that rely on output buffers.</p>
<p>The symptom is simple and obvious to anyone who takes a few minutes to look into it: A blatant workflow error destroys variables before the output buffer is flushed. Adding to the insult, the php bug gardeners report that this is not a bug, but a feature.</p>
<p>Anyway, if you&#039;ve the same problem I had, the fix involves moving the output buffer flush to the shutdown hook where it belongs:</p>
<pre><code># Fix php 5.2 output buffer problems
# Public domain, use and redistribute at will

if ( !function_exists('ob_end_flush_all') ) :
function ob_end_flush_all()
{
  while ( @ob_end_flush() );
}

register_shutdown_function('ob_end_flush_all');
endif;
</code></pre>
<p>&#039;nuff grunting. The following WordPress plugins got an update as a result:</p>
<ul>
<li><a  href="http://www.semiologic.com/software/admin-menu/" title="Admin Menu Plugin For WordPress">Admin Menu</a></li>
<li>Ad Spaces (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/external-links/" title="External Links Plugin For WordPress">External Links</a></li>
<li><a  href="http://www.semiologic.com/software/google-analytics/" title="Google Analytics Plugin For WordPress">Google Analytics</a></li>
</ul>
<p>The following plugins were also updated recently:</p>
<ul>
<li><a  href="http://www.semiologic.com/software/bookmark-me/" title="Bookmark Me Plugin For WordPress">Bookmark Me</a></li>
<li><a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">Frame Buster</a></li>
<li><a  href="http://www.semiologic.com/software/newsletter-manager/" title="Newsletter Manager Plugin For WordPress">Newsletter Manager</a></li>
<li>Wysiwyg Editor (obsolete)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2007/01/13/php-52-compatible-scripts-and-wp-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Several plugin and documentation updates</title>
		<link>http://www.semiologic.com/2006/07/20/several-plugin-and-documentation-updates/</link>
		<comments>http://www.semiologic.com/2006/07/20/several-plugin-and-documentation-updates/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 17:36:55 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[frame buster]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/2006/07/20/several-plugin-and-documentation-updates/</guid>
		<description><![CDATA[<p><strong>In software</strong> &#8212; I updated a few plugins and/or their documentation:</p>
<ul>
<li>BlogPulse link, v.2.1 (obsolete)</li>
<li>Cosmos link, v.2.1 (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/dofollow/" title="Do Follow Plugin For WordPress">Dofollow, v.2.0</a></li>
<li><a  href="http://www.semiologic.com/software/fancy-excerpt/" title="Fancy Excerpt Plugin For WordPress">Fancy excerpt, v.2.5</a></li>
<li><a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">Frame buster, v.3.3</a></li>
</ul>
<p><a  href="http://www.semiologic.com/2006/07/20/several-plugin-and-documentation-updates/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>In software</strong> &#8212; I updated a few plugins and/or their documentation:</p>
<ul>
<li>BlogPulse link, v.2.1 (obsolete)</li>
<li>Cosmos link, v.2.1 (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/dofollow/" title="Do Follow Plugin For WordPress">Dofollow, v.2.0</a></li>
<li><a  href="http://www.semiologic.com/software/fancy-excerpt/" title="Fancy Excerpt Plugin For WordPress">Fancy excerpt, v.2.5</a></li>
<li><a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">Frame buster, v.3.3</a></li>
<li><a  href="http://www.semiologic.com/software/unfancy-quote/" title="Unfancy Quote Plugin For WordPress">Unfancy quote, v.2.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2006/07/20/several-plugin-and-documentation-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress v.2.0 / Semiologic v.3.2</title>
		<link>http://www.semiologic.com/2005/12/27/wordpress-v20-semiologic-v32/</link>
		<comments>http://www.semiologic.com/2005/12/27/wordpress-v20-semiologic-v32/#comments</comments>
		<pubDate>Tue, 27 Dec 2005 07:32:47 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[admin menu]]></category>
		<category><![CDATA[frame buster]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/2005/12/27/wordpress-v20-semiologic-v32/</guid>
		<description><![CDATA[<h2>Forward notice</h2>
<p>WordPress 2.0 is now officially released. So is Semiologic v.3.2.</p>
<p>After extensive testing on my side, it turns out that WordPress 2.0 broke even more plugins, including several in v.3.1 beta. Hence the version skip.</p>
<p><a  href="http://www.semiologic.com/2005/12/27/wordpress-v20-semiologic-v32/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<h2>Forward notice</h2>
<p>WordPress 2.0 is now officially released. So is Semiologic v.3.2.</p>
<p>After extensive testing on my side, it turns out that WordPress 2.0 broke even more plugins, including several in v.3.1 beta. Hence the version skip.</p>
<p>And since WordPress 2.0 might break your favorite plugin, I&#039;ve bundled a Pro Package version with WordPress 1.5.2 for your convenience.</p>
<p>Whichever you choose, be wary that database upgrades are <strong><em>NOT</em></strong> reversible. DO NOT CONDUCT TESTS ON A PRODUCTION SITE!!!</p>
<h2>What&#039;s new, at a glance</h2>
<h3>WordPress v.2.0</h3>
<ul>
<li>Tweaks and bug fixes</li>
<li>New post/page edit screens</li>
<li>Role based user system</li>
<li>Better performance</li>
</ul>
<h3>Semiologic v.3.2</h3>
<ul>
<li>Tweaks and bug fixes</li>
<li>Internationalization ready</li>
<li>header.jpg, header.swf and header-background.jpg automagic: drop into your theme directory, and <em>voilà</em></li>
<li>custom.css samples</li>
</ul>
<h3>Semiologic Pro Package</h3>
<ul>
<li>Now with icons</li>
<li>A sell page template</li>
<li>Ad Space v.2</li>
</ul>
<h2>The new Pro Package</h2>
<p>Contains:</p>
<ul>
<li>Install instructions for new sites</li>
<li>Upgrade instructions for existing sites</li>
<li>Frequently Asked Questions</li>
</ul>
<h2>WordPress Video Tutorials</h2>
<p>You absolutely <em>must</em> check this out if you haven&#039;t done so already:</p>
<p><a  href="http://www.wordpressvideotutorials.com">http://www.wordpressvideotutorials.com</a></p>
<h2>Semiologic plugin release notes</h2>
<h3>Ad Space</h3>
<p>Updated (v.2.0)</p>
<ul>
<li>Clean rewrite as class</li>
<li>Ad tags, blocks and distributions</li>
<li>Autoinstall with AdSense Deluxe importer</li>
<li>Internationalization ready</li>
</ul>
<h3>Admin menu</h3>
<p>Updated (v.2.6)</p>
<ul>
<li>Fixed problem with gzip</li>
<li>XHTML valid</li>
<li>Internationalization ready</li>
<li>New icons, transparent gifs rather than png</li>
<li>Admin menu fix on Window machines</li>
</ul>
<h3>BlogPulse Link</h3>
<p>Updated (v.2.1)</p>
<ul>
<li>Internationalization ready</li>
</ul>
<h3>Cosmos Link</h3>
<p>Updated (v.2.1)</p>
<ul>
<li>Internationalization ready</li>
</ul>
<h3>External Links</h3>
<p>Updated (v.1.5)</p>
<ul>
<li>Fixed problem with gzip</li>
<li>Works on localhost</li>
</ul>
<h3>Extract Terms</h3>
<p>Updated (v.2.2)</p>
<ul>
<li>Fixed IIS issues</li>
<li>Fixed php 4 issues</li>
</ul>
<h3>Frame Buster</h3>
<p>Updated (v.3.1)</p>
<ul>
<li>WordPress 2.0 compatible</li>
</ul>
<h3>Google Analytics</h3>
<p>Updated (v.1.1)</p>
<ul>
<li>Fixed problem with gzip</li>
<li>Internationalization ready</li>
<li>No longer logs admins</li>
<li>Admin menu fix on Window machines</li>
</ul>
<h3>Opt-in Front Page</h3>
<p>Updated (v.2.2)</p>
<ul>
<li>Solves the duplicate content issue when used without static front page</li>
<li>Fixed php 4 issues</li>
</ul>
<h3>Fuzzy Recent Comments</h3>
<p>Updated (v.4.2)</p>
<ul>
<li>Internationalization ready</li>
<li>Admin menu fix on Window machines</li>
<li>Stronger cache cleanup</li>
</ul>
<h3>Fuzzy Recent Posts</h3>
<p>Updated (v.4.2)</p>
<ul>
<li>Internationalization ready</li>
<li>Admin menu fix on Window machines</li>
<li>Stronger cache cleanup</li>
</ul>
<h3>Fuzzy Recent Updates</h3>
<p>Updated (v.4.2)</p>
<ul>
<li>Internationalization ready</li>
<li>Admin menu fix on Window machines</li>
<li>Stronger cache cleanup</li>
</ul>
<h3>Search Reloaded</h3>
<p>Updated (v.2.1)</p>
<ul>
<li>Fixed php 4 issues</li>
<li>Fixed a WP2 issue</li>
</ul>
<h3>Smart Link</h3>
<p>Updated (v.2.2)</p>
<ul>
<li>Fixed problem with emails</li>
<li>Fixed problem with gzip</li>
<li>Fixed problem with domains</li>
<li>Added a few default external handlers (google, yahoo, msn, and wiki)</li>
<li>Fixed php 4 issues</li>
</ul>
<h3>Static Front Page</h3>
<p>Updated (v.2.1)</p>
<ul>
<li>Changed the page template handling procedure</li>
<li>Fixed php 4 issues</li>
</ul>
<h3>Subscribe Me</h3>
<p>Updated (v.2.6)</p>
<ul>
<li>Internationalization ready</li>
<li>Admin menu fix on Window machines</li>
<li>New Google Reader and XML feed icons via James Huff (MacManX)</li>
<li>Stronger cache cleanup</li>
</ul>
<h3>Semiologic CMS</h3>
<p>Updated (v.3.2)</p>
<ul>
<li>Tweaks and bug fixes</li>
<li>Internationalization ready</li>
<li>Admin menu fix on Window machines</li>
<li>Sort captions by key in the editor</li>
<li>header.jpg (or .gif, .png, .jpeg, .swf) autoinstall</li>
<li>header-background.jps (or .gif, .png, .jpeg) autoinstall</li>
<li>two custom.css samples</li>
<li>Fixed php 4 issues</li>
<li>WP 2 ready</li>
<li>Stronger cache cleanup</li>
</ul>
<h3>Semiologic CMS (Pro package)</h3>
<p>Updated (v.3.2)</p>
<ul>
<li>Now with icons</li>
<li>New advanced archives template</li>
<li>New advanced links template</li>
<li>New sell page template</li>
</ul>
<h3>Sidebar Tile</h3>
<p>Updated (v.2.3)</p>
<ul>
<li>Now using pro package icons</li>
<li>Internationalization ready</li>
<li>Admin menu fix on Window machines</li>
<li>Fixed php 4 issues</li>
<li>Stronger cache cleanup</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2005/12/27/wordpress-v20-semiologic-v32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semiologic CMS, v.3</title>
		<link>http://www.semiologic.com/2005/12/05/semiologic-cms-v3/</link>
		<comments>http://www.semiologic.com/2005/12/05/semiologic-cms-v3/#comments</comments>
		<pubDate>Mon, 05 Dec 2005 18:35:15 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Highlights]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[frame buster]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/?p=407</guid>
		<description><![CDATA[<p>In software &#8212; The Semiologic Theme and CMS is now officially v.3.0. This has been a very long month for me. I had been expecting a release sooner than this, and things didn&#039;t necessarily go as planned. Nonetheless, v.3.0 is something I&#039;m very happy to present to you today, as it kept me occupied for long days and nights. The key changes when compared to v.2.6.x are:</p>
<p><a  href="http://www.semiologic.com/2005/12/05/semiologic-cms-v3/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In software &#8212; The Semiologic Theme and CMS is now officially v.3.0. This has been a very long month for me. I had been expecting a release sooner than this, and things didn&#039;t necessarily go as planned. Nonetheless, v.3.0 is something I&#039;m very happy to present to you today, as it kept me occupied for long days and nights. The key changes when compared to v.2.6.x are:</p>
<ul>
<li>New layouts and skins for the two and three col themes.</li>
<li>Skin, nav menu and caption editors via slick admin screens for all Semiologic based themes</li>
<li>Fuzzy recent and subscribe me admin screens to edit what appears in your sidebar</li>
<li>Many many more changes under the hood (in essence, over 95% of the code has been rewritten and cleaned up)</li>
</ul>
<p>You&#039;ll notice that some features, namely the new theme skin editor, were planned for v.3.1 and got into v.3.0.</p>
<p>Others, namely graphics and the new version of Ad Spaces, were planned for v.3.0 and will only make it into a later version. I&#039;ve a Pro package update that is planned by the end of December. It might occur earlier depending on when WordPress 2.0 is released.</p>
<p>Anyway&#8230; Of interest to Pro package users is the patch version for the pro package. If you are running 2.6.x or 3.0 beta blogs, simply upload the files in the patch.</p>
<p>Detailed changelog:</p>
<h2>Semiologic plugins</h2>
<h3>Ad Spaces</h3>
<p>v.1.4 (updated)</p>
<ul>
<li>Tweaked to make it more v.3 compatible.</li>
<li>Takes advantage of the new ad css class.</li>
<li>v.2 scheduled end of December.</li>
</ul>
<h3>Admin Menu</h3>
<p>v.2.5 (new/updated)</p>
<ul>
<li>Replaces existing admin menu</li>
</ul>
<h3>Admin Simplified</h3>
<p>v.2.2 (updated)</p>
<h3>Blogpulse link</h3>
<p>v.2.0 (updated)</p>
<h3>Cosmos link</h3>
<p>v.2.0 (updated)</p>
<h3>Dofollow</h3>
<p>v.2.0 (updated)</p>
<h3>External links</h3>
<p>v.1.4 (new/updated)</p>
<h3>Extract terms</h3>
<p>v.2.0 (updated)</p>
<ul>
<li>More flexible API</li>
</ul>
<h3>Terms2posts</h3>
<p>v.2.0 (updated)</p>
<ul>
<li>Performance increase</li>
</ul>
<h3>Terms2search</h3>
<p>v.2.0 (updated)</p>
<h3>Terms2tags</h3>
<p>v.2.0 (updated)</p>
<h3>Fancy excerpt</h3>
<p>v.2.0 (updated)</p>
<h3>Frame buster</h3>
<p>v.3.0 (updated)</p>
<h3>Google Analystics</h3>
<p>v.1.0 (new)</p>
<h3>Opt-in front page</h3>
<p>v.2.0 (updated)</p>
<h3>Fuzzy recent comments</h3>
<p>v.4.0 (updated)</p>
<ul>
<li>Now with an admin screen</li>
</ul>
<h3>Fuzzy recent posts</h3>
<p>v.4.0 (updated)</p>
<ul>
<li>Now with an admin screen</li>
</ul>
<h3>Fuzzy recent updates</h3>
<p>v.4.0 (updated)</p>
<ul>
<li>Now with an admin screen</li>
</ul>
<h3>Search reloaded</h3>
<p>v.2.0 (updated)</p>
<ul>
<li>Performance increase</li>
</ul>
<h3>Smart link</h3>
<p>v.2.1 (updated)</p>
<ul>
<li>More flexible API</li>
</ul>
<h3>Static front page</h3>
<p>v.2.0 (updated)</p>
<ul>
<li>Now with caching</li>
</ul>
<h3>Subscribe me</h3>
<p>v.2.2 (updated)</p>
<ul>
<li>Now with Google Reader and an admin menu</li>
</ul>
<h3>Semiologic CMS</h3>
<p>v.3.0 (updated)</p>
<ul>
<li>New and improved API</li>
<li>Now with a skin manager</li>
<li>Now with a nav menu manager</li>
<li>Now with a caption editor</li>
<li>Now with send by email links</li>
</ul>
<h3>Archive, calendar, category, link and page tiles</h3>
<p>v.2.0 (updated)</p>
<h3>Sidebar tile</h3>
<p>v.2.1 (updated)</p>
<ul>
<li>Now with caching</li>
</ul>
<h3>Unfancy quote</h3>
<p>v.2.0 (updated)</p>
<h2>Semiologic themes</h2>
<h3>Semiologic 2 col</h3>
<p>v.3.0 (new/updated)</p>
<h3>Semiologic 3 col</h3>
<p>v.3.0 (new/updated)</p>
<h3>Strawberry cream</h3>
<p>Discontinued (obsolete).</p>
<h3>Don&#039;t forget&#8230;</h3>
<p>The new themes feature a skin switcher and allow you to define a custom.css to override default settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2005/12/05/semiologic-cms-v3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugin updates</title>
		<link>http://www.semiologic.com/2005/11/12/wordpress-plugin-updates-2/</link>
		<comments>http://www.semiologic.com/2005/11/12/wordpress-plugin-updates-2/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 18:15:43 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[frame buster]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/2005/11/12/wordpress-plugin-updates/</guid>
		<description><![CDATA[<p><strong>In resources</strong> &#8212; I&#039;ve uploaded new release candidates for the next versions of each of the following plugins:</p>
<ul>
<li>Admin Simplified (obsolete)</li>
<li>BlogPulse Link (obsolete)</li>
<li>Cosmos Link (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/dofollow/" title="Do Follow Plugin For WordPress">Dofollow</a></li>
<li><a  href="http://www.semiologic.com/software/fancy-excerpt/" title="Fancy Excerpt Plugin For WordPress">Fancy Excerpt</a></li>
</ul>
<p><a  href="http://www.semiologic.com/2005/11/12/wordpress-plugin-updates-2/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>In resources</strong> &#8212; I&#039;ve uploaded new release candidates for the next versions of each of the following plugins:</p>
<ul>
<li>Admin Simplified (obsolete)</li>
<li>BlogPulse Link (obsolete)</li>
<li>Cosmos Link (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/dofollow/" title="Do Follow Plugin For WordPress">Dofollow</a></li>
<li><a  href="http://www.semiologic.com/software/fancy-excerpt/" title="Fancy Excerpt Plugin For WordPress">Fancy Excerpt</a></li>
<li><a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">Frame Buster</a></li>
<li><a  href="http://www.semiologic.com/software/opt-in-front/" title="Opt-In Front Page Plugin For WordPress">Opt-in Front Page</a></li>
<li>Fuzzy Recent Comments (obsolete)</li>
<li>Fuzzy Recent Posts (obsolete)</li>
<li>Fuzzy Recent Updates (obsolete)</li>
<li>Static Front Page (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/subscribe-me/" title="Subscribe Me Plugin For WordPress">Subscribe Me</a></li>
<li>Sidebar Tile (obsolete)</li>
<li><a  href="http://www.semiologic.com/software/unfancy-quote/" title="Unfancy Quote Plugin For WordPress">Unfancy Quote</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2005/11/12/wordpress-plugin-updates-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few plugin updates</title>
		<link>http://www.semiologic.com/2005/11/01/a-few-plugin-updates-2/</link>
		<comments>http://www.semiologic.com/2005/11/01/a-few-plugin-updates-2/#comments</comments>
		<pubDate>Tue, 01 Nov 2005 11:50:38 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[frame buster]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/2005/11/01/a-few-plugin-updates/</guid>
		<description><![CDATA[<p><strong>In resources</strong> &#8212; Those who feel like testers are welcome to try the RC1 of the following plugins:</p>
<ul>
<li>Admin simplified (obsolete), v.2.0 &#8212; rewrote as class</li>
<li>BlogPulse link (obsolete), v.2.0 &#8212; rewrote as class, added feed link</li>
</ul>
<p><a  href="http://www.semiologic.com/2005/11/01/a-few-plugin-updates-2/" class="more-link">Read more&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>In resources</strong> &#8212; Those who feel like testers are welcome to try the RC1 of the following plugins:</p>
<ul>
<li>Admin simplified (obsolete), v.2.0 &#8212; rewrote as class</li>
<li>BlogPulse link (obsolete), v.2.0 &#8212; rewrote as class, added feed link</li>
<li>Cosmos link (obsolete), v.2.0 &#8212; rewrote as class, added feed link</li>
<li><a  href="http://www.semiologic.com/software/dofollow/" title="Do Follow Plugin For WordPress">Dofollow</a>, v.2.0 &#8212; rewrote as class, tweaks</li>
<li><a  href="http://www.semiologic.com/software/fancy-excerpt/" title="Fancy Excerpt Plugin For WordPress">Fancy excerpt</a>, v.2.0 &#8212; rewrote as class, fixes</li>
<li><a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">Frame buster</a>, v.3.0 &#8212; rewrote as class</li>
<li><a  href="http://www.semiologic.com/software/unfancy-quote/" title="Unfancy Quote Plugin For WordPress">Unfancy quote</a>, v.2.0 &#8212; rewrote as class</li>
</ul>
<p>The documention will be updated when I&#039;ll be finished updating the plugins, in the next days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2005/11/01/a-few-plugin-updates-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frame buster plugin for WordPress</title>
		<link>http://www.semiologic.com/2005/04/05/frame-buster-plugin-for-wordpress/</link>
		<comments>http://www.semiologic.com/2005/04/05/frame-buster-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 05 Apr 2005 23:11:01 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[frame buster]]></category>

		<guid isPermaLink="false">http://www.semiologic.com/2005/04/05/frame-buster-plugin-for-wordpress/</guid>
		<description><![CDATA[<p><strong>News</strong> &#8212; I&#039;ve uploaded my <a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">frame buster plugin</a> for WordPress. The frame buster will prevent your blog from being trapped in a frame.</p>
]]></description>
			<content:encoded><![CDATA[<p><strong>News</strong> &#8212; I&#039;ve uploaded my <a  href="http://www.semiologic.com/software/frame-buster/" title="Frame Buster Plugin For WordPress">frame buster plugin</a> for WordPress. The frame buster will prevent your blog from being trapped in a frame.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semiologic.com/2005/04/05/frame-buster-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

