<?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>we3geeks (plus one)</title>
	<atom:link href="http://www.we3geeks.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.we3geeks.org</link>
	<description>Musings on books, technology, food, faith, adoption, and life in a family of geeks</description>
	<lastBuildDate>Mon, 09 Apr 2012 11:55:08 +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>Komodo-CFML v0.2.1: Support for ColdFusion 10</title>
		<link>http://www.we3geeks.org/2012/04/05/komodo-cfml-v0-2-1-support-for-coldfusion-10/</link>
		<comments>http://www.we3geeks.org/2012/04/05/komodo-cfml-v0-2-1-support-for-coldfusion-10/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 11:27:14 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[CFML]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[komodo-cfml]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=1007</guid>
		<description><![CDATA[I have updated my Komodo-CFML editor extension for ActiveState's Komodo IDE/Edit editors to provide preliminary support for Adobe's ColdFusion 10 language changes. This update also includes a handful of minor fixes for ColdFusion 9. <a href="http://www.we3geeks.org/2012/04/05/komodo-cfml-v0-2-1-support-for-coldfusion-10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/04/05/komodo-cfml-v0-2-1-support-for-coldfusion-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Solarized Color Schemes for Komodo</title>
		<link>http://www.we3geeks.org/2012/03/31/update-solarized-color-schemes-for-komodo-2/</link>
		<comments>http://www.we3geeks.org/2012/03/31/update-solarized-color-schemes-for-komodo-2/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 20:22:04 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[solarized]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=997</guid>
		<description><![CDATA[Another update to my Solarized color schemes for ActiveState's Komodo (much better coloring for Perl files) <a href="http://www.we3geeks.org/2012/03/31/update-solarized-color-schemes-for-komodo-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/31/update-solarized-color-schemes-for-komodo-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: An IPv6 Address Filtering Gotcha</title>
		<link>http://www.we3geeks.org/2012/03/11/tomcat-an-ipv6-address-filtering-gotcha/</link>
		<comments>http://www.we3geeks.org/2012/03/11/tomcat-an-ipv6-address-filtering-gotcha/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 04:03:08 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=992</guid>
		<description><![CDATA[In which we look at a small gotcha related to IPv6 addresses and how that gotcha has to be accounted for as we allow/deny requests to our Tomcat server via IPv6-based URIs. <a href="http://www.we3geeks.org/2012/03/11/tomcat-an-ipv6-address-filtering-gotcha/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/11/tomcat-an-ipv6-address-filtering-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Revisiting IP Access Restriction</title>
		<link>http://www.we3geeks.org/2012/03/10/tomcat-revisiting-ip-access-restriction/</link>
		<comments>http://www.we3geeks.org/2012/03/10/tomcat-revisiting-ip-access-restriction/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 21:19:05 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=979</guid>
		<description><![CDATA[Another in my series of short posts looking at Tomcat configuration as I set up a Tomcat/ColdFusion10 development server environment, in which we take a second look at restricting access to the server based on the IP address from which the request originated. <a href="http://www.we3geeks.org/2012/03/10/tomcat-revisiting-ip-access-restriction/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/10/tomcat-revisiting-ip-access-restriction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Custom Error Pages</title>
		<link>http://www.we3geeks.org/2012/03/09/tomcat-custom-error-pages/</link>
		<comments>http://www.we3geeks.org/2012/03/09/tomcat-custom-error-pages/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 21:54:54 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=971</guid>
		<description><![CDATA[The latest in my series of short posts covering Tomcat configuration, in which we take a quick look at setting up custom error pages for Tomcat. <a href="http://www.we3geeks.org/2012/03/09/tomcat-custom-error-pages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/09/tomcat-custom-error-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Solarized Color Schemes for Komodo</title>
		<link>http://www.we3geeks.org/2012/03/06/update-solarized-color-schemes-for-komodo/</link>
		<comments>http://www.we3geeks.org/2012/03/06/update-solarized-color-schemes-for-komodo/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 13:24:37 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[solarized]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=966</guid>
		<description><![CDATA[Updates to my Solarized color schemes for ActiveState's Komodo IDE/Edit <a href="http://www.we3geeks.org/2012/03/06/update-solarized-color-schemes-for-komodo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/06/update-solarized-color-schemes-for-komodo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Directory Aliases</title>
		<link>http://www.we3geeks.org/2012/03/04/tomcat-directory-aliases/</link>
		<comments>http://www.we3geeks.org/2012/03/04/tomcat-directory-aliases/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 20:56:29 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=951</guid>
		<description><![CDATA[In this next post within my series of short posts covering different aspects of configuring Tomcat to get a Tomcat/ACF10 development environment working, we look at setting up directory aliases to provide some of the same capabilities as Apache httpd's Alias and AliasMatch directives. <a href="http://www.we3geeks.org/2012/03/04/tomcat-directory-aliases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/04/tomcat-directory-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Default Web Document List</title>
		<link>http://www.we3geeks.org/2012/03/03/tomcat-default-web-document-list/</link>
		<comments>http://www.we3geeks.org/2012/03/03/tomcat-default-web-document-list/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 21:02:28 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=946</guid>
		<description><![CDATA[The next in my series of posts on configuring a Tomcat/ACF10-based development environment, in which we look at specifying the list of default Web documents the server will look for and serve up. <a href="http://www.we3geeks.org/2012/03/03/tomcat-default-web-document-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/03/tomcat-default-web-document-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Enabling SSI</title>
		<link>http://www.we3geeks.org/2012/03/03/tomcat-enabling-ssi/</link>
		<comments>http://www.we3geeks.org/2012/03/03/tomcat-enabling-ssi/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 14:23:43 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=935</guid>
		<description><![CDATA[In this post in my series on standing up a Tomcat/ACF10 development environment, we look at enabling SSI within the Tomcat built-in Web server. <a href="http://www.we3geeks.org/2012/03/03/tomcat-enabling-ssi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/03/tomcat-enabling-ssi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat: Restricting Access by IP</title>
		<link>http://www.we3geeks.org/2012/03/02/tomcat-restricting-access-by-ip/</link>
		<comments>http://www.we3geeks.org/2012/03/02/tomcat-restricting-access-by-ip/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 03:52:28 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.we3geeks.org/?p=924</guid>
		<description><![CDATA[In the fourth in my series on standing up a Tomcat/ColdFusion 10 dev server, I touch on restricting access to the server to requests from a specific set of IP addresses. <a href="http://www.we3geeks.org/2012/03/02/tomcat-restricting-access-by-ip/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.we3geeks.org/2012/03/02/tomcat-restricting-access-by-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

