<?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 Salient Digital Techno Blog</title>
	<atom:link href="http://blog.salientdigital.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.salientdigital.com</link>
	<description>Ramblings on technology with a dash of social commentary</description>
	<pubDate>Fri, 30 Jul 2010 20:43:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Special characters show up as a question mark inside of a black diamond by Loragnor</title>
		<link>http://blog.salientdigital.com/2009/06/06/special-characters-showing-up-as-a-question-mark-inside-of-a-black-diamond/comment-page-1/#comment-1161</link>
		<dc:creator>Loragnor</dc:creator>
		<pubDate>Tue, 27 Jul 2010 23:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=235#comment-1161</guid>
		<description>I see this is an old discussion, but...

This can be caused by something else that has nothing to do with encoding, casts, conversions, etc. I ran across it while developing an error handling class. Part of the process was to create a backtrace. During development, I was printing it to the screen (using 'pre' tags) and to a log. The black diamond was there whenever an object's private properties were being enumerated. This did not happen with public properties. In a browser it would look like this: ObjectNamepropName. Printed to the log, it looked like this: NULObjectNameNULpropName.

Come to find out the diamonds were actually the ASCII NULL character (a backslash followed by a zero, 0x00 in hex). I used this to clear it out: 

&lt;code&gt;
/* Replace ASCII NULL with empty string */
$var = str_replace("\0",'',$var); 
&lt;/code&gt;
Hope this helps someone. Took me several hours and half a pack of smokes to figure it out.</description>
		<content:encoded><![CDATA[<p>I see this is an old discussion, but&#8230;</p>
<p>This can be caused by something else that has nothing to do with encoding, casts, conversions, etc. I ran across it while developing an error handling class. Part of the process was to create a backtrace. During development, I was printing it to the screen (using &#8216;pre&#8217; tags) and to a log. The black diamond was there whenever an object&#8217;s private properties were being enumerated. This did not happen with public properties. In a browser it would look like this: ObjectNamepropName. Printed to the log, it looked like this: NULObjectNameNULpropName.</p>
<p>Come to find out the diamonds were actually the ASCII NULL character (a backslash followed by a zero, 0&#215;00 in hex). I used this to clear it out: </p>
<p><code><br />
/* Replace ASCII NULL with empty string */<br />
$var = str_replace("\0",'',$var);<br />
</code><br />
Hope this helps someone. Took me several hours and half a pack of smokes to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snap To Grid is Broken in Illustrator and always has been by Jim</title>
		<link>http://blog.salientdigital.com/2009/10/18/snap-to-grid-is-broken-in-illustrator-and-always-has-been/comment-page-1/#comment-931</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 17 Jul 2010 21:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=422#comment-931</guid>
		<description>You've got it right. Snapping to grid does not work. Adobe needs to get with Autodesk and see how they do it with Autocad and their line of products.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve got it right. Snapping to grid does not work. Adobe needs to get with Autodesk and see how they do it with Autocad and their line of products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Electronic Music of Tyler Ichiban by phpguru</title>
		<link>http://blog.salientdigital.com/2009/05/02/electronic-music-of-tyler-ichiban/comment-page-1/#comment-398</link>
		<dc:creator>phpguru</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=47#comment-398</guid>
		<description>Eric, did you listen to my tracks? DJG Cosmic Expansion... love to hear what you think.</description>
		<content:encoded><![CDATA[<p>Eric, did you listen to my tracks? DJG Cosmic Expansion&#8230; love to hear what you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Electronic Music of Tyler Ichiban by Eric Suther</title>
		<link>http://blog.salientdigital.com/2009/05/02/electronic-music-of-tyler-ichiban/comment-page-1/#comment-397</link>
		<dc:creator>Eric Suther</dc:creator>
		<pubDate>Thu, 03 Jun 2010 23:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=47#comment-397</guid>
		<description>Great website, happy to find it. I will check back later. My favorite song now is Rivers of Babylon by Patrascano. [edited by admin]</description>
		<content:encoded><![CDATA[<p>Great website, happy to find it. I will check back later. My favorite song now is Rivers of Babylon by Patrascano. [edited by admin]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Flash Version for JW Player in Shadowbox by Filiberto Gingles</title>
		<link>http://blog.salientdigital.com/2009/05/02/integrating-flash-version-detection-with-jw-player-in-shadowbox/comment-page-1/#comment-392</link>
		<dc:creator>Filiberto Gingles</dc:creator>
		<pubDate>Wed, 02 Jun 2010 14:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=13#comment-392</guid>
		<description>hey,Superb blog post dude! i'm Tired of using RSS feeds and do you use twitter?so i can follow you there:D. 
PS:Have you thought putting video to this blog posts to keep the readers more interested?I think it works.Best wishes, Filiberto Gingles</description>
		<content:encoded><![CDATA[<p>hey,Superb blog post dude! i&#8217;m Tired of using RSS feeds and do you use twitter?so i can follow you there:D.<br />
PS:Have you thought putting video to this blog posts to keep the readers more interested?I think it works.Best wishes, Filiberto Gingles</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GMail Keyboard Shortcuts Make GMail Even Faster by Berry Tosta</title>
		<link>http://blog.salientdigital.com/2009/12/03/gmail-keyboard-shortcuts-make-gmail-even-faster/comment-page-1/#comment-389</link>
		<dc:creator>Berry Tosta</dc:creator>
		<pubDate>Wed, 02 Jun 2010 00:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=466#comment-389</guid>
		<description>Good information you have here. Thanks for posting.</description>
		<content:encoded><![CDATA[<p>Good information you have here. Thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Famous Pairs (how to name two dogs) by Len Knopf</title>
		<link>http://blog.salientdigital.com/2009/12/18/famous-pairs-how-to-name-two-dogs/comment-page-1/#comment-388</link>
		<dc:creator>Len Knopf</dc:creator>
		<pubDate>Wed, 02 Jun 2010 00:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=475#comment-388</guid>
		<description>Thank you for such a fantastic blog. Where else could one get this kind of info written in such an incite full way? I have a presentation that I am just now working on, and I have been looking for such information.</description>
		<content:encoded><![CDATA[<p>Thank you for such a fantastic blog. Where else could one get this kind of info written in such an incite full way? I have a presentation that I am just now working on, and I have been looking for such information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GMail Keyboard Shortcuts Make GMail Even Faster by Insanity</title>
		<link>http://blog.salientdigital.com/2009/12/03/gmail-keyboard-shortcuts-make-gmail-even-faster/comment-page-1/#comment-387</link>
		<dc:creator>Insanity</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=466#comment-387</guid>
		<description>Great images, thanks for posting</description>
		<content:encoded><![CDATA[<p>Great images, thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Flash Version for JW Player in Shadowbox by John John</title>
		<link>http://blog.salientdigital.com/2009/05/02/integrating-flash-version-detection-with-jw-player-in-shadowbox/comment-page-1/#comment-386</link>
		<dc:creator>John John</dc:creator>
		<pubDate>Mon, 31 May 2010 22:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=13#comment-386</guid>
		<description>Compared with other FLV players, Any FLV Player has another important function – Create web videos with an embedded player which can be played directly online. It integrates web video component which enables you to post video files aimed at your website or BLOG such as posting videos to MySpace with only some clicks. You should use the "Publish for Web" feature to easily integrate any video aimed at your web. playerflv.net</description>
		<content:encoded><![CDATA[<p>Compared with other FLV players, Any FLV Player has another important function – Create web videos with an embedded player which can be played directly online. It integrates web video component which enables you to post video files aimed at your website or BLOG such as posting videos to MySpace with only some clicks. You should use the &#8220;Publish for Web&#8221; feature to easily integrate any video aimed at your web. playerflv.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Flash Version for JW Player in Shadowbox by Burton Haynes</title>
		<link>http://blog.salientdigital.com/2009/05/02/integrating-flash-version-detection-with-jw-player-in-shadowbox/comment-page-1/#comment-368</link>
		<dc:creator>Burton Haynes</dc:creator>
		<pubDate>Sat, 29 May 2010 16:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.salientdigital.com/?p=13#comment-368</guid>
		<description>You are a very smart person! :)</description>
		<content:encoded><![CDATA[<p>You are a very smart person! <img src='http://blog.salientdigital.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
