<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>hello! Forums</title>
    <link>http://haronetwork.com/forums/</link>
    <description>hello! Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-09-13T19:08:50-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Expression Engine 2.0 compatiblity</title>
      <link>http://haronetwork.com/forums/viewthread/15/</link>
      <guid>http://haronetwork.com/forums/viewthread/15/#When:01:33:13Z</guid>
      <description>&lt;p&gt;With the dev blog entry about &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fexpressionengine.com%2Fblog%2Fentry%2Fquestions_concerning_expressionengine_20_compatibility%2F&quot;&gt;Questions Concerning ExpressionEngine 2.0 Compatibility&lt;/a&gt;, some of you might be wondering if I will be converting the linklist or any other plugins I&#8217;ve created to fit with EE 2.0.
&lt;/p&gt;
&lt;p&gt;
Well, I will if I have to. I only say this because will EE 2.0 have linklist/blogroll capabilities? I think so. And before you start wondering, no I haven&#8217;t gotten any word of that from anyone. I&#8217;m just predicting. But if not, then if I get a copy of the dev version of EE 2.0 to bring it up to specs, then I&#8217;ll do it. We&#8217;ll see how long till they have something for us developers though. I never anticipate any date unless it comes from the horses mouth, and well, they&#8217;re saying who knows when it&#8217;ll be ready to go out there.
&lt;/p&gt;
&lt;p&gt;
So there you go, I thought I&#8217;d throw that out there before people who are using linklist now wonder if there was going to be a linklist 2.0.&amp;nbsp;
&lt;/p&gt;</description>
      <dc:date>2007-12-15T01:33:13-08:00</dc:date>
    </item>

    <item>
      <title>Welcome to Modules and Plugins Support!</title>
      <link>http://haronetwork.com/forums/viewthread/3/</link>
      <guid>http://haronetwork.com/forums/viewthread/3/#When:17:17:17Z</guid>
      <description>&lt;p&gt;If you&#8217;ve got any support questions with any modules or plugins, please post them here!
&lt;/p&gt;</description>
      <dc:date>2007-03-13T17:17:17-08:00</dc:date>
    </item>

    <item>
      <title>Show/Hide Code</title>
      <link>http://haronetwork.com/forums/viewthread/14/</link>
      <guid>http://haronetwork.com/forums/viewthread/14/#When:20:47:41Z</guid>
      <description>&lt;p&gt;Not too sure if this is the right place for this question, but here I go..
&lt;/p&gt;
&lt;p&gt;
I&#8217;ve posted this question in the EE forums &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fexpressionengine.com%2Fforums%2Fviewthread%2F57676%2F&quot;&gt;HERE&lt;/a&gt; but got no response at all.
&lt;/p&gt;
&lt;p&gt;
I want to use the More/Less feature in my EE site, but I can&#8217;t get it to work.&amp;nbsp; I followed the instructions to a &#8220;T&#8221;, but I get a script error on my side.
&lt;/p&gt;
&lt;p&gt;
Is there extra CSS modification involved or any changes to the code?
&lt;/p&gt;
&lt;p&gt;
Currently the JS code is between the &#8216;head&#8217; tags, and looks like this:
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #007700&quot;&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;showHide&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryLink&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;htmlObj&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;type&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;type&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;==&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;more&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;extTextDivID&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;’comText’&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;));&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extLinkDivID&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;’comLink’&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;));&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;else&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;extTextDivID&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;’extText’&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;));&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extLinkDivID&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;’extLink’&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;+&amp;nbsp;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;));&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;document&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getElementById&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;document&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getElementById&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extTextDivID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;).&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if(&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryLink&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;document&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getElementById&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extTextDivID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;).&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;block&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;document&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getElementById&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extLinkDivID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;).&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;none&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;htmlObj&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;blur&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;else&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;document&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getElementById&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extTextDivID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;).&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;none&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;document&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;getElementById&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;extLinkDivID&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;).&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;block&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&#125;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;else&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;location&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;href&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryLink&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;return&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&#125;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;else&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;br /&gt;&lt;br /&gt;location&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;href&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entryLink&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;return&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&#125;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
My entry tag looks like this:
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;
&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entries&amp;nbsp;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;faculty&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;limit&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;15&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;h1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;title&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;h1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;body&#125;&lt;br /&gt;&lt;br /&gt;&#123;if&amp;nbsp;extended&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#125;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&amp;nbsp;id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;extLink&#123;entry_id&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&amp;nbsp;href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#91;removed&#93;void(0);&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;ext&#123;entry_id&#125;&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;onclick&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;showHide(&#123;entry_id&#125;,’&#123;permalink&#125;’,this,’entry’);return&amp;nbsp;false;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Read&amp;nbsp;More&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;...&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&amp;nbsp;id&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;extText&#123;entry_id&#125;&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;display:none&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;extended&#125;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&amp;nbsp;href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#91;removed&#93;void(0);&quot;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;onclick&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;showHide(&#123;entry_id&#125;,0,this,’entry’);return&amp;nbsp;true;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Read&amp;nbsp;Less&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;...&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&#123;if&amp;nbsp;allow_comments&#125;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;comment_total&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&amp;nbsp;href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#123;url_title_path=&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;musiced&#125;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;comments&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&#125;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Comments&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;nbsp;&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;#8226;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;if&#125;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;class=&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;spacer&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&#123;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;exp&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;weblog&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;entries&#125;&lt;/span&gt;
&lt;/code&gt;&lt;/div&gt;&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
What am I missing?
&lt;/p&gt;
&lt;p&gt;
Thanks SOOO much for any help you can give me!!!!
&lt;/p&gt;</description>
      <dc:date>2007-08-01T20:47:41-08:00</dc:date>
    </item>

    <item>
      <title>Not The Plugin Per Se</title>
      <link>http://haronetwork.com/forums/viewthread/12/</link>
      <guid>http://haronetwork.com/forums/viewthread/12/#When:02:54:57Z</guid>
      <description>&lt;p&gt;I&#8217;ve been using your On This Day plugin for years and years.&amp;nbsp; Thank you thank you soooo much for creating it.&amp;nbsp; It&#8217;s nice to see where I&#8217;ve been and how far I&#8217;ve come sometimes.&amp;nbsp; Anyhow, I&#8217;m having a problem, not with the plugin or how the plugin works, but with something else that probably has an easy fix, but I don&#8217;t know exactly what it is.
