<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>Coder&apos;s Revolution</title>
<link>http://www.codersrevolution.com/index.cfm</link>
<description>Following RIA&apos;s, Adobe products, and coding in general.</description>
<language>en-us</language>
<pubDate>Thu, 17 May 2012 20:00:02 -0500</pubDate>
<lastBuildDate>Sun, 06 May 2012 01:19:00 -0500</lastBuildDate>
<generator>BlogCFC</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>brad@codersrevolution.com</managingEditor>
<webMaster>brad@codersrevolution.com</webMaster>
<itunes:subtitle></itunes:subtitle>
<itunes:summary></itunes:summary>
<itunes:category text="Technology" />
<itunes:category text="Technology">
<itunes:category text="Podcasting" />
</itunes:category>
<itunes:category text="Technology">
<itunes:category text="Tech News" />
</itunes:category>
<itunes:keywords></itunes:keywords>
<itunes:author></itunes:author>
<itunes:owner>
<itunes:email>brad@codersrevolution.com</itunes:email>
<itunes:name></itunes:name>
</itunes:owner>
<itunes:explicit>no</itunes:explicit>
<item>
<title>Getting Inherited CFC MetaData</title>
<link>http://www.codersrevolution.com/index.cfm/2012/5/6/Getting-Inherited-CFC-MetaData</link>
<description>
ColdFusion&apos;s &lt;a href=&quot;http://www.cfquickdocs.com/#GetMetaData&quot; target=&quot;_new&quot;&gt;getMetaData&lt;/a&gt; function is a very handy way to introspect the functions, properties, and annotations of a component in an easy-to-digest format of arrays and structs. ColdFusion even nests structs to represent the metadata of the classes your component extends as well. Recently, for an &lt;a href=&quot;https://github.com/ColdBox/coldbox-platform/pull/89&quot; target=&quot;_new&quot;&gt;enhancement I was building&lt;/a&gt; for &lt;a href=&quot;http://wiki.coldbox.org/wiki/WireBox.cfm&quot; target=&quot;_new&quot;&gt;WireBox&lt;/a&gt;, the &lt;a href=&quot;http://en.wikipedia.org/wiki/Dependency_injection&quot; target=&quot;_new&quot;&gt;DI&lt;a&gt;/&lt;a href=&quot;http://en.wikipedia.org/wiki/Aspect-oriented_programming&quot; target=&quot;_new&quot;&gt;AOP&lt;/a&gt; framework inside &lt;a href=&quot;http://www.coldbox.org/&quot; target=&quot;_new&quot;&gt;ColdBox&lt;/a&gt;, I wanted to be able to condense all the metadata down for the component in question as well as all the components it inherits from to a single list of functions, properties, and annotations. After a short bit of Googling, I didn&apos;t find any code that did that so I decided it was a perfect opportunity to write a function that did just that.
[More]
</description>
<category>ColdBox</category>
<category>ColdFusion</category>
<category>WireBox</category>
<pubDate>Sun, 06 May 2012 01:19:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2012/5/6/Getting-Inherited-CFC-MetaData</guid>
<enclosure url="http://www.codersrevolution.com/enclosures/getInheritedMetaData.zip" length="1691" type="application/x-zip"/>
</item>
<item>
<title>Coder&apos;s Revolution Now Powered By Railo 3.3.1</title>
<link>http://www.codersrevolution.com/index.cfm/2011/11/7/Coders-Revolution-Now-Powered-By-Railo-331</link>
<description>
Well, I&apos;ve done it. After all those years of threatening to get of my duff and do it, I&apos;ve finally dragged my personal site and blog out of the dark, shameful hole of ColdFusion MX7 (shudder) to the bleeding edge Utopian glory of &lt;a href=&quot;http://www.getrailo.com&quot; target=&quot;_new&quot;&gt;Railo 3.3.1&lt;/a&gt;.
[More]
</description>
<pubDate>Mon, 07 Nov 2011 22:43:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/11/7/Coders-Revolution-Now-Powered-By-Railo-331</guid>
</item>
<item>
<title>Error installing ColdFusion Builder 2 HotFix 1</title>
<link>http://www.codersrevolution.com/index.cfm/2011/7/18/Error-installing-ColdFusion-Builder-2-HotFix-1</link>
<description>
So, downloaded &lt;a href=&quot;http://kb2.adobe.com/cps/911/cpsid_91140.html&quot; target=&quot;_new&quot;&gt;HotFix 1 for ColdFusion Builder 2&lt;/a&gt; just now and tried to install it on my Windows 7 machine.
InstallAnywhere started up, but then gave me the following error:&lt;br&gt;
&quot;&lt;em&gt;Unable to execute the desired program.&lt;br&gt;
Please get another copy of the installer and try again.&lt;/em&gt;&quot;
[More]
</description>
<category>ColdFusion Builder</category>
<category>ColdFusion</category>
<pubDate>Mon, 18 Jul 2011 13:34:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/7/18/Error-installing-ColdFusion-Builder-2-HotFix-1</guid>
</item>
<item>
<title>ColdBox Connection Today On WireBox 3.1 And AOP</title>
<link>http://www.codersrevolution.com/index.cfm/2011/6/23/ColdBox-Connection-Today-On-WireBox-31-And-AOP</link>
<description>
Just a quick reminder that the latest &lt;a target=&quot;_new&quot; href=&quot;http://coldbox.org/media/connection&quot;&gt;ColdBox Connection&lt;/a&gt; starts at Noon Central today. Luis will be talking about the new features of &lt;a target=&quot;_new&quot; href=&quot;http://www.coldbox.org/download&quot;&gt;WireBox 3.1&lt;/a&gt; which was just released as well as an in-depth explanation of of the new AOP implementation. AOP &lt;a target=&quot;_new&quot; href=&quot;http://en.wikipedia.org/wiki/Aspect-oriented_programming&quot;&gt;(Aspect Oriented Programming)&lt;/a&gt; is seriously cool stuff, so put your thinking caps on and come learn. You can&apos;t beat free ColdBox training!
You&apos;ll find the meeting here:&lt;br&gt;
&lt;a target=&quot;_new&quot; href=&quot;http://experts.adobeconnect.com/coldbox-connection/&quot;&gt;http://experts.adobeconnect.com/coldbox-connection/&lt;/a&gt;
Update:&lt;br&gt;
Here is the recording URL of the meeting:&lt;br&gt;
&lt;a target=&quot;_new&quot; href=&quot;http://experts.adobeconnect.com/p1vqmd7hiy1/&quot;&gt;http://experts.adobeconnect.com/p1vqmd7hiy1/&lt;/a&gt;
</description>
<category>ColdBox</category>
<category>General</category>
<category>ColdFusion</category>
<category>WireBox</category>
<pubDate>Thu, 23 Jun 2011 11:27:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/6/23/ColdBox-Connection-Today-On-WireBox-31-And-AOP</guid>
</item>
<item>
<title>Google and Les Paul</title>
<link>http://www.codersrevolution.com/index.cfm/2011/6/9/Google-and-Les-Paul</link>
<description>
If you haven&apos;t seen it, &lt;a href=&quot;http://www.google.com/&quot; target=&quot;_new&quot;&gt;Google&apos;s homepage&lt;/a&gt; has a very cool tribute to Les Paul. It&apos;s a live strum-able guitar. Below are some hints on how to use it for the less musical ones among us along with some recordings of mine.
[More]
</description>
<category>Google</category>
<category>General</category>
<pubDate>Thu, 09 Jun 2011 11:22:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/6/9/Google-and-Les-Paul</guid>
</item>
<item>
<title>ColdBox Connection today on CacheBox</title>
<link>http://www.codersrevolution.com/index.cfm/2011/6/9/ColdBox-Connection-today-on-CacheBox</link>
<description>
Just a friendly reminder about the &lt;a href=&quot;http://coldbox.org/media/connection&quot; target=&quot;_new&quot;&gt;ColdBox Connection&lt;/a&gt; meeting today at noon Central. ColdBox Connection is an online webinar that is held every two weeks by &lt;a href=&quot;http://wiki.coldbox.org/wiki/Credits.cfm#Team_ColdBox&quot; target=&quot;_new&quot;&gt;Team ColdBox&lt;/a&gt; to showcase a part of the &lt;a href=&quot;http://www.coldbox.org/download&quot; target=&quot;_new&quot;&gt;ColdBox Platform&lt;/a&gt; and answer your questions. Today&apos;s is being hosted by &lt;a href=&quot;http://aarongreenlee.com/&quot; target=&quot;_new&quot;&gt;Aaron Greenlee&lt;/a&gt; and will be discussing &lt;a href=&quot;http://wiki.coldbox.org/wiki/CacheBox.cfm&quot; target=&quot;_new&quot;&gt;CacheBox&lt;/a&gt;, the enterprise caching framework which is baked into ColdBox as well as available as a separate utility for your existing apps.
Here is the Connect room:
&lt;a href=&quot;http://experts.adobeconnect.com/coldbox-connection/&quot; target=&quot;_new&quot;&gt;http://experts.adobeconnect.com/coldbox-connection/&lt;/a&gt;
Hope you see you there!
</description>
<category>ColdBox</category>
<category>ColdFusion</category>
<category>Performance</category>
<category>Caching</category>
<pubDate>Thu, 09 Jun 2011 10:02:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/6/9/ColdBox-Connection-today-on-CacheBox</guid>
</item>
<item>
<title>My LogBox Slidedeck, Sample Code And Recording URL</title>
<link>http://www.codersrevolution.com/index.cfm/2011/4/28/My-LogBox-Slidedeck-Sample-Code-And-Recording-URL</link>
<description>
In case you missed the &lt;a href=&quot;http://coldbox.org/media/connection&quot; target=&quot;_new&quot;&gt;ColdBox Connection&lt;/a&gt; webinar today and are dying to know all about &lt;a href=&quot;http://wiki.coldbox.org/wiki/logbox.cfm&quot; target=&quot;_new&quot;&gt;LogBox&lt;/a&gt;, the enterprise logging library that can be used stand-alone or inside a ColdBox application, I have good news! Here is a link to the recording, my slide deck and most importantly ALL the sample code I used including the Pirate Log Formatter and the QR Code log appender.
[More]
</description>
<category>LogBox</category>
<category>ColdBox</category>
<category>ColdFusion</category>
<pubDate>Thu, 28 Apr 2011 17:17:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/4/28/My-LogBox-Slidedeck-Sample-Code-And-Recording-URL</guid>
</item>
<item>
<title>I&apos;m Speaking At This Week&apos;s ColdBox Connection Online Meeting</title>
<link>http://www.codersrevolution.com/index.cfm/2011/4/25/Im-Speaking-At-This-Weeks-ColdBox-Connection-Online-Meeting</link>
<description>
&lt;a href=&quot;http://coldbox.org/&quot; target=&quot;_new&quot;&gt;ColdBox&lt;/a&gt; has an online meetup every other week called the &lt;a href=&quot;http://www.coldbox.org/media/connection&quot; target=&quot;_new&quot;&gt;ColdBox Connection&lt;/a&gt;. Just a note that the next one is this Thursday at noon Central time. I will be talking about &lt;a href=&quot;http://wiki.coldbox.org/wiki/logbox.cfm&quot; target=&quot;_new&quot;&gt;LogBox&lt;/a&gt;-- the Logging framework that is built into ColdBox and also can be used as a stand-alone logging utility in a legacy app. See you there!
&lt;a href=&quot;http://experts.adobeconnect.com/coldbox-connection/&quot; target=&quot;_new&quot;&gt;http://experts.adobeconnect.com/coldbox-connection/&lt;/a&gt;
</description>
<category>ColdBox</category>
<category>General</category>
<category>ColdFusion</category>
<pubDate>Mon, 25 Apr 2011 23:09:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/4/25/Im-Speaking-At-This-Weeks-ColdBox-Connection-Online-Meeting</guid>
</item>
<item>
<title>ColdBox 3.0 Has Gone Gold!</title>
<link>http://www.codersrevolution.com/index.cfm/2011/3/30/ColdBox-30-Has-Gone-Gold</link>
<description>
I am very excited to announce that &lt;a href=&quot;http://blog.coldbox.org/post.cfm/coldbox-platform-3-0-0-released&quot; target=&quot;_new&quot;&gt;ColdBox 3.0 has been officially released&lt;/a&gt;. After 6 milestone releases and 2 release candidates it is finally complete. I am especially proud to see this since a number of fixes, and code submissions of my own have worked their way into the ColdBox framework, Sample Apps, and Builder Extensions over the past 2 years. A brief list of new features in ColdBox 3.0 includes:
[More]
</description>
<category>ColdBox</category>
<category>Technology</category>
<category>General</category>
<category>ColdFusion</category>
<pubDate>Wed, 30 Mar 2011 12:34:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/3/30/ColdBox-30-Has-Gone-Gold</guid>
</item>
<item>
<title>Slide Deck For My ColdBox 3.0 Preso At KCDevCore</title>
<link>http://www.codersrevolution.com/index.cfm/2011/2/24/Slide-Deck-For-My-ColdBox-30-Preso-At-KCDevCore</link>
<description>
Last Tuesday I presented on the ColdBox Framework to my local Kansas City user group with an emphasis on the new 3.0 features like WireBox. Here is the slide deck I used. &lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;a target=&quot;_new&quot; href=&quot;http://slidesix.com/view/KCDevCore-ColdBox-3-WireBox-10-preso&quot;&gt;http://slidesix.com/view/KCDevCore-ColdBox-3-WireBox-10-preso&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;object height=&quot;425&quot; width=&quot;550&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://slidesix.com/viewer/SlideSixViewer.swf?alias=KCDevCore-ColdBox-3-WireBox-10-preso&quot; /&gt;&lt;param name=&quot;menu&quot; value=&quot;false&quot;/&gt;&lt;param name=&quot;scale&quot; value=&quot;noScale&quot;/&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;param value=&quot;transparent&quot; name=&quot;wmode&quot; /&gt;&lt;param value=&quot;quality&quot; name=&quot;best&quot; /&gt;&lt;embed src=&quot;http://slidesix.com/viewer/SlideSixViewer.swf?alias=KCDevCore-ColdBox-3-WireBox-10-preso&quot; allowscriptaccess=&quot;always&quot; allowFullScreen=&quot;true&quot; height=&quot;425&quot; width=&quot;550&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; quality=&quot;best&quot; /&gt;&lt;/object&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;
</description>
<category>ColdBox</category>
<category>MVC</category>
<category>Object Oriented Design (OOP)</category>
<category>KCDevCore</category>
<category>ColdFusion</category>
<pubDate>Thu, 24 Feb 2011 12:22:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/2/24/Slide-Deck-For-My-ColdBox-30-Preso-At-KCDevCore</guid>
</item>
<item>
<title>Generating Primes Revisited: My Modifications To The Sieve of Eratosthenes</title>
<link>http://www.codersrevolution.com/index.cfm/2011/2/1/Generating-Primes-Revisited-My-Modifications-To-The-Sieve-of-Eratosthenes</link>
<description>
In a recent &lt;a href=&quot;http://www.web-relevant.com/index.cfm/2011/1/29/Dude-please-try-to-be-accurate&quot; target=&quot;_new&quot;&gt;pissing match&lt;/a&gt; between ColdFusion and PHP, &lt;a href=&quot;http://www.web-relevant.com&quot; target=&quot;_new&quot;&gt;Jared Rypka-Hauer&lt;/a&gt; was demonstrating the performance of a function that generated prime numbers. The discussion really wasn&apos;t about the BEST prime generator as much as it was about how much ColdFusion can kick PHP&apos;s puny butt all over town. Never the less, I piped up in the comments to ask Jared to compare &lt;a href=&quot;http://www.codersrevolution.com/index.cfm/2009/8/13/Calculate-Prime-Numbers-Sieve-of-Eratosthenes&quot; target=&quot;_new&quot;&gt;a prime number generator&lt;/a&gt; that I wrote a while back based on the &lt;a href=&quot;http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes&quot; target=&quot;_new&quot;&gt;Sieve of Eratosthene&lt;/a&gt;. After Jared asked some good questions about how my code worked I figured it was time I stopped high-jacking the comments of the PHP pooper train. I decided to spin off a new post to highlight some significant performance gains I was able to produce.
[More]
</description>
<category>ColdFusion</category>
<category>Mathmatics</category>
<category>Performance</category>
<category>Java</category>
<pubDate>Tue, 01 Feb 2011 03:28:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/2/1/Generating-Primes-Revisited-My-Modifications-To-The-Sieve-of-Eratosthenes</guid>
</item>
<item>
<title>ColdFusion&apos;s Catch Struct Not Locally Varred?</title>
<link>http://www.codersrevolution.com/index.cfm/2011/1/18/ColdFusions-Catch-Struct-Not-Locally-Varred</link>
<description>
When catching an error in a CFC, I&apos;ve always assumed that the &lt;a href=&quot;http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_04.html&quot; target=&quot;_new&quot;&gt;exception object&lt;/a&gt; was a locally scoped variable, specific to that method call. Some interesting errors we received from the depths of our &lt;a href=&quot;http://www.coldbox.org/&quot; target=&quot;_new&quot;&gt;ColdBox framework&lt;/a&gt; made me start to question that. I concocted a test last night which appears to prove that your exceptions are not thread safe in a CFC stored in a persistent scope. (In CF8, at least)
[More]
</description>
<category>ColdFusion</category>
<pubDate>Tue, 18 Jan 2011 21:05:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/1/18/ColdFusions-Catch-Struct-Not-Locally-Varred</guid>
</item>
<item>
<title>Kansas City Designer/Developer Workflow Conference: Success!</title>
<link>http://www.codersrevolution.com/index.cfm/2010/6/20/Kansas-City-DesignerDeveloper-Workflow-Conference-Success</link>
<description>
Today wrapped up the two-day &lt;a href=&quot;http://d2wc.com/&quot; target=&quot;_new&quot;&gt;Designer/Developer Workflow Conference&lt;/a&gt; here in &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=kansas+city,+mo&amp;sll=37.509726,-102.304687&amp;sspn=51.371424,78.837891&amp;ie=UTF8&amp;hq=&amp;hnear=Kansas+City,+Jackson,+Missouri&amp;ll=39.093298,-94.578552&amp;spn=0.412479,0.615921&amp;z=11&quot; target=&quot;_new&quot;&gt;Kansas City&lt;/a&gt;. A big thanks to &lt;a href=&quot;http://twitter.com/deesadler&quot; target=&quot;_new&quot;&gt;Dee Sadler&lt;/a&gt; for putting it all together and to the &lt;a href=&quot;http://d2wc.com/speakers&quot; target=&quot;_new&quot;&gt;awesome speakers&lt;/a&gt;.
It was very interesting to attend sessions that were not just about programming, but about the workflow we all deal with when it comes to working with our designers and prototyping applications. I also really liked the re-occurrence of topics centered around mobile development. I even found out about a local group call the &lt;a href=&quot;http://www.facebook.com/group.php?gid=114100385267796&amp;v=wall&amp;ref=ts&quot; target=&quot;_new&quot;&gt;Mobile Media Club&lt;/a&gt; that was founded by one of our speakers, &lt;a href=&quot;http://www.vincevaughan.com/&quot; target=&quot;_new&quot;&gt;Vince Vaughan&lt;/a&gt;. (No, not &lt;a href=&quot;http://www.vince-vaughn.com/&quot; target=&quot;_new&quot;&gt;THAT Vince Vaughn&lt;/a&gt;)
I was able to meeting some cool people I had heard of before but never seen in person (like &lt;a href=&quot;http://www.sosensible.com/&quot; target=&quot;_new&quot;&gt;John Farrar&lt;/a&gt; and &lt;a href=&quot;http://www.andymatthews.net/&quot; target=&quot;_new&quot;&gt;Andy Matthews&lt;/a&gt;) and some brand new faces I didn&apos;t even know existed (like &lt;a href=&quot;http://sebleedelisle.com/&quot; target=&quot;_new&quot;&gt;Seb Lee-Delisle&lt;/a&gt;, &lt;a href=&quot;http://chrisgriffith.wordpress.com/&quot; target=&quot;_new&quot;&gt;Chris Griffith&lt;/a&gt;, and &lt;a href=&quot;http://www.vincevaughan.com/&quot; target=&quot;_new&quot;&gt;Vince Vaughan&lt;/a&gt;)
I&apos;m hoping Kansas City will see some more quality training like this in the near future and will draw even more people.
</description>
<category>D2WC</category>
<pubDate>Sun, 20 Jun 2010 23:02:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2010/6/20/Kansas-City-DesignerDeveloper-Workflow-Conference-Success</guid>
</item>
<item>
<title>JVM Args Don&apos;t Like Line Breaks</title>
<link>http://www.codersrevolution.com/index.cfm/2010/1/30/JVM-Args-Dont-Like-Line-Breaks</link>
<description>
A brief hiatus today from from the &lt;a href=&quot;http://www.codersrevolution.com/index.cfm/2010/1/29/PCI-DSS-Compliance-Part-2--Weak-SSL-And-Ciphers&quot; target=&quot;_new&quot;&gt;PCI Compliance&lt;/a&gt; series to issue a quick public service announcement. I was installing my free copy of &lt;a href=&quot;http://www.seefusion.com/&quot; target=&quot;_new&quot;&gt;SeeFusion&lt;/a&gt; today that I netted in the recent give-away &lt;a href=&quot;http://www.webapper.com/&quot; target=&quot;_new&quot;&gt;WebApper&lt;/a&gt; had. Since the target machine was CF7 on a OpenSuse Linux with the JVM upgraded to 1.4.2_11, it was a &quot;manual&quot; install. Pretty easy-- copy a few jar files and edit a few configs. The problem was, SeeFusion wasn&apos;t able to connect to my debugging port to capture stack traces and I couldn&apos;t figure out why.
[More]
</description>
<category>SeeFusion</category>
<category>Server Administration</category>
<category>ColdFusion</category>
<category>Java</category>
<pubDate>Sat, 30 Jan 2010 23:44:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2010/1/30/JVM-Args-Dont-Like-Line-Breaks</guid>
</item>
<item>
<title>PCI DSS Compliance Part 2 - Weak SSL And Ciphers</title>
<link>http://www.codersrevolution.com/index.cfm/2010/1/29/PCI-DSS-Compliance-Part-2--Weak-SSL-And-Ciphers</link>
<description>
The next stop on our PCI DSS Compliance tour is disabling weak SSL versions and encryption ciphers. If your site is handling credit card payments, it is undoubtedly using HTTPS for at least the pages that collect payment information. I thought I had already taken care of this item, but I was apparently mistaken. Fortunately, this is pretty easy to fix and if you&apos;re on Windows I&apos;ve even cooked up a quick and easy registry file for you to use.
[More]
</description>
<category>Server Administration</category>
<category>Networking</category>
<category>IIS</category>
<category>Security</category>
<pubDate>Fri, 29 Jan 2010 23:44:28 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2010/1/29/PCI-DSS-Compliance-Part-2--Weak-SSL-And-Ciphers</guid>
</item>
</channel></rss>
