<?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"
	>
<channel>
	<title>Comments on: WordPress Math Publisher Plugin Support</title>
	<atom:link href="http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/</link>
	<description>The Home For Smart Reusable Code &#38; Circuits</description>
	<pubDate>Thu, 04 Dec 2008 04:29:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-63885</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-63885</guid>
		<description>Hi AB:

Thanks for clarifying the CSS style feature you are proposing.  I will be experimenting with this over the next few weeks.

Best regards,

Ron</description>
		<content:encoded><![CDATA[<p>Hi AB:</p>
<p>Thanks for clarifying the CSS style feature you are proposing.  I will be experimenting with this over the next few weeks.</p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-63884</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-63884</guid>
		<description>Oops:

One new user posted a message explaining how wpmathpub failed to configure itself properly.  The user was very clear in showing the path details and what he did to solve this error.  This type of error caught my attention after 1000 new uers have downloaded my plugin with nearly all having an error free experience.

Sorry but I deleted you by mistake.  Please post again if you get a chance.  In the mean time, I will try a few combinations on my own.  If I find any issue in my config system, I will roll a fix into the next release.

Best regards,

Ron</description>
		<content:encoded><![CDATA[<p>Oops:</p>
<p>One new user posted a message explaining how wpmathpub failed to configure itself properly.  The user was very clear in showing the path details and what he did to solve this error.  This type of error caught my attention after 1000 new uers have downloaded my plugin with nearly all having an error free experience.</p>
<p>Sorry but I deleted you by mistake.  Please post again if you get a chance.  In the mean time, I will try a few combinations on my own.  If I find any issue in my config system, I will roll a fix into the next release.</p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AB</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-62239</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Mon, 17 Nov 2008 19:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-62239</guid>
		<description>What I am proposing is that the math images are (maybe optionally) tagged as some class="mathpub_img" or something so that we can control their CSS style separately from the "img" class.

Maybe you have a better idea. What I want is for my equations to show as transparent BG (or at least BG color) while my regular images show with a frame around them.</description>
		<content:encoded><![CDATA[<p>What I am proposing is that the math images are (maybe optionally) tagged as some class=&#8221;mathpub_img&#8221; or something so that we can control their CSS style separately from the &#8220;img&#8221; class.</p>
<p>Maybe you have a better idea. What I want is for my equations to show as transparent BG (or at least BG color) while my regular images show with a frame around them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-60786</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Tue, 28 Oct 2008 05:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-60786</guid>
		<description>Hi AB:

Adding more style control is a good idea. I'm still wrapping my head around your suggestion with respect to actionable features.  For example: below is what the HTML code looks like from &lt;a href="#comment-33650" rel="nofollow"&gt;Craig's inline math comment&lt;/a&gt; above (with angle brackets removed to insure no rendering action takes place):

&lt;code&gt;img src="http://www.embeddedcomponents.com/blogs/wp-content/plugins/wpmathpub/phpmathpublisher/img/math_965_6427aababa4e7b39af22b31fc6504152.png" style="vertical-align:-35px; display: inline-block ;" alt="S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}" title="S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}"&lt;/code&gt;

From the code you can see the existing style control calculated on the fly to best fit the surrounding text:

&lt;ul&gt;&lt;li&gt;style="vertical-align:-35px;&lt;/li&gt; &lt;li&gt;display: inline-block;&lt;/li&gt;&lt;/ul&gt;

Are you proposing the addition of some class="id_thing" entries that are configurable as part of the wpmathpub blog plugin?

Best regards,

Ron
</description>
		<content:encoded><![CDATA[<p>Hi AB:</p>
<p>Adding more style control is a good idea. I&#8217;m still wrapping my head around your suggestion with respect to actionable features.  For example: below is what the HTML code looks like from <a href="#comment-33650" rel="nofollow">Craig&#8217;s inline math comment</a> above (with angle brackets removed to insure no rendering action takes place):</p>
<p><code>img src="http://www.embeddedcomponents.com/blogs/wp-content/plugins/wpmathpub/phpmathpublisher/img/math_965_6427aababa4e7b39af22b31fc6504152.png" style="vertical-align:-35px; display: inline-block ;" alt="S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}" title="S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}"</code></p>
<p>From the code you can see the existing style control calculated on the fly to best fit the surrounding text:</p>
<ul>
<li>style=&#8221;vertical-align:-35px;</li>
<li>display: inline-block;</li>
</ul>
<p>Are you proposing the addition of some class=&#8221;id_thing&#8221; entries that are configurable as part of the wpmathpub blog plugin?</p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AB</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-58736</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Wed, 22 Oct 2008 04:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-58736</guid>
		<description>Besides being able to control the background (I believe transparent background is the most useful), we also need the plugin to add a special CSS image style so that we can control the appearance of the math separate from the style of the rest of the images.

In my blog I have my images surrounded by a frame so the math shows up with the frame as well.

Ideas?</description>
		<content:encoded><![CDATA[<p>Besides being able to control the background (I believe transparent background is the most useful), we also need the plugin to add a special CSS image style so that we can control the appearance of the math separate from the style of the rest of the images.</p>
<p>In my blog I have my images surrounded by a frame so the math shows up with the frame as well.</p>
<p>Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-47127</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Thu, 25 Sep 2008 05:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-47127</guid>
		<description>Hi Tyler:

What you ask for seems obvious in hindsight, thanks for the suggestion.  Control of forground color, background color, and both of these color transparencies, is very "do-able" since all controls are handled by the PHP GD library.  The necessary step is to add these color controls as seen on www.php.net into the wpmathpub.php plugin code:

imagecolorallocate
imagecolortransparent
imagecolorallocatealpha

I will put this feature request on the list for next release.

Best regards,

Ron</description>
		<content:encoded><![CDATA[<p>Hi Tyler:</p>
<p>What you ask for seems obvious in hindsight, thanks for the suggestion.  Control of forground color, background color, and both of these color transparencies, is very &#8220;do-able&#8221; since all controls are handled by the PHP GD library.  The necessary step is to add these color controls as seen on <a href="http://www.php.net" rel="nofollow">http://www.php.net</a> into the wpmathpub.php plugin code:</p>
<p>imagecolorallocate<br />
imagecolortransparent<br />
imagecolorallocatealpha</p>
<p>I will put this feature request on the list for next release.</p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-46774</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-46774</guid>
		<description>Hi there.. i really like this plugin, but i have what i hope is a simple question.

my blog's background is black, and the theme i am using is trying to put the output in a light grey and is messing things up.  is there a way to have the output in white?  or any color for that matter....

-tyler</description>
		<content:encoded><![CDATA[<p>Hi there.. i really like this plugin, but i have what i hope is a simple question.</p>
<p>my blog&#8217;s background is black, and the theme i am using is trying to put the output in a light grey and is messing things up.  is there a way to have the output in white?  or any color for that matter&#8230;.</p>
<p>-tyler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-42181</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Mon, 08 Sep 2008 03:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-42181</guid>
		<description>With over 700 downloads of wpmathpub, I decided I should continue to support this plugin. Version 1.0.7 has just been released to wordpress.org's plugin pages. The new version includes a diagnositc display to help new users resolve their initial install problems.

You can get it here:
http://wordpress.org/extend/plugins/wpmathpub/

Best regards,

Ron</description>
		<content:encoded><![CDATA[<p>With over 700 downloads of wpmathpub, I decided I should continue to support this plugin. Version 1.0.7 has just been released to wordpress.org&#8217;s plugin pages. The new version includes a diagnositc display to help new users resolve their initial install problems.</p>
<p>You can get it here:<br />
<a href="http://wordpress.org/extend/plugins/wpmathpub/" rel="nofollow">http://wordpress.org/extend/plugins/wpmathpub/</a></p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fredericks</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-33827</link>
		<dc:creator>Ron Fredericks</dc:creator>
		<pubDate>Fri, 01 Aug 2008 17:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-33827</guid>
		<description>Hi Craig:

As you can see from the display, your [pmath ...] tag works fine on my blog.  As you point out, I am using Wordpress 2.5.1. I have tested several prior versions but have not yet had a chance to verify compatibility with 2.6 yet.  It could take another two weeks before I make this test.

In the meantime I do have a diagnostic version of the plug-in that helps identify potential sources of error based on installation and damaging effects from other plug-ins.  I could email this version to you if you like?

Best regards,

Ron</description>
		<content:encoded><![CDATA[<p>Hi Craig:</p>
<p>As you can see from the display, your [pmath ...] tag works fine on my blog.  As you point out, I am using Wordpress 2.5.1. I have tested several prior versions but have not yet had a chance to verify compatibility with 2.6 yet.  It could take another two weeks before I make this test.</p>
<p>In the meantime I do have a diagnostic version of the plug-in that helps identify potential sources of error based on installation and damaging effects from other plug-ins.  I could email this version to you if you like?</p>
<p>Best regards,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Rose</title>
		<link>http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-33650</link>
		<dc:creator>Craig Rose</dc:creator>
		<pubDate>Fri, 01 Aug 2008 06:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.embeddedcomponents.com/blogs/2008/03/wpmathpubsupport/#comment-33650</guid>
		<description>Hi

Have never used the plugin before so don't know what to expect.  I'm getting 

Error: wpmathpub plugin not usable under these conditions: http://www.craigsmaths.com/wp-content/plugins/wpmathpub/phpmathpublisher/img/

for [pmath size=16]S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}[/pmath]

This is on WP 2.6 so is this a compatibility problem or something else?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Have never used the plugin before so don&#8217;t know what to expect.  I&#8217;m getting </p>
<p>Error: wpmathpub plugin not usable under these conditions: <a href="http://www.craigsmaths.com/wp-content/plugins/wpmathpub/phpmathpublisher/img/" rel="nofollow">http://www.craigsmaths.com/wp-content/plugins/wpmathpub/phpmathpublisher/img/</a></p>
<p>for <img src="http://www.embeddedcomponents.com/blogs/wp-content/plugins/wpmathpub/phpmathpublisher/img/math_965_6427aababa4e7b39af22b31fc6504152.png" style="vertical-align:-35px; display: inline-block ;" alt="S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}" title="S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}"/></p>
<p>This is on WP 2.6 so is this a compatibility problem or something else?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