&lt;/p&gt;
&lt;p&gt;
On my index page, &#8220;On This Day&#8221; displays what was written in previous years on *today&#8217;s date* regardless of whatever entry is showing.&amp;nbsp; (I only display the most recent on my index page.)  However, on the permalink entries, &#8220;this&#8221; day becomes whatever date you&#8217;re viewing.&amp;nbsp; In other words, if I view a permalink page for December 25, 2004, it&#8217;ll show me all entries written on December 25, not all entries written on today&#8217;s date. 
&lt;/p&gt;
&lt;p&gt;
With me so far?&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Everything plugin wise works wonderfully.&amp;nbsp; The issue comes in because I display only an excerpt for each entry written.&amp;nbsp; Even that isn&#8217;t an issue.&amp;nbsp; The issue is that sometimes (often!) I will begin a post with a quote or lyrics that I&#8217;ve put in blockquotes or list format or some other wonky text formatting and when the excerpt is done, the wonky formatting doesn&#8217;t end.&amp;nbsp; That means if I used blockquote to begin the entry, the WHOLE rest of the page, including other &#8220;on this day&#8221; links and even the comments for that entry are all in the blockquote style that I have assigned.
&lt;/p&gt;
&lt;p&gt;
Let me show you an example:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fcolorfully&#45;see&#45;through&#45;head.com%2Findex.php%2Fcsth%2Fcomments%2Fface_value%2F&quot;&gt;Here&lt;/a&gt; you can see that &#8220;on this day&#8221; was blank.&amp;nbsp; I hadn&#8217;t written anything on that particular date in previous years so there&#8217;s no quoted entry, nothing to fuss with the way that the comments display.&amp;nbsp; They display properly and with nice black text, etc.&amp;nbsp; Lovely.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Now in &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fcolorfully&#45;see&#45;through&#45;head.com%2Findex.php%2Fcsth%2Fcomments%2Fthanks%2F&quot;&gt;this&lt;/a&gt; example, you can see things aren&#8217;t so lovely.&amp;nbsp; I started out the first item in the &#8220;previous years&#8221; list with a blockquote, so the whole rest of the page ends up in a blockquote tag instead of ending before the [read more].&amp;nbsp; The comments are hard to read because the color used isn&#8217;t the one intended since it&#8217;s intended for blockquote.&amp;nbsp; Yes, I could change the color for blockquote, but, well, the whole comment section shouldn&#8217;t be blockquoted.&amp;nbsp; Or bold.&amp;nbsp; Or in italics.&amp;nbsp; Or whatever strange thing that got interrupted when the excerpt ended.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
My long winded explanation is this:&amp;nbsp; Is there a way to close all the tags at the end of the excerpt?
&lt;/p&gt;</description>
      <dc:date>2007-07-07T02:54:57-08:00</dc:date>
    </item>

    <item>
      <title>Link List Help</title>
      <link>http://haronetwork.com/forums/viewthread/13/</link>
      <guid>http://haronetwork.com/forums/viewthread/13/#When:10:18:02Z</guid>
      <description>&lt;p&gt;I&#8217;m kind of new to EE and I can&#8217;t figure out how to add Link List to my sidebar. Is there documentation available on how to do this?
