<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>nextCoder</title>
	<link>http://nextcoder.com</link>
	<description>helping developers one problem at a time</description>
	<lastBuildDate>Fri, 03 Sep 2010 23:46:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SSO With Pentaho Community Edition</title>
		<description><![CDATA[Introduction
Pentaho is an amazing system. Built upon countless hours of man hours from all over the world, it is one of the testament to the effectiveness of the open-source SDLC paradigm.
But here&#8217;s the rub, for those of us Community Edition users who can&#8217;t afford the Enterprise Edition, we are left on our own when it [...]]]></description>
		<link>http://nextcoder.com/?p=172</link>
			</item>
	<item>
		<title>Lost Windows 7 password</title>
		<description><![CDATA[Ever feel the anguish of having something your need or want so close yet you can&#8217;t get to it?
Today I did.  I forgot the password to the only user on my three-weeks old laptop.  Forgot as in no way to remember it, and the hint didn&#8217;t help either.  I am sure it&#8217;s [...]]]></description>
		<link>http://nextcoder.com/?p=156</link>
			</item>
	<item>
		<title>Accessing Intranet Sites Remotely</title>
		<description><![CDATA[If you are like me, maintaining a server at home is like a hobby.  There is a certain satisfaction to be able to install whatever we like without having to ask for anybody&#8217;s permission.
And sometimes thanks to our tinkering, we discover good solutions that are applicable to the task given to us at work.  Think [...]]]></description>
		<link>http://nextcoder.com/?p=109</link>
			</item>
	<item>
		<title>Running GUI Linux programs in Windows</title>
		<description><![CDATA[Now why on earth would you want to run GUI Linux programs on Windows?
If you were to ask me that a week ago, I would not be able to come up with a good business scenario.  Other than the fact that I did it at home, because my main computer is a Windows box and [...]]]></description>
		<link>http://nextcoder.com/?p=100</link>
			</item>
	<item>
		<title>A Good IDE</title>
		<description><![CDATA[An IDE is a good idea.  If you as much as having the need to organize a couple of text files that you often write and change, you need one.
An Integrated Development Environment (IDE) is basically a multi-document text editor that assist you in managing a project.
Assist me how? you might ask.
Beyond reliably allowing you [...]]]></description>
		<link>http://nextcoder.com/?p=82</link>
			</item>
	<item>
		<title>It&#8217;s the same thing!</title>
		<description><![CDATA[After spending an hour to come up with this:

function mapName($th_name, $th_order)
{
	return(array($th_name => $th_order));
}
$order = array_map("mapName", $_POST['thFilename'], $_POST['raw_orders']);
$order_collapsed = array();
foreach ($order as $k => $v) {
    foreach ($v as $k2 => $v2) {
        $order_collapsed[$k2] = $v2;
    }
}

&#8230; I found out that I can [...]]]></description>
		<link>http://nextcoder.com/?p=58</link>
			</item>
	<item>
		<title>A good Spring book</title>
		<description><![CDATA[Book review: Pro Spring 2.5
Click here to go to the Publisher&#8217;s link.

I had the pleasure of reading through this book &#8212; yes all 1,000,000 pages in it &#8212; at my favorite Barnes &#038; Nobles bookstore while preparing for a session. One and a half hour later, I find myself strangely educated.
Despite the bad reviews that [...]]]></description>
		<link>http://nextcoder.com/?p=47</link>
			</item>
	<item>
		<title>Lightweight GUI on Linux servers</title>
		<description><![CDATA[Background
By definition, a Linux server is designed to host long-running processes unattended.  It is the opposite of a Linux-based desktop environment.
Yet a lot of time you do need or miss the convenience of GUI tools when working on your Linux servers.  Or sometimes you use your Linux server as your development platform; and development tools, [...]]]></description>
		<link>http://nextcoder.com/?p=1</link>
			</item>
</channel>
</rss>
