<?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/"
	>

<channel>
	<title>B and E Blog</title>
	<atom:link href="http://www.bandeblog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bandeblog.com</link>
	<description>Just a couple of opinionated nerds talking about ColdFusion, PHP, and technology in general.</description>
	<pubDate>Tue, 09 Jun 2009 21:47:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ColdFusion: Using Java Beans</title>
		<link>http://www.bandeblog.com/2009/06/coldfusion-using-java-beans/</link>
		<comments>http://www.bandeblog.com/2009/06/coldfusion-using-java-beans/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:47:18 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=50</guid>
		<description><![CDATA[A while back we were working on a huge new website in ColdFusion which was a rearchitecture of an extremely mature but very worn out code base.  One of the biggest things we wanted to do was adopt a substantially more object oriented approach to development as the original site was started in the [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2009/06/coldfusion-using-java-beans/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One Man&#8217;s View is Another Man&#8217;s Data</title>
		<link>http://www.bandeblog.com/2009/05/one-mans-view-is-another-mans-data/</link>
		<comments>http://www.bandeblog.com/2009/05/one-mans-view-is-another-mans-data/#comments</comments>
		<pubDate>Tue, 19 May 2009 12:46:13 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[HCI]]></category>

		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=43</guid>
		<description><![CDATA[I think it&#8217;s common for a developer to get the idea in his or her head that developing under an MVC (Model View Controller) paradigm is ultra cut and dry: There is one Model, one View, and one Controller for a given task.  Within a given layer of the software stack this may often [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2009/05/one-mans-view-is-another-mans-data/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CF.Objective() So Far</title>
		<link>http://www.bandeblog.com/2009/05/cfobjective-so-far/</link>
		<comments>http://www.bandeblog.com/2009/05/cfobjective-so-far/#comments</comments>
		<pubDate>Thu, 14 May 2009 20:00:29 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[CF.Objective()]]></category>

		<category><![CDATA[Conference]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=38</guid>
		<description><![CDATA[So far I&#8217;ve been to two really good sessions at CF.Objective().  The first I was dubious about, &#8220;Indiana Jones and the Server of Doom,&#8221; but I actually learned some things about low-level memory management within ColdFusion, and I can definitely say I&#8217;ve got something new to check out on production boxes when I get [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2009/05/cfobjective-so-far/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion Ordered Struct</title>
		<link>http://www.bandeblog.com/2009/05/coldfusion-ordered-struct/</link>
		<comments>http://www.bandeblog.com/2009/05/coldfusion-ordered-struct/#comments</comments>
		<pubDate>Tue, 12 May 2009 21:16:29 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=37</guid>
		<description><![CDATA[As most readers probably already know, in ColdFusion, structs are associatively keyed storage structures similar to an array but where you get to use a string to key an entry rather than only a sequential number.
PHP only has array() which acts both like ColdFusion&#8217;s array and struct both.  You can numerically key arrays or [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2009/05/coldfusion-ordered-struct/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CF.Objective() Here I Come</title>
		<link>http://www.bandeblog.com/2009/05/cfobjective-here-i-come/</link>
		<comments>http://www.bandeblog.com/2009/05/cfobjective-here-i-come/#comments</comments>
		<pubDate>Tue, 12 May 2009 20:28:58 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=35</guid>
		<description><![CDATA[Heading off to Minneapolis tomorrow morning for CF.Objective().  This is the first conference I&#8217;ve been to in a while.  Hoping we get to hear some about the next version of ColdFusion and the Bolt IDE (I&#8217;ve played with it some; I can&#8217;t say a lot, but I can say that it&#8217;s got some fanstastic features).
]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2009/05/cfobjective-here-i-come/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion Including Sub-Applications</title>
		<link>http://www.bandeblog.com/2008/05/coldfusion-including-sub-applications/</link>
		<comments>http://www.bandeblog.com/2008/05/coldfusion-including-sub-applications/#comments</comments>
		<pubDate>Fri, 30 May 2008 17:20:58 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[application.cfc]]></category>

		<category><![CDATA[kludge]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=34</guid>
		<description><![CDATA[Ben Nadel has an interesting question on his blog about including sub-applications from within an existing CF application, and having the relevant sub-level Application.cfc fire off.
This is doable in a fairly simple manner but which relies on a barely-documented feature of ColdFusion, and the fact that the sub-level Application.cfc fires is completely undocumented, and may [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/coldfusion-including-sub-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Relative CFLoop Performance for Various Loop Structures</title>
		<link>http://www.bandeblog.com/2008/05/relative-cfloop-performance-for-various-loop-structures/</link>
		<comments>http://www.bandeblog.com/2008/05/relative-cfloop-performance-for-various-loop-structures/#comments</comments>
		<pubDate>Wed, 21 May 2008 18:01:26 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[lists]]></category>

		<category><![CDATA[loop]]></category>

		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=32</guid>
		<description><![CDATA[Introduction
Jim over at Ben Nadel&#8217;s blog made the assertion that looping a list is faster than looping a struct.  It&#8217;s an interesting assertion that looping a list would be faster than looping an array.  I did a test of my own to find out.
Setup
Starting with objects with 1 entry populated, I increased the number of [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/relative-cfloop-performance-for-various-loop-structures/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Established Programmers Getting Started in Web Development</title>
		<link>http://www.bandeblog.com/2008/05/established-programmers-getting-started-in-web-development/</link>
		<comments>http://www.bandeblog.com/2008/05/established-programmers-getting-started-in-web-development/#comments</comments>
		<pubDate>Wed, 21 May 2008 12:25:52 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[beginning]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[jsp]]></category>

		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.bandeblog.com/?p=31</guid>
		<description><![CDATA[An acquaintance of mine has recently graduated from college with a degree in computer science.  Where he went, apparently they stressed theory over practice.  He&#8217;s got some C++, Lisp, Java, and MySQL experience, but has never touched web development (neither HTML, nor even viewed source on a web page).
He&#8217;s hoping to get a job with [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/established-programmers-getting-started-in-web-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebScarab-NG</title>
		<link>http://www.bandeblog.com/2008/05/webscarab-ng/</link>
		<comments>http://www.bandeblog.com/2008/05/webscarab-ng/#comments</comments>
		<pubDate>Sat, 10 May 2008 02:44:20 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Debugging]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=27</guid>
		<description><![CDATA[WebScarab-NG is a really amazing tool that Brian introduced me to a few months back.  It&#8217;s essentially a local proxy which you can use to capture the full details of HTTP requests traveling through it.  It listens by default on port 8008 on your local address, and you can configure any software to use that [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/webscarab-ng/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How UTF-8 Encoding works</title>
		<link>http://www.bandeblog.com/2008/05/how-utf-8-encoding-works/</link>
		<comments>http://www.bandeblog.com/2008/05/how-utf-8-encoding-works/#comments</comments>
		<pubDate>Sat, 03 May 2008 14:49:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Unicode]]></category>

		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=24</guid>
		<description><![CDATA[I spoke yesterday about Unicode, and the difference between the Unicode character set, and specific encodings of this character set.  This post is a follow-up which describes in detail one particular and popular character set - UTF-8.
It&#8217;s imortant to understand that encoding is simply a means of representing a Unicode character in terms of [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/how-utf-8-encoding-works/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
