<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="0.92">
<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>
	<lastBuildDate>Thu, 12 Jul 2007 06:41:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>BeeJive</title>
		<description>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>
		<link>http://www.ageekspov.com/2007/07/09/beejive/</link>
			</item>
	<item>
		<title>Movies.app</title>
		<description>Movies.app is probably one of the best iPhone applications that I'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 ...</description>
		<link>http://www.ageekspov.com/2007/07/07/moviesapp/</link>
			</item>
	<item>
		<title>iPhone Windows XP Annoyance</title>
		<description>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, ...</description>
		<link>http://www.ageekspov.com/2007/07/07/iphone-windows-xp-annoyance/</link>
			</item>
	<item>
		<title>Windows Hotkeys</title>
		<description>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's pretty technical, but after browsing around I found some examples that worked great. Below is the code I have to ...</description>
		<link>http://www.ageekspov.com/2007/06/30/windows-hotkeys/</link>
			</item>
	<item>
		<title>Twitter IM is Down</title>
		<description>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: ...</description>
		<link>http://www.ageekspov.com/2007/06/20/twitter-im-is-down/</link>
			</item>
	<item>
		<title>Google Reader Subscriptions Deleted</title>
		<description>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 ...</description>
		<link>http://www.ageekspov.com/2007/06/11/google-reader-subscriptions-deleted/</link>
			</item>
	<item>
		<title>Firefox Tab Switching Code</title>
		<description>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--; } ...</description>
		<link>http://www.ageekspov.com/2007/06/06/firefox-tab-switching-code/</link>
			</item>
	<item>
		<title>Movable Type 4 Error</title>
		<description>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 ...</description>
		<link>http://www.ageekspov.com/2007/06/05/movable-type-update/</link>
			</item>
</channel>
</rss>
