webdu 2012: web developer conference

Doug Boude

Some insight into how the Goog sees your feed. You might find it useful for trouble shooting - we certainly do.

Stomach Contents: Structure - struct
description Powered by BlogCFM
encoding ISO-8859-1
feedextension DublinCore
item
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
dc_date Wed, 18 Apr 2012 16:50:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels
description
Stomach Contents: Structure - struct
value <p><font size="3" face="Verdana">This is the third and final post in a series on <a href="http://www.dougboude.com/blog/1/2012/04/Why-Provide-for-Service-layer-objects-in-CFWheels.cfm">making the case for service layer objects</a> (in CFWheels or any framework for that matter!), and two means of implementing them. The <a href="http://www.dougboude.com/blog/1/2012/04/Providing-For-Service-Layer-Objects-in-CFWheels.cfm">second post</a> demonstrated
link http://www.dougboude.com/blog/1/2012/04/Providing-for-Service-Layer-Objects-in-CFWheels-Hello-Wirebox.cfm
title Providing for Service Layer Objects in CFWheels: Hello Wirebox!
uri http://www.dougboude.com/blog/1/2012/04/Providing-for-Service-Layer-Objects-in-CFWheels-Hello-Wirebox.cfm
2
Stomach Contents: Structure - struct
dc_date Sat, 14 Apr 2012 00:39:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels
description
Stomach Contents: Structure - struct
value <p><font size="3">In my <a href="http://www.dougboude.com/blog/1/2012/04/Why-Provide-for-Service-layer-objects-in-CFWheels.cfm">previous post</a> in this series, I made the case for why I believe that service layer objects are a common need in an application's architecture. I also pointed out the fact that CFWheels does not provide for such animals within its framework, and that I had overcome this obstacle using two different approaches. What fo
link http://www.dougboude.com/blog/1/2012/04/Providing-For-Service-Layer-Objects-in-CFWheels.cfm
title Providing For Service Layer Objects in CFWheels
uri http://www.dougboude.com/blog/1/2012/04/Providing-For-Service-Layer-Objects-in-CFWheels.cfm
3
Stomach Contents: Structure - struct
dc_date Thu, 12 Apr 2012 15:48:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels
description
Stomach Contents: Structure - struct
value <p><font size="3">It's been probably 3 months since I started using the CFWheels framework, and I have nothing but praise for it. It's a compact conventions-based framework patterned after Ruby on Rails that, once you have a grasp of the relatively simple yet complete (mostly) API, makes putting an app together a pleasure. Having come to CFWheels from other frameworks that I've been using for a few years now (Model Glue and Coldbox primarily), I
link http://www.dougboude.com/blog/1/2012/04/Why-Provide-for-Service-layer-objects-in-CFWheels.cfm
title Why Provide for Service layer objects in CFWheels?
uri http://www.dougboude.com/blog/1/2012/04/Why-Provide-for-Service-layer-objects-in-CFWheels.cfm
4
Stomach Contents: Structure - struct
dc_date Fri, 07 Oct 2011 17:29:24 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets
description
Stomach Contents: Structure - struct
value <p><font size="3" face="Verdana">Today I'd like to help save someone from pulling their hair out when they encounter a Coldfusion error similar to the following:</font></p> <p><font size="3" face="Verdana"><strong>Error Executing Database Query. Incorrect string value: '\xC2\x96 OTH...' for column 'Comments' at row 1</strong></font></p> <p><font size="3" face="Verdana">This error would occur during a database insert or update, and very likely w
link http://www.dougboude.com/blog/1/2011/10/IRRITATING-CF-QUERY-ERROR-AND-SOLUTION.cfm
title IRRITATING CF QUERY ERROR AND SOLUTION
uri http://www.dougboude.com/blog/1/2011/10/IRRITATING-CF-QUERY-ERROR-AND-SOLUTION.cfm
5
Stomach Contents: Structure - struct
dc_date Tue, 19 Apr 2011 17:18:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase
description
Stomach Contents: Structure - struct
value <h3>What Is An Interface?</h3> <p><font size="2" face="Verdana">Interfaces in ColdFusion are something that makes most of us turn our heads sideways and give the two dollar look. Any of us who didn't come from other languages&nbsp;before ColdFusion probably hadn't heard of them, and since they were introduced into CF, the majority of us haven't taken the time to even understand their purpose, let alone actually use them for anything. Myself, I d
link http://www.dougboude.com/blog/1/2011/04/Picking-Up-Where-Interfaces-Fail.cfm
title Picking Up Where Interfaces Fail
uri http://www.dougboude.com/blog/1/2011/04/Picking-Up-Where-Interfaces-Fail.cfm
6
Stomach Contents: Structure - struct
dc_date Fri, 15 Apr 2011 18:11:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">So I'm working on a method that needs to generate a potentially giant SQL script, so of COURSE I'm NOT going to use ColdFusion's string concatenation functionality...far too slow. In other words, I will NOT be doing this:</font></p> <font size="2" face="Verdana"> <div class="Code"> <p><font size="2" face="Verdana">&lt;cfset thestring = &quot;&quot; /&gt;<br />&lt;cfloop query=&quot;qryData&quot;&gt;<br />&nbsp;
link http://www.dougboude.com/blog/1/2011/04/Approaches-to-Building-Strings-The-Imploding-Array.cfm
title Approaches to Building Strings: The Imploding Array
uri http://www.dougboude.com/blog/1/2011/04/Approaches-to-Building-Strings-The-Imploding-Array.cfm
7
Stomach Contents: Structure - struct
dc_date Tue, 12 Apr 2011 20:58:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana"><em>DISCLAIMER: My JBase project is in no way related to or in competition with a commercial relational database product called jBASE. Though my project remotely resembles jBASE only in that both perform data storage and retrieval, my project does so in a COMPLETELY different and very specific-context: ColdFusion. My product cannot and never will be able to compete with jBASE for market share.&nbsp;End of disclaim
link http://www.dougboude.com/blog/1/2011/04/JBase-The-Virtual-Relational-Database-Component.cfm
title JBase: The Virtual Relational Database Component
uri http://www.dougboude.com/blog/1/2011/04/JBase-The-Virtual-Relational-Database-Component.cfm
8
Stomach Contents: Structure - struct
dc_date Wed, 06 Apr 2011 19:24:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">The little open source project I've mentioned a time or two via Twitter is almost ready for release into the wild. All I have left to do is build a sample app that utilizes it and do a little more testing. BUT, I went ahead and did the documentation for it so that those who are curious can get a good feel for what the heck JBase even is.</font></p> <p><input alt="JBase diagram" src="http://www.dougboude.com/image
link http://www.dougboude.com/blog/1/2011/04/JBase-Documentation-Ready-for-Peer-Review.cfm
title JBase Documentation Ready for Peer Review
uri http://www.dougboude.com/blog/1/2011/04/JBase-Documentation-Ready-for-Peer-Review.cfm
9
Stomach Contents: Structure - struct
dc_date Tue, 29 Mar 2011 10:56:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase
description
Stomach Contents: Structure - struct
value <p><font face="Verdana" size="2">I'm working on a CFC that contains a data structure which many methods within that CFC are able to access and modify. Since this CFC will live life as a singleton, and since in theory many simultaneous users could be calling different methods that will modify the contents of this one central data structure, I needed a way to ensure that any and all methods being executed that touch this structure would have to &qu
link http://www.dougboude.com/blog/1/2011/03/Utilizing-Multiple-CFLocks-with-the-Same-Name.cfm
title Utilizing Multiple CFLocks with the Same Name
uri http://www.dougboude.com/blog/1/2011/03/Utilizing-Multiple-CFLocks-with-the-Same-Name.cfm
10
Stomach Contents: Structure - struct
dc_date Wed, 23 Feb 2011 05:46:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">Everyone freshly stuffed from their various dinners and socializing, we all waited in anticipation for the start of this evening's Birds Of a Feather session entitled &quot;The Future of CFML&quot;. The zeal and comaraderie of the group was alive and well in the room (as are all such meetings involving members of this community) when the three panelists/moderators seated themselves in front of the room. On the lef
link http://www.dougboude.com/blog/1/2011/02/The-Future-of-CFML.cfm
title The Future of CFML
uri http://www.dougboude.com/blog/1/2011/02/The-Future-of-CFML.cfm
11
Stomach Contents: Structure - struct
dc_date Mon, 14 Feb 2011 22:31:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit
description
Stomach Contents: Structure - struct
value <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium &quot;Times New Roman&quot;; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"><span style="
link http://www.dougboude.com/blog/1/2011/02/Rennaissance-Man.cfm
title Rennaissance Man
uri http://www.dougboude.com/blog/1/2011/02/Rennaissance-Man.cfm
12
Stomach Contents: Structure - struct
dc_date Thu, 20 Jan 2011 15:38:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">Circular dependency is a concept that's been around a long, long time and most people who do OOP style programming are aware of it. But in my own personal experience, there are very few real instances where a use case exists for implementing it. I am currently working on a project, though, where circular dependency is exactly what the doctor ordered, so I thought I'd share the use case for the next time someone te
link http://www.dougboude.com/blog/1/2011/01/Use-Case-for-Circular-Dependency.cfm
title Use Case for Circular Dependency
uri http://www.dougboude.com/blog/1/2011/01/Use-Case-for-Circular-Dependency.cfm
13
Stomach Contents: Structure - struct
dc_date Mon, 17 Jan 2011 15:24:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana"><strong>The Scenario</strong></font></p> <p><font size="2" face="Verdana">My last Mura post was on <a href="http://www.dougboude.com/blog/1/2011/01/Using-Ajax-in-Mura.cfm">how to include Ajax functionality</a> in a Mura site. In my case, I needed to add this functionality to the home page (very topmost in my page hierarchy), and I did so by placing a component into that page's &quot;main content&quot; area. Well,
link http://www.dougboude.com/blog/1/2011/01/Adding-Mura-Components-to-a-Page-Without-Cascading.cfm
title Adding Mura Components to a Page Without Cascading
uri http://www.dougboude.com/blog/1/2011/01/Adding-Mura-Components-to-a-Page-Without-Cascading.cfm
14
Stomach Contents: Structure - struct
dc_date Fri, 14 Jan 2011 20:27:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">Part of the process of porting our company web site over to Mura involved including some ajax functionality. I spent a few hours researching and experimenting, so thought I'd share what I learned in case it saves someone else some time later.</font></p> <p><font size="2" face="Verdana"><strong>The Scenario<br /></strong>The site you're porting to Mura currently retrieves and outputs a list of scheduled events, an
link http://www.dougboude.com/blog/1/2011/01/Using-Ajax-in-Mura.cfm
title Using Ajax in Mura
uri http://www.dougboude.com/blog/1/2011/01/Using-Ajax-in-Mura.cfm
15
Stomach Contents: Structure - struct
dc_date Mon, 10 Jan 2011 22:06:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">Porting a static HTML site over to Mura is one thing, but porting over existing Coldfusion functionality is another entirely. </font></p> <p><font size="2" face="Verdana"><strong>The Scenario</strong></font></p> <p><font size="2" face="Verdana">In this scenario, my old site has a dynamic form CFM page (content driven by incoming parameter values) and a matching dynamic action CFM page. Let me show you the approa
link http://www.dougboude.com/blog/1/2011/01/Porting-Coldfusion-Code-to-Mura.cfm
title Porting Coldfusion Code to Mura
uri http://www.dougboude.com/blog/1/2011/01/Porting-Coldfusion-Code-to-Mura.cfm
16
Stomach Contents: Structure - struct
dc_date Mon, 10 Jan 2011 19:21:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana"><strong>Preface (aka, my rant)</strong></font></p> <p><font size="2" face="Verdana"><a href="#theScenario">Skip this preface</a> and go directly to The Scenario if you're not interested in my opinion (thus far) on Mura. Some of it is good, some of it is harsh and opinionated. Never the less, ranting is therapeutic for me so I have to do it.</font></p> <p><font size="2" face="Verdana">I finally got fed up with ma
link http://www.dougboude.com/blog/1/2011/01/Adding-and-Customizing-Mura-Editor-Styles.cfm
title Adding and Customizing Mura Editor Styles
uri http://www.dougboude.com/blog/1/2011/01/Adding-and-Customizing-Mura-Editor-Styles.cfm
17
Stomach Contents: Structure - struct
dc_date Fri, 08 Oct 2010 17:34:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant
description
Stomach Contents: Structure - struct
value <p><font size="3" face="Verdana">I'm blogging this mostly for my own sake so that next time I have a need for this information I don't have to go Googling for it again. It's nothing that I learned during some &quot;massive exploration&quot;, just gleaned and assimilated it by perusing the knowledgesphere. :)</font></p> <p><font size="3" face="Verdana"></font></p> <p><font size="3" face="Verdana"><strong>The Scenario</strong> </font></p> <p><fo
link http://www.dougboude.com/blog/1/2010/10/Clearing-Coldfusion-Output-Buffers-MidFlight.cfm
title Clearing Coldfusion Output Buffers Mid-Flight
uri http://www.dougboude.com/blog/1/2010/10/Clearing-Coldfusion-Output-Buffers-MidFlight.cfm
18
Stomach Contents: Structure - struct
dc_date Mon, 06 Sep 2010 08:37:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant
description
Stomach Contents: Structure - struct
value <p><font face="Verdana" size="3">This post is for those of you out there who have managed to get two or more versions of Coldfusion running side by side, but are now facing the challenge of HOW on earth you can actually run your apps in both versions using Apache. For example, now you'd like to test your app in CF9 by typing in &quot;localhostCF9/myKillerApp&quot; and in CF8 by typing in &quot;localhostCF8/myKillerApp&quot;.&nbsp; In theory, this
link http://www.dougboude.com/blog/1/2010/09/Configuring-Apache-To-Use-Multiple-Versions-of-ColdFusion.cfm
title Configuring Apache To Use Multiple Versions of ColdFusion
uri http://www.dougboude.com/blog/1/2010/09/Configuring-Apache-To-Use-Multiple-Versions-of-ColdFusion.cfm
19
Stomach Contents: Structure - struct
dc_date Sat, 31 Jul 2010 06:27:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger
description
Stomach Contents: Structure - struct
value <p><font face="Verdana" size="3">As you ALL know, this was the last CFUnited ever, and as an attendee, I am certain that this fact was actually a <em>positive</em> influence&nbsp;on how the conference played out. The camaraderie that is always an integral part of this event was magnified by the ever-present fact that we just don&rsquo;t know when we may be able to assemble ourselves in these numbers again. I know for myself (and I do believe that
link http://www.dougboude.com/blog/1/2010/07/THE-DAY-CFUNITED-DIED.cfm
title THE DAY CFUNITED DIED
uri http://www.dougboude.com/blog/1/2010/07/THE-DAY-CFUNITED-DIED.cfm
20
Stomach Contents: Structure - struct
dc_date Tue, 13 Jul 2010 17:43:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP
description
Stomach Contents: Structure - struct
value <p><font size="3" face="Verdana">I had the privilege of doing a short presentation at our local CFUG meeting last night, the topic being &quot;Coldfusion Vs PHP&quot;, so thought I'd share the slides and some brief commentary on some of them. We didn't record the meeting, so what you're about to see is an abbreviated version.</font></p> <p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.c
link http://www.dougboude.com/blog/1/2010/07/PHP-vs-COLDFUSION.cfm
title PHP vs COLDFUSION
uri http://www.dougboude.com/blog/1/2010/07/PHP-vs-COLDFUSION.cfm
21
Stomach Contents: Structure - struct
dc_date Wed, 23 Jun 2010 18:01:34 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W
description
Stomach Contents: Structure - struct
value <h2>Designer/Developer Workflow Conference - June 19-20, 2010</h2> <h2>Conference Review</h2> <p><font size="3">Whether you're a developer, a designer, or fancy yourself to be a citizen of both worlds, it is nearly impossible for anybody at any place in that spectrum to completely avoid the need to have at least some knowledge of both disciplines. Designers need to have a good understanding of what is possible in the development world so that t
link http://www.dougboude.com/blog/1/2010/06/D2W-Conference-Review.cfm
title D2W Conference Review
uri http://www.dougboude.com/blog/1/2010/06/D2W-Conference-Review.cfm
22
Stomach Contents: Structure - struct
dc_date Tue, 22 Jun 2010 04:54:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W
description
Stomach Contents: Structure - struct
value <h2>The Art and Science of RIA's</h2> <h3>by Ben Stucki</h3> <p><font size="3">As I've mentioned before (but it's worth mentioning again), this year's first annual Designer Developer Workflow conference was, in my opinion, a monumental success and an outstanding start to what I'm sure will become an annual tradition. The session topics hovered anywhere between developer-oriented and designer-oriented topics, yet NONE of&nbsp;the sessions&nbsp;e
link http://www.dougboude.com/blog/1/2010/06/D2W-Session-Review--The-Art-and-Science-of-RIAs.cfm
title D2W Session Review - The Art and Science of RIAs
uri http://www.dougboude.com/blog/1/2010/06/D2W-Session-Review--The-Art-and-Science-of-RIAs.cfm
23
Stomach Contents: Structure - struct
dc_date Mon, 21 Jun 2010 05:40:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W
description
Stomach Contents: Structure - struct
value <h2>Using Twitter and Facebook to Market Your Creative Services</h2> <h3>by Lisa Heselton</h3> <p><font size="3">Being the enlightened individual I am, I decided to expand my horizons and attend a session that wasn't directly relevant to programming or prototyping (the equivalent of a guy forcing himself to watch a chick flick end to end for the sole purpose of ensuring that he still has feelings). In this instance, the session I had the distin
link http://www.dougboude.com/blog/1/2010/06/D2W-Session-Review--Using-Facebook-and-Twitter-to-Market-Your-Creative-Services-by-Lisa-Heselton.cfm
title D2W Session Review - Using Facebook and Twitter to Market Your Creative Services by Lisa Heselton
uri http://www.dougboude.com/blog/1/2010/06/D2W-Session-Review--Using-Facebook-and-Twitter-to-Market-Your-Creative-Services-by-Lisa-Heselton.cfm
24
Stomach Contents: Structure - struct
dc_date Sun, 20 Jun 2010 17:24:06 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W
description
Stomach Contents: Structure - struct
value <h3>Prototyping: A Component for Success by Chris Griffith</h3> <p><font face="Verdana" size="3">I can't speak highly enough of the Designer Developer Workflow conference, aka &quot;D2W&quot;! Having been using Coldfusion for a long time now, I find more often </font><font face="Verdana" size="3">than not that I glean maybe 10% new knowledge and information from the other conferences I attend. This one, however, has skillfully addressed a niche
link http://www.dougboude.com/blog/1/2010/06/D2W-Session-Review--Prototyping-by-Chris-Griffith.cfm
title D2W Session Review - Prototyping by Chris Griffith
uri http://www.dougboude.com/blog/1/2010/06/D2W-Session-Review--Prototyping-by-Chris-Griffith.cfm
25
Stomach Contents: Structure - struct
dc_date Thu, 03 Jun 2010 07:21:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W
description
Stomach Contents: Structure - struct
value <font size="3">Dee Sadler sent me the following questions as a way of gathering my opinions and information for my area of the <a href="http://d2wc.com/" target="_blank">Designer Developer Workflow Conference</a> Speaker Highlights section of the site. I figured I'd go ahead and post them here as well, just to give folks an idea of what my role will be when i'm in Kansas City, Missouri June 19-20.</font> <h2>SPEAKER HIGHLIGHTS: DOUG BOUDE</h2>
link http://www.dougboude.com/blog/1/2010/06/D2W-Conference-My-Speaker-Highlights.cfm
title D2W Conference: My Speaker Highlights
uri http://www.dougboude.com/blog/1/2010/06/D2W-Conference-My-Speaker-Highlights.cfm
26
Stomach Contents: Structure - struct
dc_date Thu, 03 Jun 2010 07:13:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W
description
Stomach Contents: Structure - struct
value <p><font size="3">In just a little over 2 weeks I'll be in Kansas City, Missouri speaking at the first annual D2W (Designer/Developer Workflow) conference, organized with the specific purpose of helping to enhance and/or bridge the gap in the knowledge and workflow disparities that can exist between the design and development aspects of a project. Though we in the CF/Adobe community are fortunate enough to have several conferences to choose from
link http://www.dougboude.com/blog/1/2010/06/Designer-Developer-Workflow-Conference.cfm
title Designer Developer Workflow Conference!
uri http://www.dougboude.com/blog/1/2010/06/Designer-Developer-Workflow-Conference.cfm
27
Stomach Contents: Structure - struct
dc_date Mon, 17 May 2010 18:33:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W,mysql
description
Stomach Contents: Structure - struct
value <p><font size="2" face="Verdana">Ever had the need to insert a record, but only wanted to do so if the record doesn't already exist? Typically the first approach to this is two queries: one to check for the existence of the values you want to insert, the second to peform that insert IF the first query returned no records. Well, I was in such a spot today, but hated the idea of having to hit the db twice to perform a conditional insert. Though I'm
link http://www.dougboude.com/blog/1/2010/05/CONDITIONAL-INSERT-IN-A-SINGLE-QUERY.cfm
title CONDITIONAL INSERT IN A SINGLE QUERY
uri http://www.dougboude.com/blog/1/2010/05/CONDITIONAL-INSERT-IN-A-SINGLE-QUERY.cfm
28
Stomach Contents: Structure - struct
dc_date Wed, 31 Mar 2010 20:52:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W,mysql, Ajax
description
Stomach Contents: Structure - struct
value <p><font size="3">Have you ever found yourself in a situation where you needed to implement some new feature using one scripting language within a template that is written in a different scripting language, or possibly no scripting language at all (pure HTML)?&nbsp; Of course, you could just turn the pure HTML template into a CFML template, and at times that is indeed the best route to go, as long as breaking every link pointing back to this page
link http://www.dougboude.com/blog/1/2010/03/Easy-Way-to-Integrate-ColdFusion-into-NonColdFusion-Templates.cfm
title Easy Way to Integrate ColdFusion into Non-ColdFusion Templates
uri http://www.dougboude.com/blog/1/2010/03/Easy-Way-to-Integrate-ColdFusion-into-NonColdFusion-Templates.cfm
29
Stomach Contents: Structure - struct
dc_date Tue, 16 Mar 2010 17:47:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W,mysql, Ajax,javascript
description
Stomach Contents: Structure - struct
value <p><font size="3">If you're doing any sort of Ajax development, then you undoubtedly already are quite familiar with the different ways you can use an Ajax call. For instance, you can have the call return a fragment of fully formed html (such as a table populated with data). For a more advanced user, you may have your Ajax calls returning raw data in the form of JSON or XML and parse it on the client side. In either case, though, your single Ajax
link http://www.dougboude.com/blog/1/2010/03/Leveraging-Response-Headers-in-Ajax-Calls.cfm
title Leveraging Response Headers in Ajax Calls
uri http://www.dougboude.com/blog/1/2010/03/Leveraging-Response-Headers-in-Ajax-Calls.cfm
30
Stomach Contents: Structure - struct
dc_date Fri, 12 Mar 2010 19:22:00 GMT
dc_subject
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value OOP,Frameworks,goog,CFWheels,ColdFusion, code snippets,JBase,CFML,OpenCFSummit,Mura,rant,CFUNITED,observations,placeblogger,PHP,D2W,mysql, Ajax,javascript,xclaim
description
Stomach Contents: Structure - struct
value <p><font size="3">I am currently working on a project that has proven to be very challenging, architecturally speaking. I've been learning a lot along the way, and I have come up with some approaches to addressing the challenge that I feel are pretty doggone sweet, so I thought I'd share some of the details in case it helps spark ideas for other people.</font></p> <p><font size="3">Let me describe how this challenge came about, and the challenge
link http://www.dougboude.com/blog/1/2010/03/Spreadsheet-to-XML-Transformation-Utility-Overview.cfm
title Spreadsheet to XML Transformation Utility Overview
uri http://www.dougboude.com/blog/1/2010/03/Spreadsheet-to-XML-Transformation-Utility-Overview.cfm
link http://www.dougboude.com/blog
title Doug Boude (rhymes with 'loud')
version rss_1.0