<?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>Unlikely Teacher &#187; Mac OS X</title>
	<atom:link href="http://unlikelyteacher.com/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlikelyteacher.com</link>
	<description>1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:12:14 +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>Unable to read a jre library while constructing the blacklist</title>
		<link>http://unlikelyteacher.com/2009/12/30/unable-to-read-a-jre-library-while-constructing-the-blacklist/</link>
		<comments>http://unlikelyteacher.com/2009/12/30/unable-to-read-a-jre-library-while-constructing-the-blacklist/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:58:29 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java 6]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=515</guid>
		<description><![CDATA[Yesterday I started playing around with Google App Engine and Java. Today, when I tried upgrading the JDK/VM that Google App Engine is using from Eclipse Galileo to Java 6 in Mac OS X, I got the error below: com.google.appengine.tools.development.agent.impl.BlackList initBlackList SEVERE: Unable to read a jre library while constructing the blacklist. Security restrictions may [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I started playing around with Google App Engine and Java. Today, when I tried upgrading the JDK/VM that Google App Engine is using from Eclipse Galileo to Java 6 in Mac OS X, I got the error below:</p>
<blockquote><p>com.google.appengine.tools.development.agent.impl.BlackList initBlackList<br />
SEVERE: Unable to read a jre library while constructing the blacklist. Security restrictions may not be entirely emulated. /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/plugin.jar<br />
The server is running at http://localhost:8888/</p></blockquote>
<p>Fortunately, after a bit of searching I found a quick fix.</p>
<p>cd /System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/</p>
<p>sudo ln -s plugin.jar plugin2.jar</p>
<p>Details taken from: <a href="http://groups.google.com/group/google-appengine-java/browse_thread/thread/5e34079b5b3d58a1/fdc438b220a49f3d?lnk=raot">http://groups.google.com/group/google-appe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/12/30/unable-to-read-a-jre-library-while-constructing-the-blacklist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Show Desktop Command on Mac OS X</title>
		<link>http://unlikelyteacher.com/2009/05/21/show-desktop-command-on-mac-os-x/</link>
		<comments>http://unlikelyteacher.com/2009/05/21/show-desktop-command-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 21 May 2009 07:27:43 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Expose]]></category>
		<category><![CDATA[Show Desktop]]></category>

		<guid isPermaLink="false">http://dayg.wordpress.com/?p=388</guid>
		<description><![CDATA[I&#8217;m relatively new to Mac OS X and have been struggling to find out how to quickly &#8220;Show the Desktop&#8221; to see all the icons I have in there. I have been used to clicking that little &#8220;Show Desktop&#8221; icon on the bottom left of the screen in Windows and was looking for an equivalent [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m relatively new to Mac OS X and have been struggling to find out how to quickly &#8220;Show the Desktop&#8221; to see all the icons I have in there.</p>
<p>I have been used to clicking that little &#8220;Show Desktop&#8221; icon on the bottom left of the screen in Windows and was looking for an equivalent on my Mac.</p>
<p>Fortunately, there is! But it&#8217;s not an icon that you would click but some keyboard shortcuts you need to type. For me pressing fn F10 did the trick.</p>
<p><a href="http://www.amazon.com/gp/product/B001AMHWP8?ie=UTF8&amp;tag=unlikely-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001AMHWP8"><img src="/amazon/51w7n%2BtXwgL._SL160_.jpg" border="0" alt="" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=unlikely-20&amp;l=as2&amp;o=1&amp;a=B001AMHWP8" border="0" alt="" width="1" height="1" /></p>
<p>You can find more <a href="http://www.apple.com/findouthow/mac/#tutorial=expose">Expose tips on this page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/05/21/show-desktop-command-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>vi Page Up/Page down for Mac OS X</title>
		<link>http://unlikelyteacher.com/2009/05/12/vi-page-uppage-down-for-mac-os-x/</link>
		<comments>http://unlikelyteacher.com/2009/05/12/vi-page-uppage-down-for-mac-os-x/#comments</comments>
		<pubDate>Tue, 12 May 2009 03:52:25 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Page Down]]></category>
		<category><![CDATA[Page Up]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[vi]]></category>

		<guid isPermaLink="false">http://dayg.slingandstoneweb.com/?p=369</guid>
		<description><![CDATA[In case you&#8217;re wondering how to move up or down in &#8220;vi&#8221; from Mac OS X terminal: Then CTRL-B and CTRL-F should do the trick. Got this from the Mac forums at macworld.com.]]></description>
			<content:encoded><![CDATA[<p>In case you&#8217;re wondering how to move up or down in &#8220;vi&#8221; from Mac OS X terminal:</p>
<p>Then CTRL-B and CTRL-F should do the trick.</p>
<p><a href="http://www.amazon.com/gp/product/B001AMHWP8?ie=UTF8&amp;tag=unlikely-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B001AMHWP8"><img src="/amazon/51w7n%2BtXwgL._SL160_.jpg" border="0" alt="" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=unlikely-20&amp;l=as2&amp;o=1&amp;a=B001AMHWP8" border="0" alt="" width="1" height="1" /></p>
<p>Got this from the Mac forums at <a href="http://forums.macworld.com/message/146987">macworld.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/05/12/vi-page-uppage-down-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC and Ubuntu 9 Downloads</title>
		<link>http://unlikelyteacher.com/2009/05/06/windows-7-rc-and-ubuntu-9-downloads/</link>
		<comments>http://unlikelyteacher.com/2009/05/06/windows-7-rc-and-ubuntu-9-downloads/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:28:06 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://dayg.slingandstoneweb.com/?p=362</guid>
		<description><![CDATA[Windows 7 Release Candidate is now ready for beta testing and will be available until July 2009. Here&#8217;s what you need to have: * Internet access (to download Windows 7 RC and get updates) * A PC with these system requirements: o 1 GHz or faster 32-bit (x86) or 64-bit (x64) processor o 1 GB [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/windows/windows-7/download.aspx">Windows 7</a> Release Candidate is now ready for beta testing and will be available until July 2009.</p>
<blockquote><p>Here&#8217;s what you need to have:</p>
<p>* Internet access (to download Windows 7 RC and get updates)<br />
* A PC with these system requirements:<br />
o 1 GHz or faster 32-bit (x86) or 64-bit (x64) processor<br />
o 1 GB RAM (32-bit) / 2 GB RAM (64-bit)<br />
o 16 GB available disk space (32-bit) / 20 GB (64-bit)<br />
o DirectX 9 graphics processor with WDDM 1.0 or higher driver</p></blockquote>
<p><a href="http://www.ubuntu.com/getubuntu/download">Ubuntu 9</a> also is now available for download and was reported to be <a href="http://news.cnet.com/ubuntu-9.04-as-slick-as-windows-7-mac-os-x/">&#8220;as slick as Windows 7 and Mac OS X&#8221;</a>.</p>
<p>I wonder when we can see a preview of <a href="http://www.apple.com/macosx/snowleopard/">Snow Leopard</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/05/06/windows-7-rc-and-ubuntu-9-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex/Flash navigation link problems in Mac OS X</title>
		<link>http://unlikelyteacher.com/2008/11/14/flexflash-navigation-link-problems-in-mac-os-x/</link>
		<comments>http://unlikelyteacher.com/2008/11/14/flexflash-navigation-link-problems-in-mac-os-x/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 04:24:30 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[navigateToURL]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://dayg.wordpress.com/?p=238</guid>
		<description><![CDATA[I&#8217;ve had one of the weirdest problems last week when a friend reported that our newly designed navigation menu created in Flex was not working on her MacBook. Basically, I had a couple of moving Flex Canvas&#8217;s where I attached mouse click events. private function homeClicked(evt:MouseEvent):void { getURL(&#039;/&#039;); } private function updatesClicked(evt:MouseEvent):void { getURL(&#039;/category/updates&#039;); } [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had one of the weirdest problems last week when a friend reported that our newly designed navigation menu created in Flex was not working on her <a href="https://www.amazon.com/dp/B0013FRA0O?tag=doasyogo-20&amp;camp=0&amp;creative=0&amp;linkCode=as4&amp;creativeASIN=B0013FRA0O&amp;adid=0MK06QZ1VX1AFKNXQNC5&amp;">MacBook</a>.</p>
<p>Basically, I had a couple of moving Flex Canvas&#8217;s where I attached mouse click events.</p>
<pre class="brush: jscript">
private function homeClicked(evt:MouseEvent):void {
   getURL(&#039;/&#039;);
}

private function updatesClicked(evt:MouseEvent):void {
   getURL(&#039;/category/updates&#039;);
}

private function storiesClicked(evt:MouseEvent):void {
   getURL(&#039;/category/stories&#039;);
}

private function galleryClicked(evt:MouseEvent):void {
   getURL(&#039;/category/gallery&#039;);
}

private function getURL(url:String):void {
   var request:URLRequest;
   request = new URLRequest(url);
   navigateToURL((request), &quot;_self&quot;);
}
</pre>
<p>We had no problems running this on IE, Firefox and Safari on Windows and Firefox on Ubuntu Linux so we got a little worried why it was not working properly on a Mac.</p>
<p>I initially thought that a popup blocker was probably causing the problem with navigateToURL() so I tried exploring changing the AllowScriptAccess parameter to &#8220;always&#8221; and use Flash/Flex&#8217;s support for calling <a href="http://bugs.adobe.com/jira/browse/SDK-12987">ExternalInterface</a>.</p>
<p>The animated Canvas&#8217;s also had rollover and rollout effects but they worked fine on all the mentioned platforms including Mac. So the problem must be with the Mac Flash Player not getting the mouse click events.</p>
<p>After several days of searching we discovered that the div where I placed our Flash object had a negative z-index declaration on its stylesheet which was getting in the way of Mac OS X&#8217;s Flash Player ability to receive mouse clicks.</p>
<p>I simply removed the z-index value and we finally got the links to work on those lovely little <a href="https://www.amazon.com/dp/B0013FRA0O?tag=doasyogo-20&amp;camp=0&amp;creative=0&amp;linkCode=as4&amp;creativeASIN=B0013FRA0O&amp;adid=0MK06QZ1VX1AFKNXQNC5&amp;">MacBooks</a>.</p>
<p>Anyway, thanks to all my friends and their MacBooks for helping me with this very tricky problem.</p>
<p>Now we&#8217;re off to exploring PaperVision3D&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2008/11/14/flexflash-navigation-link-problems-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
