<?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>Mitchelaneous &#187; hacks</title>
	<atom:link href="http://www.mitchelaneous.com/tag/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mitchelaneous.com</link>
	<description>geeky tutorials, tips, guides and reviews</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove Extra Feeds in WordPress</title>
		<link>http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/</link>
		<comments>http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 12:37:50 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Development Tutorials]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/</guid>
		<description><![CDATA[How can you remove the extra RSS feeds that are displayed in your WordPress blog, in the address bar of most modern browsers?  On my website, I only want to show my one RSS feed for people to subscribe to.  I don&#8217;t want to display the comment feed or the separate feed for a category.  [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 0px 0px 4px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" title="Remove Extra RSS in WordPress" src="http://www.mitchelaneous.com/wp-content/uploads/2010/12/wp.jpg" border="0" alt="WordPress Tip" width="142" height="135" align="right" />How can you remove the extra RSS feeds that are displayed in your WordPress blog, in the address bar of most modern browsers?  On my website, I only want to show my <strong>one</strong> RSS feed for people to subscribe to.  I don&#8217;t want to display the comment feed or the separate feed for a category.  For me, showing too many RSS feeds is confusing to a novice user.  So here is how you can turn off the extra feeds (such as category feeds) in WordPress.</p>
<p><span id="more-4341"></span></p>
<p>Place this snipit of code in your theme&#8217;s functions.php file:</p>
<p><span style="font-family: Courier New;">remove_action( &#8216;wp_head&#8217;, &#8216;feed_links_extra&#8217;, 3 ); </span></p>
<p>or if you don&#8217;t yet have anything in your functions.php file, you might have to put the PHP info in there, like so:</p>
<pre><code>&lt;?php</code> remove_action( 'wp_head', 'feed_links_extra', 3 ); <code>?&gt;</code></em></pre>
<p>That should effectively remove the extra RSS feeds displayed on your blog posts.</p>
<p>Hope this helps you out with un-cluttering some of the crap the WordPress or WordPress themes like to put in your header information.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/12/06/remove-extra-feeds-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extra Thick Windows Menu Bar Trick</title>
		<link>http://www.mitchelaneous.com/2010/04/13/extra-thick-windows-menu-bar-trick/</link>
		<comments>http://www.mitchelaneous.com/2010/04/13/extra-thick-windows-menu-bar-trick/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 12:23:15 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[menu bar]]></category>
		<category><![CDATA[organize]]></category>
		<category><![CDATA[productive]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tall]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.mitchelaneous.com/2010/04/13/extra-thick-windows-menu-bar-trick/</guid>
		<description><![CDATA[Want a more productive menu bar in Windows? For the past few months now, I’ve gone with the extra thick menu bar at the bottom of my computer.  Since my screen size is so big now (1920&#215;1200), I figured I could spare the extra space.  Here is how I created mine, just in case you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="Mitch's Menu Bar in Windows Vista" src="http://www.mitchelaneous.com/wp-content/uploads/2010/04/image1.png" border="0" alt="Mitch's Menu Bar in Windows Vista" width="474" height="135" /></p>
<p>Want a more productive menu bar in Windows?</p>
<p>For the past few months now, I’ve gone with the extra thick menu bar at the bottom of my computer.  Since my screen size is so big now (1920&#215;1200), I figured I could spare the extra space.  Here is how I created mine, just in case you might want to try the same.</p>
<p><span id="more-3458"></span></p>
<p>To get the extra tall menu bar in the first place, you need to right-click on the menu bar down there and unlock it.  Next, just grab the edge of it with your mouse and stretch it up till it is the size you want.</p>
<p><strong>Little Recycle Bin</strong></p>
<p>Next, create a shortcut of your Recycle Bin on your desktop (right-click, create shortcut) and then cut and paste that into your Quick Launch toolbar.</p>
<p><strong>Customized Toolbars</strong></p>
<p>To setup the categorized shortcut icons, you just need to right-click on the menu bar, select “Toolbars” and then “New Toolbar”. Then, select a place you want to hide your toolbar shortcuts (I have mine in My Documents &gt; Toolbars) and create a new folder in that location.</p>
<p>Now you have the toolbar there, but it is empty.  You can either drag and drop items down there, or navigate to the folder’s location and create your shortcuts there.  Here is the inside of my “apps” toolbar folder in Windows.</p>
<p><img style="display: inline; border: 0px;" title="Apps Toolbar Folder" src="http://www.mitchelaneous.com/wp-content/uploads/2010/04/image2.png" border="0" alt="Apps Toolbar Folder" width="500" height="385" /></p>
<p>That’s it.  Now you can choose to customize from this point on to meet your own needs.  You might even mix in a few internet shortcuts (like to Gmail or Google Calendar) to give yourself quicker access to them.</p>
<p>Hope this comes in handy for those of you looking for more productive ways to organize your Windows menu bar/toolbar layout.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2010/04/13/extra-thick-windows-menu-bar-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Download Link for YouTube Videos</title>
		<link>http://www.mitchelaneous.com/2007/06/05/get-download-link-for-youtube-videos/</link>
		<comments>http://www.mitchelaneous.com/2007/06/05/get-download-link-for-youtube-videos/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 11:48:12 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=1123</guid>
		<description><![CDATA[There are a few videos on YouTube I wouldn&#8217;t mind saving to watch later &#8211; take this one for example. Come on, I know you could all watch my Web hosting stress relief video all day long. Why go get a new extension to do a job I can do myself with a simple Greasemonkey [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.mitchelaneous.com/wp-content/uploads/2007/06/tubedl.png' alt='Download YouTube Videos' /></p>
<p>There are a few videos on YouTube I wouldn&#8217;t mind saving to watch later &#8211; take <a href="http://youtube.com/watch?v=MwX2bmYl_88">this one</a> for example.  Come on, I know you could all watch my Web hosting stress relief video all day long.  Why go get a new extension to do a job I can do myself with a simple Greasemonkey user script?  This is all you need to do &#8211; pick up the <a href="http://userscripts.org/scripts/show/9511">YouTube Video Download</a> script at userscripts.org for Greasemonkey.</p>
<p>After doing so &#8211; you get a pretty little download icon as you see in the image above where you can download any video from the Web site.  You&#8217;ll get it as an .flv file.  Then you can play it in that format using a player like <a href="http://www.videolan.org/vlc/">VLC Media Player</a> or convert it to something else.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2007/06/05/get-download-link-for-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Google Notebook in Firefox Sidebar</title>
		<link>http://www.mitchelaneous.com/2007/04/20/open-google-notebook-in-firefox-sidebar/</link>
		<comments>http://www.mitchelaneous.com/2007/04/20/open-google-notebook-in-firefox-sidebar/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 15:52:47 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[Popular Posts]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=1057</guid>
		<description><![CDATA[I like using Google&#8217;s Notebook feature but the extension they give you is a little lacking. I think it is too small and doesn&#8217;t allow me to open and shut it very quickly. What&#8217;s the solution? Well I took the Google personalized homepage widget for Google Notebook and added it to the sidebar of Firefox. [...]]]></description>
			<content:encoded><![CDATA[<p>I like using Google&#8217;s Notebook feature but the extension they give you is a little lacking.  I think it is too small and doesn&#8217;t allow me to open and shut it very quickly.  What&#8217;s the solution?  Well I took the Google personalized homepage widget for Google Notebook and added it to the sidebar of Firefox.</p>
<p><center><img src="http://www.mitchelaneous.com/wp-content/uploads/2007/04/googlenotebooksidebar.png" alt="Google Notebook in Firefox Sidebar" /></center><center> </center><center> </center>This is much like the &#8220;<a href="http://www.firefoxfacts.com/2007/03/29/add-google-talk-to-firefox-sidebar/">Add Google Talk to the Firefox Sidebar</a>&#8221; trick that was so popular a few weeks back.</p>
<ol>
<li>Create a new bookmark <em>(right-click and select &#8220;Bookmark this link&#8230;&#8221;)</em> for this address:<br />
<blockquote><p><a href="http://www.google.com/notebook/ig?hl=__MSG_locale__">http://www.google.com/notebook/ig?hl=__MSG_locale__</a></p></blockquote>
</li>
<li>Right-click on that bookmark and select “Properties”.</li>
<li>Check the box that says, “Load this bookmark in sidebar” and you are good to go!  It isn&#8217;t exactly rocket science so everybody should be able to enjoy this one.</li>
</ol>
<p>Now you have a full note taking application to work with in your sidebar and it beats that tiny default extension Google provides you any day of the week.</p>
<form style="padding:3px;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=471338', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<p><strong>Don&#8217;t miss out on any more geek candy!</strong>
<p>Enter your e-mail address to subscribe to the free Mitchelaneous e-mail updates:</p>
<input type="text" style="width:140px" name="email"/>
<input type="hidden" value="http://feeds.feedburner.com/~e?ffid=471338" name="url"/>
<input type="hidden" value="Mitchelaneous" name="title"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="submit" value="Subscribe" /></form>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2007/04/20/open-google-notebook-in-firefox-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Visual Styles in Windows XP</title>
		<link>http://www.mitchelaneous.com/2006/12/28/changing-visual-styles-in-windows-xp/</link>
		<comments>http://www.mitchelaneous.com/2006/12/28/changing-visual-styles-in-windows-xp/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 10:00:33 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Desktop Apps]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[visual-styles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=880</guid>
		<description><![CDATA[A couple of times in the past I have posted about visual styles I have found on the Web that I like. Every time that I do I get an E-mail from somebody or a comment asking how I can do it. By default, the Microsoft peeps usually don&#8217;t like for you to install &#8220;unsigned&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of times in the past I have posted about visual styles I have found on the Web that I like.</p>
<p>Every time that I do I get an E-mail from somebody or a comment asking how I can do it.  By default, the Microsoft peeps usually don&#8217;t like for you to install &#8220;unsigned&#8221; themes.  That is the reason why you have been either stuck in the Windows 2000 interface or the Fisher Price &#8220;Luna&#8221; theme.</p>
<p>Well, while doing some random surfing on the Web during my holiday break I happened to run across a nice guide on how to use visual styles that puts it in a way that I never could.  Check it out &#8211; and then check out some of <a href="http://www.mitchelaneous.com/index.php?s=visual+styles">my visual style suggestions</a> to get yourself started on making Windows XP look a little better.</p>
<p>+ <a href="http://terrill.ca/articles/visual_styles_xp">Customize Windows XP With Your Own Downloaded Visual Styles!</a></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2006/12/28/changing-visual-styles-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get McAfee Off SiteAdvisor Button in Firefox</title>
		<link>http://www.mitchelaneous.com/2006/11/13/get-mcafee-off-siteadvisor-button-in-firefox/</link>
		<comments>http://www.mitchelaneous.com/2006/11/13/get-mcafee-off-siteadvisor-button-in-firefox/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 12:00:20 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[SiteAdvisor]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=823</guid>
		<description><![CDATA[Wasted space is a real pain in the butt for me. I really like the SiteAdvisor extension for Firefox. The only problem that I have with it is that it takes up too much space on the bottom of the browser window. Now before McAfee took them over I could live with the icon. How [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image822" src="http://www.mitchelaneous.com/wp-content/uploads/2006/11/sa.jpg" alt="sa.jpg" align="right"/>Wasted space is a real pain in the butt for me.</p>
<p>I really like the SiteAdvisor extension for Firefox.  The only problem that I have with it is that it takes up too much space on the bottom of the browser window.  Now before McAfee took them over I could live with the icon.</p>
<p>How about now?  It is just annoying.  This is what inspired me to want to fix this problem.  With this quick extension edit you can down size that icon and take the &#8220;McAfee&#8221; part off of it.  I love SiteAdvisor but I do not need a McAfee looking back at me every time I glance down there.</p>
<p>If somebody wants me to do so, I can post longer instructions on how I got this done.  In all reality you can replace the graphics here (just .gif files) with anything you wish.  I figured ninety percent of the folks out there just want it done and don&#8217;t care how to do it on their own.</p>
<p>First thing you need to do is download this file.</p>
<p>+ <a href="http://www.mitchelaneous.com/firefox/safe.jar">Download This File! (safe.jar)</a></p>
<p>Now that you have that downloaded, search your computer for this folder:</p>
<p>{1650a312-02bc-40ee-977e-83f158701739}</p>
<p>If you have a problem finding it there, then check out this path:</p>
<p>C:\Documents and Settings\(user name)\AplicationData\Mozilla\Firefox\Profiles\(random number)\extensions\</p>
<p>Look in there till you find the folder for SiteAdvisor.  It might take some snooping &#8211; hence the reason why I included the &#8220;find the folder&#8221; method above.</p>
<p>Once you have found it, open it up then go into the &#8220;chrome&#8221; folder.  Now inside this folder you should see a file called safe.jar.  This is the one you want to replace.  Drag the safe.jar that you downloaded from me into this folder, then replace it.</p>
<p>Restart Firefox, and your new down sized SiteAdvisor button should be there.  Want more Firefox help and tips like this?  Make sure you go visit and subscribe to <a href="http://www.firefoxfacts.com">FirefoxFacts.com</a>.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2006/11/13/get-mcafee-off-siteadvisor-button-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding New Feed Readers to Firefox 2</title>
		<link>http://www.mitchelaneous.com/2006/09/18/adding-new-feed-readers-to-firefox-2/</link>
		<comments>http://www.mitchelaneous.com/2006/09/18/adding-new-feed-readers-to-firefox-2/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 10:00:30 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Hot Web Topics]]></category>
		<category><![CDATA[changing]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox-2]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Rojo]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=762</guid>
		<description><![CDATA[One of the few annoyances I have found with Firefox 2.0 is there was no way for me to add Rojo in as my feed reader of choice. By default, if you don&#8217;t use one of the recommended ones, you are out of luck for right now. I decided to look around to see if [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image760" src="http://www.mitchelaneous.com/wp-content/uploads/2006/09/start.jpg" alt="start.jpg" align="right"/>One of the few annoyances I have found with Firefox 2.0 is there was no way for me to add <a href="http://www.rojo.com">Rojo</a> in as my feed reader of choice.  By default, if you don&#8217;t use one of the recommended ones, you are out of luck for right now.  I decided to look around to see if I could find a solution though.</p>
<p>1.  The first thing you need to do is go into <code>about:config</code>.  Just type &#8220;about:config&#8221; into your address bar.</p>
<p>2.  Now the second thing you need to do is decide which feed reader you are going to replace.  I replaced the Google Feed Reader with Rojo.</p>
<p>Now scroll down in <code>about:config</code> till you find the string called:</p>
<blockquote><p><strong>browser.contentHandlers.types.2.title</strong></p></blockquote>
<p>Right-click this string and choose &#8220;Modify&#8221;.  Now get rid of the name that is there, and add the name of your new feed reader.  (I typed &#8220;Rojo&#8221; in this box)  Then hit &#8220;OK&#8221;.</p>
<p>3.  Next you will need to look a little further down in <code>about:config</code> till you find the string called:</p>
<blockquote><p><strong>browser.contentHandlers.types.2.uri</strong></p></blockquote>
<p>Right-click this string and choose &#8220;Modify&#8221; again.  This time you are going to have to change the URL that your service in question uses.  In the place where the feed would go, put in &#8220;%s&#8221;.  So for Rojo, I typed this into that box:</p>
<p><em>http://www.rojo.com/add-subscription?resource=%s</em></p>
<p><a class="imagelink" href="http://www.mitchelaneous.com/wp-content/uploads/2006/09/last.jpg" title="last.jpg"><img id="image762" src="http://www.mitchelaneous.com/wp-content/uploads/2006/09/last.thumbnail.jpg" alt="last.jpg" align="right" /></a>Then hit &#8220;OK&#8221;.</p>
<p>4.  After you get done with that, restart Firefox 2.  Go into Tools, then Options, then Feeds.  If all goes well, you should see your feed reader of choice replacing the old selection you had.  Instead of Google, I now have Rojo.  Select your new option, hit &#8220;OK&#8221; and you are done!</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2006/09/18/adding-new-feed-readers-to-firefox-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making MySpace Almost Usable in 4 Steps</title>
		<link>http://www.mitchelaneous.com/2006/06/28/making-myspace-almost-usable-in-4-steps/</link>
		<comments>http://www.mitchelaneous.com/2006/06/28/making-myspace-almost-usable-in-4-steps/#comments</comments>
		<pubDate>Wed, 28 Jun 2006 15:00:00 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Apps]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[usable]]></category>

		<guid isPermaLink="false">http://64.38.8.130/~mitchela/?p=595</guid>
		<description><![CDATA[You know and I know it, MySpace is ugly as hell and filled with a lot of ugly Web pages. Even the basic design of MySpace is down right unusable at times. So why use it? Well, everybody and their grandmother is on there, so it is still a good way to stay in touch [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myspace.com/mitchkeeler"><img src="http://mitch.lockergnome.net/myspace.jpg" align="right" border="0" /></a>You know and I know it, MySpace is ugly as hell and filled with a lot of ugly Web pages.  Even the basic design of <a href="http://www.myspace.com">MySpace</a> is down right unusable at times.  So why use it?  Well, everybody and their grandmother is on there, so it is still a good way to stay in touch with folks.  So you don&#8217;t want it to be ugly and unusable, but you do want to use the service.  What is a guy to do?</p>
<p>Well, the first step is to get <a href="http://greasemonkey.mozdev.org/">Greasemonkey for Firefox</a>.</p>
<p>The next step would be to visit <a href="http://www.userscripts.org/">UsefulScripts.org</a> and pick up a few handy helpers.  What are the scripts you need?</p>
<p><strong>1. <a href="http://userscripts.org/scripts/show/3327">MySpace View All Friends +</a></strong></p>
<p>This script adds a few more links on the &#8220;View All Friends&#8221; Web page via MySpace that makes checking out your friends a lot easier.  It adds &#8220;Message&#8221; link for you to send them a message.  It adds a &#8220;Comment&#8221; link for you to leave a comment for them. Last but not least, you get a &#8220;View Pics&#8221; link to view your friend&#8217;s pictures.</p>
<p><strong>2.  <a href="http://userscripts.org/scripts/show/3332">MySpace Annoyance Removal</a></strong></p>
<p>Now lets clear away some of that stuff you don&#8217;t really need.  The author of this script says:</p>
<blockquote><p> This script removes the Cool New People (that really aren&#8217;t even that cool), the Featured Profile (that nobody cares about), the block ad at http://home.myspace.com/* (which, when animated, can reduce the viewer to a drooling pile of mush), the ad at the top of the page (which is just as annoying as the block ad), and the full-page ads- plus it even lets you block CSS, images, or flash for individual profiles (this is in the form of a link that replaces the &#8220;Extended Network&#8221; text), and it’ll even remember and let you change your settings. It even has automatic release notification so that you’ll never be without the latest version!</p></blockquote>
<p><strong>3. <a href="http://userscripts.org/scripts/show/3895">MySpace Headshrinker</a></strong></p>
<p>I do not really think I need to explain this one.  It shrinks the &#8220;white space&#8221; left in the head of the MySpace Web pages.</p>
<p>So there you have it, an almost usable version of MySpace in four steps.</p>
<p><em><strong>Update:</strong>  I updated the URL for <a href="http://userscripts.org/scripts/show/3327">MySpace View All Friends +</a>.  Thanks to Jade for pointing that out to me. <img src='http://www.mitchelaneous.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Mitchelaneous <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a>    <br />
<br>&nbsp;                                             ]]></content:encoded>
			<wfw:commentRss>http://www.mitchelaneous.com/2006/06/28/making-myspace-almost-usable-in-4-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

