<?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>Tech from Hel &#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>Helene&#039;s ramblings on Wordpress, jQuery and other web technologies.</description>
	<lastBuildDate>Thu, 08 Apr 2010 19:40:31 +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>WassUp Works Well with WP Widget Cache</title>
		<link>http://www.techfromhel.com/2010/04/wassup-with-wp-widget-cache/</link>
		<comments>http://www.techfromhel.com/2010/04/wassup-with-wp-widget-cache/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 15:51:02 +0000</pubDate>
		<dc:creator>helene</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[wassup]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techfromhel.com/?p=101</guid>
		<description><![CDATA[<a href="http://www.wpwp.org">WassUp</a> users looking for ways to speed up their site or blog should try <a href="http://wordpress.org/extend/plugins/wp-widget-cache/">WP Widget Cache</a> plugin. 

WP Widget Cache plays nicely with WassUp because it caches only the widgets on a  page and does not affect other code in the document.  It caches sidebar and footer widgets and allows you to customize cache settings for each widget individually. According to the author, you can achieve up 70% improvement in your site's performance with this plugin. After installing it on my own blog and setting a cache timeout of 24 hours (86400 seconds) on all static widgets, I saw a impressive improvement in load speed, myself. <a href="http://techfromhel.com/2010/04/wassup-with-wp-widget-cache/">Read more...</a>]]></description>
		<wfw:commentRss>http://www.techfromhel.com/2010/04/wassup-with-wp-widget-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Fine Fix for &#8220;get_currentuserinfo undefined&#8221;</title>
		<link>http://www.techfromhel.com/2010/03/fix-for-get_currentuserinfo-undefined/</link>
		<comments>http://www.techfromhel.com/2010/03/fix-for-get_currentuserinfo-undefined/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:25:56 +0000</pubDate>
		<dc:creator>helene</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[get_currentuserinfo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techfromhel.com/?p=90</guid>
		<description><![CDATA[<p>If you write a Wordpress plugin that calls the function &#8220;get_currentuserinfo()&#8221;, you should be aware that this could trigger the fatal error, &#8220;get_currentuserinfo undefined&#8217;, in some Wordpress configurations. Depending on what your plugin does, this error could impact a Wordpress site's display, so it is important to prevent it from ever happening.</p>
<p>One fix (as published by several WP bloggers) is to edit your plugin to add the code, <nobr><code>include  "/wp-includes/pluggable.php"</code></nobr>, manually before you call  &#8220;get_currentuserinfo()&#8221; (or other Wordpress user functions).  This methods works in most cases, but it runs the risk of causing an irreconcilable conflict with any membership or user management plugins that may be installed on the same site.</p>
<p>A better fix is to include a priority argument with your plugin hook function... <a href="http://techfromhel.com/2010/03/fix-for-get_currentuserinfo-undefined/">Read more.</a></p>]]></description>
		<wfw:commentRss>http://www.techfromhel.com/2010/03/fix-for-get_currentuserinfo-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horizontal Submenus for WordPress Admin Plugins</title>
		<link>http://www.techfromhel.com/2009/03/horizontal-submenus-wordpress/</link>
		<comments>http://www.techfromhel.com/2009/03/horizontal-submenus-wordpress/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 10:57:34 +0000</pubDate>
		<dc:creator>helene</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[horizontal menu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techfromhel.com/?p=37</guid>
		<description><![CDATA[<p>With the launch of version 2.7 in December 2008, Wordpress added several <a href="http://nettuts.com/tutorials/wordpress/5-new-wordpress-27-features/">new features</a> and changed its user interface (UI). I especially like the new automatic update feature and the new vertical sidebar is sleeker and more modern looking. However, I find navigating the menus on that new sidebar to be very inefficient when administration plugins add more selections to it.</p>
<p>As an admin plugin author, I want my users to have easy access to my plugin menu and submenus. In Wordpress 2.2 to 2.6, the built-in menu functions accomplished this with horizontal menus at the top of the page. In 2.7, however, the same menu functions now place the plugin menu (and submenus) near the bottom of the page, in the sidebar. This makes navigation more cumbersome because plugin menus are positioned outside the initial viewing area of the screen in a typical 1280x800 browser window. The user has to scroll down to select the plugin and, after the plugin is selected, scroll down again to navigate the plugin's submenus. Worse, it not always obvious that there are submenus available for a plugin. You can see an example of this in image #1 where the green line indicates the end of the window area of a 1280x800 resolution browser window. <img src="http://www.techfromhel.com/images/screenshots/thumbs/wp27-plugin.png style="float:right; margin:2px; padding:1px; background-color:#bbc;" alt="[Wordpress plugin screenshot]" title="image#1" /></p>
<p>To workaround this problem in my own admin plugin, I inserted a new horizontal menu containing the submenu links at the top of each submenu page. To keep the look consistent with WordPress&#39; new style, I positioned the menu inline with the "contextual help" button and also adopted it's "look and feel". This was a relatively simple task to do, once I located and copied the appropriate styles from WordPress&#39; admin stylesheets. You can see an example of this new horizontal menu in the second image. <img src="http://www.techfromhel.com/images/screenshots/thumbs/wp27-plugin-demo.png style="float:right; margin:2px; padding:1px; background-color:#bbc;" alt="[Wordpress plugin screenshot-2]" title="image#2" /></p>
<p><a href="http://www.techfromhel.com/2009/03/horizontal-submenus-wordpress/">Read more...</a></p>]]></description>
		<wfw:commentRss>http://www.techfromhel.com/2009/03/horizontal-submenus-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</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>Sat, 09 Aug 2008 04:26:28 +0000</pubDate>
		<dc:creator>helene</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[simple tags plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tech.hellioness.com/?p=16</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 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. Fortunately the fix was simple.</p>
<p><a href="http://helene.techfromhell.com/2008/08/simple-fix-for-simple-tags/">Read more...</a></p>]]></description>
		<wfw:commentRss>http://www.techfromhel.com/2008/08/simple-fix-for-simple-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
