<?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 PhSoftware Programming Blog - PSPB</title>
	<atom:link href="http://phsoftware.de/Blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phsoftware.de/Blog</link>
	<description>Spamy posts about Spam, Spam-&#38;Securityportings and other things from the WWW</description>
	<lastBuildDate>Wed, 20 Jan 2010 21:41:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Internet Explorer and JavaScript problems by Philipp</title>
		<link>http://phsoftware.de/Blog/2010/01/internet-explorer-and-javascript-problems/comment-page-1/#comment-17120</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/?p=180#comment-17120</guid>
		<description>Got it already working. The problem was the usage of &quot;global&quot; vars, So I didn&#039;t used &lt;code&gt;var myVar = document.createElement(&quot;div&quot;);&lt;/code&gt; but &lt;code&gt;myVar = document.createElement(&quot;div&quot;);&lt;/code&gt;. This seems to cause with some other Scripts or whatever in the special page to cause the problem.
The used code was a more complex version of this:
&lt;code&gt;function myObj() {
function init() {
myVar = document.createElement(&quot;div&quot;);
}
}
var test = new myObj();
test.init();&lt;/code&gt;
But as told that seems not to do the job in IE under certain curcumstances, you know why?
That&#039;s just for curiousity as I know that you should avoid usage of global vars where possible.</description>
		<content:encoded><![CDATA[<p>Got it already working. The problem was the usage of &#8220;global&#8221; vars, So I didn&#8217;t used <code>var myVar = document.createElement("div");</code> but <code>myVar = document.createElement("div");</code>. This seems to cause with some other Scripts or whatever in the special page to cause the problem.<br />
The used code was a more complex version of this:<br />
<code>function myObj() {<br />
function init() {<br />
myVar = document.createElement("div");<br />
}<br />
}<br />
var test = new myObj();<br />
test.init();</code><br />
But as told that seems not to do the job in IE under certain curcumstances, you know why?<br />
That&#8217;s just for curiousity as I know that you should avoid usage of global vars where possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The long and stony way to get Mod_AuthMySQL working by Marc Richter</title>
		<link>http://phsoftware.de/Blog/2010/01/the-long-and-stony-way-to-get-mod_authmysql-working/comment-page-1/#comment-17119</link>
		<dc:creator>Marc Richter</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/?p=183#comment-17119</guid>
		<description>I&#039;m glad the patch helped you!
Thanks for the link - I&#039;m always glad about positive feedback! :)

Best regards, Marc</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad the patch helped you!<br />
Thanks for the link &#8211; I&#8217;m always glad about positive feedback! <img src='http://phsoftware.de/Blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best regards, Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer and JavaScript problems by Steve</title>
		<link>http://phsoftware.de/Blog/2010/01/internet-explorer-and-javascript-problems/comment-page-1/#comment-17116</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/?p=180#comment-17116</guid>
		<description>Do you have some code sample or a website you can point to? without any source to look at it is hard to diagnose.

I&#039;m sure I can solve it with the source.

Cheers,
Steve</description>
		<content:encoded><![CDATA[<p>Do you have some code sample or a website you can point to? without any source to look at it is hard to diagnose.</p>
<p>I&#8217;m sure I can solve it with the source.</p>
<p>Cheers,<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image.onload() Problems by Arif</title>
		<link>http://phsoftware.de/Blog/2008/09/image-onload-problems/comment-page-1/#comment-17018</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/?p=164#comment-17018</guid>
		<description>var img = new Image();
img.onload = function(){
}
image.src = &quot;myURL&quot;;

This ll work.</description>
		<content:encoded><![CDATA[<p>var img = new Image();<br />
img.onload = function(){<br />
}<br />
image.src = &#8220;myURL&#8221;;</p>
<p>This ll work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress(/PHP) and the Byte Order Mask(BOM) by Gaokuu</title>
		<link>http://phsoftware.de/Blog/2008/09/wordpressphp-and-the-byte-order-maskbom/comment-page-1/#comment-16562</link>
		<dc:creator>Gaokuu</dc:creator>
		<pubDate>Sat, 11 Jul 2009 05:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/?p=169#comment-16562</guid>
		<description>Thank you!
You saved my day also!
How i wish I could find this post earlier!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
You saved my day also!<br />
How i wish I could find this post earlier!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on find: missing argument to `-exec` by xsaimex</title>
		<link>http://phsoftware.de/Blog/2008/03/find-missing-argument-to-exec/comment-page-1/#comment-16448</link>
		<dc:creator>xsaimex</dc:creator>
		<pubDate>Fri, 05 Jun 2009 01:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/163/find-missing-argument-to-exec#comment-16448</guid>
		<description>&lt;i&gt;Thanks dude. Was looking for a solution!&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p><i>Thanks dude. Was looking for a solution!</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPIDS v0.1.2 released by Administrator</title>
		<link>http://phsoftware.de/Blog/2008/02/wpids-v012-released/comment-page-1/#comment-16335</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/162/wpids-v012-released#comment-16335</guid>
		<description>Currently there is no recommend WPIDS version which is maintained nor nearly upto date. And I&#039;m not sure when I will find time to bring it up to the latest.</description>
		<content:encoded><![CDATA[<p>Currently there is no recommend WPIDS version which is maintained nor nearly upto date. And I&#8217;m not sure when I will find time to bring it up to the latest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The perfect Spamblocker by Administrator</title>
		<link>http://phsoftware.de/Blog/2006/12/the-perfect-spamblocker/comment-page-1/#comment-16334</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/index.php/120/the-perfect-spamblocker#comment-16334</guid>
		<description>Yeah sure feel free to cite it, or bring up a refer link at the end your article. And give me a trackback :D</description>
		<content:encoded><![CDATA[<p>Yeah sure feel free to cite it, or bring up a refer link at the end your article. And give me a trackback <img src='http://phsoftware.de/Blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on find: missing argument to `-exec` by Leonard</title>
		<link>http://phsoftware.de/Blog/2008/03/find-missing-argument-to-exec/comment-page-1/#comment-16317</link>
		<dc:creator>Leonard</dc:creator>
		<pubDate>Thu, 09 Apr 2009 22:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/163/find-missing-argument-to-exec#comment-16317</guid>
		<description>Thanks. It helped me today.</description>
		<content:encoded><![CDATA[<p>Thanks. It helped me today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The perfect Spamblocker by alex tam</title>
		<link>http://phsoftware.de/Blog/2006/12/the-perfect-spamblocker/comment-page-1/#comment-16307</link>
		<dc:creator>alex tam</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://phsoftware.de/Blog/index.php/120/the-perfect-spamblocker#comment-16307</guid>
		<description>Can I take part of your post to my blog?really like this,mate</description>
		<content:encoded><![CDATA[<p>Can I take part of your post to my blog?really like this,mate</p>
]]></content:encoded>
	</item>
</channel>
</rss>
