<?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>Everybody Dance Now</title>
	<atom:link href="http://blogs.n1zyy.com/andrew/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.n1zyy.com/andrew</link>
	<description>Just another Blogs.n1zyy.com weblog</description>
	<lastBuildDate>Fri, 04 Dec 2009 19:22:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSSQL JDBC Drivers and getSchemas</title>
		<link>http://blogs.n1zyy.com/andrew/2009/08/22/mssql-jdbc-drivers-and-getschemas/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/08/22/mssql-jdbc-drivers-and-getschemas/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 21:02:36 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[browse schemas]]></category>
		<category><![CDATA[databasemetadata]]></category>
		<category><![CDATA[getschemas]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[squirrelsql]]></category>
		<category><![CDATA[sysusers]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=223</guid>
		<description><![CDATA[At work, we&#8217;re in the process of trying out some new development projects in Java. And I guess we&#8217;re just masochistic, since we decided to write this new project against MSSQL instead of our usual MySQL. Anyways, everything&#8217;s coming together for the most part, except that few of the GUI database tools seem to be [...]]]></description>
			<content:encoded><![CDATA[<p>At work, we&#8217;re in the process of trying out some new development projects in Java. And I guess we&#8217;re just masochistic, since we decided to write this new project against MSSQL instead of our usual MySQL. Anyways, everything&#8217;s coming together for the most part, except that few of the GUI database tools seem to be able to find our schema. Instead, it just seems to list the database users. We noticed this in Netbeans, Eclipse, and SquirrelSQL.</p>
<p>Yesterday, I started tracking it all down. Turns out, Microsoft introduced the concept of an actual schema in SQL Server 2005. Prior to that, tables were segmented by their owner. Consequently, the available JDBC drivers (both jTDS and Microsoft&#8217;s) implementations of <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html#getSchemas()">DatabaseMetaData.getSchemas()</a> actually return the list of database users.</p>
<p>Since I can&#8217;t do anything about Microsoft&#8217;s driver, I downloaded the source for jTDS and started poking around. In net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData, around line 1589, you&#8217;ll find the following query:</p>
<pre><code>SELECT name AS TABLE_SCHEM, NULL as TABLE_CATALOG FROM dbo.sysusers</code></pre>
<p>After digging up a copy of the 1.5 JDK, I changed this to a query based on the information schema and recompiled. Then I fired up SquirrelSQL, and, bam. All my schemas were listed. Feeling quite proud of myself, I then discovered that someone had already <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2675463&amp;group_id=33291&amp;atid=407764">filed a bug</a> and the issue was <a href="http://fisheye1.atlassian.com/browse/jtds/jtds/src/java/net/sourceforge/jtds/jdbc/DatabaseMetaDataImpl.java?r1=1.4&amp;r2=1.3&amp;k=kv">fixed</a> in jTDS&#8217; CVS repository. Oh well.</p>
<p>Anyways, if you&#8217;re having issues browsing your MSSQL schemas with SquirrelSQL or other JDBC database tools, try building jTDS from source.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/08/22/mssql-jdbc-drivers-and-getschemas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Less is More</title>
		<link>http://blogs.n1zyy.com/andrew/2009/08/20/less-is-more/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/08/20/less-is-more/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 15:43:12 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cameras]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[g11]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/2009/08/20/less-is-more/</guid>
		<description><![CDATA[Canon just announced the G11, the latest in the G lineup of compact cameras that give you SLR-ish control and deliver great image quality. What immediately jumped out at me was that for the first time in the series, Canon actually reduced the resolution (10MP in the G11 compared to 14MP in the G10).
It&#8217;s no [...]]]></description>
			<content:encoded><![CDATA[<p>Canon just announced the G11, the latest in the G lineup of compact cameras that give you SLR-ish control and deliver great image quality. What immediately jumped out at me was that for the <a href="http://en.wikipedia.org/wiki/Canon_PowerShot_G#Main_specifications">first time in the series</a>, Canon actually <i>reduced</i> the resolution (10MP in the G11 compared to 14MP in the G10).</p>
<p>It&#8217;s <a href="http://www.google.com/search?q=megapixel+myth">no secret</a> that higher resolution doesn&#8217;t necessarily mean a better picture, and I&#8217;d say this is undeniable proof that Canon is really shooting for the best image quality possible in the compact G cameras, regardless of how it might read on paper. Just makes me want one all the more.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/08/20/less-is-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cruisecontrol Test Results with Maven</title>
		<link>http://blogs.n1zyy.com/andrew/2009/08/19/cruisecontrol-test-results-with-maven/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/08/19/cruisecontrol-test-results-with-maven/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:36:21 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cruisecontrol]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[surefire]]></category>
		<category><![CDATA[test results]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=218</guid>
		<description><![CDATA[Today I finally figured out how to integrate the results of JUnit tests run via the Maven surefire plugin with the Test Results tab in CruiseControl. It was actually blindingly simple, however, I couldn&#8217;t seem to find a straight-forward explanation anywhere.
By default, the Surefire plugin dumps the JUnit XML logs into the target/surefire-reports directory. For [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally figured out how to integrate the results of JUnit tests run via the Maven surefire plugin with the Test Results tab in CruiseControl. It was actually blindingly simple, however, I couldn&#8217;t seem to find a straight-forward explanation anywhere.</p>
<p>By default, the Surefire plugin dumps the JUnit XML logs into the <code>target/surefire-reports</code> directory. For the results to show on the Test Results tab, these log files simply need to be merged into the Cruisecontrol log. This is accomplished via a <a href="http://cruisecontrol.sourceforge.net/main/configxml.html#merge">merge element</a> in the log section of the Cruisecontrol config.xml file:</p>
<pre>&lt;log&gt;
	&lt;merge
		dir="projects/${project.name}/target/surefire-reports"
		pattern="TEST-*.xml"/&gt;
&lt;/log&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/08/19/cruisecontrol-test-results-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wonderfully funnily</title>
		<link>http://blogs.n1zyy.com/andrew/2009/06/15/wonderfully-funnily/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/06/15/wonderfully-funnily/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:34:31 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[strange]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/2009/06/15/wonderfully-funnily/</guid>
		<description><![CDATA[Can this be real? I have a feeling that something&#8217;s being translated or rewritten with liberal use of a thesaurus. But I don&#8217;t get the point &#8212; there aren&#8217;t any ads that I can see, so it&#8217;s not just filler to bump up search rankings and get clicks. Weird.
]]></description>
			<content:encoded><![CDATA[<p>Can <a href="http://www.hikingforums.net/forums/general/1866-pemigewasset-wilderness-new-hampshire.html">this</a> be real? I have a feeling that something&#8217;s being translated or rewritten with liberal use of a thesaurus. But I don&#8217;t get the point &#8212; there aren&#8217;t any ads that I can see, so it&#8217;s not just filler to bump up search rankings and get clicks. Weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/06/15/wonderfully-funnily/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I Have Cupcake</title>
		<link>http://blogs.n1zyy.com/andrew/2009/05/27/i-have-cupcake/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/05/27/i-have-cupcake/#comments</comments>
		<pubDate>Thu, 28 May 2009 01:40:10 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=213</guid>
		<description><![CDATA[After saying it was coming, then delaying it, then people claiming to have gotten it, then those claims being debunked, then some people installing the UK version, TMobile has apparently finally begun shipping the Android 1.5 &#8220;Cupcake&#8221; update to US G1 owners.
This afternoon, I downloaded and installed the update by hand, a process that took [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.crn.com/mobile/217400248;jsessionid=GHEQRPSSQ1VGCQSNDLOSKHSCJUNN2JVN">saying it was coming</a>, then <a href="http://news.cnet.com/8301-17938_105-10243572-1.html">delaying it</a>, then people claiming to have gotten it, then those claims being debunked, then some people installing the UK version, TMobile has apparently finally begun shipping the Android 1.5 &#8220;Cupcake&#8221; update to US G1 owners.</p>
<p>This afternoon, I <a href="http://www.softsailor.com/news/3465-android-15-cupcake-available-for-download-for-t-mobile-usa.html">downloaded and installed</a> the update by hand, a process that took maybe 5 minutes (tops). The instructions claim that there&#8217;s a risk of causing damage to your phone (bricking it, most likely); I followed them verbatim and didn&#8217;t have any issues.</p>
<p>So far, it&#8217;s really good. I doubt I could live without the hardware keyboard, but I was also really annoyed that I had to open the phone to be able to type even the simplest &#8220;ok&#8221;. The soft-keyboard completely solves that, and while I&#8217;m still in the process of calibrating my fingers, it&#8217;s worked well enough so far. The suggestions seemed accurate and have already saved me some pecking time.</p>
<p>Other than that, there seem to be a lot of spit and polish updates, and a few new features. The T-Mobile forums have a <a href="http://forums.t-mobile.com/tmbl/board/message?board.id=Android_MR&amp;thread.id=3">full list of changes</a>. Since I have iPhone envy, I immediately turned on the screen transitions. I also played briefly with the video recorder, and also just made sure that I can play music through my Bluetooth headphones. I also turned on the auto-rotations, but I&#8217;m not sure I&#8217;ll keep them.</p>
<p>In short, if you have a G1, I&#8217;d say you check out the update now &#8212; don&#8217;t wait! (But, then, I&#8217;m impatient.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/05/27/i-have-cupcake/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>When Objects Aren&#8217;t</title>
		<link>http://blogs.n1zyy.com/andrew/2009/05/17/when-objects-arent/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/05/17/when-objects-arent/#comments</comments>
		<pubDate>Sun, 17 May 2009 18:58:04 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=200</guid>
		<description><![CDATA[When unserializing an object whose class definition is not present, PHP returns an instance of the special type, __PHP_Incomplete_Class, which issues notices if you attempt to call a method or access a property.
For example, this code produces the following:
andrew@fake:~$ php incomplete.php
object(__PHP_Incomplete_Class)#1 (2) {
  ["__PHP_Incomplete_Class_Name"]=&#62;
  string(4) "test"
  ["name"]=&#62;
  string(2) "hi"
}

Notice: main(): The [...]]]></description>
			<content:encoded><![CDATA[<p>When unserializing an object whose class definition is not present, PHP returns an instance of the special type, <code>__PHP_Incomplete_Class</code>, which issues notices if you attempt to call a method or access a property.</p>
<p>For example, <a href="http://dothedrew.net/misc/incomplete.phps">this code</a> produces the following:</p>
<pre><code>andrew@fake:~$ php incomplete.php
object(__PHP_Incomplete_Class)#1 (2) {
  ["__PHP_Incomplete_Class_Name"]=&gt;
  string(4) "test"
  ["name"]=&gt;
  string(2) "hi"
}

Notice: main(): The script tried to execute a method or access a property of an
incomplete object. Please ensure that the class definition "test" of the object you
are trying to operate on was loaded _before_ unserialize() gets called or provide
a __autoload() function to load the class definition  in /home/andrew/test2.php
on line 7
NULL</code></pre>
<p>Interestingly, the <code>is_object</code> method returns false when given an instance of <code>__PHP_Incomplete_Class</code>. This seems to be in contradiction with <code>var_dump</code> (as evidenced above), <code>gettype</code>, and <code>get_class</code>, all of which return values indicating that the incomplete class is a normal object.</p>
<p>This was reported as <a href="http://bugs.php.net/bug.php?id=19842">bug 19842</a> way back in 2002, but didn&#8217;t seem to be considered a problem. (The suggested solution was simply to have all class definitions present before unserializing that object.)</p>
<p>To be fair, this behavior of <code>is_object</code> is documented in the notes section of its <a href="http://us2.php.net/is_object">manual page</a>. It also appears to be intentional, judging from this section in <code>ext/standard/type.c</code>, determining whether a variable is an object:</p>
<pre><code>   220                          if (!strcmp(ce-&gt;name, INCOMPLETE_CLASS)) {
   221                                  RETURN_FALSE;
   222                          }</code></pre>
<p>That said, it&#8217;s a little confusing when you first run into it, and means that if you&#8217;re examining a session for which you don&#8217;t have all the class definitions (writing tools outside of your application, for instance), it&#8217;s just a little bit harder to determine which variables within the session are objects.</p>
<p>The workaround, of course, is easy, given that most other methods treat the object as an object: <code>$is_object = (get_class($o) !== FALSE);</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/05/17/when-objects-arent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best PHP Bug Report</title>
		<link>http://blogs.n1zyy.com/andrew/2009/05/06/best-php-bug-report/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/05/06/best-php-bug-report/#comments</comments>
		<pubDate>Thu, 07 May 2009 03:55:44 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php bug]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/2009/05/06/best-php-bug-report/</guid>
		<description><![CDATA[If this isn&#8217;t the best PHP bug report ever, it&#8217;s definitely in the running.
]]></description>
			<content:encoded><![CDATA[<p>If <a href="http://bugs.php.net/bug.php?id=48139">this</a> isn&#8217;t the best PHP bug report ever, it&#8217;s definitely in the running.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/05/06/best-php-bug-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Every day</title>
		<link>http://blogs.n1zyy.com/andrew/2009/03/06/every-day/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/03/06/every-day/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 22:23:23 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=193</guid>
		<description><![CDATA[Here are two PHP functions (although one&#8217;s actually from an extension) that I didn&#8217;t know existed, but give you some good insight into your variables, especially when you&#8217;re mucking around with more complicated stuff: debug_zval_dump and xdebug_debug_zval. 
Both give you more information about the underlying representation of your variables: in particular, what the refcount is [...]]]></description>
			<content:encoded><![CDATA[<p>Here are two PHP functions (although one&#8217;s actually from an extension) that I didn&#8217;t know existed, but give you some good insight into your variables, especially when you&#8217;re mucking around with more complicated stuff: <a href="http://us2.php.net/debug-zval-dump">debug_zval_dump</a> and <a href="http://xdebug.com/docs/all_functions#xdebug_debug_zval">xdebug_debug_zval</a>. </p>
<p>Both give you more information about the underlying representation of your variables: in particular, what the refcount is for that particular value. Note, however, that while it&#8217;s literally called the &#8220;reference count&#8221;, a refcount greater than one doesn&#8217;t imply that the variable is actually a <a href="http://us.php.net/manual/en/language.references.whatare.php">reference</a> due to PHP&#8217;s &#8220;copy on write&#8221; semantics. XDebug&#8217;s version of the method wins here, because it also dumps is_ref, which <em>does</em> flag a reference.</p>
<p>(See Sara Golemon&#8217;s <a href="http://blog.libssh2.org/index.php?/archives/51-Youre-being-lied-to..html">You&#8217;re being lied to</a> or Derick Rethan&#8217;s <a href="http://derickrethans.nl/files/phparch-php-variables-article.pdf">References in PHP</a> [PDF] for more.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/03/06/every-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant Storage</title>
		<link>http://blogs.n1zyy.com/andrew/2009/02/24/instant-storage/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/02/24/instant-storage/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:27:55 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=190</guid>
		<description><![CDATA[Here&#8217;s one of my favorite PHP &#8216;hacks&#8217;: when I&#8217;m whipping up a quick script that needs a place to stash some persistent data, but don&#8217;t feel like coming up with a database structure, or doing anything remotely approaching a real solution, I instead stuff it into a &#8220;static&#8221; session. By static, I just mean that [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s one of my favorite PHP &#8216;hacks&#8217;: when I&#8217;m whipping up a quick script that needs a place to stash some persistent data, but don&#8217;t feel like coming up with a database structure, or doing anything remotely approaching a real solution, I instead stuff it into a &#8220;static&#8221; session. By static, I just mean that I set the session ID to a static value, so I&#8217;m always pulling the same session. Instant data store.</p>
<pre>session_id('stash-stuff-here');
session_start();
$_SESSION['stuff'] = $w00tz;</pre>
<p>(Another quick and dirty approach would be serializing an array into a local file&#8230; oh, wait, I just recreated the default PHP session handler. <img src='http://blogs.n1zyy.com/andrew/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/02/24/instant-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tango Color Scheme for XFCE Terminal</title>
		<link>http://blogs.n1zyy.com/andrew/2009/02/02/tango-color-scheme-for-xfce-terminal/</link>
		<comments>http://blogs.n1zyy.com/andrew/2009/02/02/tango-color-scheme-for-xfce-terminal/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:10:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[color scheme]]></category>
		<category><![CDATA[tango]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://blogs.n1zyy.com/andrew/?p=181</guid>
		<description><![CDATA[At work I run XFCE; at home I run Ubuntu. Yesterday I noticed that the default Ubuntu color scheme for Gnome Terminal was really nice &#8212; called the &#8220;Tango&#8221; palette &#8212; and wished I could have the same at work. I already run the Tango icon theme, so it&#8217;d fit in nicely.
Turns out, the default [...]]]></description>
			<content:encoded><![CDATA[<p>At work I run XFCE; at home I run Ubuntu. Yesterday I noticed that the default Ubuntu color scheme for Gnome Terminal was really nice &#8212; called the &#8220;Tango&#8221; palette &#8212; and wished I could have the same at work. I already run the Tango icon theme, so it&#8217;d fit in nicely.</p>
<p>Turns out, the default XFCE terminal supports color schemes, too; I just had to stuff the correct color values in. I searched around a little bit, but couldn&#8217;t find anyone&#8217;s config to steal, so I copied and pasted the values in &#8212; one by one. To save you the same pain, open up <code>~/.config/Terminal/terminalrc</code>, find the lines that all start with <code>Color</code>, and replace them with:</p>
<pre>ColorForeground=White
ColorBackground=#323232323232
ColorPalette1=#2e2e34343636
ColorPalette2=#cccc00000000
ColorPalette3=#4e4e9a9a0606
ColorPalette4=#c4c4a0a00000
ColorPalette5=#34346565a4a4
ColorPalette6=#757550507b7b
ColorPalette7=#060698989a9a
ColorPalette8=#d3d3d7d7cfcf
ColorPalette9=#555557575353
ColorPalette10=#efef29292929
ColorPalette11=#8a8ae2e23434
ColorPalette12=#fcfce9e94f4f
ColorPalette13=#72729f9fcfcf
ColorPalette14=#adad7f7fa8a8
ColorPalette15=#3434e2e2e2e2
ColorPalette16=#eeeeeeeeecec</pre>
<p>Save the file, and revel in your new colors!</p>
<p align="center"><img src="http://blogs.n1zyy.com/andrew/files/2009/02/tango-color-theme.jpg" alt="Tango Color Theme for XFCE Terminal" width="238" height="133" class="size-full wp-image-182" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.n1zyy.com/andrew/2009/02/02/tango-color-scheme-for-xfce-terminal/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
