<?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>highlylogical.com &#187; Mac</title>
	<atom:link href="http://www.highlylogical.com/archives/category/mac/feed" rel="self" type="application/rss+xml" />
	<link>http://www.highlylogical.com</link>
	<description></description>
	<lastBuildDate>Wed, 19 Mar 2008 14:59:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up OpenLDAP on OS X Leopard</title>
		<link>http://www.highlylogical.com/archives/25</link>
		<comments>http://www.highlylogical.com/archives/25#comments</comments>
		<pubDate>Sat, 09 Feb 2008 17:53:06 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/25</guid>
		<description><![CDATA[Recently I was asked to look at building a web application that would run on Tomcat and use Active Directory for authentication. Since I didn&#8217;t exactly know how to do this, I thought it would be interesting to get an OSS LDAP server up and running on my Mac and try hooking into it with [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked to look at building a web application that would run on Tomcat and use Active Directory for authentication. Since I didn&#8217;t exactly know how to do this, I thought it would be interesting to get an OSS LDAP server up and running on my Mac and try hooking into it with Tomcat. Since I couldn&#8217;t find this already on the net, I thought it would be handy to document the process I went through to get this set up.<span id="more-25"></span>First, you will need to have the following packages installed:- MacPorts- TomcatNow for the step-by-step:Install OpenLDAP from MacPorts
<pre> sudo port install openldap</pre>
<p>Copy slapd.conf.default to slapd.conf
<pre>cp /opt/local/etc/openldap/slapd.conf.default /opt/local/etc/openldap/slapd.conf</pre>
<p>Customize OpenLDAP configuration for Tomcat sample schema
<pre>edit /opt/local/etc/openldap/slapd.conf</pre>
<p>Add additional schemas needed to support the Tomcat sample:
<pre>include		/opt/local/etc/openldap/schema/cosine.schemainclude		/opt/local/etc/openldap/schema/inetorgperson.schema</pre>
<p>Also set suffix and rootdn as shown <a href="http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html">in this sample.</a> There&#8217;s no need to change the database type, however.Notice that the slapd.conf file defines a location that doesn&#8217;t exist for a pidfile and argsfile, so we&#8217;ll need to create the directory:
<pre>sudo mkdir /opt/local/var/run</pre>
<p>Start up OpenLDAP:
<pre>sudo /opt/local/libexec/slapd</pre>
<p>Check that it&#8217;s running:
<pre>ps -ef|grep slapd</pre>
<p>If it&#8217;s not, use -d -1 options on the command line to see what&#8217;s causing it to fail.Copy the LDIF sample file shown on the Tomcat page into a text file.Import the sample data:
<pre> ldapadd -x -D "cn=Manager,dc=example,dc=com" -W -f tomcatsample.ldif</pre>
<p>Backup Tomcat&#8217;s server config
<pre>cd tomcat_rootcp conf/server.xml conf/server.xml.backup</pre>
<p>Edit the realm definition as shown on the Tomcat page &#8211; authentication should not be needed to do LDAP lookups with the default configuration
<pre>edit conf/server.xml</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 1.1.3 Revisited</title>
		<link>http://www.highlylogical.com/archives/26</link>
		<comments>http://www.highlylogical.com/archives/26#comments</comments>
		<pubDate>Sat, 09 Feb 2008 10:54:05 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/26</guid>
		<description><![CDATA[I&#8217;m still loving the 1.1.3 update for my iPhone. In the Maps application, I can now search for and find the destination that I want to go to, and then ask for directions from my current location. The app will approximate where I&#8217;m at and give me directions to where I want to go. I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still loving the 1.1.3 update for my iPhone. In the Maps application, I can now search for and find the destination that I want to go to, and then ask for directions from my current location. The app will approximate where I&#8217;m at and give me directions to where I want to go. I&#8217;ve found that the approximated location varies from pretty good to dead on. It&#8217;s no GPS replacement, but it&#8217;s pretty useful.</p>
<p>Perhaps I should expand on that a bit. When you?re in the Maps application, you can search for the location that you want to go to. Once you?ve found it, you click on the pushpin on the map to bring up details. Then, you click on ?Directions to here?, which puts the Maps app into directions mode instead of search mode. By default, the To field is filled with the place that you?re tying to get to, and the from field is filled with the special text ?Current location.? You click on the Route button and Google Maps computes a route to get you where you want to go. Once you?ve done it  a couple of times, it?s a very fluid and natural experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 1.1.3 Update</title>
		<link>http://www.highlylogical.com/archives/23</link>
		<comments>http://www.highlylogical.com/archives/23#comments</comments>
		<pubDate>Wed, 16 Jan 2008 14:42:25 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/23</guid>
		<description><![CDATA[Woohoo! I&#8217;m loving the 1.1.3 firmware update for the iPhone released yesterday. I&#8217;m not sure if my favorite feature is being able to rearrange the home page icons or being able to put a web clipping on the home page. The ability for Maps to show your approximate location is a pretty cool update as [...]]]></description>
			<content:encoded><![CDATA[<p>Woohoo! I&#8217;m loving the 1.1.3 firmware update for the iPhone released yesterday. I&#8217;m not sure if my favorite feature is being able to rearrange the home page icons or being able to put a web clipping on the home page. The ability for Maps to show your approximate location is a pretty cool update as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Week With The New Apple Keyboard</title>
		<link>http://www.highlylogical.com/archives/17</link>
		<comments>http://www.highlylogical.com/archives/17#comments</comments>
		<pubDate>Thu, 06 Sep 2007 00:20:45 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/17</guid>
		<description><![CDATA[I&#8217;ve had my new Apple keyboard for just about a week now. It&#8217;s turned out to be as good as I had hoped it would be. Yay!
The keyboard seems a little low at first, but I haven&#8217;t had a real problem with that so far. The big win is that the keys provide much better [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had my new Apple keyboard for just about a week now. It&#8217;s turned out to be as good as I had hoped it would be. Yay!</p>
<p>The keyboard seems a little low at first, but I haven&#8217;t had a real problem with that so far. The big win is that the keys provide much better feedback about when you have pressed the key than the previous design did. I have read some complaints about the keys being too easy to press, but I haven&#8217;t noticed that problem so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confessions of a keyboard snob</title>
		<link>http://www.highlylogical.com/archives/10</link>
		<comments>http://www.highlylogical.com/archives/10#comments</comments>
		<pubDate>Mon, 13 Aug 2007 17:03:23 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/10</guid>
		<description><![CDATA[I admit that I&#8217;m a keyboard snob. As far as I&#8217;m concerned, there has not been an adequate keyboard made since the IBM Model M. I still have an early-90&#8217;s era Model M at home (just say NO! to the Windows key). The Model M is one of the few things I miss since converting [...]]]></description>
			<content:encoded><![CDATA[<p>I admit that I&#8217;m a keyboard snob. As far as I&#8217;m concerned, there has not been an adequate keyboard made since the IBM Model M. I still have an early-90&#8217;s era Model M at home (just say NO! to the Windows key). The Model M is one of the few things I miss since converting from the PC to Mac.</p>
<p><span id="more-10"></span>Apple debuted a <a href="http://www.apple.com/keyboard/">new keyboard</a> with their new iMacs last week. This keyboard is basically the keyboard from the MacBook laptop in a desktop form factor. I was dubious about this keyboard, but my existing Apple keyboard is driving me crazy. The keys have become sticky and difficult to press at times even though the keyboard is not very old and doesn&#8217;t get a lot of use, and they&#8217;ve always had kind of a mushy feel with no real feedback that you&#8217;ve pressed a key.</p>
<p>I stopped in the Chicago Apple store to give these new keyboards a try. I was surprised to find that they seem pretty comfortable. I like the firm feel of the keys &#8211; there&#8217;s no mushy here. The key travel seems just about right and you know for sure that the key has been pressed. Of course, it&#8217;s impossible to tell how these will hold up over time, but I think I&#8217;m going to give one of these a try. I don&#8217;t think it can be worse the the previous keyboard, and the wired version is a third of the cost of a <a href="http://matias.ca/tactilepro2/">TactilePro</a> (which I can only pre-order right now anyway).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two-way Video Conferencing for iPhone</title>
		<link>http://www.highlylogical.com/archives/9</link>
		<comments>http://www.highlylogical.com/archives/9#comments</comments>
		<pubDate>Mon, 13 Aug 2007 16:33:44 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/9</guid>
		<description><![CDATA[This was the winner of the C4 Iron Coder competition. Amazing!
Mac Daddy World » Blog Archive » Two-way Video Conferencing for iPhone
]]></description>
			<content:encoded><![CDATA[<p>This was the winner of the C4 Iron Coder competition. Amazing!</p>
<p><a href="http://macdaddyworld.com/?p=38">Mac Daddy World » Blog Archive » Two-way Video Conferencing for iPhone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heading for C4</title>
		<link>http://www.highlylogical.com/archives/6</link>
		<comments>http://www.highlylogical.com/archives/6#comments</comments>
		<pubDate>Thu, 09 Aug 2007 18:02:26 +0000</pubDate>
		<dc:creator>mikepigg</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.highlylogical.com/archives/6</guid>
		<description><![CDATA[I&#8217;ll be in Chicago this weekend for C4, a conference of indie Mac developers.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be in Chicago this weekend for C4, a conference of indie Mac developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlylogical.com/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
