<?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>IT Blog &#187; Plugins</title>
	<atom:link href="http://www.techfromhel.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfromhel.com</link>
	<description>Information Technology - our Life</description>
	<lastBuildDate>Tue, 26 Jul 2011 13:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Seamless WassUp Upgrading</title>
		<link>http://www.techfromhel.com/2010/12/seamless-wassup-upgrade/</link>
		<comments>http://www.techfromhel.com/2010/12/seamless-wassup-upgrade/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 14:52:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[wassup]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techfromhel.com/?p=20</guid>
		<description><![CDATA[Precautionary Steps for a Seamless WassUp Upgrade <p>In the newest WassUp WordPress plugin update (v.1.8.1), there is a precautionary notice about upgrading. This notice says that you should not upgrade if your site is busy. That is, you should check the number of current visitors online before upgrading and, if there are more than one [...]]]></description>
			<content:encoded><![CDATA[<h3>Precautionary Steps for a Seamless WassUp Upgrade</h3>
<p>In the newest WassUp WordPress plugin update (v.1.8.1), there is a  precautionary notice about upgrading. This notice says that you should  not upgrade if your site is busy. That is, you should check the number  of current visitors online before upgrading and, if there are more than  one regular visitors or multiple spiders online, don’t upgrade!!</p>
<p>WassUp is different from most plugins because once it is enabled it  starts working and never stops until it is disabled, deactivated or your  site goes down. Every visitor click, every spider hit, every search,  and every feed request triggers WassUp to write data into it’s tables.  The more popular your site is, the more data WassUp has to write in  order to track visitors browsing your site.</p>
<p>An upgrade during a busy time for your site increases the odds that  WassUp will be interrupted in the middle of a write operation. That kind  of interruption can cause file corruption or can leave a permanent lock  on WassUp tables. If that were to happen, WassUp would stop all new  recordings until the lock is cleared or until ‘wp_wassup’ table is  repaired. Note that this only affects WassUp, not WordPress itself, so  your site would remain functioning.</p>
<p>If your site is always busy or you just can’t wait to upgrade, I  recommend that you temporarily “disable recording” in WassUp &gt;&gt;  Wassup-Options, [Statistics Recording] Tab, or put your site into  “maintenance mode” prior to doing the upgrade. If you do this, always  remember that you will have to manually re-enable recording or undo  maintenance mode page when you have done upgrading.</p>
<p>For a seamless upgrade every time, always check the plugin’s “Installation” instructions at <a href="http://wordpress.org/extend/plugins/wassup/installation/">http://wordpress.org/extend/plugins/wassup/installation/</a> for any new installation/upgrade procedures that could affect your copy of WassUp.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techfromhel.com/2010/12/seamless-wassup-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Fix for &#8220;Simple Tags&#8221;</title>
		<link>http://www.techfromhel.com/2008/08/simple-fix-for-simple-tags/</link>
		<comments>http://www.techfromhel.com/2008/08/simple-fix-for-simple-tags/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 14:54:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[simple tags plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techfromhel.com/?p=22</guid>
		<description><![CDATA[<p>I am not an official WordPress tester, but to keep up with the latest changes and to make sure my own plugins are always compatible with upcoming versions of WordPress, I run WordPress development version on this site.</p> <p>There are several plugins installed on this site that end up also getting tested for compatibility with [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I am not an official WordPress tester, but to keep up with the  latest changes and to make sure my own plugins are always compatible  with upcoming versions of WordPress, I run WordPress development version  on this site.</p>
<p>There are several plugins installed on this site that end up also  getting tested for compatibility with upcoming versions of WordPress,  although that is not my intention. <a href="http://wordpress.org/extend/plugins/wassup/">Wassup</a>, <a href="http://wordpress.org/extend/plugins/cforms/">cFormsII</a>, <a href="http://wordpress.org/extend/plugins/bad-behavior/">Bad Behavior</a>, and <a href="http://wordpress.org/extend/plugins/akismet/">Akismet</a> all run successfully on WordPress 2.7 development version . One plugin that failed was <a href="http://wordpress.org/extend/plugins/simple-tags/">Simple Tags</a> version 1.5.7 by <a href="http://www.herewithme.fr/">Amaury Balmer</a>. This plugin produced an error because of a test in the code that rejects unrecognized versions of WordPress.</p>
<p>Fortunately the fix was simple. It only required that the version  test be replaced by one that tests for current or higher version of  WordPress. I modified the code myself and now “Simple Tags 1.5.7a” runs  on 2.7-dev.</p>
<p>If you would like to apply this patch to your own copy of Simple Tags 1.5.7, you can download it  To install, just uncompress the file “simple-tags.php”, upload it to  your web server, and overwrite the file of the same name in the  “simple-tags” folder in your WordPress plugins directory. Be sure to  deactivate “Simple Tags 1.5.7″ beforehand and reactivate it as “Simple  Tags 1.5.7a” afterwards.</p>
<p><strong>12/16/2008 Update</strong>: Simple Tags 1.5.8 was released  and is compatible with WordPress 2.7.  However, the flawed code still  exists and will continue to cause Simple Tags to become disabled with  future releases and development versions of WordPress. If you would like  to “future-proof” your version of Simple Tags 1.5.8, download the file,   simple-tags-fix.zip, unzip it, and replace “simple-tags.php” in your plugins directory.</p>
<p><strong>06/17/2009 Update</strong>: simple-tags-fix.zip is now updated for Simple Tags 1.6.6</p>
<p><strong>09/15/2010 Update</strong>: This fix  has been obsoleted since version 1.7 of Simple Tags and is no longer available here.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.techfromhel.com/2008/08/simple-fix-for-simple-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

