<?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>Nomulous Blog &#187; interface</title>
	<atom:link href="http://nomulous.com/blog/tag/interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://nomulous.com/blog</link>
	<description>Caveat Lector</description>
	<lastBuildDate>Wed, 07 Sep 2011 21:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The public beta of Wikipedia&#8217;s new interface announced</title>
		<link>http://nomulous.com/blog/the-public-beta-of-wikipedias-new-interface-announced/</link>
		<comments>http://nomulous.com/blog/the-public-beta-of-wikipedias-new-interface-announced/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 23:07:16 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=263</guid>
		<description><![CDATA[Ahh, that&#8217;s why. The reason Wikipedia has been acting like 4chan on a bad day is that they were upgrading their software, and now we know exactly what part was upgraded. They added a little link at the top of the page entitled &#8220;Try Beta&#8221;. If you click on it, and log in, you&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>Ahh, that&#8217;s why. The reason Wikipedia has been acting like 4chan on a bad day is that they were upgrading their software, and now we know exactly what part was upgraded.</p>
<div id="attachment_264" class="wp-caption aligncenter" style="width: 521px"><a href="http://nomulous.com/blog/wp-content/uploads/2009/09/wikipedia_new_interface_beta.png"><img class="size-full wp-image-264  " title="wikipedia_new_interface_beta" src="http://nomulous.com/blog/wp-content/uploads/2009/09/wikipedia_new_interface_beta.png" alt="Pretty!" width="511" height="365" /></a><p class="wp-caption-text">Pretty!</p></div>
<p>They added a little link at the top of the page entitled &#8220;Try Beta&#8221;. If you click on it, and log in, you&#8217;ll be able to switch your current interface for a brand spanking new look n&#8217; feel. It looks nice, but I&#8217;m not sure whether I&#8217;m happy about sacrificing the speed and simplicity of the current design just for a few whistles and shiny menu bars.</p>
<p><b>Edit:</b> Apparently the wonkiness was actually related to something else. The new look is still pretty cool though.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/the-public-beta-of-wikipedias-new-interface-announced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customization of the user interface in Mac OS X</title>
		<link>http://nomulous.com/blog/customization-of-the-user-interface-in-mac-os-x/</link>
		<comments>http://nomulous.com/blog/customization-of-the-user-interface-in-mac-os-x/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:21:50 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[developer tools]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[nib]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[Ui]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=41</guid>
		<description><![CDATA[Sometimes I find myself very frustrated with even the smallest of UI annoyances, and with this little trick I discovered, I just fix them. Requirements: 1. A computer running Mac OS X 2. A copy of the Apple Developer Tools (XCode, etc.) 3. Some inclination as to what the hell you are doing. All you [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_45" class="wp-caption aligncenter" style="width: 423px"><a href="http://nomulous.com/blog/wp-content/uploads/2009/06/Picture-4.png"><img class="size-full wp-image-45 " style="border: 1px solid black;" title="Finder File Menu: Return = Open" src="http://nomulous.com/blog/wp-content/uploads/2009/06/Picture-4.png" alt="Finder File Menu: Return = Open" width="413" height="229" /></a><p class="wp-caption-text">Finder File Menu: Return = Open</p></div>
<p>Sometimes I find myself very frustrated with even the smallest of UI annoyances, and with this little trick I discovered, I just fix them.</p>
<p>Requirements:</p>
<p>1. A computer running Mac OS X</p>
<p>2. A copy of the Apple Developer Tools (XCode, etc.)</p>
<p>3. Some inclination as to what the hell you are doing.</p>
<p>All you really have to do is open an Application&#8217;s folder (by ctrl-clicking on it and selecting &#8220;Show Package Contents&#8221;, navigate to Contents -&gt; Resources,  find the appropriate .nib file, and open it with Interface Builder.app. Once that&#8217;s done, edit the file to your needs and save. Isn&#8217;t that easy?</p>
<p>As an example, I&#8217;ll go through the process of giving the Finder&#8217;s &#8216;Open&#8217; menu item the Return keyboard shortcut. Normally this would be possible just by creating a new entry in System Preferences -&gt; Keyboard &amp; Mouse -&gt; Keyboard Shortcuts, but unfortunately Apple doesn&#8217;t let us use a single-key as a shortcut, (although something like cmd-Return would work).</p>
<p>Let&#8217;s start by finding the Finder in /System/Library/CoreServices/. Control-click on Finder.app and select Show Package Contents, giving you a new Finder window.</p>
<p style="text-align: center;"><a href="http://nomulous.com/blog/wp-content/uploads/2009/06/Picture-7.png"><img class="aligncenter size-full wp-image-42" style="border: 1px solid black;" title="Show Package Contents" src="http://nomulous.com/blog/wp-content/uploads/2009/06/Picture-7.png" alt="Show Package Contents" width="512" height="229" /></a></p>
<p style="text-align: left;">Now open Contents then Resources. Since my computer is in English, I opened English.lproj (sometimes called en.lproj in other apps). Then find the item Menus.nib. Although on a normal application we could just open it, since the Finder is located in /System we&#8217;ll have to copy it somewhere else, edit it there, and then copy it back. So drag Menus.nib to your desktop, and <em>then</em> open it. (You might want to duplicate the .nib before editing it, just to have a backup somewhere.)</p>
<p style="text-align: left;">Click the File menu item you&#8217;ll see (in the Tiger menu bar style), and select &#8216;Open&#8217;. Bring up the Attributes Inspector (cmd-1 or through the Window menu). From there you can edit or clear the keyboard equivalent, just select the box and press Return!</p>
<p style="text-align: left;"><a href="http://nomulous.com/blog/wp-content/uploads/2009/06/Picture-1.png"><img class="aligncenter size-full wp-image-48" title="Interface Builder Inspector window" src="http://nomulous.com/blog/wp-content/uploads/2009/06/Picture-1.png" alt="Interface Builder Inspector window" width="301" height="391" /></a></p>
<p style="text-align: left;">Now save it, drag the Menus.nib file from your Desktop back into the English.lproj folder, authenticate with an administrator username and password, and Relaunch the Finder. Congratulations, you now have your own custom Finder.app.</p>
<p style="text-align: left;">Feel free to play around with this trick as much as you like, and let me know if you do anything cool with it. I have been for a while, and nothing terrible has happened to me yet. That having been said, I take no responsibility for any unknown dark powers you may evoke whilst exploring the unfathomable inner depths of your computer. Watch out for Balrogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/customization-of-the-user-interface-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

