<?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>redconfetti &#187; computing tips</title>
	<atom:link href="http://www.redconfetti.com/category/computing-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redconfetti.com</link>
	<description>the journal of maxwell keyes</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:44:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Hulu Desktop</title>
		<link>http://www.redconfetti.com/2010/04/hulu-desktop/</link>
		<comments>http://www.redconfetti.com/2010/04/hulu-desktop/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 23:33:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=361</guid>
		<description><![CDATA[I just want to let everyone on the Internet know that the Hulu Desktop application rocks. Seriously. I have an iMac, which came with a remote controller for use with FrontRow, a multimedia viewer which uses a 10-foot user interface, and came packaged with Mac OSX when I bought the computer. I&#8217;ve been using Hulu [...]]]></description>
			<content:encoded><![CDATA[<p>I just want to let everyone on the Internet know that the <a href="http://www.hulu.com/labs/hulu-desktop">Hulu Desktop</a> application rocks. Seriously.</p>
<p><img class="aligncenter size-medium wp-image-362" title="hulu-desktop" src="http://www.redconfetti.com/wp-content/uploads/2010/04/hulu-desktop-300x262.gif" alt="" width="300" height="262" /></p>
<p>I have an iMac, which came with a remote controller for use with FrontRow, a multimedia viewer which uses a <a href="http://en.wikipedia.org/wiki/10-foot_user_interface">10-foot user interface</a>, and came packaged with Mac OSX when I bought the computer. I&#8217;ve been using Hulu Desktop for a while with my Mac now and it works great. It ties into my Hulu account and lets me setup subscriptions to the shows that I like, so I can quickly navigate to view the latest <a href="http://www.hulu.com/lost">Lost episode</a> of season 6, or even watch clips of the latest <a href="http://www.hulu.com/saturday-night-live">Saturday Night Live</a> episodes.</p>
<p>I just sit back in my bed and watch without having to be face-to-face with the computer screen, which is great because I&#8217;m face-to-face with a computer screen all day at work. Sure, I should be out jogging or something, but if I want to unwind with a comedy on-demand, this is great. Oh yeah, I don&#8217;t have cable also&#8230;.I can&#8217;t justify paying for cable and Internet at the same time, so this is a great. I can&#8217;t wait for all the networks to come onboard and offer subscriptions to view shows online, with very minimal commercial interuptions.</p>
<p>If you don&#8217;t own a Mac, don&#8217;t think that you&#8217;re left out. The Hulu Desktop FAQ states &#8220;&#8230;Hulu Desktop will work with Apple and Windows Media Center remotes. Remotes that are compatible with Windows XP and Vista can be purchased at most electronics retailers.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2010/04/hulu-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic Koala &#8211; VNC resolution limited without monitor</title>
		<link>http://www.redconfetti.com/2010/02/ubuntu-9-10-karmic-koala-vnc-resolution-limited-without-monitor/</link>
		<comments>http://www.redconfetti.com/2010/02/ubuntu-9-10-karmic-koala-vnc-resolution-limited-without-monitor/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 11:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=356</guid>
		<description><![CDATA[Update 04/23/2010 &#8211; I&#8217;m not finding a solution to this issue. Sorry. I&#8217;ve lost interest. I recently setup Ubuntu 9.10 on a desktop system, so I could use it as a file server. I&#8217;m was able to enable the remote desktop feature for it, which is basically a VNC server. The issue is that once [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;">Update 04/23/2010 &#8211; I&#8217;m not finding a solution to this issue. Sorry. I&#8217;ve lost interest.</span></p>
<p>I recently setup Ubuntu 9.10 on a desktop system, so I could use it as a file server. I&#8217;m was able to enable the remote desktop feature for it, which is basically a VNC server.</p>
<p>The issue is that once I disconnected a monitor from the computer and set it up next to my router (plugged directly in), and restarted it, VNC would only work with a maximum resolution of 640&#215;480.</p>
<p>In a <a href="http://ubuntu-virginia.ubuntuforums.org/showthread.php?p=8636175">forum</a> someone pointed out that this configuration added to /etc/X11/xorg.conf would save the day:</p>
<pre>Section "Device"
        Identifier "VNC Device"
        Driver "vesa"
EndSection

Section "Screen"
        Identifier "VNC Screen"
        Device "VNC Device"
        Monitor "VNC Monitor"
        SubSection "Display"
        Modes "1024x768"
        EndSubSection
EndSection

Section "Monitor"
        Identifier "VNC Monitor"
        HorizSync 30-70
        VertRefresh 50-75
EndSection</pre>
<p>I just restarted after my &#8216;sudo service gdm restart&#8217; command didn&#8217;t seem to work. I think this might have something to do with a special Nvidia driver I&#8217;m using. Hm&#8230;</p>
<p>And I thought this <a href="http://webgroupwest.com/2010/01/fixing-screen-resolution-for-a-ubuntu-headless-vnc-server/">most recent article</a> was giving me the holy grail.</p>
<p>Eh. I&#8217;m going to bed now. It&#8217;s 3:29 AM. I&#8217;ll slay this dragon later perhaps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2010/02/ubuntu-9-10-karmic-koala-vnc-resolution-limited-without-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Dimension 3000 &#8211; Audio is Choppy</title>
		<link>http://www.redconfetti.com/2010/01/dell-dimension-3000-audio-is-choppy/</link>
		<comments>http://www.redconfetti.com/2010/01/dell-dimension-3000-audio-is-choppy/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 22:49:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=336</guid>
		<description><![CDATA[At work I have a Dell Dimension 3000 workstation, and for months I&#8217;ve put up with the computer being kind of slow. I just figured it was due to the computer being kind of old&#8230;but I brought in some headphones so I could do some serious music listening while I work and just got fed [...]]]></description>
			<content:encoded><![CDATA[<p>At work I have a Dell Dimension 3000 workstation, and for months I&#8217;ve put up with the computer being kind of slow. I just figured it was due to the computer being kind of old&#8230;but I brought in some headphones so I could do some serious music listening while I work and just got fed up with the way the sound was choppy. Anytime I&#8217;d do anything processor intensive the music I was listening to in <a href="http://www.grooveshark.com/" target="_blank">Grooveshark</a> (which I highly recommend you check out) would sound like crap.</p>
<p>So I installed the latest sound driver from Dell.com for the integrated sound card and still after rebooting it sucked. Also when I start the computer up in the morning, I would have to wait like 3 minutes at least for all the startup programs to load. Nothing else would open until this was done.</p>
<p>So anyway, I searched for a solution to this issue and found this post:</p>
<p><a href="http://www.softwaretipsandtricks.com/forum/hardware-problems/29157-choppy-sound-dell-dimension-3000-a.html">http://www.softwaretipsandtricks.com/forum/hardware-problems/29157-choppy-sound-dell-dimension-3000-a.html</a></p>
<p>It turns out that the Primary IDE controller in Windows XP was set to use some sort of PIO mode to communicate with the hard drive on the computer, as opposed to DMA mode. DMA stands for Direct Memory Access, and is totally more efficient than the PIO mode, Programmed Input-Output, where the central processor transfers data byte for byte or word for word through your system to the other components (like your sound card).</p>
<p>My computer runs blazing fast now in comparison to how it was running before. I&#8217;m so glad I checked into this. If you have a Dell Dimension 3000 and it&#8217;s running like crap, definitely try this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2010/01/dell-dimension-3000-audio-is-choppy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un-Hide Someone in Facebook</title>
		<link>http://www.redconfetti.com/2010/01/un-hide-someone-in-facebook/</link>
		<comments>http://www.redconfetti.com/2010/01/un-hide-someone-in-facebook/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:40:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=331</guid>
		<description><![CDATA[My aunt recently asked me how to un-hide someone from the news feed for her Facebook account. Like many other people before her, she&#8217;s pressed the &#8216;Hide&#8217; button for someone, then realized it was a mistake&#8230;but couldn&#8217;t find out how to unhide them. To add someone back to your Facebook news feed, simply scroll to [...]]]></description>
			<content:encoded><![CDATA[<p>My aunt recently asked me how to un-hide someone from the news feed for her Facebook account.</p>
<p><a href="http://www.redconfetti.com/wp-content/uploads/2010/01/hide-news-feed-button-facebook.gif" rel="lightbox[331]"><br />
<img class="aligncenter size-full wp-image-332" title="hide news feed button facebook" src="http://www.redconfetti.com/wp-content/uploads/2010/01/hide-news-feed-button-facebook.gif" alt="" width="583" height="214" /></a></p>
<p>Like many other people before her, she&#8217;s pressed the &#8216;Hide&#8217; button for someone, then realized it was a mistake&#8230;but couldn&#8217;t find out how to unhide them.</p>
<p>To add someone back to your Facebook news feed, simply scroll to the bottom of the page and click on the &#8216;Edit Options&#8217; link for your news feed.</p>
<p><a href="http://www.redconfetti.com/wp-content/uploads/2010/01/edit-options-facebook.gif" rel="lightbox[331]"><img class="aligncenter size-full wp-image-333" title="edit options facebook unhide" src="http://www.redconfetti.com/wp-content/uploads/2010/01/edit-options-facebook.gif" alt="" width="570" height="213" /></a></p>
<p>After you&#8217;ve done this, simply click on the &#8216;Add to News Feed&#8217; button to add updates regarding one of your friends, or other pages, back to your Facebook news feed.</p>
<p><a href="http://www.redconfetti.com/wp-content/uploads/2010/01/hidden-from-news-feed-facebook.gif" rel="lightbox[331]"><img class="aligncenter size-full wp-image-334" title="hidden from news feed facebook" src="http://www.redconfetti.com/wp-content/uploads/2010/01/hidden-from-news-feed-facebook.gif" alt="" width="545" height="353" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2010/01/un-hide-someone-in-facebook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Selenium &#8211; no display specified</title>
		<link>http://www.redconfetti.com/2010/01/selenium-no-display-specified/</link>
		<comments>http://www.redconfetti.com/2010/01/selenium-no-display-specified/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 18:51:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=329</guid>
		<description><![CDATA[I&#8217;m not very experienced with X-windows on the Linux platform, so I&#8217;m not too skilled in troubleshooting issues with the display. I recently upgraded an Ubuntu system at work to use Ubuntu 9.04 (Jaunty Jackalope), which only has Firefox 3 available (no package for Firefox 2). I had a Selenium server setup running tests, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not very experienced with X-windows on the Linux platform, so I&#8217;m not too skilled in troubleshooting issues with the display. I recently upgraded an Ubuntu system at work to use Ubuntu 9.04 (Jaunty Jackalope), which only has Firefox 3 available (no package for Firefox 2). I had a Selenium server setup running tests, but they stopped working after I upgraded to this newer version of Ubuntu.</p>
<p>I thought that perhaps Selenium wasn&#8217;t compatible with version 3 of Firefox, but this isn&#8217;t the case. The Selenium website says <a href="http://seleniumhq.org/about/platforms.html#operating-systems" target="_blank">&#8216;Firefox 2+&#8217; for browsers running on Linux</a>.</p>
<p>The error I was receiving when I would run a test was:</p>
<p><code><br />
10:46:19.778 INFO - Preparing Firefox profile...<br />
Error: no display specified<br />
</code></p>
<p>After a bunch of research and Googling online, it turned out I just needed to run this before I started my Selenium server:</p>
<p><code>export DISPLAY=:0</code></p>
<p>I hope this saves someone else some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2010/01/selenium-no-display-specified/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Check boxes disappear in Google Chrome</title>
		<link>http://www.redconfetti.com/2009/12/check-boxes-disappear-in-google-chrome/</link>
		<comments>http://www.redconfetti.com/2009/12/check-boxes-disappear-in-google-chrome/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 18:11:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=312</guid>
		<description><![CDATA[At work I&#8217;m using Google Chrome 3.0.195.38 on Windows XP, and recently the check boxes on various pages have disappeared. I tried to upgrade to the latest BETA version, but this didn&#8217;t resolve the issue. I un-installed and reinstalled to the current version (the one I just mentioned), but this still didn&#8217;t resolve the issue. [...]]]></description>
			<content:encoded><![CDATA[<p>At work I&#8217;m using Google Chrome 3.0.195.38 on Windows XP, and recently the check boxes on various pages have disappeared. I tried to upgrade to the latest BETA version, but this didn&#8217;t resolve the issue. I un-installed and reinstalled to the current version (the one I just mentioned), but this still didn&#8217;t resolve the issue.</p>
<p>Further investigation revealed that <a href="http://code.google.com/p/chromium/issues/detail?id=3151">someone has reported</a> the following:</p>
<blockquote><p>This bug is still existent in 4.0.249.30. It seems to happen randomly, and can be fixed<br />
without exiting the tab or browser by right clicking the Windows task bar, going to<br />
properties, then simply pressing OK.</p></blockquote>
<p>I tested this myself by right-clicking on my Windows task bar, then selecting &#8216;Properties&#8217;.</p>
<p><img src="http://www.redconfetti.com/wp-content/uploads/2009/12/windows-taskbar-properties.gif" alt="right click windows taskbar properties" title="windows-taskbar-properties" width="230" height="205" class="aligncenter size-full wp-image-313" /></p>
<p>I then simply press the &#8216;OK&#8217; button.</p>
<p><img src="http://www.redconfetti.com/wp-content/uploads/2009/12/windows-taskbar-properties-okay.gif" alt="windows taskbar properties okay button" title="windows-taskbar-properties-okay" width="415" height="459" class="aligncenter size-full wp-image-314" /></p>
<p>After this I refreshed my page, and whala! The check boxes re-appeared.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2009/12/check-boxes-disappear-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Analytics for WordPress Not Working</title>
		<link>http://www.redconfetti.com/2009/03/google-analytics-for-wordpress-not-working/</link>
		<comments>http://www.redconfetti.com/2009/03/google-analytics-for-wordpress-not-working/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:57:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing tips]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.redconfetti.com/?p=67</guid>
		<description><![CDATA[I just installed the Google Analytics for WordPress plugin, because it seems like everyone is doing it now and I&#8217;m missing out on something. After installing and configuring this plugin, I went through my site and refreshed a couple pages, only to find out that the javascript needed for the analytics was not being included [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed the <a href="http://yoast.com/wordpress/google-analytics/">Google Analytics for WordPress</a> plugin, because it seems like everyone is doing it now and I&#8217;m missing out on something.</p>
<p>After installing and configuring this plugin, I went through my site and refreshed a couple pages, only to find out that the javascript needed for the analytics was not being included in the HTML as I expected. <a href="http://www.google.com/analytics/"><img class="wp-image-68 alignleft" style="border: 0pt none;" title="Google Analytics" src="http://www.redconfetti.com/wp-content/uploads/2009/03/google_anal.png" alt="Google Analytics" width="240" height="180" /></a>I tried to briefly search for help on this, but I didn&#8217;t find anything.</p>
<p>It turns out that you have to be logged out of WordPress for this to display within the code. It makes sense, you don&#8217;t want your statistics to tell you about your traffic on your own website, you want to know the stats on REAL visitors. I hope this tip helps save someone some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redconfetti.com/2009/03/google-analytics-for-wordpress-not-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
