<?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 Jesper Angelo</title>
	<atom:link href="http://jesper.angelo.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jesper.angelo.net</link>
	<description>Master of the Universe</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:17:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on NoShop by Alex Peeters</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-467</link>
		<dc:creator>Alex Peeters</dc:creator>
		<pubDate>Sun, 08 Jan 2012 19:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-467</guid>
		<description>HAVE YOU MET Ï»¿ ? SAY HELLO TO MY BOM
So what is this mysterious sequence ï»¿? Well, lets check the ISO-8859-1 character encoding, commonly known as ‘Latin alphabet’ and often confused with the Windows code page 1252: ï is the character corresponding to 0xEF (decimal 239), » is 0xBB (decimal 187) and ¿ is 0xBF (decimal 191). So the mysterious sequence is 0xEFBBBF. Does it look familiar now? It should, this is the UTF-8 Byte Order Mark. Moral: if you consume and parse XML, make sure you consume it as XML, not as text. All XML libraries I know of correctly understand and parse the BOM. The problems can be from ‘parsers’ that treat XML as a string (and most often fail to accommodate namespaces too…).

Can you fix this problem please?</description>
		<content:encoded><![CDATA[<p>HAVE YOU MET Ï»¿ ? SAY HELLO TO MY BOM<br />
So what is this mysterious sequence ï»¿? Well, lets check the ISO-8859-1 character encoding, commonly known as ‘Latin alphabet’ and often confused with the Windows code page 1252: ï is the character corresponding to 0xEF (decimal 239), » is 0xBB (decimal 187) and ¿ is 0xBF (decimal 191). So the mysterious sequence is 0xEFBBBF. Does it look familiar now? It should, this is the UTF-8 Byte Order Mark. Moral: if you consume and parse XML, make sure you consume it as XML, not as text. All XML libraries I know of correctly understand and parse the BOM. The problems can be from ‘parsers’ that treat XML as a string (and most often fail to accommodate namespaces too…).</p>
<p>Can you fix this problem please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoShop by javedb</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-450</link>
		<dc:creator>javedb</dc:creator>
		<pubDate>Fri, 30 Dec 2011 20:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-450</guid>
		<description>I&#039;m getting some &#039;funny characters&#039; displaying when I copy content from an excel spreadsheet and other sources at point of publishing an entry.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting some &#8216;funny characters&#8217; displaying when I copy content from an excel spreadsheet and other sources at point of publishing an entry.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Open Source Projects by Alex Peeters</title>
		<link>http://jesper.angelo.net/opensource/#comment-449</link>
		<dc:creator>Alex Peeters</dc:creator>
		<pubDate>Thu, 29 Dec 2011 19:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/?page_id=235#comment-449</guid>
		<description>Plugin Name: NoShop
	Plugin URI: http://jesper.angelo.net/wordpress/noshop/

ï»¿ is a Byte Order Mark (BOM) of the UTF-8 unicode standard, which on your system appears to be misinterpreted as ISO-8859-1 text ...

Why do you need &#039;EF BB BF&#039; &lt;- BOM ?</description>
		<content:encoded><![CDATA[<p>Plugin Name: NoShop<br />
	Plugin URI: <a href="http://jesper.angelo.net/wordpress/noshop/" rel="nofollow">http://jesper.angelo.net/wordpress/noshop/</a></p>
<p>ï»¿ is a Byte Order Mark (BOM) of the UTF-8 unicode standard, which on your system appears to be misinterpreted as ISO-8859-1 text &#8230;</p>
<p>Why do you need &#8216;EF BB BF&#8217; &lt;- BOM ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoShop by Alex Peeters</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-440</link>
		<dc:creator>Alex Peeters</dc:creator>
		<pubDate>Mon, 26 Dec 2011 15:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-440</guid>
		<description>Before every produict &#039;ï»&#039; is displayed, why?</description>
		<content:encoded><![CDATA[<p>Before every produict &#8216;ï»&#8217; is displayed, why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoShop by Gayan Hewa</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-425</link>
		<dc:creator>Gayan Hewa</dc:creator>
		<pubDate>Wed, 14 Dec 2011 17:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-425</guid>
		<description>Hi,

Warning fixed : Warning: Invalid argument supplied for foreach() in /mydirectory/mydomain.com/wp-content/plugins/noshop/noshop.php on line 365 

Please download and replace noshop.php with http://dl.dropbox.com/u/45532266/noshop.php

I have only added a new if condition on the line 365 , you can diff the file with the original file that comes with the plugin for security issues ( If i include a back door to your server :P )

Hope this helps !

Regards,

Gayan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Warning fixed : Warning: Invalid argument supplied for foreach() in /mydirectory/mydomain.com/wp-content/plugins/noshop/noshop.php on line 365 </p>
<p>Please download and replace noshop.php with <a href="http://dl.dropbox.com/u/45532266/noshop.php" rel="nofollow">http://dl.dropbox.com/u/45532266/noshop.php</a></p>
<p>I have only added a new if condition on the line 365 , you can diff the file with the original file that comes with the plugin for security issues ( If i include a back door to your server <img src='http://jesper.angelo.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
<p>Hope this helps !</p>
<p>Regards,</p>
<p>Gayan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAP B1 &#8211; Date Deviates from Permissible Range by jhoe_string</title>
		<link>http://jesper.angelo.net/2009/12/sap-b1-date-deviates-from-permissible-range/#comment-411</link>
		<dc:creator>jhoe_string</dc:creator>
		<pubDate>Thu, 08 Dec 2011 02:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://j.angelo.net/?p=12#comment-411</guid>
		<description>guys! it helps me a lot God bless!</description>
		<content:encoded><![CDATA[<p>guys! it helps me a lot God bless!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Assembly generation failed &#8212; Referenced assembly does not have a strong name by deodiaus</title>
		<link>http://jesper.angelo.net/2010/10/assembly-generation-failed/#comment-382</link>
		<dc:creator>deodiaus</dc:creator>
		<pubDate>Fri, 25 Nov 2011 23:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/?p=90#comment-382</guid>
		<description>Well, now I get an error message, 
The input file SAPbobsCOM2007.dll is not a valid type library.</description>
		<content:encoded><![CDATA[<p>Well, now I get an error message,<br />
The input file SAPbobsCOM2007.dll is not a valid type library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoShop by kizmo</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-346</link>
		<dc:creator>kizmo</dc:creator>
		<pubDate>Thu, 03 Nov 2011 08:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-346</guid>
		<description>Hi!
First of all many thanks for building this plug in - it is really simple to maintain, but I have a little question - is there a possibility to show products from all categories at one page?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
First of all many thanks for building this plug in &#8211; it is really simple to maintain, but I have a little question &#8211; is there a possibility to show products from all categories at one page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoShop by Tre</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-328</link>
		<dc:creator>Tre</dc:creator>
		<pubDate>Wed, 19 Oct 2011 08:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-328</guid>
		<description>Does anyone has a working version of this plugin so I can apply it to my wordpress web design and development site at http://selectiveform.com ?</description>
		<content:encoded><![CDATA[<p>Does anyone has a working version of this plugin so I can apply it to my wordpress web design and development site at <a href="http://selectiveform.com" rel="nofollow">http://selectiveform.com</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoShop by aristos</title>
		<link>http://jesper.angelo.net/wordpress/noshop/#comment-314</link>
		<dc:creator>aristos</dc:creator>
		<pubDate>Thu, 06 Oct 2011 14:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://jesper.angelo.net/#comment-314</guid>
		<description>Great idea. Thanks a lot! Exactly what I was looking for. 
It takes a bit of time to get around it but then it start to make sence.

One thing thought: If you can&#039;t remove items, it is absolutely unusable.
Do I miss something?  Is there another way of deleting products? Any feedback much appreciated.</description>
		<content:encoded><![CDATA[<p>Great idea. Thanks a lot! Exactly what I was looking for.<br />
It takes a bit of time to get around it but then it start to make sence.</p>
<p>One thing thought: If you can&#8217;t remove items, it is absolutely unusable.<br />
Do I miss something?  Is there another way of deleting products? Any feedback much appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

