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

<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>Fri, 30 May 2008 17:33:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<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>
		<item>
		<title>BOM - Is it part of the data?</title>
		<link>http://www.bandeblog.com/2008/05/bom-is-it-part-of-the-data/</link>
		<comments>http://www.bandeblog.com/2008/05/bom-is-it-part-of-the-data/#comments</comments>
		<pubDate>Sat, 03 May 2008 12:40:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

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

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

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=23</guid>
		<description><![CDATA[This is a post in response to a comment at Ben Nadel&#8217;s blog by PaulH which I think is an interesting and important discussion, but sufficiently off-topic to the blog entry at hand that I didn&#8217;t want to completely derail the on-topic discussion.
Whereas initially BOM (Byte Order Marker U+FEFF) was intended to indicate the order [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/bom-is-it-part-of-the-data/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unicode: The absolute minimum every developer should know.</title>
		<link>http://www.bandeblog.com/2008/05/unicode-the-absolute-minimum-every-developer-should-know/</link>
		<comments>http://www.bandeblog.com/2008/05/unicode-the-absolute-minimum-every-developer-should-know/#comments</comments>
		<pubDate>Fri, 02 May 2008 14:23:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=22</guid>
		<description><![CDATA[Over the past few years, I&#8217;ve been engaged in a few projects which have required international support.  Via trial and fire, I&#8217;ve learned a fair amount about Unicode and character encoding.  I now consider this to be essential knowledge for all programmers - web programmers especially.  This becomes particularly important when you [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/unicode-the-absolute-minimum-every-developer-should-know/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adobe opens the file formats for SWF and FLA</title>
		<link>http://www.bandeblog.com/2008/05/adobe-opens-the-file-formats-for-swf-and-fla/</link>
		<comments>http://www.bandeblog.com/2008/05/adobe-opens-the-file-formats-for-swf-and-fla/#comments</comments>
		<pubDate>Thu, 01 May 2008 14:39:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

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

		<category><![CDATA[open source]]></category>

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

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=21</guid>
		<description><![CDATA[Adobe is opening up the file formats for SWF and FLA, which is major news!  SWF is the format run by Flash Player, and FLA is the source format which is used to create SWF&#8217;s.  With this documentation, anyone will be able to create their own FLA and SWF creation software.  Previously [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/05/adobe-opens-the-file-formats-for-swf-and-fla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFThread and dividing up work</title>
		<link>http://www.bandeblog.com/2008/04/cfthread-and-dividing-up-work/</link>
		<comments>http://www.bandeblog.com/2008/04/cfthread-and-dividing-up-work/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 17:17:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

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

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

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=20</guid>
		<description><![CDATA[CFThread is a wonderful addition to ColdFusion 8.  It lets you perform parallel actions within your code.  However, parallel programming is a complex beast under the best of circumstances.
One of the early things to realize in CF8&#8217;s threading support is that it makes a deep copy of the local variables (ala Duplicate()) when [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/04/cfthread-and-dividing-up-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion 8.0.1 - Nested Array/Struct Shorthand</title>
		<link>http://www.bandeblog.com/2008/04/coldfusion-801-nested-arraystruct-shorthand/</link>
		<comments>http://www.bandeblog.com/2008/04/coldfusion-801-nested-arraystruct-shorthand/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:39:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

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

		<guid isPermaLink="false">http://boole.mightye.org/wordpress/?p=19</guid>
		<description><![CDATA[As you probably know, ColdFusion 8 gave us a long-needed shorthand for creating arrays and structures:

a = "1",
b = "2",
c = "3"
}&#38;gt;
"a",
"b",
"c"
]&#38;gt;

Unfortunately you couldn&#8217;t nest those constructs.  With the 8.0.1 updater though, you now can:

a = ["x", "y", "z"],
b = ["s", "t", "u"],
c = ["m", "n", "o"]
}&#38;gt;

This is fantastic when you&#8217;re trying to make [...]]]></description>
		<wfw:commentRss>http://www.bandeblog.com/2008/04/coldfusion-801-nested-arraystruct-shorthand/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
