<?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 on: Preference Manager Script</title>
	<atom:link href="http://in-tools.com/article/scripts-blog/preference-manager-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://in-tools.com/article/scripts-blog/preference-manager-script/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 20:44:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: imagepublique</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-9685</link>
		<dc:creator>imagepublique</dc:creator>
		<pubDate>Tue, 13 Dec 2011 13:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-9685</guid>
		<description>Hi,

Thanks for reply. Ah well. Worth a try, I am lumbered with CS3 for the time being. As a newcomer to Javascript i&#039;ve been looking through tutorials but struggling to find anything that will do this. Could you point me in right direction? Thanks / Sorry!

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for reply. Ah well. Worth a try, I am lumbered with CS3 for the time being. As a newcomer to Javascript i&#8217;ve been looking through tutorials but struggling to find anything that will do this. Could you point me in right direction? Thanks / Sorry!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harbs</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-9628</link>
		<dc:creator>Harbs</dc:creator>
		<pubDate>Mon, 12 Dec 2011 15:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-9628</guid>
		<description>No. Unfortunately it relies on some scripting features introduced in CS4 that prevents it from being backwards compatible.

Sorry...</description>
		<content:encoded><![CDATA[<p>No. Unfortunately it relies on some scripting features introduced in CS4 that prevents it from being backwards compatible.</p>
<p>Sorry&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imagepublique</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-9627</link>
		<dc:creator>imagepublique</dc:creator>
		<pubDate>Mon, 12 Dec 2011 15:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-9627</guid>
		<description>Hi,

Don&#039;t suppose this script could be converted or made to run for ye olde CS3?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Don&#8217;t suppose this script could be converted or made to run for ye olde CS3?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoyBro</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-2259</link>
		<dc:creator>RoyBro</dc:creator>
		<pubDate>Tue, 24 May 2011 21:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-2259</guid>
		<description>Never mind, I had removed several of the default Windows 7 fonts. When I reloaded them, it all worked fine.</description>
		<content:encoded><![CDATA[<p>Never mind, I had removed several of the default Windows 7 fonts. When I reloaded them, it all worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoyBro</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-2258</link>
		<dc:creator>RoyBro</dc:creator>
		<pubDate>Tue, 24 May 2011 21:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-2258</guid>
		<description>I tried it with CS5 but got an error saying &quot;Invalid font style &#039;Bold&#039; do you want to disable this handler&quot;
clicking either yes or no results in the script quiting.

Thanks,</description>
		<content:encoded><![CDATA[<p>I tried it with CS5 but got an error saying &#8220;Invalid font style &#8216;Bold&#8217; do you want to disable this handler&#8221;<br />
clicking either yes or no results in the script quiting.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harbs</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-72</link>
		<dc:creator>Harbs</dc:creator>
		<pubDate>Thu, 09 Dec 2010 20:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-72</guid>
		<description>I have not tested, but xml style comments should be okay. (i.e. &lt; ! --  comment  -- &gt;)</description>
		<content:encoded><![CDATA[<p>I have not tested, but xml style comments should be okay. (i.e. < ! --  comment  -- >)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Braxton</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-71</link>
		<dc:creator>Braxton</dc:creator>
		<pubDate>Thu, 09 Dec 2010 18:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-71</guid>
		<description>I was wondering when customizing the settings if it is ok to make comments in the xml file?  If it is ok, which form should I use?

/*  comment  */   or   &lt;!--  comment  --&gt;

Thanks.

Braxton</description>
		<content:encoded><![CDATA[<p>I was wondering when customizing the settings if it is ok to make comments in the xml file?  If it is ok, which form should I use?</p>
<p>/*  comment  */   or   <!--  comment  --></p>
<p>Thanks.</p>
<p>Braxton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harbs</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-66</link>
		<dc:creator>Harbs</dc:creator>
		<pubDate>Wed, 08 Dec 2010 07:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-66</guid>
		<description>The script saves enumerations as their numerical equivalents. All the enumerations are listed in the Object Model Viewer in the ExtendScript Toolkit. Another useful way to browse the DOM is using Jongware&#039;s chm file: http://www.jongware.com/idjshelp.html</description>
		<content:encoded><![CDATA[<p>The script saves enumerations as their numerical equivalents. All the enumerations are listed in the Object Model Viewer in the ExtendScript Toolkit. Another useful way to browse the DOM is using Jongware&#8217;s chm file: <a href="http://www.jongware.com/idjshelp.html" rel="nofollow">http://www.jongware.com/idjshelp.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Braxton</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-65</link>
		<dc:creator>Braxton</dc:creator>
		<pubDate>Wed, 08 Dec 2010 06:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-65</guid>
		<description>This is a great tool.  Thanks!

There are some preferences such as:

 1346922866

And...


    1666336578

What do the numbers mean?  If I wanted RGB for my transparency blend space do I need a numerical code?  If so, where would I get the code?

Thanks again!</description>
		<content:encoded><![CDATA[<p>This is a great tool.  Thanks!</p>
<p>There are some preferences such as:</p>
<p> 1346922866</p>
<p>And&#8230;</p>
<p>    1666336578</p>
<p>What do the numbers mean?  If I wanted RGB for my transparency blend space do I need a numerical code?  If so, where would I get the code?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juul</title>
		<link>http://in-tools.com/article/scripts-blog/preference-manager-script/#comment-62</link>
		<dc:creator>Juul</dc:creator>
		<pubDate>Wed, 03 Nov 2010 22:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://in-tools.com/wordpress/?p=174#comment-62</guid>
		<description>Just installed and quickly tested this in CS5, seems to work fine. Great script, thanks!</description>
		<content:encoded><![CDATA[<p>Just installed and quickly tested this in CS5, seems to work fine. Great script, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

