<?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>Cutter&apos;s Crossing - Making the View</title>
			<link>http://blog.cutterscrossing.com/index.cfm</link>
			<description>ColdFusion Development, Life, and Other Stuff</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 18:13:29 -0400</pubDate>
			<lastBuildDate>Sat, 30 Dec 2006 20:23:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>web.admin@cutterscrossing.com</managingEditor>
			<webMaster>web.admin@cutterscrossing.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>web.admin@cutterscrossing.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Cutter&apos;s Crossing</title>
				<link>http://blog.cutterscrossing.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Making The View: Part 7</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/12/30/Making-The-View-Part-7</link>
				<description>
				
				&lt;p&gt;OK, so let&apos;s get interesting. We&apos;ve covered creating a base template in &lt;a href=&quot;http://www.w3schools.com/xhtml/&quot;
		target=&quot;_blank&quot;&gt;XHTML&lt;/a&gt;, properly divided our
		display declarations from our content by using &lt;a href=&quot;http://www.w3schools.com/css/default.asp&quot;
		target=&quot;_blank&quot;&gt;Cascading Style Sheets&lt;/a&gt;, and pinpointed some areas within
		the base template which should be dynamic. Finally, in our &lt;a href=&quot;http://blog.cutterscrossing.com/index.cfm/2006/11/9/Making-The-View-Part-6&quot;
		target=&quot;_blank&quot;&gt;previous tutorial&lt;/a&gt;, we brought all of this
		together in a reusable template, which we demonstrated by using it as a custom tag. Now we&apos;re going to
		really start having some fun, by redefining our view within some frameworks. Now, I&apos;m no expert. There
		are probably a few dozen ways to properly handle the view within the different frameworks, so any
		other suggestions are welcome as always. We&apos;re going to start off with &lt;a href=&quot;http://www.model-glue.com&quot;
		target=&quot;_blank&quot;&gt;Model Glue:Unity&lt;/a&gt;, while I catch
		up on the changes to &lt;a href=&quot;http://www.mach-ii.com/&quot; target=&quot;_blank&quot;&gt;Mach II&lt;/a&gt; and &lt;a href=&quot;http://www.fusebox.org&quot;
		target=&quot;_blank&quot;&gt;Fusebox&lt;/a&gt;.&lt;/p&gt;  [More]
				</description>
				
				<category>Model Glue:Unity</category>				
				
				<category>ColdFusion</category>				
				
				<category>Making the View</category>				
				
				<category>Development</category>				
				
				<pubDate>Sat, 30 Dec 2006 20:23:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/12/30/Making-The-View-Part-7</guid>
				
				
				<enclosure url="http://blog.cutterscrossing.com/enclosures/cftheview_pt73.zip" length="146212" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>Making The View: Part 6</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/11/9/Making-The-View-Part-6</link>
				<description>
				
				&lt;p&gt;There is more than one way to skin a cat. In our last tutorial I showed you an old,
	tried-but-true method for including page headers and footers. But, every ColdFusion
	developer knows that there are many different ways. In this tutorial we&apos;ll go over
	creating the same header and footer using custom tags.&lt;/p&gt;
	
	&lt;p&gt;Custom Tags provided a huge level of power to ColdFusion Markup Language, because
	it gave us the ability to write simple and elaborate code snippets that could be
	placed in a centralized repository for consistent reuse. One way to think of them
	is like an include, but with expanded functionality. Let&apos;s get started.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Making the View</category>				
				
				<category>Development</category>				
				
				<pubDate>Thu, 09 Nov 2006 23:31:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/11/9/Making-The-View-Part-6</guid>
				
				
				<enclosure url="http://blog.cutterscrossing.com/enclosures/cftheview_pt61.zip" length="139883" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>Making The View: Part 5</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/11/6/Making-The-View-Part-5</link>
				<description>
				
				&lt;p&gt;So, now anyone following along has had plenty of time to come up with a few items they might include
in a page template, variables that might change but layout consistent. Let&apos;s take a look at how we might
apply the same layout from several different programming perspectives.&lt;/p&gt;

