<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>dispatchEvent &#187; Mac OS X</title>
	<link>http://www.partlyhuman.com/blog</link>
	<description>Welcome to dispatchEvent, a blog brought to you by Roger Braunstein of partlyhuman and Mims Wright of losdesigns.</description>
	<pubDate>Fri, 09 May 2008 06:49:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Leopard 10.5 supports 512 pixel icons</title>
		<link>http://www.partlyhuman.com/blog/mims/leopard-105-supports-512-pixel-icons</link>
		<comments>http://www.partlyhuman.com/blog/mims/leopard-105-supports-512-pixel-icons#comments</comments>
		<pubDate>Wed, 28 Nov 2007 16:22:37 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[Graphic Design]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[OSes]]></category>

		<category><![CDATA[User Interface Design]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=206</guid>
		<description><![CDATA[While playing around with Icon Composer in the newest version of XCode Tools for I noticed that Leopard now supports 512&#215;512 pixel icons - much larger than the older 128&#215;128 pixel icons. I assume this has to do with the Cover Flow view for the Finder which displays icons much larger than the other views. [...]]]></description>
			<content:encoded><![CDATA[<p>While playing around with <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/ObjCTutorial/08Configuring/chapter_8_section_5.html">Icon Composer</a> in the newest version of <a href="http://developer.apple.com/tools/xcode/">XCode Tools</a> for I noticed that Leopard now supports 512&#215;512 pixel icons - much larger than the older 128&#215;128 pixel icons. I assume this has to do with the Cover Flow view for the Finder which displays icons much larger than the other views. Sure enough, Apple have redesigned all their icons for the new format and they look gorgeous. I took some screen grabs of my favourites. Click the thumbnails to see the details. Notice the small text in the iTunes and Dictionary icons and the textures on the truck and the guitar. Hawt!</p>
<p><em>Click for full size</em></p>
<p><a href='http://mimswright.com/blog/wp-content/uploads/2007/11/dictionary.jpg' title='Dictionary icon'><img src='http://mimswright.com/blog/wp-content/uploads/2007/11/dictionary.thumbnail.jpg' alt='Dictionary icon' /></a></p>
<p>Dictionary</p>
<p><br/><br />
<a href='http://mimswright.com/blog/wp-content/uploads/2007/11/garageband.jpg' title='Garage band icon'><img src='http://mimswright.com/blog/wp-content/uploads/2007/11/garageband.thumbnail.jpg' alt='Garage band icon' /></a></p>
<p>Garage Band</p>
<p><br/><br />
<a href='http://mimswright.com/blog/wp-content/uploads/2007/11/itunes.jpg' title='iTunes icon'><img src='http://mimswright.com/blog/wp-content/uploads/2007/11/itunes.thumbnail.jpg' alt='iTunes icon' /></a></p>
<p>iTunes</p>
<p><br/><br />
<a href='http://mimswright.com/blog/wp-content/uploads/2007/11/textedit.jpg' title='TextEdit icon'><img src='http://mimswright.com/blog/wp-content/uploads/2007/11/textedit.thumbnail.jpg' alt='TextEdit icon' /></a></p>
<p>TextEdit</p>
<p><br/><br />
<a href='http://mimswright.com/blog/wp-content/uploads/2007/11/transmit.jpg' title='Transmit icon'><img src='http://mimswright.com/blog/wp-content/uploads/2007/11/transmit.thumbnail.jpg' alt='Transmit icon' /></a></p>
<p>Transmit</p>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/leopard-105-supports-512-pixel-icons/feed</wfw:commentRss>
		</item>
		<item>
		<title>Really, really small Flex files</title>
		<link>http://www.partlyhuman.com/blog/mims/really-really-small-flex-files</link>
		<comments>http://www.partlyhuman.com/blog/mims/really-really-small-flex-files#comments</comments>
		<pubDate>Tue, 12 Jun 2007 20:02:29 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=172</guid>
		<description><![CDATA[I am not even going to mention that Flex 3 public beta is out because you already know. 
What you may have been too excited to notice though is that Flex 3 will now cache the Flex framework for users meaning that Flex applications don&#8217;t have to save all of that stuff in the SWF [...]]]></description>
			<content:encoded><![CDATA[<p>I am not even going to mention that Flex 3 public beta is out because you already know. </p>
<p>What you may have been too excited to notice though is that Flex 3 will now cache the Flex framework for users meaning that Flex applications don&#8217;t have to save all of that stuff in the SWF file making them very small (like 50KB). Think about that! This is huge news and I predict it will be the final stroke that wins many Flex skeptics over to the platform. Not only that, but you&#8217;ll be able to include your own custom runtime shared libraries (also cached) so you can create functionality that&#8217;s shared between several applications.</p>
<p>Ted Patrick, in his evangelical way, describes this feature with handy diagrams <a href="http://www.onflex.org/ted/2007/06/flex-3-thursday-dramatically-smaller.php">on his blog</a>.</p>
<p>There is also an <a href="http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions">introduction to new features on Adobe Labs</a> so you can gush over videos and samples of all the new features.</p>
<p>On a side note, it looks like Leopard, the new version of OS X, will provide <a href="http://www.apple.com/macosx/leopard/features/quicklook.html">significant improvements for quickly accessing your porn</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/really-really-small-flex-files/feed</wfw:commentRss>
		</item>
		<item>
		<title>Aliased Text in Eclipse on OS X</title>
		<link>http://www.partlyhuman.com/blog/roger/aliased-text-mac-eclipse</link>
		<comments>http://www.partlyhuman.com/blog/roger/aliased-text-mac-eclipse#comments</comments>
		<pubDate>Mon, 19 Mar 2007 20:02:53 +0000</pubDate>
		<dc:creator>Roger Braunstein</dc:creator>
		
		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=121</guid>
		<description><![CDATA[Maybe I&#8217;m just a crotchety, old-school, Jolt-drinking, amber-on-black, command-line code junkie, but for the last 2 years I&#8217;ve been so frustrated that I just can&#8217;t get my code font in Eclipse / Flex Builder on Mac OS X to be aliased! Those little smooth edges on my fixed-width bitmap fonts drove me to irrational madness. [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe I&#8217;m just a crotchety, old-school, Jolt-drinking, amber-on-black, command-line code junkie, but for the last 2 years I&#8217;ve been so frustrated that I <strong>just can&#8217;t</strong> get my code font in Eclipse / Flex Builder on Mac OS X to be <strong>aliased</strong>! Those little smooth edges on my fixed-width bitmap fonts drove me to irrational madness. Well, I had given up and moved to PC, but I&#8217;ve had Mac laptops throughout, and I finally took some time to solve this little pet peeve. If you share my frustration, read on.</p>
<p><img src="http://partlyhuman.com/articles/aliased-text-mac-eclipse/code-aa.gif" alt="Before" style="float:left; border: 1px solid black; margin-right: 1em"/>Arrrgh!<br clear="all"/></p>
<p><img src="http://partlyhuman.com/articles/aliased-text-mac-eclipse/code-aliased.gif" alt="After" style="float:left; border: 1px solid black; margin-right: 1em"/>Ahhhh&#8230;<br clear="all"/></p>
<p> <a href="http://www.partlyhuman.com/blog/roger/aliased-text-mac-eclipse#more-121" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/roger/aliased-text-mac-eclipse/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
