<?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>devnulled &#187; ColdFusion</title>
	<atom:link href="http://devnulled.com/topics/languages/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<lastBuildDate>Wed, 18 Aug 2010 06:20:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>A Regular Expression To Proxy Basic ColdFusion Requests</title>
		<link>http://devnulled.com/content/2008/04/a-regular-expression-to-proxy-basic-coldfusion-requests/</link>
		<comments>http://devnulled.com/content/2008/04/a-regular-expression-to-proxy-basic-coldfusion-requests/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:27:56 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Tips, Hacks, & Tricks]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[jrun]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2008/04/a-regular-expression-to-proxy-basic-coldfusion-requests/</guid>
		<description><![CDATA[(Note: I'm cleaning up some old drafts which have been sitting around for awhile.) A couple of years ago while setting-up a new J2EE server cluster using the Implementing Multitier Hardware Load Balancing with ColdFusion MX for J2EE or JRun article, I needed to setup a proxy filter for ColdFusion requests. Given that the application [...]]]></description>
			<content:encoded><![CDATA[<p>(Note: I'm cleaning up some old drafts which have been sitting around for awhile.)</p>
<p>A couple of years ago while setting-up a new J2EE server cluster using the <a href="http://www.adobe.com/devnet/coldfusion/j2ee/articles/balancing_j2ee03.html">Implementing Multitier Hardware Load Balancing with ColdFusion MX for J2EE or JRun</a> article, I needed to setup a proxy filter for ColdFusion requests.  Given that the application I was setting up used a context root of /, the proxy rule listed in that article would not work.  Instead, thanks to my former co-worker <a href="http://www.nomachetejuggling.com/">Rod</a>, I now have a regular expression which will redirect all basic requests for ColdFusion:</p>
<div class="igBar"><span id="lcode-4"><a href="#" onclick="javascript:showCodeTxt('code-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-4">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">^<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#40;</span>?:\S*.<span style="">cfml</span>?\S*<span style="color:#006600; font-weight:bold;">&#41;</span>|\S*/<span style="color:#006600; font-weight:bold;">&#40;</span>?:\?\S+<span style="color:#006600; font-weight:bold;">&#41;</span>?<span style="color:#006600; font-weight:bold;">&#41;</span>$ </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>This regexp works for the following combinations:</p>
<div class="igBar"><span id="lcode-5"><a href="#" onclick="javascript:showCodeTxt('code-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-5">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hello.<span style="">cfm</span>?hello=<span style="color:#800000;color:#800000;">2</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hello/</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sadfa/</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">dasd/?hello=<span style="color:#800000;color:#800000;">231</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">xo.<span style="">cfm</span>/hello</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hello/dookie.<span style="">cfm</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">dookie/hello.<span style="">cfm</span>?thisvar=dookie</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/ </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>And the following requests are not proxied:</p>
<div class="igBar"><span id="lcode-6"><a href="#" onclick="javascript:showCodeTxt('code-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-6">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">/hello.<span style="">html</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hello.<span style="">html</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hello/hello.<span style="">html</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Obviously these are just basic test cases, but it should leave all CSS, image, JavaScript, etc. type requests to the webserver, and pass on everything else to the app servers.  You would also need to change it to include direct requests for .cfc files if you're doing anything like Flash Remoting, Web Services, etc directly to CFC's.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2008/04/a-regular-expression-to-proxy-basic-coldfusion-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Behind Python: Sun Hires Python &amp; Jython Developers</title>
		<link>http://devnulled.com/content/2008/03/getting-behind-python-sun-hires-python-jython-developers/</link>
		<comments>http://devnulled.com/content/2008/03/getting-behind-python-sun-hires-python-jython-developers/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 08:02:14 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Disciplines]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2008/03/getting-behind-python-sun-hires-python-jython-developers/</guid>
		<description><![CDATA[As both a fan and user of the great technologies Python, and the Sun JVM (primarily via Java), I was very happy to come across this eWeek article which says that Sun announced the hiring of two key Python engineers. You can read more about the hiring of Ted Leung and Frank Wierzbicki at their [...]]]></description>
			<content:encoded><![CDATA[<p>As both a fan and user of the great technologies <a href="http://www.python.org/">Python</a>, and the <a href="http://en.wikipedia.org/wiki/Java_Virtual_Machine">Sun JVM</a> (primarily via Java), <img src='http://devnulled.com/wp-content/uploads/2008/03/jython.png' alt='jython.png' hspace="20" vspace="20" align="left" />   I was very happy to come across <a href="http://www.eweek.com/c/a/Application-Development/Sun-Hires-Python-Experts/">this eWeek article</a> which says that Sun announced the hiring of two key Python engineers. You can read more about the <a href="http://www.sauria.com/blog/2008/03/03/the-sun-is-going-to-shine-on-python/">hiring of Ted Leung</a> and <a href="http://fwierzbicki.blogspot.com/2008/02/jythons-future-looking-sunny.html">Frank Wierzbicki</a> at their respective blogs.  </p>
<p>I had pretty much written off <a href="http://www.jython.org/">Jython</a> as being dead quite some time ago, but luckily it has had <a href="http://www.jython.org/Project/news.html">a lot of recent activity</a> and is starting to catch back up with C-Python.  By both hiring key <a href="http://jruby.codehaus.org/">JRuby</a> and Jython developers, it looks like Sun is making sure the JVM stays relevant beyond Java and continues to evolve as what in my opinion is the best option for cross-platform applications.  </p>
<p>Having a long background in <a href="http://www.adobe.com/products/coldfusion/">ColdFusion</a> (an Adobe language which compiles down to Java bytecode and runs on the JVM), I've seen first hand the benefits of moving a language to the JVM, and I look forward to seeing more progress on both JRuby and Jython on the JVM.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2008/03/getting-behind-python-sun-hires-python-jython-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Farewell CFDJ: My Last Year on the Editorial Board in Review</title>
		<link>http://devnulled.com/content/2007/09/farewell-cfdj-my-last-year-on-the-editorial-board-in-review/</link>
		<comments>http://devnulled.com/content/2007/09/farewell-cfdj-my-last-year-on-the-editorial-board-in-review/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 00:50:04 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[A Day In The Life Of]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[cfdj]]></category>
		<category><![CDATA[coldfusion-developers-journal]]></category>
		<category><![CDATA[editorial-board]]></category>
		<category><![CDATA[fusion-authority]]></category>
		<category><![CDATA[syscon]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/09/farewell-cfdj-my-last-year-on-the-editorial-board-in-review/</guid>
		<description><![CDATA[Although this is a topic which has gotten much coverage, to the point of beating a dead horse, I felt obligated to comment on it as someone who served on the Editorial Board of the ColdFusion Developer's Journal until is was recently shuttered. When I was originally asked to join the board, I had some [...]]]></description>
			<content:encoded><![CDATA[<p>Although this is a topic which has gotten much coverage, to the point of beating a dead horse, I felt obligated to comment on it as someone who served on the Editorial Board of the ColdFusion Developer's Journal until is was recently shuttered.  </p>
<p>When I was originally asked to join the board, I had some strong reservations about it for many reasons, but decided to give it a try for the purpose of helping out the community in a constructive way.  For instance, I'd heard about a previous <a href="http://devnulled.com/content/2005/05/linuxword-editorial-staff-resigns-my-sys-con-media-experience/">editorial board for LinuxWorld who all resigned</a> at the same time, I think not compensating people who contribute to the magazine is completely unethical, and their website reminds me of a "warez" site where popups, videos, and all kinds of other annoying crap invade your computer.  Despite all of that, I assumed that being part of an editorial board would help voice developers concerns like "Your site makes the baby Jesus cry, make it stop!", "What kind of monkeys are editing the articles?", and "Why do you keep stealing people's content and publishing it as your own?".  </p>
<p>I thought perhaps as a board member, I'd have a chance to read articles which were still in draft and help with the code and articles, offer suggestions, and maybe even catch some of those typos which seem to plague the CFDJ.  Having worked in ColdFusion for (at the time) 8 years, writing somewhat useful blog entries for quite some time, as well as doing tech editing for a ColdFusion book, and having a Computer Science background (kind of a rarity among CF Developers?) this seemed like a pretty good fit.</p>
<p>Instead, I think it just entailed having some community names added to the board to show that they were involved but in reality none of the people listed had any say in anything, nor even had any idea what things were being put in each issue.  We never saw any articles, or even previews of what a printed issue would look like.  I would have even appreciated a free subscription for writing and editing articles, but I never got that either-- it certainly wasn't worth paying for.  I saw the final version of magazines the same way everyone else does, by going to the PDF download site.  As others have noted, we had no idea it was being shut down until the entry was posted at the CFDJ itself.</p>
<p>I really never went out of my way to promote the CFDJ or even write new articles for them because it didn't seem like anything had changed.  It fact, it only got worse as time went on-- it was hard to even get any sort of e-mail response from anyone on SysCon on the editors mailing list as time went on.</p>
<p>That said, the board really put a lot of time and effort into trying to breathe life back into the publication, but it was for little to no gain.  It is with a little sorrow however-- I can remember when I was first getting started with CF how valuable the publication was.  I'd say most of us were all ready to resign out of frustration, though it wouldn't have really mattered since communicating with SysCon has been like talking to a black hole for quite some time.</p>
<p>I think the only way I can sum this up is-- I for one welcome the <a href="https://secure.houseoffusion.com/">Fusion Authority</a> overlords.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/09/farewell-cfdj-my-last-year-on-the-editorial-board-in-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Development in Mac OS X: How To Fix the Lame Default Font in Eclipse</title>
		<link>http://devnulled.com/content/2007/07/development-in-mac-os-x-how-to-fix-the-lame-default-font-in-eclipse/</link>
		<comments>http://devnulled.com/content/2007/07/development-in-mac-os-x-how-to-fix-the-lame-default-font-in-eclipse/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 14:21:27 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[A Day In The Life Of]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tips, Hacks, & Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[aliased-font-eclipse]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming-font]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/07/development-in-mac-os-x-how-to-fix-the-lame-default-font-in-eclipse/</guid>
		<description><![CDATA[The default Eclipse for Mac OS X font is kind of annoying since it's way too big and reminds me of MS Comic Sans. If you try to replace it with one of the wonderful ProggyFonts without tweaking them first, you get stuck with anti-aliased fonts that look terrible. During my quest to get past [...]]]></description>
			<content:encoded><![CDATA[<p>The default Eclipse for Mac OS X font is kind of annoying since it's way too big and reminds me of MS Comic Sans.  If you try to replace it with one of the wonderful <a href="http://www.proggyfonts.com/">ProggyFonts</a> without tweaking them first, you get stuck with anti-aliased fonts that look terrible.  During my quest to get past this problem, I came across a way to setup a more <a href="http://www.partlyhuman.com/blog/roger/aliased-text-mac-eclipse">programming friendly font in Mac OS X</a> which uses one of the Proggy Fonts in aliased mode.</p>
<p>Although the above instructions aren't terribly explicit, you can find the various Eclipse font settings under Eclipse > Preferences > General > Apperance > Colors and Fonts once you've installed the font and made the appropriate changes to your System Preferences.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/07/development-in-mac-os-x-how-to-fix-the-lame-default-font-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Adobe ColdFusion 8 Public Beta Now Available</title>
		<link>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/</link>
		<comments>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/#comments</comments>
		<pubDate>Wed, 30 May 2007 05:07:05 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coldfusion-8]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/</guid>
		<description><![CDATA[Hey look, the public beta of ColdFusion 8 is now available for download at Adobe Labs. This is the beta you have been looking for.]]></description>
			<content:encoded><![CDATA[<p>Hey look, the public beta of <a href="http://labs.adobe.com/technologies/coldfusion8/">ColdFusion 8 is now available</a> for download at <a href="http://labs.adobe.com">Adobe Labs</a>.  This is the beta you have been looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe ColdFusion 8 Public Beta Coming Soon?</title>
		<link>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-coming-soon/</link>
		<comments>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-coming-soon/#comments</comments>
		<pubDate>Tue, 29 May 2007 22:17:53 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[coldfusion-8]]></category>
		<category><![CDATA[coldfusion-scorpio]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-coming-soon/</guid>
		<description><![CDATA[I first noticed Ben Forta's post about his site outage citing upgrading to the version of Scorpio being used for the public beta. Now with a couple of other vague posts by Raymond Camden and Damon Cooper, my best guess is that ColdFusion 8 will be available as a public beta as soon as tonight.]]></description>
			<content:encoded><![CDATA[<p>I first noticed Ben Forta's post about <a href="http://www.forta.com/blog/index.cfm?mode=entry&#038;entry=D0738B09-3048-80A9-EF15C62881FB879D">his site outage</a> citing upgrading to the version of Scorpio being used for the public beta.   Now with a couple of other vague posts by <a href="http://ray.camdenfamily.com/index.cfm/2007/5/29/Drink-Coffee">Raymond Camden</a> and <a href="http://www.dcooper.org/blog/client/index.cfm?mode=entry&#038;entry=D9BA07C4-4E22-1671-563539CF1E8FEB04">Damon Cooper</a>, my best guess is that ColdFusion 8 will be available as a public beta as soon as tonight.   <img src='http://devnulled.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/05/adobe-coldfusion-8-public-beta-coming-soon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source ColdFusion: Smith Project To Be Released As Open Source</title>
		<link>http://devnulled.com/content/2007/02/open-source-coldfusion-smith-project-to-be-released-as-open-source/</link>
		<comments>http://devnulled.com/content/2007/02/open-source-coldfusion-smith-project-to-be-released-as-open-source/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 04:51:22 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[smith-project]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/02/open-source-coldfusion-smith-project-to-be-released-as-open-source/</guid>
		<description><![CDATA[While doing my normal nightly browsing, I saw an "Open Source ColdFusion Server" digg which mentioned that the Smith Project, a free and lightweight CFML implementation, is going to be Open Sourced. This is great news for the community, and I'm definitely anticipating it's release as an open source project. Before I came across Smith [...]]]></description>
			<content:encoded><![CDATA[<p>While doing my normal nightly browsing, I saw an <a href="http://digg.com/programming/Open_source_ColdFusion_Server">"Open Source ColdFusion Server" digg</a> which mentioned that the <a href="http://www.smithproject.org/">Smith Project</a>, a free and lightweight CFML implementation, <a href="http://www.smithproject.org/forum/posts/list/6.page">is going to be Open Sourced</a>.  This is great news for the community, and I'm definitely anticipating it's release as an open source project.  </p>
<p>Before I came across Smith a few months ago or so, I'd been long thinking about writing a Java based parser generator with support for a very limited subset of CFML type tags just to have a light markup language that could seamlessly call Java objects and services without the pain of JSP or overhead and cost of a full-featured CFML implementation.  I think this will certainly fit that need for me once it's open sourced, and will save me a lot of time from having to implement it myself.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>On a related note, this is the first ColdFusion related digg I've seen that hasn't turned into a "PHP/RoR PWNS COLDFUZION U N00B LOLZ" type discussion.  Knock on wood.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/02/open-source-coldfusion-smith-project-to-be-released-as-open-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Latest Article &#8211; Why Interfaces In ColdFusion Are Irrelevant</title>
		<link>http://devnulled.com/content/2007/01/latest-article-why-interfaces-in-coldfusion-are-irrelevant/</link>
		<comments>http://devnulled.com/content/2007/01/latest-article-why-interfaces-in-coldfusion-are-irrelevant/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 05:49:07 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[cfdj]]></category>
		<category><![CDATA[interfaces]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/01/latest-article-why-interfaces-in-coldfusion-are-irrelevant/</guid>
		<description><![CDATA[Just a quick heads-up-- my latest article in the ColdFusion Developers Journal is Why Interfaces in ColdFusion Are Irrelevant which was in the December issue. This article builds on an earlier post I made, and goes a different direction than those professing that CF shouldn't have interfaces because it shouldn't turn into Java-light.]]></description>
			<content:encoded><![CDATA[<p>Just a quick heads-up-- my latest article in the <a href="http://coldfusion.sys-con.com/">ColdFusion Developers Journal</a> is <a href="http://coldfusion.sys-con.com/read/317593.htm">Why Interfaces in ColdFusion Are Irrelevant</a> which was in the December issue.   This article builds on an <a href="http://devnulled.com/content/2006/10/why-interfaces-in-coldfusion-are-irrelevant/">earlier post I made</a>, and goes a different direction than those professing that CF shouldn't have interfaces because it shouldn't turn into Java-light.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/01/latest-article-why-interfaces-in-coldfusion-are-irrelevant/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Technology Predictions for 2007</title>
		<link>http://devnulled.com/content/2007/01/technology-predictions-for-2007/</link>
		<comments>http://devnulled.com/content/2007/01/technology-predictions-for-2007/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 07:00:47 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ruby_on_rails]]></category>
		<category><![CDATA[server-virtualization]]></category>
		<category><![CDATA[slashdot]]></category>
		<category><![CDATA[technology_predictions]]></category>
		<category><![CDATA[technology_trends]]></category>
		<category><![CDATA[virtual_servers]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2007/01/technology-predictions-for-2007/</guid>
		<description><![CDATA[A couple of weeks ago Sys-Con published various industry opinions of what we'd see in 2007 in many of it's magazines. The article showed-up on Slashdot (with a misleading title) among other places and included various industry luminaries. A couple of people you might of heard of contributed to the article including David Heinemeier Hansson [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago Sys-Con published <a href="http://java.sys-con.com/read/313594.htm">various industry opinions of what we'd see in 2007</a> in many of it's magazines.  The article <a href="http://developers.slashdot.org/article.pl?sid=06/12/17/0237234">showed-up on Slashdot</a> (with a misleading title) among other places and included various industry luminaries.  A couple of people you might of heard of contributed to the article including <a href="http://www.loudthinking.com/">David Heinemeier Hansson</a> (creator of <a href="http://www.rubyonrails.org/">Ruby on Rails</a>) as well as <a href="http://java.sys-con.com/read/313594_2.htm">myself</a>.  It looks like my response for the article was edited a bit for content length and doesn't quite make sense in spots, so I thought I'd repost it in original form below:</p>
<p><strong>My Technology Predictions for 2007</strong></p>
<p>In general, I think this oncoming year will be one in which a lot technology built in the last several years becomes less of a burden, and more of a utility.  That said, the top five technology trends I see happening in the new year are:</p>
<p>1.  Server virtualization is just getting started, and will really make itself known in the coming year.  Once we start seeing the quad core CPU architectures as a part of standard infrastructure, it really starts making a lot of sense to start deploying and managing servers and applications as virtual entities rather than specific pieces of hardware.  This helps manage the cost and pain of software configuration management, take advantage of being able to process many tasks simultaneously because of hardware support, as well as allows legacy hardware to be retired in favor of applications running on virtual servers.</p>
<p>2.  Container based hosting is the new kid on the block, and will also start making it's presence known in the upcoming year.  Commonly labeled as "grid" hosting (which is a technical misnomer if you understand distributed computing), it essentially claims to be an infinitely scalable hosting platform.  This technology still seems to be half-baked at the moment, but you could have said the same thing about Linux ten years ago.</p>
<p>3. People who normally wouldn't use Linux start to explore it and even replace Windows with it permanently.  With Vista, Microsoft seems to be moving to a model in which the Windows operating system is a method to police users with DRM and other nonsense rather than provide developers a good platform on which to use hardware which is what Operating Systems are really supposed to be.  A lot more consumers who haven't noticed this happening in the past will stand-up and notice this year.</p>
<p>4. Dynamic languages and frameworks will continue to make leaps in popularity and adoption.  Given the current squeeze on technology talent in the US, companies are going to have to learn how to do more with less resources.  Moving to dynamic languages and frameworks as well as other simplification such as varying Agile software development practices will enable this to take place.  I think the obvious leading candidates here are Ruby on Rails and Django.</p>
<p>5. The enterprise will embrace ways to simplify development by continuing to embrace open source software and Agile development strategies. While there are a lot of cries to the effect of Ruby on Rails replacing Java, I think that's complete nonsense as Java is a language and Ruby on Rails is a framework.  Rapid development languages will certainly make some inroads, particularly where heavy tools have been used to build simple applications, Java is still going to be a major part of the service oriented enterprise for years to come because of the power and tools it provides as well as it's industry support.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2007/01/technology-predictions-for-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free MySQL Binaries No Longer Available?</title>
		<link>http://devnulled.com/content/2006/12/free-mysql-binaries-no-longer-available/</link>
		<comments>http://devnulled.com/content/2006/12/free-mysql-binaries-no-longer-available/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 22:55:07 +0000</pubDate>
		<dc:creator>Brandon Harper</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[binaries]]></category>
		<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://devnulled.com/content/2006/12/free-mysql-binaries-no-longer-available/</guid>
		<description><![CDATA[The MySQL Performance Blog is posting about where you can download/build recent binaries of MySQL as it looks like they are no longer offering recent downloads. I'd have to say there is definitely evidence of this being true-- I'm running 5.0.30-1 on my server this site is hosted on, yet the newest version available for [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.mysqlperformanceblog.com/">MySQL Performance Blog</a> is posting about where you can <a href="http://www.mysqlperformanceblog.com/2006/12/29/where-to-get-recent-mysql-version/">download/build recent binaries of MySQL</a> as it looks like they are no longer offering recent downloads.  I'd have to say there is definitely evidence of this being true-- I'm running 5.0.30-1 on my server this site is hosted on, yet the newest version <a href="http://dev.mysql.com/downloads/mysql/5.0.html#downloads">available for download at the MySQL</a> site is 5.0.27.  </p>
<p>I've always been weary of the <a href="http://mysql.com">MySQL</a> licensing scheme and have used <a href="http://postgresql.org">PostgreSQL</a> instead when possible, and if true this would be yet another reason I will continue to choose PostgreSQL over MySQL.</p>
]]></content:encoded>
			<wfw:commentRss>http://devnulled.com/content/2006/12/free-mysql-binaries-no-longer-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->