<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Jason Friend (j.i.f.f.) - dasBlog</title>
    <link>http://jasonfriend.com/</link>
    <description>... no not the peanut butter</description>
    <language>en-us</language>
    <copyright>Jason Friend</copyright>
    <lastBuildDate>Wed, 25 Jun 2008 18:52:29 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>blog@jasonfriend.com</managingEditor>
    <webMaster>blog@jasonfriend.com</webMaster>
    <item>
      <trackback:ping>http://jasonfriend.com/Trackback.aspx?guid=344fd586-9139-4c6b-80c8-e79df5e53e13</trackback:ping>
      <pingback:server>http://jasonfriend.com/pingback.aspx</pingback:server>
      <pingback:target>http://jasonfriend.com/PermaLink,guid,344fd586-9139-4c6b-80c8-e79df5e53e13.aspx</pingback:target>
      <dc:creator>Jason</dc:creator>
      <georss:point>0 0</georss:point>
      <wfw:comment>http://jasonfriend.com/CommentView,guid,344fd586-9139-4c6b-80c8-e79df5e53e13.aspx</wfw:comment>
      <wfw:commentRss>http://jasonfriend.com/SyndicationService.asmx/GetEntryCommentsRss?guid=344fd586-9139-4c6b-80c8-e79df5e53e13</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am running dasBlog v.2.1.8102.813. I found when I tried to add comments that the
Live Comment Preview didn't display the last allowable HTML comment tag. These tags
are selected in the Configuration section under "HTML in Comments". With some help
from the <a title="Live Comment Preview not quite working" href="http://jasonfriend.com/ct.ashx?id=344fd586-9139-4c6b-80c8-e79df5e53e13&amp;url=http%3a%2f%2fwww.codeplex.com%2fdasBlog%2fThread%2fView.aspx%3fThreadId%3d29490">dasBlog
forum on CodePlex</a> it was determined that there was a bug in the LiveCommentPreview.js
file.
</p>
        <p>
In order to fix this bug, replace this line (line 60 in my file)...
</p>
        <pre>if(tagNamesRegex.length &gt; 0)
{
<span style="color: #ff0000">  tagNamesRegex
= tagNamesRegex.substring(0, tagNamesRegex.length - 2);</span> } </pre>
        <p>
...with this line...
</p>
        <pre>if(tagNamesRegex.length &gt; 0)
{
<span style="color: #ff0000">   tagNamesRegex
= tagNamesRegex.substring(0, tagNamesRegex.length - 1);</span> } </pre>
        <p>
Happy debugging!
</p>
        <img width="0" height="0" src="http://jasonfriend.com/aggbug.ashx?id=344fd586-9139-4c6b-80c8-e79df5e53e13" />
        <br />
        <hr />
This weblog is sponsored by <a href="http://jasonfriend.com">Jason Friend (j.i.f.f.)</a>.</body>
      <title>Live Comment Preview Bug</title>
      <guid isPermaLink="false">http://jasonfriend.com/PermaLink,guid,344fd586-9139-4c6b-80c8-e79df5e53e13.aspx</guid>
      <link>http://jasonfriend.com/2008/06/25/Live+Comment+Preview+Bug.aspx</link>
      <pubDate>Wed, 25 Jun 2008 18:52:29 GMT</pubDate>
      <description>&lt;p&gt;
I am running dasBlog v.2.1.8102.813. I found when I tried to add comments that the
Live Comment Preview didn't display the last allowable HTML comment tag. These tags
are selected in the Configuration section under "HTML in Comments". With some help
from the &lt;a title="Live Comment Preview not quite working" href="http://jasonfriend.com/ct.ashx?id=344fd586-9139-4c6b-80c8-e79df5e53e13&amp;amp;url=http%3a%2f%2fwww.codeplex.com%2fdasBlog%2fThread%2fView.aspx%3fThreadId%3d29490"&gt;dasBlog
forum on CodePlex&lt;/a&gt; it was determined that there was a bug in the LiveCommentPreview.js
file.
&lt;/p&gt;
&lt;p&gt;
In order to fix this bug, replace this line (line 60 in my file)...
&lt;/p&gt;
&lt;pre&gt;if(tagNamesRegex.length &amp;gt; 0)
{
&lt;span style="color: #ff0000"&gt;&amp;nbsp; tagNamesRegex
= tagNamesRegex.substring(0, tagNamesRegex.length - 2);&lt;/span&gt; } &lt;/pre&gt;
&lt;p&gt;
...with this line...
&lt;/p&gt;
&lt;pre&gt;if(tagNamesRegex.length &amp;gt; 0)
{
&lt;span style="color: #ff0000"&gt;&amp;nbsp;&amp;nbsp; tagNamesRegex
= tagNamesRegex.substring(0, tagNamesRegex.length - 1);&lt;/span&gt; } &lt;/pre&gt;
&lt;p&gt;
Happy debugging!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://jasonfriend.com/aggbug.ashx?id=344fd586-9139-4c6b-80c8-e79df5e53e13" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
This weblog is sponsored by &lt;a href="http://jasonfriend.com"&gt;Jason Friend (j.i.f.f.)&lt;/a&gt;.</description>
      <comments>http://jasonfriend.com/CommentView,guid,344fd586-9139-4c6b-80c8-e79df5e53e13.aspx</comments>
      <category>dasBlog</category>
    </item>
  </channel>
</rss>