<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Inside Scoop - Creative News &#38; Views &#187; Mac OS X</title>
	<atom:link href="http://blog.insidersoftware.com/archives/tag/mac-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.insidersoftware.com</link>
	<description>Insider Software Blog</description>
	<lastBuildDate>Thu, 22 Dec 2011 20:16:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Launching Smasher from FontAgent Pro</title>
		<link>http://blog.insidersoftware.com/archives/54</link>
		<comments>http://blog.insidersoftware.com/archives/54#comments</comments>
		<pubDate>Mon, 18 Apr 2011 14:56:38 +0000</pubDate>
		<dc:creator>sstoel</dc:creator>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[Smasher]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[FontAgent Pro]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blog.insidersoftware.com/?p=54</guid>
		<description><![CDATA[One of the great, unique features of FontAgent Pro for Macintosh is its ability to automate font management tasks using AppleScript. On the right side of the FontAgent Pro menubar is a script icon that lists scripts that ship with FontAgent Pro as well as those you add yourself. The scripts that come with FontAgent [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great, unique features of <a href="http://www.insidersoftware.com/FA_pro_osx.php" target="_self">FontAgent Pro</a> for Macintosh is its ability to automate font management tasks using <a href="http://www.macosxautomation.com/applescript/" target="_blank">AppleScript</a>. On the right side of the FontAgent Pro menubar is a script icon that lists scripts that ship with FontAgent Pro as well as those you add yourself.</p>
<p><a href="http://blog.insidersoftware.com/wp-content/uploads/2009/10/FontAgent-ProScreenSnapz006.jpg"><img class="size-full wp-image-55 aligncenter" title="FontAgent ProScreenSnapz006" src="http://blog.insidersoftware.com/wp-content/uploads/2009/10/FontAgent-ProScreenSnapz006.jpg" alt="FontAgent ProScreenSnapz006" width="361" height="216" /></a>The scripts that come with FontAgent Pro work directly with FontAgent Pro, but you can add scripts that run other applications as well.</p>
<p>Below is a script that launches <a href="http://www.insidersoftware.com/SM.php" target="_self">Smasher</a>, Insider&#8217;s font and cache maintenance utility. If you would like to download the script click <a href="http://blog.insidersoftware.com/wp-content/uploads/2009/10/Launch-Smasher.zip" target="_self">here</a>. Unzip the attached file and place the script in the <em>/Library/Application Support/FontAgent Pro/Scripts/</em> folder to get it to appear as <em>Launch Smasher</em> in the FontAgent Pro &gt; Scripts menu.</p>
<p><span style="color: #0000ff;">set</span> <span style="color: #008000;">appFolder </span><span style="color: #0000ff;">to</span> <span style="color: #0000ff;">(path to applications folder as Unicode text)</span><br />
<span style="color: #0000ff;">set</span> <span style="color: #008000;">afolder </span><span style="color: #0000ff;">to</span> <span style="color: #008000;">appFolder</span> &amp; &#8220;Smasher&#8221;<br />
<span style="color: #0000ff;">tell application</span> &#8220;Finder&#8221;<br />
<span style="color: #0000ff;">if exists folder</span> <span style="color: #339966;">afolder</span> <span style="color: #0000ff;">then</span><br />
<span style="color: #0000ff;">try<br />
tell application</span> &#8220;Smasher&#8221;<br />
<span style="color: #0000ff;">activate<br />
end tell<br />
end try<br />
else<br />
tell application</span> &#8220;Finder&#8221;<br />
<span style="color: #0000ff;">activate</span><br />
<span style="color: #0000ff;">display dialog</span> &#8220;You do not have Smasher installed. To learn more about Smasher and download a demo click \&#8221;Learn More.\&#8221;" <span style="color: #0000ff;">buttons <span style="color: #000000;">{</span></span>&#8220;<span style="color: #0000ff;"><span style="color: #000000;">Cancel</span></span>&#8220;<span style="color: #0000ff;"><span style="color: #000000;">, </span></span>&#8220;<span style="color: #0000ff;"><span style="color: #000000;">Learn More</span></span>&#8220;<span style="color: #0000ff;"><span style="color: #000000;">}</span> default button 2</span><br />
<span style="color: #0000ff;">if the button returned of the result is</span> &#8220;Learn More&#8221; then<br />
<span style="color: #0000ff;">set </span><span style="color: #339966;">theURL</span> <span style="color: #0000ff;">to</span> &#8220;open http://www.insidersoftware.com/SM.php&#8221;<br />
<span style="color: #0000ff;">do shell script</span> <span style="color: #339966;">theURL</span><br />
<span style="color: #0000ff;">else</span><br />
<span style="color: #666699;">&#8211; nothing happens</span><br />
<span style="color: #0000ff;">end if<br />
end tell<br />
end if<br />
end tell</span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Note:  If you copy and paste the text into Script Editor, depending on the browser you are using, you may need to do a find-and-replace on the quotes to get them to be <em>dumb quotes</em>. ScriptEditor will see a <em>smart quote</em> as an unknown token and the script will not compile. You can view and edit the linked script after you download it if you wish.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">This script is handy because when you start seeing <a href="http://www.fontgeek.net/blog/?p=6" target="_blank">symptoms of font cache corruption</a>, it allows you to quickly launch Smasher from FontAgent Pro, where you can clear your caches and get back to your work. It is also a good idea to make sure you have Smasher&#8217;s cache clearing scheduled to run each time you start or shutdown your Mac.<br />
</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">When you run the script, Smasher launches and you can edit settings to clear your caches in any manner you wish. If you don&#8217;t have Smasher installed it  gives you an option to go to a web page where you can learn more about the product.<br />
</span></span></p>
<p style="text-align: left;"><a href="http://blog.insidersoftware.com/wp-content/uploads/2010/09/ScheduleSmasher2.png"><img class="size-full wp-image-874 aligncenter" title="ScheduleSmasher2" src="http://blog.insidersoftware.com/wp-content/uploads/2010/09/ScheduleSmasher2.png" alt="" width="451" height="341" /></a><span style="color: #0000ff;"><span style="color: #000000;"><a href="http://blog.insidersoftware.com/wp-content/uploads/2009/10/SmasherPrefsSelected.jpg"><br />
</a></span></span>This script is offered as is and you may feel free to edit it in any way you wish. For example, <span style="color: #0000ff;"><span style="color: #000000;">you add scripts that launch other applications such as QuarkXPress or InDesign from within FontAgent Pro.<br />
</span></span></p>
<p style="text-align: left;"><span style="color: #0000ff;"><span style="color: #000000;">In future posts, we will talk more about using AppleScript to automate font-related workflows. Stay tuned to <em>The Inside Scoop</em>.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.insidersoftware.com/archives/54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smasher 2: New and Newsworthy</title>
		<link>http://blog.insidersoftware.com/archives/839</link>
		<comments>http://blog.insidersoftware.com/archives/839#comments</comments>
		<pubDate>Wed, 13 Apr 2011 05:48:20 +0000</pubDate>
		<dc:creator>Bruce Mitchell</dc:creator>
				<category><![CDATA[Font Management]]></category>
		<category><![CDATA[Mac OS X Issues]]></category>
		<category><![CDATA[Smasher]]></category>
		<category><![CDATA[Type Tools]]></category>
		<category><![CDATA[Adobe Creative Suite]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[QuarkXPress]]></category>

		<guid isPermaLink="false">http://blog.insidersoftware.com/?p=839</guid>
		<description><![CDATA[The next generation of Smasher has arrived. And it includes a number of new features that make it even easier to solve your toughest font challenges including a simpler user interface, a new font verification engine, improved support for Adobe CS5 and expanded font preview capabilities. New Font Verification and Validation Engine Smasher 2 includes [...]]]></description>
			<content:encoded><![CDATA[<p>The next generation of Smasher has arrived. And it includes a number of new features that make it even easier to solve your toughest font challenges including a simpler user interface, a new font verification engine, improved support for Adobe CS5 and expanded font preview capabilities.</p>
<p><strong>New Font Verification and Validation Engine<br />
</strong><a href="http://blog.insidersoftware.com/wp-content/uploads/2011/04/SmasherScreenBoxWebSmall.png"><img class="alignright size-medium wp-image-864" title="SmasherScreenBoxWebSmall" src="http://blog.insidersoftware.com/wp-content/uploads/2011/04/SmasherScreenBoxWebSmall-300x231.png" alt="" width="300" height="231" /></a>Smasher 2 includes an all-new font validation and verification engine identifies problem fonts and eliminates them before they can cause you and your favorite applications major aggravation.</p>
<p><strong>Support for Adobe Creative Suite 5 Cache Clearing<br />
</strong>This new version of Smasher includes new support for InDesign, Illustrator and Photoshop CS5 application caches. Smasher 2 also continues to clear caches for earlier versions of the Adobe Creative Suite, as well as QuarkXpress, Microsoft Office applications, CUPS spool files and Mac OS X system caches—and it allows you to do so manually or on a regular, scheduled basis.</p>
<p><strong>Expanded Font Preview Capabilities<br />
</strong>Smasher 2 includes expanded font preview capabilities including the ability to define and display custom text strings at varying sizes, so you can see exactly how text will appear in your projects.</p>
<p><strong>Simpler, Cleaner User Interface<br />
</strong>Smasher’s updated interface makes it easier to access its many features. The main window, caches window and smash scheduler window have all been redesigned based on user testing to be simpler and more straightforward. Smasher 2 also includes a new look-and-feel with updated icons that are easier to view and recognize.</p>
<p><strong>WYSIWYG Font Lists<br />
</strong>Smasher now lists typefaces in their native outlines, so what you see is what you get—every time.</p>
<p><strong>Archive Original Fonts<br />
</strong>Smasher now gives you the ability to archive a copy of the original fonts into a zip file or to a disk image, making it fast and easy to back up your font collection.</p>
<p><strong>Automatic Application Updater</strong><br />
Smasher 2 updates itself automatically when Insider releases a new version, freeing you from having to manually download new software and run its associated installer.</p>
<p><strong>For More Information</strong><br />
To learn more about Smasher 2 or to get a free trial, visit <a href="http://www.insidersoftware.com/">www.insidersoftware.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.insidersoftware.com/archives/839/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64-Bit Auto-Activation in FontAgent Pro Yields Top CS5 Performance</title>
		<link>http://blog.insidersoftware.com/archives/574</link>
		<comments>http://blog.insidersoftware.com/archives/574#comments</comments>
		<pubDate>Wed, 11 Aug 2010 11:59:14 +0000</pubDate>
		<dc:creator>Bruce Mitchell</dc:creator>
				<category><![CDATA[Font Management]]></category>
		<category><![CDATA[Mac OS X Issues]]></category>
		<category><![CDATA[Adobe Creative Suite]]></category>
		<category><![CDATA[font management]]></category>
		<category><![CDATA[FontAgent Pro]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://blog.insidersoftware.com/?p=574</guid>
		<description><![CDATA[FontAgent Pro 4.140 for Mac includes new plug-ins that maximize auto-activation speed and accuracy in Adobe InDesign, Illustrator and Photoshop Creative Suite 5. The release includes an all-new, 64-bit plug-in framework that takes full advantage of Mac OS X Leopard and Snow Leopard advanced architectures. Unique Technology that Ensures Correct Activation Built on Insider’s unique [...]]]></description>
			<content:encoded><![CDATA[<p>FontAgent Pro 4.140 for Mac includes new plug-ins that maximize auto-activation speed and accuracy in Adobe InDesign, Illustrator and Photoshop Creative Suite 5. The release includes an all-new, 64-bit plug-in framework that takes full advantage of Mac OS X Leopard and Snow Leopard advanced architectures.</p>
<p><strong>Unique Technology that Ensures Correct Activation</strong></p>
<p>Built on Insider’s unique FontSavant™ technology, the new release ensures that FontAgent Pro&#8217;s auto-activation manager always selects the right font in your documents—not just a close match or one that has the same name.</p>
<p>FontAgent Pro gives you full control over the font auto-activation process. It begins by detecting the most subtle differences among fonts to deliver the most accurate font activation possible. When no installed fonts match one required by a document, it provides a list of alternate fonts in your collection—with a relevancy ranking that shows how closely they match the font your document requested—so you can choose the best font. You can also activate a preferred font format (e.g., Type 1, OpenType, TrueType) automatically.</p>
<p><strong>Availability and Pricing</strong></p>
<p>Release 4.140 of FontAgent Pro is free to users who have already licensed FontAgent Pro 4. The product retails for $99.95 for new purchasers and is $49.95 for registered users of FontAgent Pro 3 and earlier. Cross-grades from qualifying competitive products are also available. Existing users and those wanting a 30-day trial version of FontAgent Pro can download the latest release from:</p>
<p><a href="http://www.insidersoftware.com/downloads/FontAgentPro4.dmg" target="_blank">http://www.insidersoftware.com/downloads/FontAgentPro4.dmg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.insidersoftware.com/archives/574/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font Server Adds Live Reporting, Backup and Auto-Failover</title>
		<link>http://blog.insidersoftware.com/archives/282</link>
		<comments>http://blog.insidersoftware.com/archives/282#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:48:16 +0000</pubDate>
		<dc:creator>Bruce Mitchell</dc:creator>
				<category><![CDATA[Font Management]]></category>
		<category><![CDATA[font server]]></category>
		<category><![CDATA[Mac OS X Issues]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[directory services]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[font backup]]></category>
		<category><![CDATA[font management]]></category>
		<category><![CDATA[FontAgent Pro]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[single sign-on]]></category>

		<guid isPermaLink="false">http://blog.insidersoftware.com/?p=282</guid>
		<description><![CDATA[We're very proud to announce FontAgent® Pro™ Server 4, which includes live font-usage tracking, live backup, automatic failover server access, and enhanced directory service, security and authentication.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re very proud to announce FontAgent® Pro™ Server 4, which includes live font-usage tracking, live backup, automatic failover, and enhanced directory and security services. The new capabilities increase its sizable lead as the best font server for agencies, departments and enterprises.</p>
<p><strong>Real-Time Font-Usage Manager</strong><br />
FontAgent Pro Server 4 now tracks font distribution and usage in real-time–an industry first. It shows which users have access to libraries and fonts, and when they activate and deactivate them. You can even use your favorite scripting language to export usage data into various file formats, and then use Excel, report scripts or asset managers to analyze and report on font usage and ensure compliance with font-license agreements&#8211;and be prepared for licensing audits at any time!</p>
<p><strong>Live Font Server Backup</strong><br />
We&#8217;ve also added live backup services to FontAgent Pro Server 4. It backs up its fonts, users and groups without locking out users&#8230; something Extensis UTS doesn&#8217;t do. Better yet, you can restore a server to a previous state with just a few clicks. The backup manager lets you set the backup times, and you can also add font-server archiving into your existing backup scripts. Another important point: you can backup your font database to any networked drive–again unlike Extensis, which seems to force backup to only local drives, a practice which at best seems dangerous.</p>
<p><strong>Failover Services Add to Lead in Multi-Server Environments</strong><br />
FontAgent Pro clients now include failover services that allow them to automatically connect to alternative servers when their primary font server is unavailable. Used in conjunction with FontAgent Pro’s server replication, these failover services make FontAgent Pro the clear choice in multi-server environments.</p>
<p><strong>Enhanced Directory Services, Security and Permissions</strong><br />
We&#8217;ve also added faster Active Directory, Open Directory and LDAP synchronization to FontAgent Pro Server 4, along with improved support for nested groups, standalone users, keychain-based password protection and non-standard directory schemas. You can now identify group and font administrators who can upload fonts, create users and groups, edit licenses, upload and edit sets, upload and edit font libraries, assign fonts and users to groups and view font usage information–and allow IT administrators to maintain control of the font server itself.</p>
<p><strong>Kerberos Single-Sign-on Support</strong><br />
Using Kerberos in your organization? FontAgent Pro clients now check if users have previously logged in via Kerberos. If so, they are automatically authenticated to FontAgent Pro Server. If not, FontAgent Pro asks them to enter their username and password. It&#8217;s that easy.</p>
<p><strong>For More Information</strong><br />
We&#8217;re excited about FontAgent Pro Server 4, and we hope you are as well. If you have questions or would like more information, just let us know. We&#8217;ll get you the Inside Scoop.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.insidersoftware.com/archives/282/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font Caches: #1 Font Management Problem</title>
		<link>http://blog.insidersoftware.com/archives/15</link>
		<comments>http://blog.insidersoftware.com/archives/15#comments</comments>
		<pubDate>Wed, 02 Dec 2009 08:01:56 +0000</pubDate>
		<dc:creator>sstoel</dc:creator>
				<category><![CDATA[Mac OS X Issues]]></category>
		<category><![CDATA[Adobe Creative Suite]]></category>
		<category><![CDATA[Apple iWork]]></category>
		<category><![CDATA[font caches]]></category>
		<category><![CDATA[garbled fonts]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[QuarkXPress]]></category>
		<category><![CDATA[Smasher]]></category>

		<guid isPermaLink="false">http://blog.insidersoftware.com/?p=15</guid>
		<description><![CDATA[The number-one issue that Insider technical support specialists deal with is not even caused by Insider products. Instead, the top problem we solve has to do with troublesome little files called font caches. A little about font caches Font caches are data files that help your OS and applications speed the display of text on [...]]]></description>
			<content:encoded><![CDATA[<p>The number-one issue that Insider technical support specialists deal with is not even caused by Insider products. Instead, the top problem we solve has to do with troublesome little files called <em>font caches</em>.</p>
<p><strong>A little about font caches</strong></p>
<p>Font caches are data files that help your OS and applications speed the display of text on your screen. You can open and examine most cache files with a text editor because they often just list font files or their properties. Mac OS has its own cache files, as do applications in software suites such as Adobe Creative Suite, QuarkXPress, Apple iWork and Microsoft Office.</p>
<p>Every time you activate or deactivate a font, these cached lists need to be updated or  activated fonts might not appear available in many applications. In addition, when the updates don&#8217;t occur, the cache files easily become corrupt or damaged&#8211;or simply fall out of sync with their associated applications&#8211;and cause additional application instability.</p>
<p>It is difficult to tell if a cache is corrupt simply by looking at the file. Often the first indication is bizarre or unexpected behavior in your applications. So how can we go about solving this pesky issue?</p>
<p><strong>In comes Smasher</strong></p>
<p><img class="size-full wp-image-134 alignright" title="SMA_md" src="http://blog.insidersoftware.com/wp-content/uploads/2009/12/SMA_md.jpg" alt="SMA_md" width="128" height="178" /></p>
<p><a href="http://www.insidersoftware.com/SM.php" target="_self">Smasher</a> provides preventive font maintenance for your Mac OS X design applications and acts as a companion technology to your existing font manager, such as <a href="http://www.insidersoftware.com/FA_pro_osx.php" target="_self">FontAgent Pro</a>. Smasher is an essential utility for anyone who uses a lot of fonts because it clears your font and application caches on a regular, scheduled basis. So you can install Smasher, set its preferences to clear your caches at every reboot, and say goodbye to cache problems for good.</p>
<p>Every time you reboot, Smasher removes old cache files. Then, as Mac OS X and your applications launch, they create new cache files that better reflect the activation status of the fonts on your system. So fonts show up in your application menus as they should, and you are better  protected against display problems, garbled fonts, strange font substitution, printing problems and application crashes.</p>
<p>Smasher also performs routine maintenance on CUPS print spool files and other temporary system files to keep your Mac running smoothly. To learn more about Smasher or to download a demo of this handy utility, click <a title="Get Smasher" href="http://www.insidersoftware.com/SM.php" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.insidersoftware.com/archives/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

