<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://brendanohara.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Brendan O&#039;Hara</title>
 <link>http://brendanohara.sys-con.com/</link>
 <description>Latest News from Brendan O&#039;Hara</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Mon, 30 Nov 2009 18:15:49 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>CFUG ChampionsA conversation with Steve Rittler, Manager of the Philadelphia area CFUG and Philadelphia area MMUG</title>
 <link>http://brendanohara.sys-con.com/node/42085</link>
 <description>Hello to everyone in the ColdFusion community. In this column, I’d like to spotlight User Group managers, Team Macromedia volunteers, community leaders, and other enthusiasts who champion ColdFusion and related technologies. These are people like many of you who spend hours – and even days – a week giving back to the ColdFusion and Macromedia communities. Today I’m speaking with Steve Rittler, manager of the Philadelphia area CFUG and founder of the new Philadelphia area MMUG.&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/42085&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 23 Oct 2003 15:51:11 EDT</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/42085</guid>
 <comments>http://brendanohara.sys-con.com/node/42085#feedback</comments>
</item>
<item>
 <title>Design Patterns in ColdFusion: Creational Patterns</title>
 <link>http://brendanohara.sys-con.com/node/42077</link>
 <description>With the recent introduction of ColdFusion MX 6.1, developers continue to explore the new features and improvements ColdFusion has to offer. What you may discover, as I have, is that we have hardly scratched the surface of what is possible with ColdFusion Components (CFCs).&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/42077&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 15 Oct 2003 16:41:01 EDT</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/42077</guid>
 <comments>http://brendanohara.sys-con.com/node/42077#feedback</comments>
</item>
<item>
 <title>Design Patterns in ColdFusion: Singleton Pattern</title>
 <link>http://brendanohara.sys-con.com/node/42048</link>
 <description>With the introduction of ColdFusion Components, or CFCs, in ColdFusion MX, we as ColdFusion developers have a way to leverage object-oriented programming, or OOP, within CFML.&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/42048&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 11 Jul 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/42048</guid>
 <comments>http://brendanohara.sys-con.com/node/42048#feedback</comments>
</item>
<item>
 <title>Design Patterns in ColdFusion: Composite Pattern</title>
 <link>http://brendanohara.sys-con.com/node/41619</link>
 <description>As ColdFusion developers, we tend to build applications based on pages that display information and queries to retrieve information and save information. We tend to think solely of how we are going to implement the code required to perform a certain function. Many times we are not able to consider the commonality of a certain problem and whether an already established design exists somewhere.&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/41619&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 16 Jun 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/41619</guid>
 <comments>http://brendanohara.sys-con.com/node/41619#feedback</comments>
</item>
<item>
 <title>Design Patterns in ColdFusion: Strategy Pattern - Part 3 of a Series</title>
 <link>http://brendanohara.sys-con.com/node/41606</link>
 <description>For the past couple of issues we have been getting to know how other languages use object-oriented design patterns and how those patterns can be implemented in ColdFusion MX. We jumped right into the Template Method and Iterator patterns and this month we will explore the Strategy pattern.&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/41606&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 01 May 2003 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/41606</guid>
 <comments>http://brendanohara.sys-con.com/node/41606#feedback</comments>
</item>
<item>
 <title>Design Patterns in ColdFusion: Iterator Pattern PART 2</title>
 <link>http://brendanohara.sys-con.com/node/41587</link>
 <description>Last month I introduced design patterns, including the Template Method pattern and how it encourages polymorphism and helps remove the common switch-case constructs we normally utilize in custom tags for purposes of code reuse. This month our topic is the Iterator pattern, a simple yet powerful design pattern you can use to generically traverse through a custom collection CFC. You&#039;ll need to know what a collection is and exactly where the Iterator pattern comes into the picture.&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/41587&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 03 Apr 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/41587</guid>
 <comments>http://brendanohara.sys-con.com/node/41587#feedback</comments>
</item>
<item>
 <title>Design Patterns in ColdFusion: Template Method Pattern</title>
 <link>http://brendanohara.sys-con.com/node/41576</link>
 <description>ColdFusion has always been an interesting Rapid Application Development tool but never a language taken completely seriously by object-oriented programmers because of its purely structural nature. C++ and Java CFX tags, and the somewhat unreliable nature of , kept many advanced programming concepts unreachable by the average CF5 developer. With the release of ColdFusion MX, Macromedia simplified the use of Java from within ColdFusion. Additionally, the language itself has been extended to include a Java class-like construct known as ColdFusion Components (CFCs).&lt;p&gt;&lt;a href=&quot;http://brendanohara.sys-con.com/node/41576&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 28 Feb 2003 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://brendanohara.sys-con.com/node/41576</guid>
 <comments>http://brendanohara.sys-con.com/node/41576#feedback</comments>
</item>
</channel>
</rss>