&lt;/p&gt;</description>
      <dc:date>2007-07-07T10:18:02-08:00</dc:date>
    </item>

    <item>
      <title>Twittervision</title>
      <link>http://haronetwork.com/forums/viewthread/11/</link>
      <guid>http://haronetwork.com/forums/viewthread/11/#When:08:03:30Z</guid>
      <description>&lt;p&gt;This is cool! View twitters from around the world. 
&lt;/p&gt;
&lt;p&gt;
link: &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Ftwittervision.com%2F&quot;&gt;http://twittervision.com/&lt;/a&gt;
&lt;/p&gt;</description>
      <dc:date>2007-03-27T08:03:30-08:00</dc:date>
    </item>

    <item>
      <title>Wednesday Update</title>
      <link>http://haronetwork.com/forums/viewthread/10/</link>
      <guid>http://haronetwork.com/forums/viewthread/10/#When:22:30:26Z</guid>
      <description>&lt;p&gt;Before I let you in on updates on the site, I just want to shout out to everyone to visit Mom&#8217;s Cafe Home Cooking, go take a visit and get some really good recipes and learn a thing or two. You can click on her thumbnail on the right in the sidebar. Tell her we sent you!
&lt;/p&gt;
&lt;p&gt;
You may notice a few things have been changed, and revamped. First of all, hopefully you notice the &#8220;Submit your Recipe&#8221; link in the sidebar. You can now submit your recipes to be posted on the site. If you&#8217;ve got any recipes you&#8217;d like to share, please do so! The only thing you&#8217;ll need to do is sign up for membership. It&#8217;s FREE and painless, I promise! No one is going to sell you information.
&lt;/p&gt;
&lt;p&gt;
You&#8217;ll also notice that the recipe type posts are now in a recipe type look. If you have any suggestions, please let us know! We definitely look forward to your feedback and we can always use it!
&lt;/p&gt;
&lt;p&gt;
You may or may not notice that we&#8217;ve implemented a few new changes, here and there, hopefully to make the site look better. If you&#8217;re having any issues with the layout, please let us know about it.
&lt;/p&gt;</description>
      <dc:date>2007-03-21T22:30:26-08:00</dc:date>
    </item>

    <item>
      <title>Simple Pagination Plugin for Expression Engine</title>
      <link>http://haronetwork.com/forums/viewthread/9/</link>
      <guid>http://haronetwork.com/forums/viewthread/9/#When:22:18:12Z</guid>
      <description>&lt;p&gt;I know what you&#8217;re thinking. ExpressionEngine already has pagination, why do we need a plugin for this? Well, Dom Stubbs of &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fwww.vayadesign.net%2F&quot;&gt;Vaya Design&lt;/a&gt; made this plugin for allowing pagination within one entry simply by adding a single tag within entry: &#123;pagebreak&#125;. Using that tag within your entry, you can paginate a very long entry without the use of multiple custom weblog fields.
&lt;/p&gt;
&lt;p&gt;
This is an impressive plugin and I&#8217;m currently using it on the &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fharofood.com%2F&quot;&gt;hello! Food&lt;/a&gt; site. It comes in very handy when I&#8217;ve got a long review that just needs to be broken down into separate pages.
&lt;/p&gt;
&lt;p&gt;
For more information, you can visit the &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fwww.vayadesign.net%2Fblog%2Fcomments%2Fpagination&#45;plugin&#45;expression&#45;engine&quot; title=&quot;original post&quot;&gt;original post&lt;/a&gt;.
&lt;/p&gt;</description>
      <dc:date>2007-03-21T22:18:12-08:00</dc:date>
    </item>

    <item>
      <title>Review my blog</title>
      <link>http://haronetwork.com/forums/viewthread/8/</link>
      <guid>http://haronetwork.com/forums/viewthread/8/#When:10:24:52Z</guid>
      <description>&lt;p&gt;I&#8217;ve heard some talk here and there about the cynicism of the &#8220;Review my blog&#8221; sites. Basically, not that the review was actually meaningful, or in humour, or at the very least, an actual critique, but that those sites were basically a means to get publicity for your site, and to somehow raise your pagerank, or alexa score, or your technorati rating. Is this true? And if so, does it work?
