SlideShare a Scribd company logo
How ColdFusion saved me
from a week of grunt work

 Using SQL Server and Coldfusion
to generate 600 Word Documents.
Coldfusion with Keith Diehl
Buy One Class – Get One Class 50% off
           until December 15
Why ColdFusion?
• Quick learning curve
• Similar style to HTML with opening and closing tags
• Supported by Adobe and frequently updated with new features

• ColdFusion isn’t free but also not that expensive
• Hosted ColdFusion accounts are about $30 a month
• Free Developer Edition
Can you guess what this does?


  <cfloop index="i" from="1" to="10">

         <cfoutput> <p> #i# </p> </cfoutput>

  </cfloop>
Coldfusion with Keith Diehl
Can I get this outline as a Word Doc?




                     Ummm…    No.
Coldfusion with Keith Diehl
<cfoutput>

      <h1>#database.h1#</h1>
      <h2>#database.h2#</h2>

      #database.classOutline#

</cfoutput>
I need all of our outlines in Word




                    … super.
Can ColdFusion come to my rescue?




           Yup!
Step 1: Get the info from the database

<cfquery name="allOutlines" datasource="datasource"
               username="username" password="password">

       SELECT ID,
              Name,
              Days,
              H1,
              ClassOutline,
              FileName

       FROM   classroomTable

       ORDER BY Name

</cfquery>
Step 2: Output class info into a variable
<cfoutput query="allOutlines">

     <cfsavecontent variable="myDocument">

     <html xmlns:w="urn:schemas-microsoft-com:office:word">
     <!--- Head tag instructs Word to start up a certain way, specifically in
     print view. --->
         <head>
             <xml>
              <w:WordDocument>
                 <w:View>Print</w:View>
                 <w:SpellingState>Clean</w:SpellingState>
                 <w:GrammarState>Clean</w:GrammarState>
                 <w:Compatibility>
                   <w:BreakWrappedTables/>
                   <w:SnapToGridInCell/>
                   <w:WrapTextWithPunct/>
                   <w:UseAsianBreakRules/>
                 </w:Compatibility>
                 <w:DoNotOptimizeForBrowser/>
              </w:WordDocument>
             </xml>
         </head>
Step 3: Write variable into Word Doc
<body>

          <cfoutput>

            <h1>#allOutlines.Name#</h1>
            <p>#allOutlines.Days# <cfif allOutlines.Days GT "1">days<cfelse>day</cfif></p>

            #allOutlines.classOutline#

         </cfoutput>

</body>
</html>
</cfsavecontent>



<cfscript>

            FileWrite("Server:word-outlines#allOutlines.ID#-#allOutlines.FileName#.doc", "#myDocument#");

</cfscript>

</cfoutput>
This is my lonely directory
my directory with lots of friends…
SUPER CODER!

More Related Content

PPTX
Js placement
PPTX
Canonicalisation
PDF
Teaching Web Frontend Technologies To A Toddler
PPT
Java script
PPT
JavaScript Missing Manual, Ch. 1
PPT
ملخص تقنية تصميم صفحات الويب - الوحدة الثالثة (الجزء الاول)
PPT
ملخص تقنية تصميم صفحات الويب - الوحدة الثالثة (الجزء الثني)
PDF
JAVA SCRIPT
Js placement
Canonicalisation
Teaching Web Frontend Technologies To A Toddler
Java script
JavaScript Missing Manual, Ch. 1
ملخص تقنية تصميم صفحات الويب - الوحدة الثالثة (الجزء الاول)
ملخص تقنية تصميم صفحات الويب - الوحدة الثالثة (الجزء الثني)
JAVA SCRIPT

What's hot (20)

