<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for James Frank . Info</title>
	<atom:link href="http://jamesfrank.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesfrank.info</link>
	<description>Visions of Code, Careers, and Creativity</description>
	<pubDate>Tue, 06 Jan 2009 21:55:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Accordion Menu by jeferrer</title>
		<link>http://jamesfrank.info/development/joomla/accordion-menu/comment-page-1/#comment-1862</link>
		<dc:creator>jeferrer</dc:creator>
		<pubDate>Sun, 21 Dec 2008 13:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=20#comment-1862</guid>
		<description>Hi, Thanks for this extension. It's really helpful. However, it work well with firefox but it's broken in IE7. is there some fix here? or I missed something. A response will be greatly appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for this extension. It&#8217;s really helpful. However, it work well with firefox but it&#8217;s broken in IE7. is there some fix here? or I missed something. A response will be greatly appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Keywords by Scubaguy</title>
		<link>http://jamesfrank.info/development/joomla/add-keywords/comment-page-1/#comment-1839</link>
		<dc:creator>Scubaguy</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=23#comment-1839</guid>
		<description>Awhile back I dug up a list of 2,000 common English words for a black list.  I've tried it using this plugin and it seems to work well.  You are welcome to use it too.

I also updated the charater removal code on line 112 to get rid of some extra characters that were showing up.

$text = preg_replace('/[\.&#124;\'&#124;\"&#124;\`&#124;\,&#124;\(&#124;\)&#124;\-&#124;\!&#124;\#&#124;\@&#124;\$&#124;\?&#124;\%&#124;\&#038;&#124;\_&#124;\;&#124;\:]/', ' ', $text);

