<?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</title>
	<atom:link href="http://unlikelyteacher.com/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>System.InvalidProgramException: Invalid IL code</title>
		<link>http://unlikelyteacher.com/2010/09/03/system-invalidprogramexception-invalid-il-code/</link>
		<comments>http://unlikelyteacher.com/2010/09/03/system-invalidprogramexception-invalid-il-code/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 04:11:23 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Dotnet]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[vbnc]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=553</guid>
		<description><![CDATA[I created a program in VB Express, tested it and added the application to our daily ANT build using Mono. I then made some modifications and re-compiled with mono. The compile process went well and the program was able to start properly. But when it reached a certain part of the code, I got the [...]]]></description>
			<content:encoded><![CDATA[<p>I created a program in VB Express, tested it and added the application to our daily ANT build using Mono. I then made some modifications and re-compiled with mono. The compile process went well and the program was able to start properly. But when it reached a certain part of the code, I got the error: &#8220;<strong>System.InvalidProgramException: Invalid IL code</strong>&#8220;. </p>
<p>I searched all over the web about this problem but was unable to find the root cause of the problem. I then decided to try out re-compiling in VS Express and was presented with lots of compile errors. That&#8217;s when I realized that mono&#8217;s compiler (specifically vbnc) is not as good as it&#8217;s supposed to be (yet). And that you should still try to compile with VS every now and then just to make sure everything&#8217;s working.</p>
<p><strong>Lesson of the story</strong>: If you get this error, try compiling with VS to see if there are other problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2010/09/03/system-invalidprogramexception-invalid-il-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Push Notification: Failed to register with error: Error Domain=NSCocoaErrorDomain</title>
		<link>http://unlikelyteacher.com/2010/04/05/apple-push-notification-failed-to-register-with-error-error-domainnscocoaerrordomain/</link>
		<comments>http://unlikelyteacher.com/2010/04/05/apple-push-notification-failed-to-register-with-error-error-domainnscocoaerrordomain/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 05:15:40 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[Push Notifications]]></category>
		<category><![CDATA[Urban Airship]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=539</guid>
		<description><![CDATA[I&#8217;m currently working on getting Push Notifications to work in my test application using Urban Airship&#8217;s service and got this message: Failed to register with error: Error Domain=NSCocoaErrorDomain Code=3000 UserInfo=0x117520 "no valid 'aps-environment' entitlement string found for application" I searched the web and most of the blogs/tutorials I found mentioned that I needed to create [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on getting Push Notifications to work in my test application using Urban Airship&#8217;s service and got this message:</p>
<p><code>Failed to register with error: Error Domain=NSCocoaErrorDomain Code=3000 UserInfo=0x117520 "no valid 'aps-environment' entitlement string found for application"</code></p>
<p>I searched the web and most of the blogs/tutorials I found mentioned that I needed to create a provisioning profile in my iPhone developer account which is configured for push notifications.</p>
<p>I was pretty confident that my account was setup properly because I was already able to send push notifications before using an app id that I created so I assumed the problem was with my development setup.</p>
<p>Below are the steps I followed to make push notifications working again:</p>
<p><strong>1.</strong> Check whether the profile you&#8217;re using for the application is the one configured with push</p>
<p>Often times developers will have multiple provisioning profiles to test and develop on devices. In my case, I had a generic/wildcard profile (BLAHBLAHXX.*) for deploying on the device and another profile for an actual app configured for Push notifications (BLAHBLAHXX.com.companyname.appname).</p>
<p>I was using the generic profile when I checked so I had to switch that back to the profile configured for push. To edit your setting choose Project &gt; Edit Project Settings &gt; Code Signing and then choose the appropriate profile.</p>
<p><strong>2.</strong> In case step 1 did not fix your problem (like in my situation), delete all the apps in your device which use the provisioning profile for push notification and perform a soft reset.</p>
<p><strong>3.</strong> In Xcode, try to clean all targets. Reboot your machine (probably not necessary but it does wonders most of the time). Then re-build and deploy.</p>
<p>I was back in business with APNS after following those three steps.</p>
<p>HTH.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2010/04/05/apple-push-notification-failed-to-register-with-error-error-domainnscocoaerrordomain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fatal error: Call to undefined function wp_dashboard_setup()</title>
		<link>http://unlikelyteacher.com/2010/03/24/fatal-error-call-to-undefined-function-wp_dashboard_setup/</link>
		<comments>http://unlikelyteacher.com/2010/03/24/fatal-error-call-to-undefined-function-wp_dashboard_setup/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 02:58:57 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[A2 Hosting]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=535</guid>
		<description><![CDATA[I got this error in WordPress this morning when trying to logon to the Admin pages: Fatal error: Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line 15 I didn&#8217;t make any changes or upgrades to the site and the weird part is that all of a sudden, two of our WordPress installations were displaying [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error in WordPress this morning when trying to logon to the Admin pages:</p>
<p><code>Fatal error: Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php  on line 15</code></p>
<p>I didn&#8217;t make any changes or upgrades to the site and the weird part is that all of a sudden, two of our WordPress installations were displaying this error.</p>
<p><strong>UPDATE</strong>: March 24, 10:12 PM GMT+8 It looks like the problem is related to A2 Hosting changing the default PHP version (see Neil&#8217;s post in the comments section).</p>
<p>I did some Googling and found a <a href="http://florent.clairambault.fr/wordpress-with-apc">workaround</a>.</p>
<p>The solution is to change this line in wp-admin/index.php:</p>
<p><code>require_once(ABSPATH . 'wp-admin/includes/dashboard.php');</code></p>
<p>to this line:</p>
<p><code>require_once('./includes/dashboard.php');</code></p>
<p>I&#8217;m still trying to investigate the cause of the problem but in the meantime, hope this quick fix solves your problem.</p>
<p>Thanks to Florent for sharing his solution. And thanks also to Neil for providing the reason for the error and a better approach to handling the problem for those who are with A2 Hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2010/03/24/fatal-error-call-to-undefined-function-wp_dashboard_setup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<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>Eclipse 3.5 Galileo and SVN (Subversive)</title>
		<link>http://unlikelyteacher.com/2009/10/01/eclipse-galileo-and-svn-subversive/</link>
		<comments>http://unlikelyteacher.com/2009/10/01/eclipse-galileo-and-svn-subversive/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:55:01 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Galileo]]></category>
		<category><![CDATA[Subversive]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=483</guid>
		<description><![CDATA[With Subversive being an official Eclipse project (2007) and the recent Eclipse 3.5 Galileo release (2009), you may be wondering why Eclipse still does not have SVN support built-in. But don&#8217;t fuss, because it&#8217;s not that hard to configure SVN support (using Subversive) with a few simple steps. This document aims to guide you with [...]]]></description>
			<content:encoded><![CDATA[<p>With Subversive being an official Eclipse project (2007) and the recent Eclipse 3.5 Galileo release (2009), you may be wondering why Eclipse still does not have SVN support built-in.</p>
<p>But don&#8217;t fuss, because it&#8217;s not that hard to configure SVN support (using Subversive) with a few simple steps. This document aims to guide you with the install process.</p>
<p>The first time you try to run Eclipse Galileo and click any of the update sites, you&#8217;ll probably receive the &#8220;Unable to read repository at &#8230;&#8221; error like what is shown below:</p>
<p><img class="aligncenter size-full wp-image-487" title="Update Error" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/UpdateError-resized.png" alt="Update Error" width="500" height="445" /></p>
<p>To fix this problem, simply select &#8220;Galileo&#8221; (or any other update site you wish to use) from the &#8220;Available Software Sites&#8221; link (Help&gt;Install New Software) and click the &#8220;Test Connection&#8221; option on the right.</p>
<p><img class="aligncenter size-full wp-image-488" title="Test Connection" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/TestConnection-resized.png" alt="Test Connection" width="550" height="388" /></p>
<p>Click &#8220;OK&#8221; when done and select &#8220;Galileo&#8221; from the &#8220;Available Software&#8221; dropdown.</p>
<p><img class="aligncenter size-full wp-image-490" title="Available Software" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/AvailableSoftware-resized.png" alt="Available Software" width="510" height="454" /></p>
<p>From the Galileo Update site, choose &#8220;Collaboration &gt; Subversive SVN Team Provider&#8221;.</p>
<p><img class="aligncenter size-full wp-image-492" title="Collaboration Subversive" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/CollaborationSubversive-resized.png" alt="Collaboration Subversive" width="600" height="272" /></p>
<p>Click Finish/OK when done. Due to licensing restrictions, the connectors need to be installed using another update site.</p>
<p>To do this, simply &#8220;Add&#8221; the &#8220;Subversive SVN Connectors&#8221; Update Site: http://community.polarion.com/projects/subversive/download/eclipse/2.0/galileo-site/</p>
<p><img class="aligncenter size-full wp-image-493" title="Add Subversive Connectors Update Site" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/AddSubversiveConnectorsUpdateSite.png" alt="Add Subversive Connectors Update Site" width="408" height="169" /></p>
<p>Select the Subversion Connectors you need (select all if you&#8217;re not sure which ones) and Install.</p>
<p><img class="aligncenter size-full wp-image-496" title="Select Subversive Connectors" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/SelectSubversiveConnectors-resized.png" alt="Select Subversive Connectors" width="550" height="550" /></p>
<p>After the installation process, you will be  asked for restart of a Eclipse for the changes to take effect.</p>
<p>To see the available options for SVN, open the &#8220;SVN Repository Exploring&#8221; perspective.</p>
<p><img class="aligncenter size-full wp-image-500" title="SVN Repository Exploring Perspective" src="http://unlikelyteacher.com/wp-content/uploads/2009/10/SVNPerspective.png" alt="SVN Repository Exploring Perspective" width="427" height="219" /></p>
<p>Hope this helps. Comments and feedback are much appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/10/01/eclipse-galileo-and-svn-subversive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extra Space (20px) in iPhone OS 2.2.1 Nav Bar</title>
		<link>http://unlikelyteacher.com/2009/07/01/extra-space-20px-in-nav-bar-within-a-tab-bar/</link>
		<comments>http://unlikelyteacher.com/2009/07/01/extra-space-20px-in-nav-bar-within-a-tab-bar/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 11:04:06 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Cocoa Touch]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://unlikelyteacher.com/?p=449</guid>
		<description><![CDATA[I currently have an iPhone application which has 4 tabs, when I click any of those tabs, the application should show a new view with a Nav Bar which then contains a table view. My problem: there was blank space (about 20 pixels) showing between the status bar and the Nav Bar. I tried looking [...]]]></description>
			<content:encoded><![CDATA[<p>I currently have an iPhone application which has 4 tabs, when I click any of those tabs, the application should show a new view with a Nav Bar which then contains a table view.</p>
<p>My problem: there was blank space (about 20 pixels) showing between the status bar and the Nav Bar. I tried looking in the Nibs about setting this value but without luck.</p>
<p>What&#8217;s even weirder is the fact that this problem does not occur when running against the OS 3.0 simulator.</p>
<p>Fortunately, after days of searching, I found the workaround for OS 2.2.1 and below.</p>
<pre class="brush: cpp">
    CGRect frame = navController.view.frame;
    frame.origin.y = 0.0;
    navController.view.frame = frame;
</pre>
<p>Answer taken from <a href="http://www.iphonedevsdk.com/forum/iphone-sdk-development/4225-navigation-controller-20px-short.html">iphonedevsdk.com</a>.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/07/01/extra-space-20px-in-nav-bar-within-a-tab-bar/feed/</wfw:commentRss>
		<slash:comments>0</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>PHP writeUTF implementation</title>
		<link>http://unlikelyteacher.com/2009/05/12/php-writeutf-implementation/</link>
		<comments>http://unlikelyteacher.com/2009/05/12/php-writeutf-implementation/#comments</comments>
		<pubDate>Tue, 12 May 2009 04:02:50 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Binary]]></category>
		<category><![CDATA[pack()]]></category>

		<guid isPermaLink="false">http://dayg.slingandstoneweb.com/?p=371</guid>
		<description><![CDATA[We currently have an application in Groovy/Grails/Java that we&#8217;re slowly porting to PHP (for more affordable hosting costs). We encountered a problem when we needed to convert one of our routines for writing out a binary file. We were using Java&#8217;s DataOutputStream.writeUTF(String) method and had a hard time trying to write binary data in PHP. [...]]]></description>
			<content:encoded><![CDATA[<p>We currently have an application in Groovy/Grails/Java that we&#8217;re slowly porting to PHP (for more affordable hosting costs).</p>
<p>We encountered a problem when we needed to convert one of our routines for writing out a binary file. We were using Java&#8217;s DataOutputStream.writeUTF(String) method and had a hard time trying to write binary data in PHP.</p>
<p>After much research on the web, we found a method in PHP called <a href="http://www.php.net/pack">pack()</a>. Below is our PHP implementation of Java&#8217;s DOS.writeUTF(String).</p>
<pre class="brush: php">
	public static function writeUTF($string) {
		$utfString = utf8_encode($string);
		$length = strlen($utfString);
		print(pack(&quot;n&quot;, $length));
		print($utfString);
		flush();
	}
</pre>
<p>We don&#8217;t claim this to be the exact equivalent of the method, but it gets the job done and the receiving end of the file was able to parse the binary file properly with the new PHP implementation with no modifications to the client code.</p>
<p>Please checkout the <a href="http://www.php.net/pack">pack(</a>) documentation for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2009/05/12/php-writeutf-implementation/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