PDF
Meta Programming with JavaScript
PPTX
S1 Web Development
PPTX
Upstate CSCI 450 jQuery
PPTX
Open course(programming languages) 20150318
PPTX
Implementation of GUI Framework part3
PPTX
Implementation of gui framework part1
PPTX
Python Programming Essentials - M44 - Overview of Web Development
PPTX
Implementation of gui framework part2
PPTX
Html part 2
RTF
Gd 305 1 133 No27 A.Txt.Xhtml
PPT
Java script
PPTX
BizTalk Server 2010 - Invoking Restful Services - EPC Group
KEY
Html5 use cases
PDF
w3schools%20javascript%20comments
PPTX
Introduction to Jquery
PPTX
Html5 & less css
PPTX
HTTP 2.0 - Web Unleashed 2015
PDF
How to Speed Up Your Joomla! Site
PDF
DrupalCon Barcelona 2015
PDF
Word press beirut 9th meetup march
Meta Programming with JavaScript
S1 Web Development
Upstate CSCI 450 jQuery
Open course(programming languages) 20150318
Implementation of GUI Framework part3
Implementation of gui framework part1
Python Programming Essentials - M44 - Overview of Web Development
Implementation of gui framework part2
Html part 2
Gd 305 1 133 No27 A.Txt.Xhtml
Java script
BizTalk Server 2010 - Invoking Restful Services - EPC Group
Html5 use cases
w3schools%20javascript%20comments
Introduction to Jquery
Html5 & less css
HTTP 2.0 - Web Unleashed 2015
How to Speed Up Your Joomla! Site
DrupalCon Barcelona 2015
Word press beirut 9th meetup march
Ad

Similar to Coldfusion with Keith Diehl (20)

PDF
Top5 scalabilityissues withappendix
PDF
Top5 scalabilityissues
PDF
10 java script projects full source code
PDF
Develop High Performance Windows 8 Application with HTML5 and JavaScriptHigh ...
PDF
Ajax Performance Tuning and Best Practices
PPTX
Building high performance web apps.
PPTX
lec 14-15 Jquery_All About J-query_.pptx
PDF
Our application got popular and now it breaks
PDF
Our application got popular and now it breaks
PPTX
PDF
Web-Performance
PPTX
crtical points for customizing Joomla templates
PPTX
JavaScriptL18 [Autosaved].pptx
PPTX
Internet Based Programming -3-JAVASCRIPT
ODP
Codegnitorppt
PDF
OSCON 2014: OpenUI5 - The New Responsive Web UI Library
DOCX
1 Introduction to PHP Overview This lab walks y.docx
PPTX
JavaScript DOM - Dynamic interactive Code
PPT
Lecture 11 - PHP - Part 5 - CookiesSessions.ppt
PDF
Build powerfull and smart web applications with Symfony2
Top5 scalabilityissues withappendix
Top5 scalabilityissues
10 java script projects full source code
Develop High Performance Windows 8 Application with HTML5 and JavaScriptHigh ...
Ajax Performance Tuning and Best Practices
Building high performance web apps.
lec 14-15 Jquery_All About J-query_.pptx
Our application got popular and now it breaks
Our application got popular and now it breaks
Web-Performance
crtical points for customizing Joomla templates
JavaScriptL18 [Autosaved].pptx
Internet Based Programming -3-JAVASCRIPT
Codegnitorppt
OSCON 2014: OpenUI5 - The New Responsive Web UI Library
1 Introduction to PHP Overview This lab walks y.docx
JavaScript DOM - Dynamic interactive Code
Lecture 11 - PHP - Part 5 - CookiesSessions.ppt
Build powerfull and smart web applications with Symfony2
Ad

More from Refresh Annapolis Valley (20)

