<?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>Bohemian Blog &#187; OSX</title>
	<atom:link href="http://www.bohemianalps.com/blog/category/digitalia/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bohemianalps.com/blog</link>
	<description>sharing bohunk ingenuity with the world</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:15:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add Bulk File Renaming to Apple’s OSX Finder.app</title>
		<link>http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/</link>
		<comments>http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 19:14:08 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=506</guid>
		<description><![CDATA[Today at work I was asked how to rename multiple JPEG files on a Mac. This individual was apparently able to accomplish this amazing feet with very little effort on a Windows system. (Every time I hear someone say how easy Windows makes something my stomach turns.) I used to have an AppleScript that did [...]]]></description>
			<content:encoded><![CDATA[<p>Today at work I was asked how to <strong>rename multiple JPEG files on a Mac</strong>. This individual was apparently able to accomplish this amazing feet with very little effort on a Windows system. (Every time I hear someone say how easy Windows makes something my stomach turns.) I used to have an AppleScript that did just that, but I have since lost track of that file. So I looked to the internet. Surely it&#8217;ll only take a few minutes to make this happen, right?</p>
<p>There is one free application available for renaming files (<a href="http://www.mrrsoftware.com/MRRSoftware/NameChanger.html">NameChanger</a>) and there are <a href="http://www.macosxtips.co.uk/index_files/batch-rename-multiple-files.html">several</a> <a href="http://mac.elated.com/2009/07/27/automator-tutorial-getting-started-with-the-mac-os-x-automator/">tutorials</a> about using AppleScript and/or Automator.app. The DIY script and Automator options are okay for certain types of people, but the people that really need help will struggle to understand how to use these tools. What are all of the non-geek OSX users supposed to do?</p>
<p>Well, here&#8217;s another one of my small contributions to society. A free Automator.app-created workflow that will add the option &#8216;Rename Multiple Files&#8217; to the contextual menu in Finder.app. Just select multiple files, right-click and select &#8216;Rename Multiple Files&#8217; and away you go!</p>
<h3>Here&#8217;s how to install this Rename Multiple Files tool:</h3>
<div id="_mcePaste">
<ol>
<li>In the Finder navigate to /Users/yourname/Library/Services/<br />
[if "Services" doesn't exist, create a new folder and name it likewise]</li>
<li><a title="Right-click and choose “Save File As” or “Download Linked File As” to download this file" href="http://bohemianalps.com/tools/RenameMultipleFiles.zip">Download the RenameMultipleFiles.zip</a>, extract the contents onto your desktop (double-click in OSX)  and copy the file &#8220;Rename Multiple Files.workflow&#8221; to the previously mentioned &#8220;Services&#8221; folder.</li>
<li>Open a Finder window with multiple files. Select all of the files. Right-click on the selected files. At the bottom of the contextual menu you will find an option titled &#8220;Rename Multiple Files&#8221;. (It may take a minute or two for this new option to become available on your contextual menu.)</li>
</ol>
<p>Shortly after you click on &#8220;Rename Multiple Files&#8221; you will be presented with a small window and several options. To save a verbose explanation I have included screenshots of the options below.</p>

<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/02_adddatetime/' title='Add Date or Time'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/02_adddatetime-150x150.png" class="attachment-thumbnail" alt="Add Date or Time" title="Add Date or Time" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/03_addtext/' title='Add Text'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/03_addtext-150x150.png" class="attachment-thumbnail" alt="Add Text" title="Add Text" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/04_changecase/' title='Change Case'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/04_changecase-150x150.png" class="attachment-thumbnail" alt="Change Case" title="Change Case" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/05_makesequential/' title='Make Sequential'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/05_makesequential-150x150.png" class="attachment-thumbnail" alt="Make Sequential" title="Make Sequential" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/05b_replacetext/' title='Replace Text'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/05b_replacetext-150x150.png" class="attachment-thumbnail" alt="Replace Text" title="Replace Text" /></a>
<a href='http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/06_namesingle/' title='Name Single Item'><img width="150" height="150" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/08/06_namesingle-150x150.png" class="attachment-thumbnail" alt="Name Single Item" title="Name Single Item" /></a>

<p>This workflow was created on a Mac running OSX 10.6. It is dependent on Automator.app. It definitely works with other 10.6 machines, but if you are running some other version of OSX it may or may not work.</p>
<p>Please give me feedback about whether or not this is useful or if it doesn&#8217;t work at all. Thanks.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/08/add-bulk-file-renaming-osx-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhance Your Apple Trackpad with Raging&#160;Menace’s&#160;SideTrack</title>
		<link>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/</link>
		<comments>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 04:24:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=193</guid>
		<description><![CDATA[Several years ago I bought an old PowerBook G3 Lombard in pieces, put it together and installed OSX 10.3. It worked surprisingly well and was good enough for email, web and other basic stuff. However, one of the biggest disappointments was how ‘dumb’ the trackpad software was. That was the first time I discovered Raging [...]]]></description>
			<content:encoded><![CDATA[<p>Several years ago I bought an old PowerBook G3 Lombard in pieces, put it together and installed OSX 10.3. It worked surprisingly well and was good enough for email, web and other basic stuff. However, one of the biggest disappointments was how ‘dumb’ the trackpad software was. That was the first time I discovered Raging Menace and two pieces of software that they make that are completely awesome: MenuMeters and SideTrack. Last week I acquired a PowerBook G4 550 MHz laptop and remembered how necessary SideTrack was. Without it the laptop was painful to use without carrying a mouse around at all times. It makes these old trackpads just about as useful or maybe even more useful than the new multi-touch trackpads that Apple has introduced. I like this software so much that I am taking the time to introduce more people to it.</p>
<h3>MenuMeters</h3>
<p><img class="alignright size-full wp-image-198" title="Raging Menace: MenuMeters for OSX" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/07/RM_MenuMeters.png" alt="Raging Menace: MenuMeters for OSX" width="430" height="97" />I know this is a post about enhancing Apple trackpads, but first a quick note about MenuMeters. If you’re familiar with Linux you’re probably used to having a nifty system resources ‘gauge’ that provides live information about processor activity, RAM use, network activity and more. OSX comes with an application called ‘Activity Monitor’ but it&#8217;s a resource hog and doesn’t provide a simple interface that can be visible at all times.</p>
<p>MenuMeters adds this feature to OSX by making this data available in the main menu bar next to your wireless network status and volume control. It takes very little resources. I don’t know exactly how little, but if you can run it on a PowerBook G3 running OSX 10.3 while being able to do OTHER things, it apparently isn’t using very many resources. It’s so excellent that it should come with OSX pre-installed. The good news? <a href="http://www.ragingmenace.com/software/menumeters/index.html" target="_blank">Raging Menace offers MenuMeters as a free download</a>.</p>
<h3>SideTrack</h3>
<p><img class="alignright size-full wp-image-199" title="RM_SideTrack" src="http://www.bohemianalps.com/blog/wp-content/uploads/2009/07/RM_SideTrack.gif" alt="RM_SideTrack" width="400" height="295" />This little bit of software is just as valuable and unassuming. SideTrack opens up that simple, one-purpose Apple trackpad and turns it into a powerful, multi-purpose device. Suddenly your trackpad is endowed with vertical scroll, horizontal scroll, the ability to set each corner of the trackpad to evoke a custom key command and more.</p>
<p>SideTrack isn’t free, but you can try it out for free and, if you find it useful, purchase a license for $15. Totally worth every penny. It’s definitely easiest to understand its many features by just downloading and installing it. However, these screenshots of the preference panes will tell you a lot.</p>
<p>Check out these excellent pieces of software at <a href="http://ragingmenace.com" target="_blank">ragingmenace.com</a>. You won’t regret it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2009/07/enhance-apple-trackpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh OpenOffice Templates</title>
		<link>http://www.bohemianalps.com/blog/2008/04/fresh-openoffice-templates/</link>
		<comments>http://www.bohemianalps.com/blog/2008/04/fresh-openoffice-templates/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 22:05:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows OS]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=122</guid>
		<description><![CDATA[I was recently installing Ubuntu on an old Dell for a friend. I don&#8217;t try to push Linux on people, but if they want something cheap on an old machine I just tell them what a new version of Windows costs. At that point they either go buy a new machine instead or ask me [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently installing Ubuntu on an old Dell for a friend. I don&#8217;t try to push Linux on people, but if they want something cheap on an old machine I just tell them what a new version of Windows costs. At that point they either go buy a new machine instead or ask me more about Linux.</p>
<p>Once we get to that point I ask a them a few questions about how they use their personal computer. This recent situation called for compact disc booklet templates and a greeting card making application. In order to avoid complexity I rarely tell non-designers/tech geeks to give Inkscape, Scribus or the GIMP a try. What this means is finding some specialized application that makes the desired task super simple. If that isn&#8217;t available I turn to OpenOffice.</p>
<p>OpenOffice is surprisingly versatile and effective at the same time. There are also hidden benefits to using it, like dynamically generating letters for a small company with the power of OO&#8217;s mail merge tools or using embedded spreadsheets to create tables of data within a layout. Cool stuff that the professional-focused graphics tools leave to more specialized programs.</p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cd-booklettray.otg"><img class="size-full wp-image-124" title="cdtemplate1" src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cdtemplate1.png" alt="" width="400" height="311" /></a></p>
<p>The end result, anyway, is that I decided to create some templates for OpenOffice. The related templates that the usual search engines pointed me to were not very good, so I thought providing these as free downloads might be helpful to some folks out there. What I have is a CD Booklet and Tray template and a Greeting Card template for OpenOffice Draw. Enjoy.</p>
<ol>
<li><a title="Right Click and Save As to try this template" href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cd-booklettray.otg">Compact Disc Booklet + Tray template</a></li>
<li><a title="Right Click and Save As to try this template" href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/greetingcard.otg">Greeting Card template</a></li>
</ol>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/greetingcard.otg"><img class="alignleft size-full wp-image-123" title="cardtemplate" src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/04/cardtemplate.png" alt="" width="312" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/04/fresh-openoffice-templates/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Nine Inch Nails: OSX Ghosts</title>
		<link>http://www.bohemianalps.com/blog/2008/03/nine-inch-nails-osx-ghosts/</link>
		<comments>http://www.bohemianalps.com/blog/2008/03/nine-inch-nails-osx-ghosts/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 15:16:59 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/03/16/nine-inch-nails-osx-ghosts/</guid>
		<description><![CDATA[If you haven&#8217;t heard, Nine Inch Nails has a new instrumental album out that is being sold directly by the artist via the web: http://ghosts.nin.com I gladly downloaded the free sample tracks to check it out. I&#8217;m not quite sure if I&#8217;ll purchase more or not. The true test is how entertaining the songs are [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heard, Nine Inch Nails has a new instrumental album out that is being sold directly by the artist via the web:</p>
<p><a href="http://ghosts.nin.com/" title="Nine Inch Nails 'Ghosts I-IV'">http://ghosts.nin.com</a></p>
<p>I gladly downloaded the free sample tracks to check it out. I&#8217;m not quite sure if I&#8217;ll purchase more or not. The true test is how entertaining the songs are while I&#8217;m sitting still on the interstate trying to get home from work in downtown Nashville.</p>
<p>It&#8217;s no secret that Mr. Reznor works on a Mac. I think in one of the boxed sets he&#8217;s even distributing the album songs in the GarageBand.app format to make it easy to create remixes. No offense, but I&#8217;d be more impressed if he offered them in Audacity format. Him distributing gBand files like that&#8230; well he might as well be on Apple&#8217;s payroll.</p>
<p>But let&#8217;s not be ungrateful bastards. He&#8217;s certainly one of the few popular artists today that understands how giving some of his source files away under a Creative Commons  License is an excellent way to promote his cult of personality. Hats off.</p>
<p>With that said, finding a folder named  &#8216;_MACOSX&#8217; in the free download ZIP archive is still amusing. I wonder, does the Finder window look really cool when you open this free MP3 folder? Or is this just the side effect of how carefully they prep a ZIP archive for mass distribution? &#8220;Oh hey, let&#8217;s get that on the site tonight&#8221;.</p>
<p><code>[ right-click/Create Archive]</code></p>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/nin-osx.png" alt="NIN Ghosts in OSX" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/03/nine-inch-nails-osx-ghosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X11: Switch Control Key To Apple/Command Key</title>
		<link>http://www.bohemianalps.com/blog/2008/01/x11-control2command/</link>
		<comments>http://www.bohemianalps.com/blog/2008/01/x11-control2command/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 17:55:07 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/01/02/x11-control2command/</guid>
		<description><![CDATA[One of the major problems with using X11 to run *NIX applications on OSX is switching from using the Apple/Command key to using the Control key as your primary modifier key. First of all, I don’t understand why the Control key is where it is on keyboards for OS’s that use it as the primary [...]]]></description>
			<content:encoded><![CDATA[<p>One of the major problems with using X11 to run *NIX applications on OSX is switching from using the Apple/Command key to using the Control key as your primary modifier key.</p>
<p>First of all, I don’t understand why the Control key is where it is on keyboards for OS’s that use it as the primary modifier key. It is probably the least ergonomic key to use (unless you have the good fortune of using a Thinkpad, since they don&#8217;t include the Windows key). Apple, for all its missteps, gets it right by making the primary modifier key easy to press in combination with other keys. Command, Control, Apple, whatever you call it, put it in a comfortable spot! That one detail almost prevented me from switching to something other than OSX. Seriously.</p>
<p>With that said, it’s no surprise that Apple puts the rarely-used-in-OSX Control key off to the far corners of the keyboard. As to why Apple doesn’t include an option to switch the Control/Command keys in the X11 preferences, I can only imagine.</p>
<p>Second, making this change isn&#8217;t for *NIX purists that like it the way it is. Don’t get pissed at me. I&#8217;m just trying to help Mac people enjoy the fruits of the Open Source community because I’m frustrated with Microsoft and Adobe (and even Apple). Their customers take a back seat to their interest in making money.</p>
<p>Third, let&#8217;s get started!</p>
<p>This is simple and if anything goes wrong, it’s easy to get back to where you started. Here’s the meat and potatoes:</p>
<ol>
<li>Start the X11 application</li>
<li>In X11 go to X11/Preferences and to the Input tab. Uncheck the following settings:
<ul>
<li>Follow system keyboard layout</li>
<li>Enable key equivalents under X11</li>
</ul>
</li>
<li>In X11 go to Applications/Terminal to open up a Terminal window</li>
<li>Type the following in the Terminal window:<br />
<code>vi ~/.Xmodmap</code> and press Enter. This will open a file named &#8216;.Xmodmap&#8217; located in your home folder &#8216;~/&#8217; with the text editor program called Vi. Don&#8217;t be frightened.</li>
<li>Vi is run from within the Terminal, so it won&#8217;t look much different. Press &#8216;a&#8217; to switch to Vi&#8217;s Insert Mode (I think the &#8216;a&#8217; stands for Append) and then type in the following text:<br />
<code>! ~/.Xmodmap<br />
clear Mod2<br />
clear control<br />
keycode 63 = Control_L<br />
keycode 67 = Control_L<br />
add control = Control_L</code></li>
<li>Now press &#8216;esc&#8217; or the Escape key to exit the Insert Mode and return to the Command Mode. Now type <code>:wq</code> and press Enter. This command tells Vi to Write (think &#8216;Save&#8217;) the changes you made to the file and Quit Vi itself.</li>
<li>Type <code>xmodmap ~/.Xmodmap</code> and press Enter to complete this process.</li>
<li>Open something in Gimpshop, Gimp, OpenOffice, Inkscape or any X11 application that you use to test if you have successfully switched to the Apple/Command key.</li>
</ol>
<p>If you suddenly cannot get any of your X11 applications to start, you can delete the .Xmodmap text file from your home directory. To do this, open a Terminal in either the X11/terminal or the OSX Terminal.app: <code>rm ~/.Xmodmap</code> and press Enter. The command <strong>rm</strong> stands for &#8216;Remove&#8217;. Be careful with this command. There  is no &#8216;undo&#8217; in the command line.</p>
<p>This post uses information found at <a href="http://extrabright.com/blog/2007/02/03/better-keyboard-shortcut-for-mac-x11-apps/">//extrabright blog</a> and The University of Illinois at Chicago’s <a href="http://www.uic.edu/depts/accc/software/unixgeneral/vi101.html">Unix 101 pages on Vi</a>. This is my attempt to write a more concise how-to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/01/x11-control2command/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IEs4Linux Also for OSX on Intel</title>
		<link>http://www.bohemianalps.com/blog/2007/12/ies4linux-osx/</link>
		<comments>http://www.bohemianalps.com/blog/2007/12/ies4linux-osx/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 23:58:01 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/12/03/ies4linux-osx/</guid>
		<description><![CDATA[I have been using the IEs4Linux system for a while now to assist in developing websites. It allows you to install various versions of Internet Explorer in Linux. It&#8217;s great for testing websites against the many bugs in IE as you develop them. Recently they have developed a version for OSX on Intel machines. http://www.tatanka.com.br/ies4linux/news/49 [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using the IEs4Linux system for a while now to assist in developing websites. It allows you to install various versions of Internet Explorer in Linux. It&#8217;s great for testing websites against the many bugs in IE as you develop them.</p>
<p>Recently they have developed a version for OSX on Intel machines.</p>
<p><a href="http://www.tatanka.com.br/ies4linux/news/49">http://www.tatanka.com.br/ies4linux/news/49</a></p>
<p>You have to install Darwine and X11 on OSX to use it, but after that it seems pretty easy. I am not so fortunate as to own an Intel-based Mac, so I can&#8217;t test it for you.</p>
<p>Wine info<br />
<a href="http://wiki.winehq.org">http://wiki.winehq.org</a></p>
<p>Darwine info<br />
<a href="http://darwine.sourceforge.net/download.php">http://darwine.sourceforge.net/download.php</a></p>
<p>Wine on OSX info<br />
<a href="http://wiki.winehq.org/MacOSX">http://wiki.winehq.org/MacOSX</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/12/ies4linux-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find IP Address of a Website in Terminal</title>
		<link>http://www.bohemianalps.com/blog/2007/10/nslookup/</link>
		<comments>http://www.bohemianalps.com/blog/2007/10/nslookup/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 21:28:46 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/10/18/nslookup/</guid>
		<description><![CDATA[Here&#8217;s the magic word: nslookup And here&#8217;s how to use it: jasonG5:~ jason$ nslookup www.bohemianalps.com after pressing &#8216;enter&#8217; you will get feedback like this: Non-authoritative answer: Name: www.bohemianalps.com Address: 12.34.56.78]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the magic word: <code>nslookup</code></p>
<p>And here&#8217;s how to use it: </p>
<p><code>jasonG5:~ jason$ nslookup www.bohemianalps.com</code></p>
<p>after pressing &#8216;enter&#8217; you will get feedback like this:</p>
<p><code>Non-authoritative answer:<br />
Name:   www.bohemianalps.com<br />
Address: 12.34.56.78<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/10/nslookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe CS3: A Real Dud</title>
		<link>http://www.bohemianalps.com/blog/2007/10/adobecs3/</link>
		<comments>http://www.bohemianalps.com/blog/2007/10/adobecs3/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 23:37:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/10/03/adobecs3/</guid>
		<description><![CDATA[As you can guess, I&#8217;m not all that impressed with CS3. Photoshop made some great improvements to the Layers Palette You can finally temporarily select multiple layers with the ease of shift or command+click Creating a New Group with several selected layers is Command+G The Move tool can be sensitive to groups if you wish [...]]]></description>
			<content:encoded><![CDATA[<p>As you can guess, I&#8217;m not all that impressed with CS3. </p>
<p>Photoshop made some great improvements to the Layers Palette</p>
<ol>
<li>You can finally temporarily select multiple layers with the ease of shift or command+click</li>
<li>Creating a New Group with several selected layers is Command+G</li>
<li>The Move tool can be sensitive to groups if you wish it so. Nice to be able to shift things around without constantly referring to the Layers Palette</li>
</ol>
<p>I don&#8217;t use InDesign or Illustrator enough to say, but the most obvious feature across the CS3 club is that they are even bigger apps than before and they take even longer to startup than before. Oh, and they&#8217;re sluggish too. Why is editing slices such a laborious task? CS handled easily.</p>
<p>Then tonight I was setting up my Creative Director&#8217;s new 17&#8243; MacBook Pro (I&#8217;m a Linux guy and all, but this is still sweet) and discovered that these apps performed much better on the new MacIntel. So maybe it&#8217;s more about being on an old Dual Proc 2GHz PowerPC with 2GB of RAM DINOSAUR that&#8217;s causing most of my disgust.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/10/adobecs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smultron Line-Ending Joke for Nerds</title>
		<link>http://www.bohemianalps.com/blog/2007/07/lineending/</link>
		<comments>http://www.bohemianalps.com/blog/2007/07/lineending/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 17:14:31 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows OS]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/07/16/lineending/</guid>
		<description><![CDATA[On the left is the line-ending definition preference for Notepad2 on Windows and on the right is the line-ending preference for my favorite OSX text editor: Smultron. Pretty funny little detail I have overlooked &#8217;til now. Enjoy.]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2007/07/win-xnix_lineending.jpg' alt='Win line ending vs. *NIX line ending' /></p>
<p>On the left is the line-ending definition preference for <a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a> on Windows and on the right is the line-ending preference for my favorite OSX text editor: <a href="http://smultron.sourceforge.net/">Smultron</a>. Pretty funny little detail I have overlooked &#8217;til now. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/07/lineending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smultron Text Editor for OSX</title>
		<link>http://www.bohemianalps.com/blog/2007/04/smultron/</link>
		<comments>http://www.bohemianalps.com/blog/2007/04/smultron/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 18:05:13 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/04/30/smultron/</guid>
		<description><![CDATA[If you are looking for a great text editor for OSX, check out SMULTRON. It is mostly developed for OSX 10.4, but there are older versions available for 10.3. It has recently been updated and is only getting better and better.]]></description>
			<content:encoded><![CDATA[<p><a href="http://smultron.sourceforge.net/" rel='attachment wp-att-57' title='Smultron Banner'><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2007/04/smultronbanner.jpg' alt='Smultron Banner' /></a></p>
<p>If you are looking for a great text editor for OSX, check out <a href="http://smultron.sourceforge.net/" rel='attachment wp-att-57' title='Smultron Banner'>SMULTRON</a>. It is mostly developed for OSX 10.4, but there are older versions available for 10.3. It has recently been updated and is only getting better and better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/04/smultron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
