<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pratik's Blog</title>
	<atom:link href="http://pkpatel88.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pkpatel88.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 16 May 2011 18:34:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pkpatel88.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pratik's Blog</title>
		<link>http://pkpatel88.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pkpatel88.wordpress.com/osd.xml" title="Pratik&#039;s Blog" />
	<atom:link rel='hub' href='http://pkpatel88.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Weather Cameras</title>
		<link>http://pkpatel88.wordpress.com/2011/01/03/weather-cameras/</link>
		<comments>http://pkpatel88.wordpress.com/2011/01/03/weather-cameras/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 03:23:18 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=270</guid>
		<description><![CDATA[Last night, I wrote a small web application that grabed weather camera infomation from the Weather Underground, because I needed to learn how to develop with Adobe Flex. I tryed out other tools to edit mxml files and ActionScript files. I ended using Emacs with the Flex SDK. I used nXml mode to edit mxml [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=270&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night, I wrote a small web application that grabed weather camera infomation from the Weather Underground, because I needed to learn how to develop with Adobe Flex.<br />
<a href="http://pkpatel88.files.wordpress.com/2011/01/weather-underground-cameras.png"><img class="alignnone size-full wp-image-271" title="Weather Underground Cameras" src="http://pkpatel88.files.wordpress.com/2011/01/weather-underground-cameras.png?w=587&#038;h=608" alt="" width="587" height="608" /></a></p>
<p>I tryed out other tools to edit mxml files and ActionScript files. I ended using Emacs with the Flex SDK. I used nXml mode to edit mxml files, since mxml files are xml files. nXml mode checks for errors in xml files while I type it out and it does syntax highlighting for xml in Emacs.</p>
<p>I used the following settings with Emacs in my init.el file.</p>
<pre class="brush: plain;">
;; nXml mode settings
(add-hook 'nxml-mode-hook (lambda ()
			    ;; This makes emacs use spaces instead of tabs
			    ;; in nXml mode. It's important to apply this to just files
			    ;; in nXml mode, because sometimes tabs are needed in other
			    ;; files like Makefiles.
			    (setq-default indent-tabs-mode nil)
			    ;; Auto indent with in all files that are edited in nXml mode
			    (local-set-key (kbd &quot;RET&quot;) 'newline-and-indent)))

;; Sets the indents for files edited in nXml mode to be 4 characters
;; (the default is 2 characters)
(setq nxml-child-indent 4)
(setq nxml-outline-child-indent 4)

;; Adds files that end with .mxml to a list of files that will be edited
;; in nxml mode.
(add-to-list 'auto-mode-alist '(&quot;\\.mxml$&quot; . nxml-mode))
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=270&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2011/01/03/weather-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>

		<media:content url="http://pkpatel88.files.wordpress.com/2011/01/weather-underground-cameras.png" medium="image">
			<media:title type="html">Weather Underground Cameras</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs Running From a Thumb Drive</title>
		<link>http://pkpatel88.wordpress.com/2010/05/29/gnu-emacs-running-from-a-thumb-drive/</link>
		<comments>http://pkpatel88.wordpress.com/2010/05/29/gnu-emacs-running-from-a-thumb-drive/#comments</comments>
		<pubDate>Sat, 29 May 2010 23:19:33 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Emacs]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=262</guid>
		<description><![CDATA[It&#8217;s not that challenging to make GNU Emacs run off a thumb driver and store it&#8217;s settings on it. An important thing to know about doing this in Windows, a lot of different computers use different drive letters to correspond to certain storage devices depending on the amount of storage devices. The rest of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=262&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not that challenging to make GNU Emacs run off a thumb driver and store it&#8217;s settings on it. An important thing to know about doing this in Windows, a lot of different computers use different drive letters to correspond to certain storage devices depending on the amount of storage devices. The rest of this tutorial will make the assumption that GNU Emacs is already extracted on the thumb drive in (thumb drive letter):\emacs-23.2</p>
<p>Step one: Create a batch file in the thumb drive to deal with the issue of getting different drive letters for your thumb drive.</p>
<pre class="brush: plain;">
@echo off
set HOME=%~d0\emacs-settings
%~d0\emacs-23.2\bin\runemacs.exe
</pre>
<p>%~d0 will get the drive letter that the batch file is in</p>
<p>Step two: Run that batch file (double click the batch file). This will cause GNU Emacs run from a thumb drive and store it&#8217;s settings on the thumb drive.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=262&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2010/05/29/gnu-emacs-running-from-a-thumb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
		<item>
		<title>The Media Show</title>
		<link>http://pkpatel88.wordpress.com/2010/03/01/the-media-show/</link>
		<comments>http://pkpatel88.wordpress.com/2010/03/01/the-media-show/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:00:03 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[media literacy]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=255</guid>
		<description><![CDATA[I learned about The Media Show from listening to Off The Hook. They were describing their intended audience. I thought to myself, a lot of people I know fit in this audience. I&#8217;m glad that someone is trying to deal with people&#8217;s media illiteracy. I feel The Media Show isn&#8217;t really for younger viewers, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=255&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I learned about <a title="The Media Show" href="http://www.youtube.com/user/themediashow" target="_blank">The Media Show</a> from listening to <a title="Off The Hook" href="http://www.2600.com/offthehook/" target="_blank">Off The Hook</a>. They were describing their intended audience. I thought to myself, a lot of people I know fit in this audience. I&#8217;m glad that someone is trying to deal with people&#8217;s media illiteracy. I feel <span style="text-decoration:underline;">The Media Show</span> isn&#8217;t really for younger viewers, but the people I know who fit in their intended audience aren&#8217;t young. This poses a huge question, why aren&#8217;t a lot people learning about these essential skills to live in our modern world?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=255&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2010/03/01/the-media-show/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook Chat and Jabber</title>
		<link>http://pkpatel88.wordpress.com/2010/02/15/facebook-chat-and-jabber/</link>
		<comments>http://pkpatel88.wordpress.com/2010/02/15/facebook-chat-and-jabber/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:42:09 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Jabber]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=253</guid>
		<description><![CDATA[I&#8217;m kind of an idealist. I like open standards, because it&#8217;s more flexible for me. Facebook recently added the ability to use your Jabber capable Instant Messenger program (e.g. iChat, Adium, Pidgin) with Facebook Chat. Historically, a lot non-technical people tend to use other instant messenger programs whose business tactics reminded me of ma bell [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=253&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m kind of an idealist. I like open standards, because it&#8217;s more flexible for me. Facebook recently added the ability to use your Jabber capable Instant Messenger program (e.g. iChat, Adium, Pidgin) with Facebook Chat. Historically, a lot non-technical people tend to use other instant messenger programs whose business tactics reminded me of ma bell (AT&amp;T while they had a monopoly). I know I&#8217;ll be able taken advantage of this new change, but I&#8217;m wondering will non-technical people take advantage of this new change?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=253&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2010/02/15/facebook-chat-and-jabber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
		<item>
		<title>Defining a Power User</title>
		<link>http://pkpatel88.wordpress.com/2010/01/10/defining-a-power-user/</link>
		<comments>http://pkpatel88.wordpress.com/2010/01/10/defining-a-power-user/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:34:34 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=251</guid>
		<description><![CDATA[To me a person who is a power user is someone who knows more than one hard to use program or a specific genre of difficult to use programs. A power user should actually be able to read documentation. They should be comfortable with information that&#8217;s hard for him or her to know. A power [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=251&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To me a person who is a power user is someone who knows more than one hard to use program or a specific genre of difficult to use programs. A power user should actually be able to read documentation. They should be comfortable with information that&#8217;s hard for him or her to know. A power user should be able to learn about new things. They have to be knowledgeable about computers, but they should be more than comfortable learning about new things. To me a power user shouldn&#8217;t consistently whine when they find things that are hard or difficult to understand. To me all those things are important when you are identifying someone&#8217;s ability to use computers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=251&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2010/01/10/defining-a-power-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
		<item>
		<title>A Lot of People Use Boring Facebook Applications</title>
		<link>http://pkpatel88.wordpress.com/2009/08/17/a-lot-of-people-use-boring-facebook-applications/</link>
		<comments>http://pkpatel88.wordpress.com/2009/08/17/a-lot-of-people-use-boring-facebook-applications/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 20:51:51 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=249</guid>
		<description><![CDATA[To many people use a lot of Facebook applications (apps) that are pretty much that do the same thing as many other Facebook applications (the one&#8217;s that have a question as it&#8217;s name). I hide them from the new feed and do the maths. Then I made a discovery many people might may have some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=249&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To many people use a lot of Facebook applications (apps) that are pretty much that do the same thing as many other Facebook applications (the one&#8217;s that have a question as it&#8217;s name). I hide them from the new feed and do the maths. Then I made a discovery many people might may have some of forms of disabilities that involve the brain. I&#8217;m not angry at them, I just think &#8220;WOW!&#8221; after the maths.</p>
<p>The number of Facebook apps I hide from the news feed. Here are my maths (I used the countings*)</p>
<ul>
<li>544 for being boring
<ul>
<li>218 have names that starts with the word What</li>
<li>116 start with the word Which</li>
</ul>
</li>
</ul>
<p>* This  does not include people who I hide because of excessive usage of those types of Facebook Apps. The numbers are lower than what they&#8217;re suppose to be. I&#8217;m sure those numbers will get higher as days go on.</p>
<p>I wish Facebook will allow me to hide applications from the news feed using <a title="Regular expression (Wikipedia)" href="http://en.wikipedia.org/wiki/Regular_expression" target="_blank">regular expressions</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=249&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2009/08/17/a-lot-of-people-use-boring-facebook-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
		<item>
		<title>I Don&#8217;t Want To Leave KDE Behind</title>
		<link>http://pkpatel88.wordpress.com/2009/07/23/i-dont-want-to-leave-kde-behind/</link>
		<comments>http://pkpatel88.wordpress.com/2009/07/23/i-dont-want-to-leave-kde-behind/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 23:55:58 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BashPodder]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Notify OSD]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=208</guid>
		<description><![CDATA[A while back I made BashPodder just use Notify OSD. I recently thought just using Notify OSD is really out of place in KDE, when normal KDE applications use KDE&#8217;s notification system. Then I made BashPodder automatically use the notification system for KDE or GNOME when it&#8217;s appropriate. In Gnome In KDE If you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=208&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A while back I made <a href="http://lincgeek.org/bashpodder/">BashPodder</a> just use <a href="https://launchpad.net/notify-osd">Notify OSD</a>. I recently thought just using Notify OSD is really out of place in <a href="http://www.kde.org/">KDE</a>, when normal KDE applications use KDE&#8217;s notification system. Then I made BashPodder automatically use the notification system for KDE or <a href="http://www.gnome.org/">GNOME</a> when it&#8217;s appropriate.</p>
<p>In Gnome<br />
<img src="http://pkpatel88.files.wordpress.com/2009/07/screenshot.png?w=359&#038;h=158" alt="Notify OSD Screenshot" title="Notify OSD Screenshot" width="359" height="158" class="alignnone size-full wp-image-225" /></p>
<p>In KDE<br />
<img src="http://pkpatel88.files.wordpress.com/2009/07/snapshot12.png?w=462&#038;h=148" alt="KDE Notification Screenshot" title="KDE Notification Screenshot" width="462" height="148" class="alignnone size-full wp-image-224" /></p>
<p>If you want to use Gnome&#8217;s notifications system or Canonical&#8217;s Notify OSD (the one Ubuntu uses) you still need notify-send installed. (See the previous post about <a href="http://pkpatel88.wordpress.com/2009/03/25/using-bashpodder-with-notify-osd/">making BashPodder use Notify OSD</a> for more information.) </p>
<p>I just added the lines in the box below to the end of bashpodder.shell<br />
If you added the line from previous post about <a href="http://pkpatel88.wordpress.com/2009/03/25/using-bashpodder-with-notify-osd/">making BashPodder use Notify OSD</a> you need to replace that line calling notify-send in bashpodder.shell with these lines.</p>
<pre class="brush: bash;">
if [ $DESKTOP_SESSION == 'kde' ]; then
    kdialog --title=&quot;bashpodder.shell&quot; --passivepopup &quot;bashpodder.shell has finished downloading the podcasts.&quot; 10
elif [ $DESKTOP_SESSION == 'gnome' ]; then
    notify-send --icon=&quot;terminal&quot; &quot;bashpodder.shell&quot; &quot;bashpodder.shell has finished downloading the podcasts.&quot;
fi
</pre>
<p>
It won&#8217;t work if you use <a href="http://www.gnu.org/software/screen/">GNU Screen</a> and you start downloading in one desktop environment, and then you change to the other desktop environment while it finishes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=208&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2009/07/23/i-dont-want-to-leave-kde-behind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>

		<media:content url="http://pkpatel88.files.wordpress.com/2009/07/screenshot.png" medium="image">
			<media:title type="html">Notify OSD Screenshot</media:title>
		</media:content>

		<media:content url="http://pkpatel88.files.wordpress.com/2009/07/snapshot12.png" medium="image">
			<media:title type="html">KDE Notification Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>I Got Cubano To Work</title>
		<link>http://pkpatel88.wordpress.com/2009/07/20/i-got-cubano-to-work/</link>
		<comments>http://pkpatel88.wordpress.com/2009/07/20/i-got-cubano-to-work/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 00:46:43 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Banshee]]></category>
		<category><![CDATA[Cubano]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=198</guid>
		<description><![CDATA[I got Cubano to work, thanks to the many people on banshee&#8217;s mailing list. Cubano is a new interface for the Banshee Media Player. Banshee is a music/video player. The screenshot (the picture) is a recent version of Cubano. It make an already ascetically pleasing media player more ascetically pleasing. Cubano is very neat and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=198&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got Cubano to work, thanks to the many people on banshee&#8217;s mailing list. Cubano is a new interface for the <a href="http://banshee-project.org/">Banshee Media Player</a>. Banshee is a music/video player. The screenshot (the picture) is a recent version of Cubano. It make an already ascetically pleasing media player more ascetically pleasing. Cubano is very neat and clean. It&#8217;s not ready for prime time yet, but it&#8217;s really interesting to see the vision of the people who are making Banshee. I think it&#8217;s interesting, because making programs is a creative endeavor. It&#8217;s like looking at art. In many cases people can successfully argue that it is art.</p>
<p><a href="http://img197.imageshack.us/img197/3535/screenshotcubano.png"><img src="http://img197.imageshack.us/img197/3535/screenshotcubano.png" alt="" width="560" height="350" /><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=198&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2009/07/20/i-got-cubano-to-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>

		<media:content url="http://img197.imageshack.us/img197/3535/screenshotcubano.png" medium="image" />
	</item>
		<item>
		<title>I tend to write a lot of little programs&#8230;</title>
		<link>http://pkpatel88.wordpress.com/2009/05/23/i-tend-to-write-a-lot-of-little-programs/</link>
		<comments>http://pkpatel88.wordpress.com/2009/05/23/i-tend-to-write-a-lot-of-little-programs/#comments</comments>
		<pubDate>Sat, 23 May 2009 10:28:24 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=161</guid>
		<description><![CDATA[I tend to write a lot of little programs, because it&#8217;s more efficient to write a script than doing the alternatives. For example, it takes a long time to download a bunch of files and organize those downloaded files. This program reads a table from a csv file. Then it downloads files from the url&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=161&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I tend to write a lot of little programs, because it&#8217;s more efficient to<br />
write a script than doing the alternatives.</p>
<p>For example, it takes a long time to download a bunch of files and<br />
organize those downloaded files. This program reads a table from a csv file.<br />
Then it downloads files from the url&#8217;s in the second column and it puts the<br />
downloaded file in the the folder in the first column. The lines starting<br />
with an # (octothorpe) except the first line are water downed notes for<br />
people who know don&#8217;t what the program is doing. The first line shows where<br />
ruby is located.</p>
<pre class="brush: ruby;">
#!/usr/bin/ruby

# This program requires the csv library. A library is filled with
# functions, objects, classes (types of things) for the purpose of
# being re-used.
require 'csv'

# The parameters (or arguments) for the program is stored in an array (a
# list of things). This checks if the user put in the first parameter.
if ARGV[0] == nil
  # If the user didn't put in the first parameter then the script displays
  # a usage statement (how to use this program in the terminal). This
  # program exits after the usage statements is displayed.
  # $0 is the file name where the program is running from.
  puts $0 + &quot; somefile.csv&quot;
  exit
end

# I know this is not really necessary, but it waters things down. I know
# I can still use ARGV[0]. The first parameter should be the path to
# the CSV file. A path is the location of the file.
csv_file = ARGV[0]

# This checks if the file doesn't exist.
if !File.exist? csv_file
  # If the file doesn't exist then the program displays an error. The
  # program exits after the error (the file doesn't exist) is displayed.
  $stderr.puts csv_file + &quot; does not exist.&quot;
  exit
end

# This program opens the file then reads one line at a time. Each line
# is a row in the table. CSV::Reader.parse is from the csv library.
CSV::Reader.parse(File.open(csv_file)) do |row|
  # The current row is stored as an array. For each row download from the
  # url in the second column and save it the folder in the the first
  # column. wget is an other program. wget is a powerful downloading
  # tool. wget is available for Windows, Mac OS X, Ubuntu and many other
  # operating systems.
  `wget --directory-prefix '#{row[0]}' #{row[1]}`
end
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=161&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2009/05/23/i-tend-to-write-a-lot-of-little-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
		<item>
		<title>How I Got TV Out to Work with ATI X1200 without FGLRX</title>
		<link>http://pkpatel88.wordpress.com/2009/03/26/how-i-got-tv-out-to-work-with-ati-x1200-without-fglrx/</link>
		<comments>http://pkpatel88.wordpress.com/2009/03/26/how-i-got-tv-out-to-work-with-ati-x1200-without-fglrx/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 21:55:29 +0000</pubDate>
		<dc:creator>Pratik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Jaunty Jackalope]]></category>
		<category><![CDATA[Radeon]]></category>
		<category><![CDATA[tv-out]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[X.org]]></category>

		<guid isPermaLink="false">http://pkpatel88.wordpress.com/?p=154</guid>
		<description><![CDATA[I got TV out to work with my ATI X1200 graphics card on Ubuntu Jaunty Jackalope without the FGLRX driver. I had to enable experimental tv-out support by editing the &#8220;/etc/X11/xorg.conf&#8221; file with a text editor. There might be some quirks when this option is enabled. In the &#8220;Device&#8221; section I added the following line. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=154&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got TV out to work with my ATI X1200 graphics card on Ubuntu Jaunty Jackalope without the FGLRX driver. I had to enable experimental tv-out support by editing the &#8220;/etc/X11/xorg.conf&#8221; file with a text editor. There might be some quirks when this option is enabled.</p>
<p>In the &#8220;Device&#8221; section I added the following line. </p>
<pre>Option "ATOMTvOut" "yes"</pre>
<p>The driver setting needs to be set as &#8220;radeon&#8221; or &#8220;ati&#8221; in the Device section. </p>
<pre>Driver "ati"</pre>
<p>This only works with &#8220;R/RV5xx, R/RV6xx, and R/RV7xx atombios chips&#8221; according to the man page for the radeon driver.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkpatel88.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkpatel88.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pkpatel88.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pkpatel88.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkpatel88.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkpatel88.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkpatel88.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkpatel88.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkpatel88.wordpress.com&amp;blog=23589&amp;post=154&amp;subd=pkpatel88&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pkpatel88.wordpress.com/2009/03/26/how-i-got-tv-out-to-work-with-ati-x1200-without-fglrx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfe1ee09a17a2f7b1967df96912320f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pkpatel88</media:title>
		</media:content>
	</item>
	</channel>
</rss>