PPTX
PPTX
3 Essential Wordpress Tips
PDF
Wordpress introduction
PDF
UX Fist Fighting - Designing For Usability
PPTX
STEAM Powered! MakerSpace / FabLab @AcadiaU
PDF
The Ag + Tech Opportunity
PDF
Hello world - intro to node js
PDF
Emergent Learning & New Media
PPTX
Just in time mentors
PDF
ValleyEvents.ca
PPTX
Predictive analytics in the agriculture industry
PPTX
Mobile development frameworks
PDF
Just in time mentors
PDF
Players and Builders: Digital Games and University Learning
PPTX
Building Startup Communities: Annapolis Valley
PDF
New Media Legal Q&A
PDF
Valley Community Fiber Network
PPTX
Valley Community Fiber Network
PPT
Valley Family Fun
3 Essential Wordpress Tips
Wordpress introduction
UX Fist Fighting - Designing For Usability
STEAM Powered! MakerSpace / FabLab @AcadiaU
The Ag + Tech Opportunity
Hello world - intro to node js
Emergent Learning & New Media
Just in time mentors
ValleyEvents.ca
Predictive analytics in the agriculture industry
Mobile development frameworks
Just in time mentors
Players and Builders: Digital Games and University Learning
Building Startup Communities: Annapolis Valley
New Media Legal Q&A
Valley Community Fiber Network
Valley Community Fiber Network
Valley Family Fun

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
August Patch Tuesday
PDF
Getting Started with Data Integration: FME Form 101
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPT
Teaching material agriculture food technology
PPTX
A Presentation on Artificial Intelligence
PPTX
Tartificialntelligence_presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Machine Learning_overview_presentation.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
TLE Review Electricity (Electricity).pptx
PDF
Mushroom cultivation and it's methods.pdf
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
A comparative analysis of optical character recognition models for extracting...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
August Patch Tuesday
Getting Started with Data Integration: FME Form 101
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Teaching material agriculture food technology
A Presentation on Artificial Intelligence
Tartificialntelligence_presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Spectroscopy.pptx food analysis technology
Digital-Transformation-Roadmap-for-Companies.pptx
Machine learning based COVID-19 study performance prediction
Machine Learning_overview_presentation.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
TLE Review Electricity (Electricity).pptx
Mushroom cultivation and it's methods.pdf
cloud_computing_Infrastucture_as_cloud_p
Advanced methodologies resolving dimensionality complications for autism neur...
A comparative study of natural language inference in Swahili using monolingua...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
A comparative analysis of optical character recognition models for extracting...

Coldfusion with Keith Diehl

  • 1. How ColdFusion saved me from a week of grunt work Using SQL Server and Coldfusion to generate 600 Word Documents.
  • 3. Buy One Class – Get One Class 50% off until December 15
  • 4. Why ColdFusion? • Quick learning curve • Similar style to HTML with opening and closing tags • Supported by Adobe and frequently updated with new features • ColdFusion isn’t free but also not that expensive • Hosted ColdFusion accounts are about $30 a month • Free Developer Edition
  • 5. Can you guess what this does? <cfloop index="i" from="1" to="10"> <cfoutput> <p> #i# </p> </cfoutput> </cfloop>
  • 7. Can I get this outline as a Word Doc? Ummm… No.
  • 9. <cfoutput> <h1>#database.h1#</h1> <h2>#database.h2#</h2> #database.classOutline# </cfoutput>
  • 10. I need all of our outlines in Word … super.
  • 11. Can ColdFusion come to my rescue? Yup!
  • 12. Step 1: Get the info from the database <cfquery name="allOutlines" datasource="datasource" username="username" password="password"> SELECT ID, Name, Days, H1, ClassOutline, FileName FROM classroomTable ORDER BY Name </cfquery>
  • 13. Step 2: Output class info into a variable <cfoutput query="allOutlines"> <cfsavecontent variable="myDocument"> <html xmlns:w="urn:schemas-microsoft-com:office:word"> <!--- Head tag instructs Word to start up a certain way, specifically in print view. ---> <head> <xml> <w:WordDocument> <w:View>Print</w:View> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> </w:Compatibility> <w:DoNotOptimizeForBrowser/> </w:WordDocument> </xml> </head>
  • 14. Step 3: Write variable into Word Doc <body> <cfoutput> <h1>#allOutlines.Name#</h1> <p>#allOutlines.Days# <cfif allOutlines.Days GT "1">days<cfelse>day</cfif></p> #allOutlines.classOutline# </cfoutput> </body> </html> </cfsavecontent> <cfscript> FileWrite("Server:word-outlines#allOutlines.ID#-#allOutlines.FileName#.doc", "#myDocument#"); </cfscript> </cfoutput>
  • 15. This is my lonely directory
  • 16. my directory with lots of friends…