<?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>James Rohal</title>
	<atom:link href="http://jamesrohal.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesrohal.com</link>
	<description></description>
	<lastBuildDate>Thu, 03 Sep 2009 18:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Dilbert Party</title>
		<link>http://jamesrohal.com/2009/09/03/dilbert-party/</link>
		<comments>http://jamesrohal.com/2009/09/03/dilbert-party/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 18:24:26 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Dilbert Party]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=341</guid>
		<description><![CDATA[Translated using Translation Party.]]></description>
			<content:encoded><![CDATA[<p>Translated using <a href="http://www.translationparty.com">Translation Party</a>.</p>
<p><a href="http://dilbert.com/mashups/comic/68106/"><img src="http://jamesrohal.com/blog/wp-content/uploads/2009/09/9-3-09-300x100.png" alt="9-3-09" title="9-3-09" width="300" height="100" class="aligncenter size-medium wp-image-342" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/09/03/dilbert-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscribing To The NC State Calendar On Google</title>
		<link>http://jamesrohal.com/2009/06/21/subscribing-to-the-nc-state-calendar-on-google/</link>
		<comments>http://jamesrohal.com/2009/06/21/subscribing-to-the-nc-state-calendar-on-google/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:47:39 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[NC State]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[icalendar]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[magpie]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=322</guid>
		<description><![CDATA[I&#8217;ve recently become enamored with Google Calendar and have been using it to keep tabs of everything. When I start attending NC State next fall I will attempt to use MyPack as little as possible. By doing so I lose the ability to see the upcoming events on the public events calendar. The school publishes [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently become enamored with Google Calendar and have been using it to keep tabs of everything. When I start attending NC State next fall I will attempt to use MyPack as little as possible. By doing so I lose the ability to see the upcoming events on the <a href="http://calendar.activedatax.com/ncstate/EventList.aspx?fromdate=6/1/2009&#038;todate=6/30/2009&#038;display=Month&#038;view=DateTime"> public events calendar</a>. The school publishes an RSS feed of the calendar but I really want to be able to access the calendar in Thunderbird and Google Calendar.</p>
<p>My searching led me to <a href="http://www.blogtender.com/2007/05/display-an-rss-feed-in-ical/">this page</a> which gave some code for parsing an RSS feed into a compatible ICS file. After some heavy modifications I was able to set up an <a href="http://jamesrohal.com/public/rss2ics/ncstate.ics">iCalendar file</a> I could subscribe to. I used an online <a href="http://severinghaus.org/projects/icv/">iCalendar validator</a> to make sure everything worked when I finished. </p>
<p>Hope this might be useful to someone else until NC State decides to publish their own ICS file.</p>
<p><strong>Update:</strong> For those interested in keeping track of the <a href="http://www.math.ncsu.edu/">mathematics department at NC State</a>, I used the <a href="http://simplehtmldom.sourceforge.net/">PHP Simple HTML DOM Parser</a> to generate <a href="http://jamesrohal.com/public/mathcal/ncmath.ics">their calendar</a> as an ICS file that you may subscribe to. It simply scrapes the data from the <a href="http://www.math.ncsu.edu/events/calendar.php">mathematics calendar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/06/21/subscribing-to-the-nc-state-calendar-on-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updating Twitter from Mathematica</title>
		<link>http://jamesrohal.com/2009/04/05/updating-twitter-from-mathematica/</link>
		<comments>http://jamesrohal.com/2009/04/05/updating-twitter-from-mathematica/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 18:19:23 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Mathematica]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=258</guid>
		<description><![CDATA[Since Twitter has become a way to instantly collaborate it seemed logical to implement a way to update your Twitter status from Mathematica. The method I created uses Web Services Link to access a WSDL based SOAP server automatically generated by NuSOAP. First, download the latest version of NuSOAP and put it in a folder [...]]]></description>
			<content:encoded><![CDATA[<p>Since Twitter has become a way to instantly collaborate it seemed logical to implement a way to update your Twitter status from <em>Mathematica</em>. The method I created uses <a href="http://reference.wolfram.com/mathematica/WebServices/guide/WebServiceOperations.html">Web Services Link</a> to access a WSDL based SOAP server automatically generated by <a href="http://www.sourceforge.net/projects/nusoap/">NuSOAP</a>.</p>
<p>First, <a href="http://sourceforge.net/project/showfiles.php?group_id=57663&#038;package_id=53241&#038;release_id=552239">download</a> the latest version of NuSOAP and put it in a folder on your server. Let&#8217;s say this folder is called &#8216;twitter&#8217; and is located in the root of your server.</p>
<p>Now we need to create the php file that will generate the WSDL service. Let&#8217;s call this file mathematica.php. Much of this code was adapted by Scott Nichol&#8217;s tutorial on <a href="http://www.scottnichol.com/nusoapprogwsdl.htm">Programming with NuSOAP using WSDL</a>.</p>
<p>[sourcecode language='php']<br />
< ?php<br />
require_once('lib/nusoap.php');<br />
$server = new soap_server();<br />
$server->configureWSDL(&#8216;twitterupdate&#8217;, &#8216;urn:twitterupdate&#8217;);<br />
$server->register(&#8216;Twitter&#8217;,<br />
    array(&#8216;name&#8217; => &#8216;xsd:string&#8217;),<br />
    array(&#8216;return&#8217; => &#8216;xsd:string&#8217;),<br />
    &#8216;urn:twitterupdate&#8217;,<br />
    &#8216;urn:twitterupdate#Twitter&#8217;,<br />
    &#8216;rpc&#8217;,<br />
    &#8216;encoded&#8217;,<br />
    &#8216;Provides the Twitter function to change your Twitter status using Mathematica&#8217;<br />
);</p>
<p>function Twitter($status) {<br />
	if strlen($status) < = 140 {<br />
		$user = 'yourtwitterusername';<br />
		$pw = 'yourtwitterpassword';<br />
		$curl_handle = curl_init();<br />
		curl_setopt($curl_handle, CURLOPT_URL, "http://twitter.com/statuses/update.xml");<br />
		curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT, 2);<br />
		curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);<br />
		curl_setopt($curl_handle, CURLOPT_POST, 1);<br />
		curl_setopt($curl_handle, CURLOPT_POSTFIELDS, "status=$status");<br />
		curl_setopt($curl_handle, CURLOPT_USERPWD, "$user:$pw");<br />
		$buffer = curl_exec($curl_handle);<br />
		curl_close($curl_handle);<br />
	} else {<br />
		return "Your update must be 140 characters or less";<br />
	}<br />
}<br />
$HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : '';<br />
$server->service($HTTP_RAW_POST_DATA);<br />
?><br />
[/sourcecode]</p>
<p>Now to access the WSDL file generated by mathematica.php we can go to http://www.yourserver.com/twitter/mathematica.php?wsdl. This WSDL service provides the operation named Twitter which will update the status for the username and password provided in the php file. The Update operation takes a string as its only argument. </p>
<p>Now to access the Twitter operation in <em>Mathematica</em> we must first load the WebServices package and then install the service provided by automatically generated WSDL file.</p>
<p>[sourcecode language='plain']<br />
In[1]:= <<WebServices`<br />
In[2]:= InstallService["http://www.yourserver.com/twitter/mathematica.php?wsdl"]<br />
Out[2]:= {Twitter}<br />
In[3]:= Twitter["I updated my Twitter status using Mathematica: http://tinyurl.com/mm2twitter"]<br />
[/sourcecode]</p>
<p>In the future I plan on creating a persistent session so you can use the InstallService to input your Twitter username and password. I would also like to support TinyURL generation.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/04/05/updating-twitter-from-mathematica/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Fixing flickrRSS 5.0</title>
		<link>http://jamesrohal.com/2009/03/29/fixing-flickrrss-50/</link>
		<comments>http://jamesrohal.com/2009/03/29/fixing-flickrrss-50/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 18:23:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=254</guid>
		<description><![CDATA[If you are having difficulty displaying photos using the WordPress plugin flickrRSS 5.0 you can make a quick change. Change line 144 which reads [sourcecode language='php'] if(!preg_match(&#8216;]]></description>
			<content:encoded><![CDATA[<p>If you are having difficulty displaying photos using the WordPress plugin <a href="http://eightface.com/wordpress/flickrrss/">flickrRSS 5.0</a> you can make a quick change. Change line 144 which reads</p>
<p>[sourcecode language='php']<br />
if(!preg_match(&#8216;<img src="([^"]*)" [^/]*/>&#8216;, $item['description'], $imgUrlMatches)) {<br />
[/sourcecode]</p>
<p>to</p>
<p>[sourcecode language='php']<br />
if(!preg_match(&#8216;/src=["]?(http:\/\/.*\/.*)_m\.jpg["]?/&#8217;, $item['description'], $imgUrlMatches)) {<br />
[/sourcecode]</p>
<p>Source: <a href="http://groups.google.com/group/flickrrss/msg/6c0c0577fa7751a7">Via chaosmaker at Google Groups</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/03/29/fixing-flickrrss-50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Math / Computers / Bicycles</title>
		<link>http://jamesrohal.com/2009/03/24/math-computer-bicycles/</link>
		<comments>http://jamesrohal.com/2009/03/24/math-computer-bicycles/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 14:51:31 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Blessings]]></category>
		<category><![CDATA[bicycles]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=224</guid>
		<description><![CDATA[More things to be thankful for. Mathematics: Strangely enough my entire life has revolved around the field of mathematics. Although some people might see this as a bad thing I would have to admit I enjoy doing maths for a living. Not only does it force me to think logically but it will open up [...]]]></description>
			<content:encoded><![CDATA[<p>More things to be thankful for.</p>
<ol>
<li><strong>Mathematics</strong>: Strangely enough my entire life has revolved around the field of mathematics. Although some people might see this as a bad thing I would have to admit I enjoy doing maths for a living. Not only does it force me to think logically but it will open up many career opportunities in the future. I can only hope that something I do in the future will contribute to society (or at least have some application).</li>
<li><strong>Computers</strong>: Without one I couldn&#8217;t make these blog posts! If I have to explain why I&#8217;m thankful that there are computers you clearly have not met me.</li>
<li><strong>Bicycles</strong>: In a crunch a car is a great way to get from one place to another but bikes, although slower, are just as reliable and great for the environment. My aunt recently provided me with a &#8220;new&#8221; Fuji Palisade. I say &#8220;new&#8221; because it is 20 years old but still in great condition.<br />
<a href="http://www.flickr.com/photos/jjrohal/3362246200/"><img alt="" src="http://farm4.static.flickr.com/3455/3362246200_1b70e7f654.jpg" title="Fuji Palisade" class="aligncenter" width="500" height="333" /></a>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/03/24/math-computer-bicycles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 Redirects</title>
		<link>http://jamesrohal.com/2009/03/16/301-redirects/</link>
		<comments>http://jamesrohal.com/2009/03/16/301-redirects/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:07:57 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=218</guid>
		<description><![CDATA[Some sites like Myspace allow for the use of vanity URLs. For example, my page is located at http://www.myspace.com/jamesrohal. Although not all sites allow for the use of vanity URLs (like Facebook), you can make up your own using 301 redirects in the .htaccess file. For example, I can now link to my Myspace profile [...]]]></description>
			<content:encoded><![CDATA[<p>Some sites like Myspace allow for the use of <a href="http://en.wikipedia.org/wiki/Vanity_URL">vanity URLs</a>. For example, my page is located at <a href="http://www.myspace.com/jamesrohal">http://www.myspace.com/jamesrohal</a>. Although not all sites allow for the use of vanity URLs (like Facebook), you can make up your own using 301 redirects in the .htaccess file. For example, I can now link to my Myspace profile using the vanity URL: <a href="http://www.jamesrohal.com/myspace">http://www.jamesrohal.com/myspace</a>. Typically 301 redirects are more efficient than meta, CNAME, and Javascript redirects because the server checks the .htaccess file first before fetching any pages.</p>
<p>To create a vanity URL <a href="http://www.yoursite.com/vanityurl">http://www.yoursite.com/vanityurl</a> that links to <a href="http://www.somesite.com">http://www.somesite.com</a> add the following to your .htaccess file.</p>
<p>[sourcecode language='plain']<br />
Redirect 301 /vanityurl http://www.somesite.com<br />
[/sourcecode]</p>
<p>For example, I have the following in my .htaccess file.</p>
<p>[sourcecode language='plain']<br />
Redirect 301 /facebook http://www.facebook.com/people/James-Rohal/43202602<br />
Redirect 301 /myspace http://www.myspace.com/jamesrohal<br />
Redirect 301 /diigo http://www.diigo.com/user/jjrohal<br />
Redirect 301 /googlereader http://www.google.com/reader/shared/14670748227574963949<br />
Redirect 301 /citeulike http://www.citeulike.org/user/jjrohal<br />
Redirect 301 /lastfm http://www.last.fm/user/jjrohal<br />
Redirect 301 /flickr http://www.flickr.com/photos/jjrohal<br />
Redirect 301 /linkedin http://www.linkedin.com/in/jjrohal<br />
Redirect 301 /thesixtyone http://www.thesixtyone.com/jjrohal/<br />
Redirect 301 /youtube http://www.youtube.com/jjrohal<br />
Redirect 301 /twitter http://twitter.com/jamesrohal<br />
[/sourcecode]</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/03/16/301-redirects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pets / Family / Shelter</title>
		<link>http://jamesrohal.com/2009/03/14/pets-family-shelter/</link>
		<comments>http://jamesrohal.com/2009/03/14/pets-family-shelter/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 15:23:23 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Blessings]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=196</guid>
		<description><![CDATA[Each Friday I am going to write about three things that I am thankful for. It is so easy to overlook even the simplest things in life that we all take for granted. Even when you have the worst day, there is still something you have that many other people might not. I try to [...]]]></description>
			<content:encoded><![CDATA[<p>Each Friday I am going to write about three things that I am thankful for. It is so easy to overlook even the simplest things in life that we all take for granted. Even when you have the worst day, there is still something you have that many other people might not. I try to be an optimist and the best way to live life is to count your blessings; there is always something to appreciate in life.</p>
<ol>
<li><strong>Pets</strong>: Last Saturday, my dog Laddie passed away after almost 15 years. Although I was raised as an only child, I considered Laddie as a type of brother. Laddie is someone that would listen to me no matter what and would always be there to comfort me. He asked for little and lived life to the fullest. My parents gave me an article about <a href="http://www.parade.com/pets/articles/090111-dog-whisperer.html">what your pet can teach you</a>. The article inspired me to write these weekly blog posts and to live a less stressful life. Being in the house alone without Laddie has been torture for the past week but I am finally coming to terms with it. I will miss him but he will live on in our thoughts.<br />
<a href="http://www.flickr.com/photos/jjrohal/2637735739/"><img alt="" src="http://farm4.static.flickr.com/3101/2637735739_2f720a7885.jpg" title="Dog Eat Dog" class="aligncenter" width="332" height="500" /></a>
</li>
<li><strong>Family</strong>: This seems like the easiest thing to write about because there are so many things my family does for me on a daily basis. Simple things like calling to see how I am feeling and inviting me over to keep my company are all things I am thankful for. My family is an integral part of my life and I am blessed to have such wonderful people near me.</li>
<li><strong>Shelter</strong>: Days where it is blistering cold out make you realize how nice it is to have a roof over your head. Even being able to afford to have an apartment is something to be thankful for too!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/03/14/pets-family-shelter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Tweetbacks</title>
		<link>http://jamesrohal.com/2009/03/13/testing-tweetbacks/</link>
		<comments>http://jamesrohal.com/2009/03/13/testing-tweetbacks/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:46:59 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=193</guid>
		<description><![CDATA[I installed the Tweetbacks plugin and wanted to test it out on my blog since I recently upgraded to WordPress 2.7.]]></description>
			<content:encoded><![CDATA[<p>I installed the <a href="http://yoast.com/wordpress/tweetbacks/">Tweetbacks plugin</a> and wanted to test it out on my blog since I recently upgraded to WordPress 2.7. </p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/03/13/testing-tweetbacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More Like $2000</title>
		<link>http://jamesrohal.com/2009/02/23/more-like-2000/</link>
		<comments>http://jamesrohal.com/2009/02/23/more-like-2000/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 23:07:07 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=162</guid>
		<description><![CDATA[After months of research I have given up on a $2500 computer. The value is not worth it. Here is an updated list of parts with some research that I have done. ASUS P6T Deluxe V2: Ideal for overclocking. Does not support true 3-way SLI. Placement of the PCI Express slots allows for optimal airflow [...]]]></description>
			<content:encoded><![CDATA[<p>After months of research I have given up on a $2500 computer. The value is not worth it. Here is an updated list of parts with some research that I have done.</p>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/13-131-365-03.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813131365">ASUS P6T Deluxe V2</a>: Ideal for overclocking. Does not support true 3-way SLI. Placement of the PCI Express slots allows for optimal airflow in a SLI setup. The V2 refers to the missing SAS controller (thus making it cheaper). An SLI setup with two dualslot graphics cards would leave a PCI and PCI Express x4 slot open. Supposedly this board works well for a <a href="http://www.insanelymac.com/forum/index.php?showtopic=144639">Hackintosh system</a> as well.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/19-115-202-04.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819115202">Intel Core i7 920</a>: Can easily be overclocked to 3.6-3.8GHz stable with a nice heatsink fan.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/20-227-366-05.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820227366">OCZ Platinum 6GB (3 x 2GB) 1600</a>: Good timings for the price with decent overclocks. A better choice would be <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820226030">Mushkin 6GB (3 x 2GB) 1600</a>
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://images17.newegg.com/is/image/newegg/11-119-160-TS?$S60$" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811119160">Coolermaster HAF 932</a>: Great airflow and cable management. Tons of room for expansion. No air filters included but they can be made cheaply using vent filters from <a href="http://www.homedepot.com/webapp/wcs/stores/servlet/ProductDisplay?jspStoreDir=hdus&#038;catalogId=10053&#038;productId=100351384&#038;navFlow=3&#038;keyword=vent+filters&#038;langId=-1&#038;searchRedirect=vent+filters&#038;storeId=10051&#038;endecaDataBean=com.homedepot.sa.el.wc.catalog.beans.EndecaDataBean%40373ea5b1&#038;ddkey=Search">Home Depot</a> (True Blue) or even a <a href="http://forums.whirlpool.net.au/forum-replies.cfm?t=1075591&#038;r=17634971#r17634971">cheap pair</a> of <a href="http://www.overclock.net/air-cooling/412367-filter-those-giant-side-fans.html">stockings</a>.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://images17.newegg.com/is/image/newegg/14-130-446-TS?$S60$" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814130446">EVGA GTX 285 SC</a>: Not really the best value, but this is the top performing single GPU graphics card. The SC cards are better suited for overclocking and can easily be overclocked to SSC speeds. EVGA also has a lifetime warranty on overclock products!
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://images1.newegg.com/ProductImageCompressAll/17-139-009-12.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817139009">Cosair 850TX</a>: Allows the possibility for a GTX 285 SLI in the future. Pretty solid with >80% efficiency.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/22-136-319-02.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136319">Western Digital Caviar Black 640GB</a>: One of the fastest drives out there (besides SSD). The larger platter size makes this a great drive for the OS.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/22-152-102-01.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822152102">Samsung Spinpoint F1 1TB</a>: Extremely fast, silent drive used for storage. I read somewhere that this slightly outperforms the Caviar Black in reading and writing large files.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/27-136-152-02.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16827136152">LG 22X DVD±R DL DVD Burner</a>: Great reviews on Newegg. Works flawlessly in Vista x64 and Windows 7.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/29-271-001-08.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16829271001">HT Omega Striker 7.1</a>: Highly rated, works well in Vista x64 and Windows 7 and has no bloatware. High quality audio and digital out via S/PDIF.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://jamesrohal.com/blog/wp-content/uploads/2009/02/true-cooler.jpg" alt="" title="TRUE Ultra Extreme 120" class="alignleft" style="margin-right:18px;"/><a href="http://www.ncixus.com/products/34994/ULTRA%2D120%2D1366RT/THERMALRIGHT/">Thermalright Ultra 120 Extreme</a> or <a href="http://www.frozencpu.com/products/8807/cpu-pro-01/Prolimatech_Megahalems_Intel_CPU_Heatsink_LGA_775_1366_-_Preorder_-_Ship_ETA_April_1st_-_3rd.html">Prolimatech Megahalems</a>: The TRUE is one of the best heatsinks for the past 2 years. This is best paired with a <a href="http://www.overclock.net/air-cooling/424715-getting-true-fan-recommendations-led-preferred-5.html#post5088945">high static pressure fan</a>. Due to the machining marks on the base, it is useful to lap this. I am going to purchase the <a href="http://www.ncixus.com/products/index.php?sku=31634&#038;promoid=1003">Delta AFB1212HHE 120x38mm</a> fan if I get the TRUE. The Megahalems are made by those who originally made the TRUE but with an improved design and with an excellent mounting plate. I would pair a <a href="http://www.ncixus.com/products/28870/D12SH-124UB/Yate%20Loon/">Yate Loon D12SH-12</a> with this.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/35-154-003-02.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835154003">Tuniq TX-2</a>: This thermal compound (TIM) has no curing time and spreads nicely since it isn&#8217;t too runny. Supposedly one of the best. A good pairing is with the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835154006">thermal compound remover</a>.
</div>
<div style="overflow:hidden; margin-bottom:10px;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/24-014-173-15.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824014173">BenQ 24&#8243; G2400WD</a>: One of the best gaming monitors with a 1920&#215;1200, 1:1 pixel mapping, and a 2ms response time. Some other good choices are the Samsung <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824014173">T240</a> or <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824001280">T240HD</a> (with TV tuner), or <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16824236052">ASUS VH242H</a>.
</div>
<div style="overflow:hidden;">
<img src="http://c1.neweggimages.com/ProductImageCompressAll/36-121-006-02.jpg" alt="" class="alignleft"/><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16836121006">Logitech X-540</a>: Good entry level 5.1 speakers. The next step up is the<a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16836121120"> Logitech Z-5500</a> which have been known to go on sale as <a href="http://www.geeks.com/details.asp?invtid=970115-0403-R">refurbished items</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/02/23/more-like-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackboard and RSS</title>
		<link>http://jamesrohal.com/2009/01/07/blackboard-and-rss/</link>
		<comments>http://jamesrohal.com/2009/01/07/blackboard-and-rss/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:19:38 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jamesrohal.com/?p=152</guid>
		<description><![CDATA[A gripe that I have with Blackboard is its lack of RSS feeds. Minimally I would like to subscribe to my Announcements, but that appears to be impossible. The only type of feed I could even find in BB is in the podcast section. BlB also makes it difficult to include RSS feeds into course [...]]]></description>
			<content:encoded><![CDATA[<p>A gripe that I have with Blackboard is its lack of RSS feeds. Minimally I would like to subscribe to my Announcements, but that appears to be impossible. The only type of feed I could even find in BB is in the podcast section. </p>
<p>BlB also makes it difficult to include RSS feeds into course modules. I am not sure whether the <a href="http://www.blackboard.com/corp/objects/inc/B2Details.asp?ExtensionID=10183&#038;Page=About">RSS module with descriptions</a> is the solution to my problem or would even work on Miami&#8217;s BB server. The only reason I would want to implement something like that is so I could aggregate the course&#8217;s announcements and posts from the course&#8217;s brand spankin&#8217; <a href="http://mth151.wordpress.com">new blog</a>. Currently I use <a href="http://code.google.com/apis/ajaxfeeds/">Google&#8217;s AJAX Feed API</a> to grab the WordPress feed and put it in a permanent announcement.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesrohal.com/2009/01/07/blackboard-and-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

