<?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: Two colors in sIFR 2.0.1</title>
	<atom:link href="http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/</link>
	<description>Hypertext rulez™</description>
	<pubDate>Wed, 23 Jul 2008 18:09:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Christine</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1946</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Tue, 21 Mar 2006 01:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1946</guid>
		<description>Thanks Chris!

I am going to have a go at this straight away as we are currently using the 2 color version even though that has undefined errors. 

Awesome!!

Thanks again,
Christine</description>
		<content:encoded><![CDATA[<p>Thanks Chris!</p>
<p>I am going to have a go at this straight away as we are currently using the 2 color version even though that has undefined errors. </p>
<p>Awesome!!</p>
<p>Thanks again,<br />
Christine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1940</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Mon, 20 Mar 2006 15:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1940</guid>
		<description>thanks, chris. I had the same problem and was nailing it down to the encoding characters, but didn't resolve until I saw your post.

thanks,
chad</description>
		<content:encoded><![CDATA[<p>thanks, chris. I had the same problem and was nailing it down to the encoding characters, but didn&#8217;t resolve until I saw your post.</p>
<p>thanks,<br />
chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1926</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 14 Mar 2006 23:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1926</guid>
		<description>Sorry, accidentally submitted the form to early above.

Find those two strings of code and replace these characters as follows:

Â replace with &#38;#194;
Î replace with  &#38;#206;
Ô replace with  &#38;#212;

I did this and have multi-color working in IE and FF with .cfm files.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Sorry, accidentally submitted the form to early above.</p>
<p>Find those two strings of code and replace these characters as follows:</p>
<p>Â replace with &#38;#194;<br />
Î replace with  &#38;#206;<br />
Ô replace with  &#38;#212;</p>
<p>I did this and have multi-color working in IE and FF with .cfm files.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1925</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 14 Mar 2006 23:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1925</guid>
		<description>I am writing this in response to Christine's question above. I was also having trouble getting multi-color sifr to work with .cfm files. But I have figured out how to get it to work. In the sifr.js there are 2 strings of code that look like this:
else if(as(v,"em")){u+="Â";}else if(as(v,"strong")){u+="Î";}else if(as(v,"span")){u+="Ô";}</description>
		<content:encoded><![CDATA[<p>I am writing this in response to Christine&#8217;s question above. I was also having trouble getting multi-color sifr to work with .cfm files. But I have figured out how to get it to work. In the sifr.js there are 2 strings of code that look like this:<br />
else if(as(v,&#8221;em&#8221;)){u+=&#8221;Â&#8221;;}else if(as(v,&#8221;strong&#8221;)){u+=&#8221;Î&#8221;;}else if(as(v,&#8221;span&#8221;)){u+=&#8221;Ô&#8221;;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1828</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 14 Feb 2006 06:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1828</guid>
		<description>Is it implied or stated that the 2-color SIFR only works with Latin encoding (specifically, iso-8859-1)?  Unless I explicitly set my HTML doc or browser to use this encoding, the color replacement (span,em, strong) doesn't happen (and on IE6, a JS error -- unterminated string constant -- prevents the whole SIFR replacement entirely).

I'd like, if possible, to have my HTML docs use utf-8 encoding.  Any idea on if/how I can do this?  Would it require changing the 'flag' characters or their encoding in the JS and ActionScript?</description>
		<content:encoded><![CDATA[<p>Is it implied or stated that the 2-color SIFR only works with Latin encoding (specifically, iso-8859-1)?  Unless I explicitly set my HTML doc or browser to use this encoding, the color replacement (span,em, strong) doesn&#8217;t happen (and on IE6, a JS error &#8212; unterminated string constant &#8212; prevents the whole SIFR replacement entirely).</p>
<p>I&#8217;d like, if possible, to have my HTML docs use utf-8 encoding.  Any idea on if/how I can do this?  Would it require changing the &#8216;flag&#8217; characters or their encoding in the JS and ActionScript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1791</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Wed, 01 Feb 2006 01:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1791</guid>
		<description>Hi marko,

Thanks for all your help.  I'd really appreciate just a little more (Sorry!!), it's just I'm meant to be going live later this week and I thought I had the 2 color working fine all this time cos I run firefox 1.5..  

I got the latest zip of the multi sifr and popped the new .js file in the site, then I reexported the swfs and changed the replacement calls from sAltColor to sEmColor.  The text is being replaced in FF &#038; NS and no undefined error, but its only 1 color.  I then checked it in IE and it throws a javascript error and doesn't replace the text at all..  I noticed that the js file I downloaded was updated on 29th Jan, can you confirm that this version is all good??  

Do you have any ideas for me.  I also remembered why I went back to the 2 color one as well, I use coldfusion and it didn't seem to work with the any pages with a .cfm extension, I had it working with html pages but not cfm ones which I thought was weird atm, so I switched to the 2 col one got that working.  But this time with the multi it kinda seems to want to work on the  .cfm pages, just not in the 2 colors..

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi marko,</p>
<p>Thanks for all your help.  I&#8217;d really appreciate just a little more (Sorry!!), it&#8217;s just I&#8217;m meant to be going live later this week and I thought I had the 2 color working fine all this time cos I run firefox 1.5..  </p>
<p>I got the latest zip of the multi sifr and popped the new .js file in the site, then I reexported the swfs and changed the replacement calls from sAltColor to sEmColor.  The text is being replaced in FF &#038; NS and no undefined error, but its only 1 color.  I then checked it in IE and it throws a javascript error and doesn&#8217;t replace the text at all..  I noticed that the js file I downloaded was updated on 29th Jan, can you confirm that this version is all good??  </p>
<p>Do you have any ideas for me.  I also remembered why I went back to the 2 color one as well, I use coldfusion and it didn&#8217;t seem to work with the any pages with a .cfm extension, I had it working with html pages but not cfm ones which I thought was weird atm, so I switched to the 2 col one got that working.  But this time with the multi it kinda seems to want to work on the  .cfm pages, just not in the 2 colors..</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1788</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 31 Jan 2006 08:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1788</guid>
		<description>Unfortuantely, you will have to re-export .SWFs and replace &lt;code&gt;sifr.js&lt;/code&gt;. I&#8217;ve just tested multi in Netscape 7 and FF 1.0.7. and it works. Two color display the &lt;code&gt;undefined&lt;/code&gt; issue, though.

Sorry for troubles, but hopefully it&#8217;s solved now.</description>
		<content:encoded><![CDATA[<p>Unfortuantely, you will have to re-export .SWFs and replace <code>sifr.js</code>. I&#8217;ve just tested multi in Netscape 7 and FF 1.0.7. and it works. Two color display the <code>undefined</code> issue, though.</p>
<p>Sorry for troubles, but hopefully it&#8217;s solved now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1787</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Tue, 31 Jan 2006 08:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1787</guid>
		<description>Hi Marko, 

Thanks for an ultra fast response.  I actually did try the multi color sifr first and I had trouble making it work so I used the 2 colour instead..  Is there no way to fix it?  Also if I try the multi one again, is it just a matter of popping the new js file in?  Or do I have to rexport the movies?

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Marko, </p>
<p>Thanks for an ultra fast response.  I actually did try the multi color sifr first and I had trouble making it work so I used the 2 colour instead..  Is there no way to fix it?  Also if I try the multi one again, is it just a matter of popping the new js file in?  Or do I have to rexport the movies?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1786</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Tue, 31 Jan 2006 08:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1786</guid>
		<description>Christine,
Please see the &lt;a href="http://webdesign.maratz.com/lab/multi_color_sifr/"&gt;multi-color sIFR&lt;/a&gt;, the &lt;code&gt;undefined&lt;/code&gt; issue should be fixed.</description>
		<content:encoded><![CDATA[<p>Christine,<br />
Please see the <a href="http://webdesign.maratz.com/lab/multi_color_sifr/">multi-color sIFR</a>, the <code>undefined</code> issue should be fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1785</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Tue, 31 Jan 2006 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1785</guid>
		<description>Hi, I am using this 2 colour sifr in our website redevelopment and it is all going well.  Except that my friend tried viewing it in Firefox 1.0.7 on a pc and I also tested in Netscape 7 on a pc,  and in those 2 browsers each sifr element has the word "Undefined" next to it.  All other browsers seem fine.  Do you know what might be causing this??

Many Thanks!
Christine</description>
		<content:encoded><![CDATA[<p>Hi, I am using this 2 colour sifr in our website redevelopment and it is all going well.  Except that my friend tried viewing it in Firefox 1.0.7 on a pc and I also tested in Netscape 7 on a pc,  and in those 2 browsers each sifr element has the word &#8220;Undefined&#8221; next to it.  All other browsers seem fine.  Do you know what might be causing this??</p>
<p>Many Thanks!<br />
Christine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsart</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1769</link>
		<dc:creator>Arsart</dc:creator>
		<pubDate>Mon, 23 Jan 2006 19:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1769</guid>
		<description>Marko, can you please provide uncompressed JS files inside multi color sIFR? Very important:) Please!</description>
		<content:encoded><![CDATA[<p>Marko, can you please provide uncompressed JS files inside multi color sIFR? Very important:) Please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1752</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Wed, 18 Jan 2006 22:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1752</guid>
		<description>Criss, take a look at the &lt;a href="http://webdesign.maratz.com/lab/multi_color_sifr/"&gt;multi color sIFR&lt;/a&gt;. It handles &lt;code&gt;strong&lt;/code&gt;, &lt;code&gt;em&lt;/code&gt; and &lt;code&gt;span&lt;/code&gt; elements.</description>
		<content:encoded><![CDATA[<p>Criss, take a look at the <a href="http://webdesign.maratz.com/lab/multi_color_sifr/">multi color sIFR</a>. It handles <code>strong</code>, <code>em</code> and <code>span</code> elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Criss</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1750</link>
		<dc:creator>Criss</dc:creator>
		<pubDate>Wed, 18 Jan 2006 19:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1750</guid>
		<description>Is there a way to have two different font-weights show up?  I'm having difficulty setting up a headline that has light and bold weight to show up properly in IE and possibly Safari (haven't checked it yet).  The problems escalate across major browsers when I try to anchor the headline.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Is there a way to have two different font-weights show up?  I&#8217;m having difficulty setting up a headline that has light and bold weight to show up properly in IE and possibly Safari (haven&#8217;t checked it yet).  The problems escalate across major browsers when I try to anchor the headline.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marko</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1719</link>
		<dc:creator>marko</dc:creator>
		<pubDate>Fri, 13 Jan 2006 10:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1719</guid>
		<description>David, what is SHIFT + right click suppose to do?

Zeerus, URL display in a status bar is partially fixed (we&#8217;re still struggling with Safari, should work in Opera, FF and IE).

However, to see the status bar text in Firefox, one must enable it in Tools -&gt; Options -&gt; Content -&gt; Enable JavaScript -&gt; Advanced -&gt; Change the status bar text</description>
		<content:encoded><![CDATA[<p>David, what is SHIFT + right click suppose to do?</p>
<p>Zeerus, URL display in a status bar is partially fixed (we&#8217;re still struggling with Safari, should work in Opera, FF and IE).</p>
<p>However, to see the status bar text in Firefox, one must enable it in Tools -> Options -> Content -> Enable JavaScript -> Advanced -> Change the status bar text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeerus</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1718</link>
		<dc:creator>Zeerus</dc:creator>
		<pubDate>Fri, 13 Jan 2006 00:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1718</guid>
		<description>David, it works fine for me on FF 1.5 and IE 5, haven't tested Opera or Safari yet, but I assume it works in both.</description>
		<content:encoded><![CDATA[<p>David, it works fine for me on FF 1.5 and IE 5, haven&#8217;t tested Opera or Safari yet, but I assume it works in both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1717</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 12 Jan 2006 19:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1717</guid>
		<description>need to recheck the shift right click option . I am win XP and ff 1.5 and it only works if i click the very edge of the headline. I have tried it at least 25 times, same result</description>
		<content:encoded><![CDATA[<p>need to recheck the shift right click option . I am win XP and ff 1.5 and it only works if i click the very edge of the headline. I have tried it at least 25 times, same result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeerus</title>
		<link>http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1716</link>
		<dc:creator>Zeerus</dc:creator>
		<pubDate>Thu, 12 Jan 2006 17:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/archives/2006/01/12/two-colors-in-sifr-201/#comment-1716</guid>
		<description>now if only we could get the link to show up in the browser's status bar on mouseover. other than that, all my sIFR dreams have come true. thanks so much for this</description>
		<content:encoded><![CDATA[<p>now if only we could get the link to show up in the browser&#8217;s status bar on mouseover. other than that, all my sIFR dreams have come true. thanks so much for this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