[List of (2000) words removed by blog owner.]</description>
		<content:encoded><![CDATA[<p>Awhile back I dug up a list of 2,000 common English words for a black list.  I&#8217;ve tried it using this plugin and it seems to work well.  You are welcome to use it too.</p>
<p>I also updated the charater removal code on line 112 to get rid of some extra characters that were showing up.</p>
<p>$text = preg_replace(&#8217;/[\.|\'|\"|\`|\,|\(|\)|\-|\!|\#|\@|\$|\?|\%|\&#038;|\_|\;|\:]/&#8217;, &#8216; &#8216;, $text);</p>
<p>[List of (2000) words removed by blog owner.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Keywords by Dannz</title>
		<link>http://jamesfrank.info/development/joomla/add-keywords/comment-page-1/#comment-1822</link>
		<dc:creator>Dannz</dc:creator>
		<pubDate>Sun, 14 Dec 2008 23:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=23#comment-1822</guid>
		<description>Hi,
The plugin should select keywords only from the article title, because keywords that are in article lead but not in the title, those are just words.
Danny</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The plugin should select keywords only from the article title, because keywords that are in article lead but not in the title, those are just words.<br />
Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accordion Menu by Raf</title>
		<link>http://jamesfrank.info/development/joomla/accordion-menu/comment-page-1/#comment-1820</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Sun, 14 Dec 2008 03:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=20#comment-1820</guid>
		<description>The menu is great, but I have a little problem: I'd like it to show the active menu, not the last hovered, when you move the cursor out of the menu. Can you help me?

PS: For people having problems with styles I can recommend a Firefox Web Developer extension with its Display Element Information tool.</description>
		<content:encoded><![CDATA[<p>The menu is great, but I have a little problem: I&#8217;d like it to show the active menu, not the last hovered, when you move the cursor out of the menu. Can you help me?</p>
<p>PS: For people having problems with styles I can recommend a Firefox Web Developer extension with its Display Element Information tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accordion Menu by uli</title>
		<link>http://jamesfrank.info/development/joomla/accordion-menu/comment-page-1/#comment-1814</link>
		<dc:creator>uli</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=20#comment-1814</guid>
		<description>Hello James and Kelsey

Had the same problem like "Kelsey":
Two solutions:
- change the errorreporting in the php.ini to error_reporting  =  E_ALL &#38; ~E_NOTICE
- delete .$image in helper.php - it works without this var

My problem:
expanding aint work. local it works, after i load it on my server all submenues where showing.
see: neu.peissnitzhaus.de/joomla157</description>
		<content:encoded><![CDATA[<p>Hello James and Kelsey</p>
<p>Had the same problem like &#8220;Kelsey&#8221;:<br />
Two solutions:<br />
- change the errorreporting in the php.ini to error_reporting  =  E_ALL &amp; ~E_NOTICE<br />
- delete .$image in helper.php - it works without this var</p>
<p>My problem:<br />
expanding aint work. local it works, after i load it on my server all submenues where showing.<br />
see: neu.peissnitzhaus.de/joomla157</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Keywords by James</title>
		<link>http://jamesfrank.info/development/joomla/add-keywords/comment-page-1/#comment-1808</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 11 Dec 2008 12:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=23#comment-1808</guid>
		<description>@MTW (Zappu): Interesting.  The problem is that if your custom metadata is longer than 80 char, then it doesn't get the auto-generated words added.  And if the custom keywords plus the auto ones are less than 80 char, then the next time around they get duplicated.</description>
		<content:encoded><![CDATA[<p>@MTW (Zappu): Interesting.  The problem is that if your custom metadata is longer than 80 char, then it doesn&#8217;t get the auto-generated words added.  And if the custom keywords plus the auto ones are less than 80 char, then the next time around they get duplicated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accordion Menu by James</title>
		<link>http://jamesfrank.info/development/joomla/accordion-menu/comment-page-1/#comment-1807</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 11 Dec 2008 12:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=20#comment-1807</guid>
		<description>@Peter: Good fix, I'll implement that.
@Asle: You have to disable the normal menu (just mod_menu) if you only want the accordion one.</description>
		<content:encoded><![CDATA[<p>@Peter: Good fix, I&#8217;ll implement that.<br />
@Asle: You have to disable the normal menu (just mod_menu) if you only want the accordion one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Resize by James</title>
		<link>http://jamesfrank.info/development/joomla/image-resize/comment-page-1/#comment-1806</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 11 Dec 2008 12:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=27#comment-1806</guid>
		<description>@Hans: I think that will be less a problem of this particular module as what user you have PHP running under.  I'll try to look into it sometime.</description>
		<content:encoded><![CDATA[<p>@Hans: I think that will be less a problem of this particular module as what user you have PHP running under.  I&#8217;ll try to look into it sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image Resize by Hans Peeters</title>
		<link>http://jamesfrank.info/development/joomla/image-resize/comment-page-1/#comment-1805</link>
		<dc:creator>Hans Peeters</dc:creator>
		<pubDate>Thu, 11 Dec 2008 11:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=27#comment-1805</guid>
		<description>Is there a way to let this wonderfull little gem run as a other user then the apache user, im getting trouble that the directories created in the cache folder have the wrong permissions</description>
		<content:encoded><![CDATA[<p>Is there a way to let this wonderfull little gem run as a other user then the apache user, im getting trouble that the directories created in the cache folder have the wrong permissions</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Keywords by MTW OFFICE</title>
		<link>http://jamesfrank.info/development/joomla/add-keywords/comment-page-1/#comment-1793</link>
		<dc:creator>MTW OFFICE</dc:creator>
		<pubDate>Mon, 08 Dec 2008 15:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://jamesfrank.info/?page_id=23#comment-1793</guid>
		<description>Made a little change to the code, as I always would like to get the meta-description also filled and more important, if I have already written soemthing by myself into the meta-tag or meta-description field, this schould be kept and not overwritten:

			// return the modified metadata for posting
			// $metadata = JRequest::getVar("meta");
			// $metadata['keywords'] = $keywords;
			// JRequest::setVar("meta", $metadata);

            $metadata = JRequest::getVar("meta");
            if(strlen($metadata['keywords']) &#60; 80)
			    $metadata['keywords'] = $metadata['keywords']. ($metadata['keywords']==TRUE ? ', ' : '') .$keywords;
            if(strlen($metadata['description']) &#60; 250)
                $metadata['description'] = $metadata['description']. ' ' .substr(trim($fullText), 0, 250);
			JRequest::setVar("meta", $metadata);

Maybe this will help somebody
regards
Zappu</description>
		<content:encoded><![CDATA[<p>Made a little change to the code, as I always would like to get the meta-description also filled and more important, if I have already written soemthing by myself into the meta-tag or meta-description field, this schould be kept and not overwritten:</p>
<p>			// return the modified metadata for posting<br />
			// $metadata = JRequest::getVar(&#8221;meta&#8221;);<br />
			// $metadata['keywords'] = $keywords;<br />
			// JRequest::setVar(&#8221;meta&#8221;, $metadata);</p>
<p>            $metadata = JRequest::getVar(&#8221;meta&#8221;);<br />
            if(strlen($metadata['keywords']) &lt; 80)<br />
			    $metadata['keywords'] = $metadata['keywords']. ($metadata['keywords']==TRUE ? &#8216;, &#8216; : &#8221;) .$keywords;<br />
            if(strlen($metadata['description']) &lt; 250)<br />
                $metadata['description'] = $metadata['description']. &#8216; &#8216; .substr(trim($fullText), 0, 250);<br />
			JRequest::setVar(&#8221;meta&#8221;, $metadata);</p>
<p>Maybe this will help somebody<br />
regards<br />
Zappu</p>
]]></content:encoded>
	</item>
</channel>
</rss>
