<?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 the empty quarter</title>
	<atom:link href="http://www.martinhammer.com/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinhammer.com/blog</link>
	<description>Sorry, but you are looking for something that isn’t here.</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:27:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>Comment on Removing description from Firefox bookmarks by martin</title>
		<link>http://www.martinhammer.com/blog/index.php/2011/04/removing-description-from-firefox-bookmarks/comment-page-1/#comment-12326</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sun, 05 Feb 2012 17:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=608#comment-12326</guid>
		<description>Yes, it should be possible. The SQL to run would be something like &lt;code&gt;update moz_bookmarks set title = substr( title, 1+length( &#039;YouTube&#039; )) where title like &#039;YouTube%&#039;&lt;/code&gt;.

Make sure to BACKUP to places.sqlite file first.</description>
		<content:encoded><![CDATA[<p>Yes, it should be possible. The SQL to run would be something like <code>update moz_bookmarks set title = substr( title, 1+length( 'YouTube' )) where title like 'YouTube%'</code>.</p>
<p>Make sure to BACKUP to places.sqlite file first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing description from Firefox bookmarks by Marco</title>
		<link>http://www.martinhammer.com/blog/index.php/2011/04/removing-description-from-firefox-bookmarks/comment-page-1/#comment-12270</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 02 Feb 2012 01:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=608#comment-12270</guid>
		<description>Will this work for bulk renaming of bookmarks i.e. the name field.  I have a ton of youtube bookmarks and I would like to rename all of them by deleting the youtube at the beginning of the bookmark name.</description>
		<content:encoded><![CDATA[<p>Will this work for bulk renaming of bookmarks i.e. the name field.  I have a ton of youtube bookmarks and I would like to rename all of them by deleting the youtube at the beginning of the bookmark name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting simple table borders in BIRT by Amol</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/06/setting-simple-table-borders-in-birt/comment-page-1/#comment-11967</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Thu, 19 Jan 2012 04:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=255#comment-11967</guid>
		<description>Thanks a lot, really helped</description>
		<content:encoded><![CDATA[<p>Thanks a lot, really helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stop system beep in VMware Player by FAP</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/05/stop-system-beep-in-vmware-player/comment-page-1/#comment-11940</link>
		<dc:creator>FAP</dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=218#comment-11940</guid>
		<description>Nice it still works! :D</description>
		<content:encoded><![CDATA[<p>Nice it still works! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting simple table borders in BIRT by LakshmiNarayanan</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/06/setting-simple-table-borders-in-birt/comment-page-1/#comment-10865</link>
		<dc:creator>LakshmiNarayanan</dc:creator>
		<pubDate>Wed, 23 Nov 2011 08:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=255#comment-10865</guid>
		<description>Actually I was looking for the code to set the border for each cells in a table in birt report.
Finally I got this information and completed my task.
Really thanks for your information.</description>
		<content:encoded><![CDATA[<p>Actually I was looking for the code to set the border for each cells in a table in birt report.<br />
Finally I got this information and completed my task.<br />
Really thanks for your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting BIRT chart series palette dynamically by martin</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/setting-birt-chart-series-palette-dynamically/comment-page-1/#comment-9390</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sat, 13 Aug 2011 07:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=420#comment-9390</guid>
		<description>Hi toksib, at this point I have no interest in the paid Actuate product and as such won&#039;t be downloading any trial / evaluation version. Just looking over your code I think it&#039;s pretty certain that var sValue = fcdph.getClass().; is (1) incorrect syntax (why the . at the end?) and (2) will not return the value you want but rather the class name. That&#039;s as far as I can help.</description>
		<content:encoded><![CDATA[<p>Hi toksib, at this point I have no interest in the paid Actuate product and as such won&#8217;t be downloading any trial / evaluation version. Just looking over your code I think it&#8217;s pretty certain that var sValue = fcdph.getClass().; is (1) incorrect syntax (why the . at the end?) and (2) will not return the value you want but rather the class name. That&#8217;s as far as I can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting BIRT chart series palette dynamically by toksib</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/setting-birt-chart-series-palette-dynamically/comment-page-1/#comment-9358</link>
		<dc:creator>toksib</dc:creator>
		<pubDate>Fri, 12 Aug 2011 08:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=420#comment-9358</guid>
		<description>Hi Martin,

You can download a 45 days trial version to check it.
Download the commercial version of Actuate BIRT Designer Professional, I&#039;m using that one as well.

http://www.birt-exchange.com/be/downloads/

Thanks,
toksib</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>You can download a 45 days trial version to check it.<br />
Download the commercial version of Actuate BIRT Designer Professional, I&#8217;m using that one as well.</p>
<p><a href="http://www.birt-exchange.com/be/downloads/" rel="nofollow">http://www.birt-exchange.com/be/downloads/</a></p>
<p>Thanks,<br />
toksib</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting BIRT chart series palette dynamically by martin</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/setting-birt-chart-series-palette-dynamically/comment-page-1/#comment-9352</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Fri, 12 Aug 2011 03:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=420#comment-9352</guid>
		<description>Hi, I have no experience with flash charts since I don&#039;t have access to the paid-for Actuate offering. You will need to check in the supplied documentation for chart scripting API reference.

Regards,
Martin</description>
		<content:encoded><![CDATA[<p>Hi, I have no experience with flash charts since I don&#8217;t have access to the paid-for Actuate offering. You will need to check in the supplied documentation for chart scripting API reference.</p>
<p>Regards,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting BIRT chart series palette dynamically by toksib</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/setting-birt-chart-series-palette-dynamically/comment-page-1/#comment-9336</link>
		<dc:creator>toksib</dc:creator>
		<pubDate>Thu, 11 Aug 2011 16:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=420#comment-9336</guid>
		<description>Hi Mark,

I tried it with flash pie chart and I changed the funciton like this but it doesn&#039;t work.

function beforeDrawDataPoint( fcdph, fill, fcsc )
{
    var sValue = fcdph.getClass().;
    if( sValue == &quot;Incomplete PPMs&quot; )
    {
        fill.set( 242, 88, 106, 255 );
    }
/*    else if( sValue == &quot;2-Mid&quot; )
    {
        fill.set( 232, 172, 57, 255 );
    }*/
    else if( sValue == &quot;Complete PPMs&quot; )
    {
        fill.set( 128, 255, 128, 255 );
    }
}

I cannot even find any function for legend.

Do you know how can I do this for flash pie chart?

thanks</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>I tried it with flash pie chart and I changed the funciton like this but it doesn&#8217;t work.</p>
<p>function beforeDrawDataPoint( fcdph, fill, fcsc )<br />
{<br />
    var sValue = fcdph.getClass().;<br />
    if( sValue == &#8220;Incomplete PPMs&#8221; )<br />
    {<br />
        fill.set( 242, 88, 106, 255 );<br />
    }<br />
/*    else if( sValue == &#8220;2-Mid&#8221; )<br />
    {<br />
        fill.set( 232, 172, 57, 255 );<br />
    }*/<br />
    else if( sValue == &#8220;Complete PPMs&#8221; )<br />
    {<br />
        fill.set( 128, 255, 128, 255 );<br />
    }<br />
}</p>
<p>I cannot even find any function for legend.</p>
<p>Do you know how can I do this for flash pie chart?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting simple table borders in BIRT by Aniruddha Kagalkar</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/06/setting-simple-table-borders-in-birt/comment-page-1/#comment-9279</link>
		<dc:creator>Aniruddha Kagalkar</dc:creator>
		<pubDate>Wed, 10 Aug 2011 06:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=255#comment-9279</guid>
		<description>Thank You very much for this information!!!</description>
		<content:encoded><![CDATA[<p>Thank You very much for this information!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

