<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - Page Controller</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 20:33:13-0500</pubDate>
			<lastBuildDate>Wed, 13 Aug 2008 07:00:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>SQLi Results: No Errors</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/8/13/SQLi-Results-No-Errors</link>
				<description>
				
				It has been interesting to see the results of the recent series of SQL injection attacks. I have been using &amp;lt;cfqueryparam&amp;gt; for all dynamic data for years, so I wasn&apos;t worried about the SQL injection. Still, even for sites with &amp;lt;cfqueryparam&amp;gt;, error email messages remain a problem.

Although I have gotten some errors from some sites, none from my newer sites. The reason is that earlier steps I have taken prevent errors from invalid URL variables.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Page Controller</category>				
				
				<pubDate>Wed, 13 Aug 2008 07:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/8/13/SQLi-Results-No-Errors</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A Handful of Code</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/4/11/A-Handful-of-Code</link>
				<description>
				
				In my &lt;a href=&quot;/blog/index.cfm/2008/3/26/Page-Controllers-One-Year-Later&quot;&gt;last post about page controllers&lt;/a&gt;, &lt;a href=&quot;http://www.jasonholden.com/&quot;&gt;Jason Holden&lt;/a&gt; asked on which pages I use page controllers. This is a great question and speaks to a larger issue of code organization that applies to CSS and JavaScript as well.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Page Controller</category>				
				
				<category>JavaScript</category>				
				
				<category>CSS</category>				
				
				<pubDate>Fri, 11 Apr 2008 06:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/4/11/A-Handful-of-Code</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Page Controllers: One Year Later</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2008/3/26/Page-Controllers-One-Year-Later</link>
				<description>
				
				Just over a year ago, I started using Page Controllers. I blogged about the experience in the first weeks, but since then have let the topic slide. After a year of using them, it seems like a good time to report on my opinion with the benefit of experience.
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Page Controller</category>				
				
				<pubDate>Wed, 26 Mar 2008 07:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2008/3/26/Page-Controllers-One-Year-Later</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>John Farrar on COOP</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2007/6/1/john_farrar_on_coop</link>
				<description>
				
				&lt;p&gt;Yesterday &lt;a href=&quot;http://www.sosensible.com/about.cfm&quot;&gt;John Farrar&lt;/a&gt; presented to the &lt;a href=&quot;http://coldfusion.meetup.com/17/&quot;&gt;Online ColdFusion Meetup Group&lt;/a&gt; on his forms custom tag set, &lt;a href=&quot;http://coop.riaforge.org/&quot;&gt;COOP&lt;/a&gt;. Actually, he describes it as a framework to separate page markup from processing logic.&lt;/p&gt;
				 [More]
				</description>
						
				
				<category>Frameworks</category>				
				
				<category>ColdFusion</category>				
				
				<category>Page Controller</category>				
				
				<pubDate>Fri, 01 Jun 2007 14:16:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2007/6/1/john_farrar_on_coop</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Using a Page Controller to simplify AJAX</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2007/3/22/using_a_page_controller_to_simplify_ajax</link>
				<description>
				
				&lt;!-- Generated by XStandard version 2.0.0.0 on 2007-09-30T22:31:06 --&gt;&lt;p&gt;While working on a form that makes use of some simple AJAX, I discovered that using a Page Controller can make this easier - especially when combined with JSMX.&lt;/p&gt;&lt;p&gt;
				 [More]
				</description>
						
				
				<category>Page Controller</category>				
				
				<category>JavaScript</category>				
				
				<pubDate>Thu, 22 Mar 2007 12:50:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2007/3/22/using_a_page_controller_to_simplify_ajax</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A ColdFusion Page Controller</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2007/3/14/coldfusion_page_controller</link>
				<description>
				
				&lt;!-- Generated by XStandard version 2.0.0.0 on 2007-09-30T22:29:54 --&gt;&lt;p&gt;A hate to admit it, but ever since I stopped using Fusebox a few years ago, I have been without a controller. I had my view separated from my model, but no controller to be seen. In fact, I even questioned the need for a controller on most of my projects (while seeing how it could help on larger projects). I was all ready to write a &amp;quot;Do I need a Controller&amp;quot; blog entry.&lt;/p&gt;&lt;p&gt;And then...&lt;/p&gt;&lt;p&gt;
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Page Controller</category>				
				
				<pubDate>Wed, 14 Mar 2007 14:26:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2007/3/14/coldfusion_page_controller</guid>
				
			</item>
			
		 	
			</channel></rss>