<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ryan Rampersad</title>
	
	<link>http://ryan.ifupdown.com</link>
	<description>Opinions, Thoughts and Ideas - PHP, Java and Javascript</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:31:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ryanrampersadblog" /><feedburner:info uri="ryanrampersadblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Create a Branch and Switch to it in Git</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/oYmEvxV_-JE/</link>
		<comments>http://ryan.ifupdown.com/2010/03/10/create-a-branch-and-switch-to-it-in-git/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 23:31:25 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1987</guid>
		<description>You probably already figured this one out if you use git. But if you&amp;#8217;re new to all of those awesome git tricks, well, here you go.
I always forget to checkout the branch I just created, so having it wrapped up in a single command is absolutely perfect.
git checkout -b [name of new branch]
That takes care [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/11/02/virtualbox-guest-additions-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: VirtualBox Guest Additions in Ubuntu 9.10'&gt;VirtualBox Guest Additions in Ubuntu 9.10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/06/24/java-tips-main-string-args/' rel='bookmark' title='Permanent Link: Java Tips: main(String[] args)'&gt;Java Tips: main(String[] args)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/01/01/command-prompt-from-context-menu/' rel='bookmark' title='Permanent Link: Command Prompt from Context Menu'&gt;Command Prompt from Context Menu&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/oYmEvxV_-JE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/03/10/create-a-branch-and-switch-to-it-in-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/03/10/create-a-branch-and-switch-to-it-in-git/</feedburner:origLink></item>
		<item>
		<title>Setting Build Path has Encountered a Problem in Eclipse</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/2m_0gcvcbBY/</link>
		<comments>http://ryan.ifupdown.com/2010/03/03/setting-build-path-has-encountered-a-problem-in-eclipse/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 03:10:35 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1982</guid>
		<description>Adding a jar to an eclipse project is normally really easy. I came home from school today after adding the AP Computer Science gridworld jar. I always have to add external libraries twice because at school we have OSX and at home I have Windows, so the file paths don&amp;#8217;t match up.
So after trying to [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/12/16/eclipse-local-history-settings/' rel='bookmark' title='Permanent Link: Eclipse &amp;#8211; Local History Settings'&gt;Eclipse &amp;#8211; Local History Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/12/08/read-a-text-file-in-java-in-eclipse/' rel='bookmark' title='Permanent Link: Read a Text File in Java, In Eclipse'&gt;Read a Text File in Java, In Eclipse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/12/11/eclipse-x64-bit-on-windows/' rel='bookmark' title='Permanent Link: Eclipse x64-bit On Windows'&gt;Eclipse x64-bit On Windows&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/2m_0gcvcbBY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/03/03/setting-build-path-has-encountered-a-problem-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/03/03/setting-build-path-has-encountered-a-problem-in-eclipse/</feedburner:origLink></item>
		<item>
		<title>Queue Ajax Requests in Mootools</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/s_zES7XjdU4/</link>
		<comments>http://ryan.ifupdown.com/2010/02/25/queue-ajax-requests-in-mootools/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 23:52:56 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Mootools]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[chain]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[request]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1978</guid>
		<description>On a recent project, I used ajax to render a full cell of a table upon clicking it. I found that without some kind of queue, my clients would click on a bunch to expand them, but only the first would render. Mootools offers a plugin in mootools more called Request.Queue, but that wasn&amp;#8217;t what [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/01/14/extending-mootools-could-lead-to-bloat/' rel='bookmark' title='Permanent Link: Extending Mootools Core could lead to Bloat'&gt;Extending Mootools Core could lead to Bloat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/04/11/php-functions-with-options/' rel='bookmark' title='Permanent Link: PHP Functions with Options'&gt;PHP Functions with Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/08/24/disable-cakephp-sql-log-when-using-ajax/' rel='bookmark' title='Permanent Link: Disable CakePHP SQL Log when using Ajax'&gt;Disable CakePHP SQL Log when using Ajax&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/s_zES7XjdU4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/25/queue-ajax-requests-in-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/25/queue-ajax-requests-in-mootools/</feedburner:origLink></item>
		<item>
		<title>CakePHP 1.3 Helper $text truncate error</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/wv1NB516LOI/</link>
		<comments>http://ryan.ifupdown.com/2010/02/22/cakephp-helper-text-truncate-error/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:49:19 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[helper]]></category>
		<category><![CDATA[truncate]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1969</guid>
		<description>Today I was using one of CakePHP&amp;#8217;s helper methods, $text-&gt;truncate. It gave me these errors and I can&amp;#8217;t say I was pleased about it. It reminded me that sometimes, functions aren&amp;#8217;t a piece of cake.

Warning (2): array_merge() [function.array-merge]: Argument #2 is not an array [CORE/cake/libs/view/helpers/text.php, line 184]
Warning (2): extract() [function.extract]: First argument should be an [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/08/05/warning-512-cache-not-configured-properly-please-check-cacheconfig-in-appconfigcore-php-corecakelibsconfigure-php-line-663/' rel='bookmark' title='Permanent Link: Warning (512): Cache not configured properly. Please check Cache::config(); in APP/config/core.php [CORE\cake\libs\configure.php, line 663]'&gt;Warning (512): Cache not configured properly. Please check Cache::config(); in APP/config/core.php [CORE\cake\libs\configure.php, line 663]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2010/02/19/cakephp-1and1-500-internal-server-error/' rel='bookmark' title='Permanent Link: CakePHP &amp;#8211; 1and1 &amp;#8211; 500 Internal Server Error'&gt;CakePHP &amp;#8211; 1and1 &amp;#8211; 500 Internal Server Error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/08/24/delimiter-must-not-be-alphanumeric-or-backslash-corecakelibsmodelmodelphp-line-2202/' rel='bookmark' title='Permanent Link: Delimiter must not be alphanumeric or backslash [CORE\cake\libs\model\model.php, line 2202]'&gt;Delimiter must not be alphanumeric or backslash [CORE\cake\libs\model\model.php, line 2202]&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/wv1NB516LOI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/22/cakephp-helper-text-truncate-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/22/cakephp-helper-text-truncate-error/</feedburner:origLink></item>
		<item>
		<title>CakePHP – 1and1 – 500 Internal Server Error</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/sXlgQEVXlwo/</link>
		<comments>http://ryan.ifupdown.com/2010/02/19/cakephp-1and1-500-internal-server-error/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:20:55 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[internal]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1964</guid>
		<description>I recently deployed a CakePHP application to a 1and1 server. I was presented with a wonderful 500 Internal Server Error. That only means one thing: a .htaccess was messed up somewhere. 
There were many places that pointed me in the right direction to fix this problem. It was definitely an annoying hitch. Seriously, there&amp;#8217;s that [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/07/31/keep-exposed-localhost-local-with-htaccess/' rel='bookmark' title='Permanent Link: Keep exposed localhost local with htaccess'&gt;Keep exposed localhost local with htaccess&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/09/27/adobe-internal-error-2739-on-windows-vista/' rel='bookmark' title='Permanent Link: Adobe Internal Error 2739 on Windows Vista'&gt;Adobe Internal Error 2739 on Windows Vista&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/06/26/internal-error-2738-with-vpn-client-on-windows-7/' rel='bookmark' title='Permanent Link: Internal Error 2738 with VPN Client on Windows 7'&gt;Internal Error 2738 with VPN Client on Windows 7&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/sXlgQEVXlwo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/19/cakephp-1and1-500-internal-server-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/19/cakephp-1and1-500-internal-server-error/</feedburner:origLink></item>
		<item>
		<title>Easy CakePHP Database Settings Switching</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/BvjW0lFpTq4/</link>
		<comments>http://ryan.ifupdown.com/2010/02/16/easy-cakephp-database-settings-switching/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 23:35:07 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1960</guid>
		<description>CakePHP does make somethings really easy, and sometimes, not so easy. I like to have a testing setting and a production setting stored in my databases.php. Your DATABASE_CONFIG object of course contains those arrays of settings. So the question is, how do you switch exactly?
It is never mentioned specifically in the documentation, but you can [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/08/02/a-controller-without-a-model-in-cake-php/' rel='bookmark' title='Permanent Link: A controller without a model in Cake PHP'&gt;A controller without a model in Cake PHP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2010/02/19/cakephp-1and1-500-internal-server-error/' rel='bookmark' title='Permanent Link: CakePHP &amp;#8211; 1and1 &amp;#8211; 500 Internal Server Error'&gt;CakePHP &amp;#8211; 1and1 &amp;#8211; 500 Internal Server Error&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/08/25/cakephp-model-find-conditions/' rel='bookmark' title='Permanent Link: CakePHP Model-&gt;find conditions'&gt;CakePHP Model-&gt;find conditions&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/BvjW0lFpTq4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/16/easy-cakephp-database-settings-switching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/16/easy-cakephp-database-settings-switching/</feedburner:origLink></item>
		<item>
		<title>Double Division in Java</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/xTmUwCaH380/</link>
		<comments>http://ryan.ifupdown.com/2010/02/11/double-division-in-java/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 00:25:26 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[division]]></category>
		<category><![CDATA[double]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1952</guid>
		<description>My Computer Science discovers interesting things sometimes. Recently we were doing a little practice with Exceptions and try-catch blocks. One of our projects was to handle division by zero and not crash the program. That sounds like a ordinary project, but as it turns out, it was a more surprising than anyone would have ever [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/11/28/java-util-scannerdelimiterspjavawhitespace/' rel='bookmark' title='Permanent Link: java.util.Scanner [delimiters=\p{java Whitespace}+]'&gt;java.util.Scanner [delimiters=\p{java Whitespace}+]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/09/17/pluralize-in-java-javascript-and-php/' rel='bookmark' title='Permanent Link: Pluralize In Java, Javascript and PHP'&gt;Pluralize In Java, Javascript and PHP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/02/18/sigmoid-function-in-java/' rel='bookmark' title='Permanent Link: Sigmoid Function in Java'&gt;Sigmoid Function in Java&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/xTmUwCaH380" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/11/double-division-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/11/double-division-in-java/</feedburner:origLink></item>
		<item>
		<title>Invalid Object Initialization</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/O0sVojasgCs/</link>
		<comments>http://ryan.ifupdown.com/2010/02/08/invalid-object-initialization/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:30:40 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1949</guid>
		<description>Firebug will scream and shout about Invalid Object Initialization if you mess just a little something up. Firebug does this a lot. It is an unhelpful error because Firebug will direct you to the first line of your object, not where the problem is.
Firebug gave me this, more or less. That wasn&amp;#8217;t helpful. (Why did [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/08/06/call-to-a-member-function-on-a-non-object/' rel='bookmark' title='Permanent Link: Call to a member function on a non-object'&gt;Call to a member function on a non-object&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/10/28/stop-console-log-errors-without-deleting-each-call/' rel='bookmark' title='Permanent Link: Stop console.log errors without deleting each call'&gt;Stop console.log errors without deleting each call&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/08/29/stop-firebug-console-log-errors/' rel='bookmark' title='Permanent Link: Stop firebug console.log errors'&gt;Stop firebug console.log errors&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/O0sVojasgCs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/08/invalid-object-initialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/08/invalid-object-initialization/</feedburner:origLink></item>
		<item>
		<title>Show File Extensions and Hidden Files in Windows 7</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/BzN_xez-3lc/</link>
		<comments>http://ryan.ifupdown.com/2010/02/03/show-file-extensions-and-hidden-files-in-windows-7/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 23:33:46 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[hidden files]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1944</guid>
		<description>When I get a new computer I always do a couple of things immediately upon getting to the Windows Desktop. One of those things is enabling the showing of extensions and hidden files.  You should do it too, it can save tons of headaches.

Open windows explorer either via the taskbar shortcut or by computer [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/10/21/windows-7-week-windows-explorer-sidebar/' rel='bookmark' title='Permanent Link: Windows 7 Week &amp;#8211; Windows Explorer Sidebar'&gt;Windows 7 Week &amp;#8211; Windows Explorer Sidebar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2008/12/04/environment-variables-in-windows-xpvista/' rel='bookmark' title='Permanent Link: Environment Variables in Windows XP/Vista'&gt;Environment Variables in Windows XP/Vista&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/10/19/windows-7-week-windows-update/' rel='bookmark' title='Permanent Link: Windows 7 Week &amp;#8211; Windows Update'&gt;Windows 7 Week &amp;#8211; Windows Update&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/BzN_xez-3lc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/03/show-file-extensions-and-hidden-files-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/03/show-file-extensions-and-hidden-files-in-windows-7/</feedburner:origLink></item>
		<item>
		<title>Install nVidia Drivers to Ubuntu 9.10</title>
		<link>http://feedproxy.google.com/~r/ryanrampersadblog/~3/Ok6L8GO1si0/</link>
		<comments>http://ryan.ifupdown.com/2010/02/01/install-nvidia-drivers-to-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 22:59:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[ttyl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ryan.ifupdown.com/?p=1937</guid>
		<description>I recently converted my old Windows Vista computer into a Ubuntu server after getting tired of my old virtual box virtual machine. It still had a decent graphics card (an nVidia 9500 GT) so I wanted to at least checkout Compiz Fusion. I had some trouble getting it up though. So here&amp;#8217;s the deal.
First Go
As [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/11/02/virtualbox-guest-additions-in-ubuntu-9-10/' rel='bookmark' title='Permanent Link: VirtualBox Guest Additions in Ubuntu 9.10'&gt;VirtualBox Guest Additions in Ubuntu 9.10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/01/02/dwl-g510-rev-b-driver/' rel='bookmark' title='Permanent Link: dwl-g510 rev b driver'&gt;dwl-g510 rev b driver&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://ryan.ifupdown.com/2009/10/19/windows-7-week-windows-update/' rel='bookmark' title='Permanent Link: Windows 7 Week &amp;#8211; Windows Update'&gt;Windows 7 Week &amp;#8211; Windows Update&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;img src="http://feeds.feedburner.com/~r/ryanrampersadblog/~4/Ok6L8GO1si0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://ryan.ifupdown.com/2010/02/01/install-nvidia-drivers-to-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ryan.ifupdown.com/2010/02/01/install-nvidia-drivers-to-ubuntu-9-10/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.323 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-10 17:34:06 -->
