<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<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/"
	>

<channel>
	<title>A Geek's Point Of View</title>
	<link>http://www.ageekspov.com</link>
	<description>I am a student of Computer Science, and these are the random things I come across.</description>
	<pubDate>Thu, 12 Jul 2007 06:41:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>BeeJive</title>
		<link>http://www.ageekspov.com/2007/07/09/beejive/</link>
		<comments>http://www.ageekspov.com/2007/07/09/beejive/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 23:55:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/07/09/beejive/</guid>
		<description><![CDATA[BeeJive is an awesome web based IM client for the iPhone. Works great, looks great, and is really fast. By far the best IM client so far for the iPhone.
Hopefully Apple is listening and will include iChat in the first software update.
The iPhone version can be found here.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.beejive.com/">BeeJive</a> is an awesome web based IM client for the iPhone. Works great, looks great, and is really fast. By far the best IM client so far for the iPhone.</p>
<p>Hopefully Apple is listening and will include iChat in the first software update.</p>
<p>The iPhone version can be <a href="http://iphone.beejive.com">found here</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/07/09/beejive/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Movies.app</title>
		<link>http://www.ageekspov.com/2007/07/07/moviesapp/</link>
		<comments>http://www.ageekspov.com/2007/07/07/moviesapp/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 21:28:33 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/07/07/moviesapp/</guid>
		<description><![CDATA[Movies.app is probably one of the best iPhone applications that I&#8217;ve seen so far. Movies.app looks up theaters for a zip code, then once you select a theater it shows the list of movies showing at the theater. Once you select the movie you want to see, it shows the movie details: Length, Genre, Rating, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.moviesapp.com">Movies.app</a> is probably one of the best iPhone applications that I&#8217;ve seen so far. Movies.app looks up theaters for a zip code, then once you select a theater it shows the list of movies showing at the theater. Once you select the movie you want to see, it shows the movie details: Length, Genre, Rating, Show Times, plus links to buy tickets, play the trailer, and pull up a map.</p>
<p>It looks and works great on the iPhone. Plus it even adds a little animation which makes it feel more &#8220;app like&#8221; and less like a web page.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/07/07/moviesapp/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>iPhone Windows XP Annoyance</title>
		<link>http://www.ageekspov.com/2007/07/07/iphone-windows-xp-annoyance/</link>
		<comments>http://www.ageekspov.com/2007/07/07/iphone-windows-xp-annoyance/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 20:04:54 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/07/07/iphone-windows-xp-annoyance/</guid>
		<description><![CDATA[Whenever I plug my iPhone into my computer, a dialog box pops up from Windows XP asking me what I would like to do with the photos on the camera I just plugged in.
So every time I plug the phone in I have to cancel out of this dialog box, which I very annoying.
Anybody else [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I plug my iPhone into my computer, a dialog box pops up from Windows XP asking me what I would like to do with the photos on the camera I just plugged in.</p>
<p>So every time I plug the phone in I have to cancel out of this dialog box, which I very annoying.</p>
<p>Anybody else having this problem?
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/07/07/iphone-windows-xp-annoyance/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Windows Hotkeys</title>
		<link>http://www.ageekspov.com/2007/06/30/windows-hotkeys/</link>
		<comments>http://www.ageekspov.com/2007/06/30/windows-hotkeys/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 00:30:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/06/30/windows-hotkeys/</guid>
		<description><![CDATA[I came across a cool program to handle Windows hotkeys called HoeKey. It has a very small footprint which is awesome. I needed it to control iTunes with the keyboard.
It&#8217;s pretty technical, but after browsing around I found some examples that worked great. Below is the code I have to tell iTunes Previous, Play/Pause, Next.
~Z=Msg&#124;iTunes&#124;793&#124;0&#124;786432~X=Msg&#124;iTunes&#124;793&#124;0&#124;917504~C=Msg&#124;iTunes&#124;793&#124;0&#124;720896

]]></description>
			<content:encoded><![CDATA[<p>I came across a cool program to handle Windows hotkeys called <a href="http://www.bcheck.net/apps/hoe.htm">HoeKey</a>. It has a very small footprint which is awesome. I needed it to control iTunes with the keyboard.</p>
<p>It&#8217;s pretty technical, but after browsing around I found some examples that worked great. Below is the code I have to tell iTunes Previous, Play/Pause, Next.</p>
<p>~Z=Msg|iTunes|793|0|786432<br />~X=Msg|iTunes|793|0|917504<br />~C=Msg|iTunes|793|0|720896
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/06/30/windows-hotkeys/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Twitter IM is Down</title>
		<link>http://www.ageekspov.com/2007/06/20/twitter-im-is-down/</link>
		<comments>http://www.ageekspov.com/2007/06/20/twitter-im-is-down/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 04:03:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/06/20/twitter-im-is-down/</guid>
		<description><![CDATA[Ever since I signed up for Twitter a few weeks ago, the IM feature has been down. Every time I try to send an IM to Twitter I get this error:
TwitterIM is under maintenance at the moment. Please check back later. 
Twitter, how long is this going to be down??
Update: Twitter is now displaying a [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I signed up for <a href="http://www.twitter.com/">Twitter </a>a few weeks ago, the IM feature has been down. Every time I try to send an IM to Twitter I get this error:</p>
<p>TwitterIM is under maintenance at the moment. Please check back later. </p>
<p>Twitter, how long is this going to be down??</p>
<p><b>Update:</b> Twitter is now displaying a notice on their Phone &amp; IM page: &#8220;AOL Instant Messenger support is currently on hold. There are issues<br />
blocking its return which we plan on addressing as soon as we can.&#8221;</p>
<p>I really enjoy this feature so hopefully they can get it fixed soon.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/06/20/twitter-im-is-down/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Google Reader Subscriptions Deleted</title>
		<link>http://www.ageekspov.com/2007/06/11/google-reader-subscriptions-deleted/</link>
		<comments>http://www.ageekspov.com/2007/06/11/google-reader-subscriptions-deleted/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 21:30:38 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/06/11/google-reader-subscriptions-deleted/</guid>
		<description><![CDATA[I just logged into Google reader and all my subscriptions have been deleted. I really hope that this is a temporary issue and Google is working on it.
Anyone else having this problem? I know at least one other person is.
Update: It seems that Google has fixed the problem w/ Google Reader, my subscriptions have returned [...]]]></description>
			<content:encoded><![CDATA[<p>I just logged into Google reader and all my subscriptions have been deleted. I really hope that this is a temporary issue and Google is working on it.</p>
<p>Anyone else having this problem? I know <a href="http://www.faithfulskeptic.net/2007/06/11/agh/">at least one other person is</a>.</p>
<p><strong>Update: </strong>It seems that Google has fixed the problem w/ Google Reader, my subscriptions have returned to normal. Here&#8217;s some <a href="http://groups.google.com/group/Google-Labs-Reader/browse_thread/thread/4fc3506602be4b69">more info</a> on what happened.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/06/11/google-reader-subscriptions-deleted/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Firefox Tab Switching Code</title>
		<link>http://www.ageekspov.com/2007/06/06/firefox-tab-switching-code/</link>
		<comments>http://www.ageekspov.com/2007/06/06/firefox-tab-switching-code/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 03:27:46 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/06/06/firefox-tab-switching-code/</guid>
		<description><![CDATA[Here is some javascript code that I am using for my keyboard tab switching in Firefox. Note: in order to use this, you must install the keyconfig extension.
Next Tab:
var tab = gBrowser.mCurrentTab; if(tab.nextSibling) { gBrowser.mTabContainer.selectedIndex++; } else { gBrowser.mTabContainer.selectedIndex = 0; }
Previous Tab:
var tab = gBrowser.mCurrentTab; if(tab.previousSibling) { gBrowser.mTabContainer.selectedIndex&#8211;; } else { gBrowser.mTabContainer.selectedIndex = gBrowser.mTabs.length [...]]]></description>
			<content:encoded><![CDATA[<p>Here is some javascript code that I am using for my keyboard tab switching in Firefox. Note: in order to use this, you must install the keyconfig extension.</p>
<p>Next Tab:<br />
var tab = gBrowser.mCurrentTab; if(tab.nextSibling) { gBrowser.mTabContainer.selectedIndex++; } else { gBrowser.mTabContainer.selectedIndex = 0; }</p>
<p>Previous Tab:<br />
var tab = gBrowser.mCurrentTab; if(tab.previousSibling) { gBrowser.mTabContainer.selectedIndex&#8211;; } else { gBrowser.mTabContainer.selectedIndex = gBrowser.mTabs.length - 1; }</p>
<p>I had originally gotten some simpler code for tab switching, but I wanted to go back to the first tab if I was trying to go to the next tab but was already at the last tab.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/06/06/firefox-tab-switching-code/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Movable Type 4 Error</title>
		<link>http://www.ageekspov.com/2007/06/05/movable-type-update/</link>
		<comments>http://www.ageekspov.com/2007/06/05/movable-type-update/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 23:14:44 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
	<category>Geek Stuff</category>
		<guid isPermaLink="false">http://www.ageekspov.com/2007/06/05/movable-type-update/</guid>
		<description><![CDATA[I am trying to get Movable Type 4 installed so I can play with it, but I am having some really annoying and weird problems. I keep getting a 500 error when I try to go through the setup.
I’ve tried several things, and my permissions are all correct. It’s really starting to annoy me.
Anyone having [...]]]></description>
			<content:encoded><![CDATA[<div>I am trying to get Movable Type 4 installed so I can play with it, but I am having some really annoying and weird problems. I keep getting a 500 error when I try to go through the setup.
<p>I’ve tried several things, and my permissions are all correct. It’s really starting to annoy me.</p>
<p>Anyone having similar issues?</p>
<p>Don’t get me wrong I really like WordPress, but I was just wanting to see what MT was like. </p>
</div>
<p><b>Update:</b> I got past the 500 errors. But now it still does not work. I get this error:</p>
<p><code>Got an error: Can't locate object method "configure" via package "MT::ObjectDriverFactory" (perhaps you forgot to load "MT::ObjectDriverFactory"?) at lib/MT.pm line 776.</code></p>
<p><b>Update 2:</b> I installed MT 4 on a different server and it worked perfectly. My guess is that the host I was trying to install this on is missing some libraries, or is using some older versions that aren&#8217;t compatible. Hopefully MT will either fix this bug, or at least be more specific on the requirements. mt-check.cgi does not even finish loading, so I&#8217;m not sure exactly what&#8217;s missing.</p>
<p>I&#8217;ve heard from a few other people having this same error. If anyone else is, send me an email or post a comment and maybe we can try to narrow down the problem.</p>
<p><b>Update 3:</b> I just tried to the new MT beta 3 and it still is throwing the 500 error. Anybody out there know how to fix this??
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ageekspov.com/2007/06/05/movable-type-update/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
