<?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>Sethmatics Websites</title>
	<atom:link href="http://sethmatics.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethmatics.com</link>
	<description>Premium wordpress websites for VIP Customers.</description>
	<lastBuildDate>Tue, 14 May 2013 21:50:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>PHP and WordPress Encryption and Decryption Tutorial</title>
		<link>http://sethmatics.com/articles/php-and-wordpress-encryption-and-decryption-tutorial/</link>
		<comments>http://sethmatics.com/articles/php-and-wordpress-encryption-and-decryption-tutorial/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 22:55:38 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=2012</guid>
		<description><![CDATA[This is the example I built while learning how to properly protect password before they are stored in the database. I&#8217;ve seen dozens of plugins simply take in API paramters like &#8220;username and password&#8221; and just store those values in the database for use. How horrible is that! We decided to do the right thing and learn about encryption security&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/php-and-wordpress-encryption-and-decryption-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Properly setting up a WordPress website to Market your business model</title>
		<link>http://sethmatics.com/articles/properly-setting-up-a-wordpress-website-to-market-your-business-model/</link>
		<comments>http://sethmatics.com/articles/properly-setting-up-a-wordpress-website-to-market-your-business-model/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 18:31:58 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=2003</guid>
		<description><![CDATA[*This guide is assuming website is for marketing and information only (or lead generation). There are some other considerations and steps involved in creating an ecommerce site, web portal, online services website, or another venue. ** Presentations of this material will be available in the coming weeks. If your interested in viewing the presentations live, please visit the meetup group&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/properly-setting-up-a-wordpress-website-to-market-your-business-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeschools Chrome DevTools Course Notes</title>
		<link>http://sethmatics.com/articles/codeschools-chrome-devtools-course-notes/</link>
		<comments>http://sethmatics.com/articles/codeschools-chrome-devtools-course-notes/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 22:48:40 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[takeway]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1983</guid>
		<description><![CDATA[This post will offer higher end developers some notes about what I learned about Google Chrome dev tools. I consider myself to be fairly experienced in web development after over 10 years of  coding and I still managed to take away some very cool information from the DevTools Online Course: Make changes to a stylesheet, save your changes, view the&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/codeschools-chrome-devtools-course-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloading a PHP file using fopen (anywhere on the server)</title>
		<link>http://sethmatics.com/articles/downloading-a-php-file-using-fopen-anywhere-on-the-server/</link>
		<comments>http://sethmatics.com/articles/downloading-a-php-file-using-fopen-anywhere-on-the-server/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 19:10:54 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1979</guid>
		<description><![CDATA[While migrating a website today, we ran into some issues. This issue was caused by the previous developers trying to &#8220;hide code&#8221; from the end users so that they could not move the website away from the marketing agency (very shady). Below is the PHP code we used to download a working copy of the &#8220;hidden&#8221; file. As you can&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/downloading-a-php-file-using-fopen-anywhere-on-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Phoenix 2013 &#8211; Seth&#8217;s Notes</title>
		<link>http://sethmatics.com/articles/wordpress-2/wordcamp-phoenix-2013-seths-notes/</link>
		<comments>http://sethmatics.com/articles/wordpress-2/wordcamp-phoenix-2013-seths-notes/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 14:54:15 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1965</guid>
		<description><![CDATA[WP 301 &#8211; Presentation 1 Kurt&#8217;s Presentation Slides &#8211; http://x.co/phx13301/ Keywords: Netbeans, xdebug, XAMPP, VirtualBox Have you considered local development? WP 301 &#8211; Presenation 2 Chris Olbekson Debug Plugin, PhpStorm, Code Sniffer for standards and formatting, Do you know what a CRON is? PHP Sniffer, uses PEAR, WP 301 &#8211; Presentation 3 (mine) Before questions: How many freelancers in the&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/wordpress-2/wordcamp-phoenix-2013-seths-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and Replace Content in WordPress</title>
		<link>http://sethmatics.com/articles/search-and-replace-content-in-wordpress/</link>
		<comments>http://sethmatics.com/articles/search-and-replace-content-in-wordpress/#comments</comments>
		<pubDate>Wed, 19 Dec 2012 22:40:27 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1961</guid>
		<description><![CDATA[We tried a few plugins for this but after content reached 400-500 pages and about 1500 blog articles  the plugins just run out of memory. Instead we built and used this function, for example, to remove all shortcodes used for &#8220;citiations&#8221;. We no longer track citiations and want them all removed. [crayon-519c82ba2108d/]]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/search-and-replace-content-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Phoenix 2013 Organizer</title>
		<link>http://sethmatics.com/articles/wordcamp-phoenix-2013-organizer/</link>
		<comments>http://sethmatics.com/articles/wordcamp-phoenix-2013-organizer/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 01:17:18 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1954</guid>
		<description><![CDATA[For those of you who don’t know, WordCamp is an annual event where WordPress users and enthusiasts gather to connect, learn, and meet other members of the WordPress community. There are workshops and speakers for a variety of topics and skill levels, and it’s an incredible opportunity to share knowledge and creativity with one another. The WordPress community spans worldwide,&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/wordcamp-phoenix-2013-organizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClassiPress Custom Header (tougher then you may think)</title>
		<link>http://sethmatics.com/articles/classipress-custom-header-tougher-then-you-may-think/</link>
		<comments>http://sethmatics.com/articles/classipress-custom-header-tougher-then-you-may-think/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 04:17:55 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[AppThemes]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ClassiPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1945</guid>
		<description><![CDATA[So we started YACP (Yet Another ClassiPress Theme) tonight and we are making a modification that unfortunately requires us to overwrite the entire header area. We want to be smart about this so I searched around for a good hook or filter to handle the customization. Thankfully I found one called called &#8220;cp_header&#8221; which is added to &#8220;appthemes_header&#8221;. I thought&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/classipress-custom-header-tougher-then-you-may-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use 301 Redirects to Properly redirect www urls to non-www urls</title>
		<link>http://sethmatics.com/articles/use-301-redirects-to-properly-redirect-www-urls-to-non-www-urls/</link>
		<comments>http://sethmatics.com/articles/use-301-redirects-to-properly-redirect-www-urls-to-non-www-urls/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 02:38:09 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1930</guid>
		<description><![CDATA[In the &#8220;.htaccess&#8221; file in the root of your website you need to add the following code to the TOP of you file. [crayon-519c82ba23f63/]]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/use-301-redirects-to-properly-redirect-www-urls-to-non-www-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started: Install and Setup with GitHub and SmartGit for Windows 7</title>
		<link>http://sethmatics.com/articles/getting-started-install-setup-github-smartgit-windows-7/</link>
		<comments>http://sethmatics.com/articles/getting-started-install-setup-github-smartgit-windows-7/#comments</comments>
		<pubDate>Mon, 09 Jul 2012 18:05:43 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1886</guid>
		<description><![CDATA[We are going to walk you through how to setup a GIT repository. First things first. Lets make sure you understand the basics of what your about to do. What is GIT? GIT is a source code management system. In short, its one of several tools that development teams use to manage software development, usually within a team, which gives&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/getting-started-install-setup-github-smartgit-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Security Threat: WooThemes Canvas Theme</title>
		<link>http://sethmatics.com/articles/wordpress-security-threat-woothemes-canvas-theme/</link>
		<comments>http://sethmatics.com/articles/wordpress-security-threat-woothemes-canvas-theme/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 23:12:23 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1880</guid>
		<description><![CDATA[Note the details of our latest malware scan and identification of a WordPress site that was hacked. [crayon-519c82ba24f07/]]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/wordpress-security-threat-woothemes-canvas-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer your domain away from Godaddy</title>
		<link>http://sethmatics.com/articles/transfer-your-domain-away-from-godaddy/</link>
		<comments>http://sethmatics.com/articles/transfer-your-domain-away-from-godaddy/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 23:16:40 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1869</guid>
		<description><![CDATA[We have had a massive movement of people trying to get away from GoDaddy. Of course, GoDaddy doesn&#8217;t want to make it easy to leave so they don&#8217;t use the same &#8220;verbiage&#8221; as everyone else. In order to move your domain to a new registrar (preferably NameCheap) you need to get your EPP code from GoDaddy. Note that GoDaddy calls this your&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/transfer-your-domain-away-from-godaddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Monitoring for Websites on Multiple Load Balanced Servers</title>
		<link>http://sethmatics.com/articles/website-monitoring-for-websites-on-multiple-load-balanced-servers/</link>
		<comments>http://sethmatics.com/articles/website-monitoring-for-websites-on-multiple-load-balanced-servers/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 19:37:40 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1861</guid>
		<description><![CDATA[One of our favorite SaaS (Software as a Service) providers is Wormly.com. They provide external, multi-country testing of website URL&#8217;s for real content. Why is this important? Why is Wormly so highly recommended? Testing from inside your own network may make your website &#8220;appear&#8221; to be online even if its not accessible to the rest of the World. Network Uptime&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/website-monitoring-for-websites-on-multiple-load-balanced-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Update with String Manipulation</title>
		<link>http://sethmatics.com/articles/mysql-update-with-string-manipulation/</link>
		<comments>http://sethmatics.com/articles/mysql-update-with-string-manipulation/#comments</comments>
		<pubDate>Fri, 08 Jun 2012 22:10:17 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1854</guid>
		<description><![CDATA[Today we ran into the need to remove the prefix URL from all database entries that use the Download Manager Plugin. We currently run a staging webserver, and it uses a different URL then the live website URL. Of course this natually causes an handful of issues to deal with. Most of these issues can be handled using a couple&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/mysql-update-with-string-manipulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Code Mimumum Print Size Chart</title>
		<link>http://sethmatics.com/articles/qr-code-mimumum-print-size-chart/</link>
		<comments>http://sethmatics.com/articles/qr-code-mimumum-print-size-chart/#comments</comments>
		<pubDate>Tue, 22 May 2012 21:46:37 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[qr codes]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1847</guid>
		<description><![CDATA[QR Code Minimum Size Modules Characters Scan Distance 150mm (6″) 300mm (12″) 450mm (18″) 25 26 15mm (0.6″) 30mm (1.2″) 46mm (1.8″) 30 49 18mm (0.7″) 36mm (1.4″) 55mm (2.1″) 35 72 21mm (0.8″) 42mm (1.7″) 64mm (2.5″) 40 98 24mm (0.9″) 48mm (1.9″) 73mm (2.9″) 45 125 27mm (1.1″) 54mm (2.1″) 82mm (3.2″) 50 163 30mm (1.2″) 60mm (2.4″)&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/qr-code-mimumum-print-size-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing double line breaks from WordPress files</title>
		<link>http://sethmatics.com/articles/removing-double-line-breaks-from-wordpress-files/</link>
		<comments>http://sethmatics.com/articles/removing-double-line-breaks-from-wordpress-files/#comments</comments>
		<pubDate>Fri, 11 May 2012 04:15:10 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[resolved issues]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1840</guid>
		<description><![CDATA[Have you uploaded a theme or plugin, and then attempted to edit the files to find out there are &#8220;double line breaks&#8221; every place there should be single line breaks? It makes the files look REALLY messy huh? We have been battling this for years. Finally we decided to look closer and find a solution. The solution is actually VERY&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/removing-double-line-breaks-from-wordpress-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClassiPress Hidden Map Tab and Redraw Google Map Canvas</title>
		<link>http://sethmatics.com/articles/classipress-hidden-map-tab-and-redraw-google-map-canvas/</link>
		<comments>http://sethmatics.com/articles/classipress-hidden-map-tab-and-redraw-google-map-canvas/#comments</comments>
		<pubDate>Mon, 07 May 2012 19:32:40 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[AppThemes]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ClassiPress]]></category>
		<category><![CDATA[classipress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1827</guid>
		<description><![CDATA[We have been running into this issue for a bunch of website that have no desire to show the Google map first in the sidebar. In fact, a better portion of the community wants the ad details in the sidebar! Sometimes developing websites is funny. You can spend hours of time in research and testing to come up with only&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/classipress-hidden-map-tab-and-redraw-google-map-canvas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordCamp 2012 &#8211; Responsive Design Presentation Video</title>
		<link>http://sethmatics.com/articles/wordcamp-2012-responsive-design-presentation-video/</link>
		<comments>http://sethmatics.com/articles/wordcamp-2012-responsive-design-presentation-video/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 19:19:27 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Responsive Width]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1816</guid>
		<description><![CDATA[PRESENTATION SLIDES – SETH CARSTENS]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/wordcamp-2012-responsive-design-presentation-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClassiPress or any CCT&#8217;s with Sticky on Top</title>
		<link>http://sethmatics.com/articles/classipress-or-any-ccts-with-sticky-on-top/</link>
		<comments>http://sethmatics.com/articles/classipress-or-any-ccts-with-sticky-on-top/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 03:49:14 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[AppThemes]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ClassiPress]]></category>
		<category><![CDATA[classipress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1808</guid>
		<description><![CDATA[We made an attempt to build a new function for ClassiPress over the last couple of weeks. This is the first time we have had to stop and say &#8220;its impossible to do this way&#8221;. Disappointing I know, but the real issue is simply they way WordPress stores the &#8220;sticky posts&#8221; into an array in the wp_options table. Instead of&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/classipress-or-any-ccts-with-sticky-on-top/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Xterm Terminal Dark Blue on Black Issue Resolved</title>
		<link>http://sethmatics.com/articles/xterm-terminal-dark-blue-on-black-issue-resolved/</link>
		<comments>http://sethmatics.com/articles/xterm-terminal-dark-blue-on-black-issue-resolved/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 19:38:05 +0000</pubDate>
		<dc:creator>Seth Carstens</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sethmatics.com/?p=1734</guid>
		<description><![CDATA[If you use PUTTY or Bitvise with Microsoft Windows &#8220;Xterm&#8221; terminals, you may find that the colors are less then desirable. Trying to read folders that are printed dark navy blue on a black background seems next to impossible. I can&#8217;t believe its the default color scheme for CentOS. Thankfully we found an article that has a solution and though&#8230;]]></description>
		<wfw:commentRss>http://sethmatics.com/articles/xterm-terminal-dark-blue-on-black-issue-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