&lt;p&gt;First I think we&apos;ll start off with basic includes. This is a technique used over and over again, and
something that might apply in many different web development languages, but we&apos;ll just use trusty old 
ColdFusion. Let me point out something you &lt;strong&gt;don&apos;t&lt;/strong&gt; want to do. Do not place your header
and footer includes inside your &lt;em&gt;Application.cfm&lt;/em&gt; (or cfc) or &lt;em&gt;OnRequestEnd.cfm&lt;/em&gt;. Doing
so would strip you of higher levels of control of your output and leave you in the wind if you require
alternate displays on different pages, plus could cause you issues should you begin to use AJAX in
your applications.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Making the View</category>				
				
				<category>Development</category>				
				
				<pubDate>Mon, 06 Nov 2006 23:01:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/11/6/Making-The-View-Part-5</guid>
				
				
				<enclosure url="http://blog.cutterscrossing.com/enclosures/cftheview_pt51.zip" length="137979" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>Making The View: Part 4</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/8/14/Making-The-View-Part-4</link>
				<description>
				
				&lt;p&gt;&lt;strong&gt;OK&lt;/strong&gt;, back to it. It&apos;s been a little while, so you may want to go back and review parts 1, 2 and 3 before continuing. At this point we&apos;ve created a very basic structure, giving you a basic, standards compliant document and stylesheet. But, &lt;strong style=&quot;font-style:italic;&quot;&gt;you still don&apos;t really have any content&lt;/strong&gt;, just a header with a bogus title, a spot for a menu, and a container for content and a sidebar. Where to next?&lt;/p&gt;  [More]
				</description>
				
				<category>Making the View</category>				
				
				<pubDate>Mon, 14 Aug 2006 05:55:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/8/14/Making-The-View-Part-4</guid>
				
				
			</item>
			
			<item>
				<title>Making the View: Pt 3</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/7/23/Making-the-View-Pt-3</link>
				<description>
				
				&lt;p&gt;For those of you coming in late, you may reference the related entries to catch up (quick reads, I promise).&lt;/p&gt;

&lt;p&gt;Last time we began filling our template and creating our stylesheet. Just some basics, where we defined a primary content area.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Making the View</category>				
				
				<category>Development</category>				
				
				<pubDate>Sun, 23 Jul 2006 23:38:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/7/23/Making-the-View-Pt-3</guid>
				
				
				<enclosure url="http://blog.cutterscrossing.com/enclosures/thecfview-pt3.zip" length="134176" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>Making the View: Pt 2</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/7/10/Making-the-View-Pt-2</link>
				<description>
				
				&lt;p&gt;Ok, before we continue lets&apos;s pick apart our template a little.&lt;/p&gt;

&lt;code&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
	&lt;head&gt;
		&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
		&lt;title&gt;Untitled Document&lt;/title&gt;
	&lt;/head&gt;
	
	&lt;body&gt;
	
	&lt;/body&gt;
&lt;/html&gt;
&lt;/code&gt;

&lt;p&gt;We defined the doctype of our page as a transitional XHTML 1.0 document with english as the language. The doctype declaration is a required element of any well-formed XHTML page, and references the appropriate DTD (document type definition) for the content of the document.&lt;/p&gt;

&lt;p&gt;From &lt;a href=&quot;http://www.w3schools.com/&quot; target=&quot;_blank&quot;&gt;W3Schools&lt;/a&gt;:
&lt;blockquote&gt;
DTD is used by SGML applications, such as HTML, to specify rules that apply to the markup of documents of a particular type, including a set of element and entity declarations.
&lt;/blockquote&gt;&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Making the View</category>				
				
				<category>Development</category>				
				
				<pubDate>Mon, 10 Jul 2006 21:25:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/7/10/Making-the-View-Pt-2</guid>
				
				
				<enclosure url="http://blog.cutterscrossing.com/enclosures/thecfview-pt1and2.zip" length="1044" type="application/x-zip-compressed"/>
				
			</item>
			
			<item>
				<title>Making the View: Introduction</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2006/7/7/Making-the-View-Introduction</link>
				<description>
				
				Years ago, when I returned to development after a short haiatus developing business automation systems, I began re-learning web development. Things had changed a little. HTML 2.0 was now &lt;a href=&quot;http://www.w3schools.com/html/default.asp&quot; target=&quot;_blank&quot;&gt;HTML 4.0&lt;/a&gt;. New tags were available, old tags had been deprecated, JavaScript had matured, and this new thing called CSS was just beginning to catch on. And, oh yeah, I was also learning ColdFusion (4.0 at the time).

Over the years I&apos;ve seen a trend. There are a lot of designers who&apos;ve learned some development, but fewer developers have learned design.  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Making the View</category>				
				
				<category>Development</category>				
				
				<pubDate>Fri, 07 Jul 2006 13:29:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2006/7/7/Making-the-View-Introduction</guid>
				
				
			</item>
			</channel></rss>