&lt;/p&gt;
&lt;p&gt;
It definitely seems like it works for quite a few people. Take &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fwww.johnchow.com&quot;&gt;John Chow dot com&lt;/a&gt; for example. You can review his site, and say anything about it, good or bad, and as long as you follow his &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fwww.johnchow.com%2Fmake&#45;money&#45;online&#45;review&#45;my&#45;blog%2F&quot;&gt;linking rules&lt;/a&gt;, you will get a return back link from him. This seems to go over so well, he is getting close to being number one for the term, &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fwww.johnchow.com%2F&quot;&gt;&#8220;Make Money Online&#8221;&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
And that&#8217;s because people are reviewing his site. All he asks for are the links back in a certain fashion. While this might seem unconventional, it works for John Chow.
&lt;/p&gt;
&lt;p&gt;
Then there are the other sites who review your site. I won&#8217;t link or mention any sites that do this, because there are just so many. But do they drive traffic to your site? Sure they do. Even if the review is bad, it will drive traffic to your site. Why? It&#8217;s what I call the Howard Stern (the radio shock jock) Syndrome. People will see your stuff, even if it&#8217;s bad, because they want to see what you do next. They want to know if you are going to do anything differently, if you&#8217;re going to offend anyone else, or just plain do anything.
&lt;/p&gt;
&lt;p&gt;
Of course, another benefit of site reviews is the occasional new fan. Someone will come to your site because of a positive (or negative) review and actually like your site. This will then cause the said fan to link to your site, and their readers will find you as well, and maybe some of those readers will like your site and link to your site. And so on and so on. And that&#8217;s only one review site. With the number of review sites out there, this could exponentially blow up into thousands of sites. (Okay, I might be exaggerating just a little bit.) But you get my point.
&lt;/p&gt;
&lt;p&gt;
Now, I&#8217;m sure by now, you&#8217;re thinking, &#8220;isn&#8217;t this like cheating the system?&#8221; Oh my, it could be construed as such. But honestly. Be real now. Is it really cheating? Is it the same as the spammer websites out there that drive traffic  to their site by creating &#8220;dummy&#8221; websites that try to hog all the search engine results? No, I don&#8217;t think so. I think this is just plain old shameless self promotion.
&lt;/p&gt;
&lt;p&gt;
It could be comparable to say an actor, who releases a movie, and will go on public appearances on all the talk shows. They need to publicize the movie. They need to have people out there knowing that they&#8217;ve got something new or something going on so they can get people to come see it.
&lt;/p&gt;
&lt;p&gt;
So the next time you see a review site, and you&#8217;re tempted to get your site reviewed, just remember good or bad, it&#8217;s most likely going to do you some good by raising your rank on the internet. Does it work? If you work hard enough, I&#8217;m pretty sure it will. Look at John Chow. He&#8217;s doing it. Why can&#8217;t you?
&lt;/p&gt;</description>
      <dc:date>2007-03-20T10:24:52-08:00</dc:date>
    </item>

    <item>
      <title>Featured Site of the Week: Mom’s Cafe Home Cooking</title>
      <link>http://haronetwork.com/forums/viewthread/7/</link>
      <guid>http://haronetwork.com/forums/viewthread/7/#When:19:13:50Z</guid>
      <description>&lt;p&gt;I&#8217;d like to take the time to welcome our featured site of the week, &lt;a href=&quot;http://haronetwork.com/?URL=http%3A%2F%2Fmomskitchencooking.blogspot.com%2F&quot;&gt;Mom&#8217;s Cafe Home Cooking&lt;/a&gt;. &#8220;Garden Gnome&#8221; is a wife and mother who definitely loves the many aspects of homemaking. Her site has plenty of recipes, and a few tips and tricks. It makes me hungry just reading her site! Which is a good thing most of the time. Please go take a visit my clicking on her thumbnail to the right, and tell her that we sent you!
&lt;/p&gt;</description>
      <dc:date>2007-03-19T19:13:50-08:00</dc:date>
    </item>

    
    </channel>
</rss>