<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>CFTipsPlus</title>
	<link>http://cftipsplus.com/blog</link>
	<description>ColdFusion Tips Plus Flex, Air, Ajax, and more.</description>
	<pubDate>Wed, 23 Jun 2010 13:07:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>ColdFusion and DotNet C#</title>
		<link>http://cftipsplus.com/blog/?p=39</link>
		<comments>http://cftipsplus.com/blog/?p=39#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:07:58 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[ASP.net]]></category>

		<category><![CDATA[ben]]></category>

		<category><![CDATA[ben forta]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[cfdot]]></category>

		<category><![CDATA[cfdot.net]]></category>

		<category><![CDATA[Cold Fusion]]></category>

		<category><![CDATA[Csharp]]></category>

		<category><![CDATA[DotNet]]></category>

		<category><![CDATA[forta]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=39</guid>
		<description><![CDATA[My son emailed me the other day to tell me that Ben Forta blogged about this website CFDot.net and to go check it out. 
 I checked it out and for those ColdFusion programmers who are learning DotNet C# this is a great place to help you get over some issues when you are first learning.  This [...]]]></description>
			<content:encoded><![CDATA[<p>My son emailed me the other day to tell me that Ben Forta blogged about this website CFDot.net and to go check it out. </p>
<p> I checked it out and for those ColdFusion programmers who are learning DotNet C# this is a great place to help you get over some issues when you are first learning.  This will not mean you are an expert DotNet C# programmer but it will help you get started learning DotNet C#.  I like the concept and the fact that he takes the time to help his fellow programmer.</p>
<p>Ben Forta&#8217;s Post (<a href="http://forta.com/blog/index.cfm/2010/6/22/Comparing-ColdFusion-To-NET">http://forta.com/blog/index.cfm/2010/6/22/Comparing-ColdFusion-To-NET</a>)</p>
<p>CFDot.net Website</p>
<p><a href="http://www.cfdot.net/">http://www.cfdot.net</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D39';
  addthis_title  = 'ColdFusion+and+DotNet+C%23';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>Prime Generator &#124; ColdFusion Exercise 001</title>
		<link>http://cftipsplus.com/blog/?p=38</link>
		<comments>http://cftipsplus.com/blog/?p=38#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:06:50 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[ColdFusion Exercises]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=38</guid>
		<description><![CDATA[Your task is to generate all prime numbers between two given numbers.
1. Create a screen that allows the user to input the two numbers.
2. Display the prime numbers between the two given numbers including those given numbers if they are prime.

  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D38';
  addthis_title  = 'Prime+Generator+%7C+ColdFusion+Exercise+001';
  addthis_pub [...]]]></description>
			<content:encoded><![CDATA[<p>Your task is to generate all prime numbers between two given numbers.</p>
<p>1. Create a screen that allows the user to input the two numbers.</p>
<p>2. Display the prime numbers between the two given numbers including those given numbers if they are prime.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D38';
  addthis_title  = 'Prime+Generator+%7C+ColdFusion+Exercise+001';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion Scheduled Task Issue</title>
		<link>http://cftipsplus.com/blog/?p=37</link>
		<comments>http://cftipsplus.com/blog/?p=37#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:12:45 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Cold Fusion]]></category>

		<category><![CDATA[ColdFusion 7]]></category>

		<category><![CDATA[scheduled]]></category>

		<category><![CDATA[scheduled task]]></category>

		<category><![CDATA[task]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=37</guid>
		<description><![CDATA[Where I currently work we are using ColdFusion 7.  We had an issue where a Scheduled Task was not running when we thought it should be.  We scheduled it to run every 4 hours starting at 2:00 pm.  After reviewing the Log Files we found that at 2:00 am it was rescheduling the next run [...]]]></description>
			<content:encoded><![CDATA[<p>Where I currently work we are using ColdFusion 7.  We had an issue where a Scheduled Task was not running when we thought it should be.  We scheduled it to run every 4 hours starting at 2:00 pm.  After reviewing the Log Files we found that at 2:00 am it was rescheduling the next run at 2:00 pm.</p>
<p><strong>Scheduled Task </strong></p>
<p><strong><u>Before </u></strong></p>
<p>2:00 pm</p>
<p>6:00 pm</p>
<p>10:00pm</p>
<p>2:00 am </p>
<p>6:00 am - Skipped</p>
<p>10:00 am - Skipped</p>
<p>So we realised it was was skipping the two most important times of the day.  After thinking about it we came to the solution that if we moved the starting time to 2:00 am we got the results we expected.</p>
<p><strong><strong>Scheduled Task </strong></strong><strong><u>After</u></p>
<p>2:00 am </p>
<p></strong>6:00 am</p>
<p>10:00 am</p>
<p>2:00 pm</p>
<p>6:00 pm</p>
<p>10:00pm</p>
<p> What was going on was when it checked to reschedule the task at 10:00 pm it saw the day was not done so it rescheduled the task to run 4 hours later.  When it ran at 2:00 am and started to reschedule it noticed that this was a new day and set the new scheduled task for 2:00 pm the same day.  This caused the skipping of two runs each day.  So by moving it to the first run of the day we got the tasks to run when we wanted them too.</p>
<p>Nathan Sr</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D37';
  addthis_title  = 'ColdFusion+Scheduled+Task+Issue';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>CFZen Framework  (Pre-Alpha Release)</title>
		<link>http://cftipsplus.com/blog/?p=36</link>
		<comments>http://cftipsplus.com/blog/?p=36#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:49:45 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[Beginner]]></category>

		<category><![CDATA[CFZen]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[ColdFusion 101]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[CF]]></category>

		<category><![CDATA[Cold Fusion]]></category>

		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=36</guid>
		<description><![CDATA[CFZen Framework here currently.
https://sites.google.com/site/cfzenframeworkproject/home
CFZen Framework  Download at
http://code.google.com/p/cfzen/
CFZen Framework on RiaForge
http://cfzen.riaforge.org/
 This is a very simple framework.  We are not claiming to overcome some of the other frameworks.

  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D36';
  addthis_title  = 'CFZen+Framework++%28Pre-Alpha+Release%29';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<p>CFZen Framework here currently.<br />
<a href="https://sites.google.com/site/cfzenframeworkproject/home">https://sites.google.com/site/cfzenframeworkproject/home</a></p>
<p>CFZen Framework  Download at<br />
<a href="http://code.google.com/p/cfzen/">http://code.google.com/p/cfzen/</a></p>
<p>CFZen Framework on RiaForge<br />
<a href="http://cfzen.riaforge.org/">http://cfzen.riaforge.org/</a></p>
<p> This is a very simple framework.  We are not claiming to overcome some of the other frameworks.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D36';
  addthis_title  = 'CFZen+Framework++%28Pre-Alpha+Release%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>CFZen - Framework</title>
		<link>http://cftipsplus.com/blog/?p=35</link>
		<comments>http://cftipsplus.com/blog/?p=35#comments</comments>
		<pubDate>Sat, 23 Jan 2010 18:35:55 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[ColdFusion 101]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Beginner]]></category>

		<category><![CDATA[CFZen]]></category>

		<category><![CDATA[Framework]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=35</guid>
		<description><![CDATA[We have been wanting a very simple lightweight framework.  We saw several that were out there and we are in development stage of a framework that will work on ColdFusion 7 and maybe even for older versions.  We have it working us and will soon allow a few people to work on the alpha version [...]]]></description>
			<content:encoded><![CDATA[<p>We have been wanting a very simple lightweight framework.  We saw several that were out there and we are in development stage of a framework that will work on ColdFusion 7 and maybe even for older versions.  We have it working us and will soon allow a few people to work on the alpha version of it.  This framework is not to replace other frameworks but will for work any application big or small.Our goal is to keep it simple and lightweight.  Currently the framework file you include is less then 35 lines of code including comments.   When making comments or making suggestions to change it please remember the goal is to keep it very simple.When we release this it will be on RIAForge.org.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D35';
  addthis_title  = 'CFZen+-+Framework';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>CF101 - Setup a Personal Development Enviroment.</title>
		<link>http://cftipsplus.com/blog/?p=34</link>
		<comments>http://cftipsplus.com/blog/?p=34#comments</comments>
		<pubDate>Tue, 05 Jan 2010 18:12:35 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[Beginner]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[ColdFusion 101]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Code Editor]]></category>

		<category><![CDATA[Database]]></category>

		<category><![CDATA[Web Server]]></category>

		<category><![CDATA[Web Software]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=34</guid>
		<description><![CDATA[There are many variations of things I could tell you to do to setup a Personal Development Enviroment.  This article is not a all inclusive way to setup a a Personal Development Enviroment, however this is a way for me to start helping beginners setup their way to learn ColdFusion and Web Application Development from scratch.  [...]]]></description>
			<content:encoded><![CDATA[<p>There are many variations of things I could tell you to do to setup a Personal Development Enviroment.  This article is not a all inclusive way to setup a a Personal Development Enviroment, however this is a way for me to start helping beginners setup their way to learn ColdFusion and Web Application Development from scratch.  I hope then to help a few of you find jobs using this Personal Development Enviroment.   Even if you make changes but if this helps  you please let me know.</p>
<p>First I will have to assume you know HTML, however if you don&#8217;t then do not despair as I will give you code examples that will include HTML.   Later I plan to make other classes available teaching HTML, CSS, Frameworks, AJAX, and more.</p>
<p>What do you  need to setup your own machine for learning ColdFusion Programming.</p>
<ul>
<li>Database </li>
<li>Web Server </li>
<li>Web Software</li>
<li>Code Editor</li>
</ul>
<p>Some tools may combine some of these so you do not have to have seperate items. </p>
<p><strong>Database </strong></p>
<p>I would download the open source MySQL server and install it using the defaults. </p>
<p><strong>Web Server  &amp; Web Software</strong></p>
<ol>
<li>ColdFusion 9 Installation How-To<strong>Step 1:</strong> Auto Run your CD or Double Click the installation file, you will see this screen as it extracts the compressed files.<br />
<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_001.jpg" alt="ColdFusion Installation Screen 1" /></li>
<li>IntroductionWelcome to the installation Wizard of Adobe ColdFusion 9, Adobe recommends that you exit from all running applications before proceeding. This is more then a recommendation, some applications may cause the installation to fail.<br />
<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_002.jpg" alt="ColdFusion 9 Installation Screen 2" /></li>
<li>License AgreementInstallation and Use of Adobe ColdFusion 9 Requires Acceptance of the Following License Agreement. Accept the terms or end installation process now.<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_003.jpg" /></li>
<li>Install TypeIf you do not have a serial number, select either 30-day trial or Developer Edition. <strong>NOTE:</strong> Developer Edition only allows 2 CPU&#8217;s connected at a time. Your SQL server and if your a black hat, the Reverse Proxy HTML Wrapper. If your a White Hat, then it will be your workstation computer.<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_004.jpg" alt="ColdFusion 9 Instllation Screen 4" /></li>
<li>Installer ConfigurationYour choice; Server Configuration, Enterprise Multiserver configuration &amp; J2EE Configuration. In my step-by-step example I am using the Server Configuration. If you expect server growth I would recommend Enterprise Multiserver configuration.<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_005.jpg" alt="ColdFusion 9 Installation Screen 5" /></li>
<li>Sub-Component InstallationSelect the subcomponents to install: Coldfusion 9 ODBC Services, Coldfusion 8 Search Services, ColdFusion 9 Solr Services, .NET Integration Services, ColdFusion 9 Documentation<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_006.jpg" alt="Coldfusion 9 Instllation Screen 6" /></li>
<li>Select Installation DirectorySelect the directory where you want to install Adobe ColdFusion 9. The default directory is C:\ColdFusion9<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_007.jpg" /></li>
<li>Configure Web Servers / WebsitesIf IIS is NOT installed on your system the &#8220;All IIS websites&#8221; will not be an option. You will however have the option for Apache and SUN&#8217;s version of a web server. Or if you are installing the Developer Edition you have the option for a built in web server. I recommend using the built in web server.<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_008.jpg" alt="ColdFusion 9 Installation Screen 8 " /></li>
<li>Choose Adobe ColdFusion 9 Administrator LocationSelect the location of the web root for Adobe ColdFusion 9. This is where the installer places the Adobe ColdFusion 9 Administrator. This directory must be the web root for one of the websites to be configured for use with Adobe ColdFusion 9. If configuring an IIS website, you must set scripts to be executable.  Default directory: C:\inetpub\wwwroot</li>
<li><img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_009.jpg" alt="ColdFusion 9 Installation Screen 9" /></li>
<li>Administrator PasswordEnter the password that you will use to restrict access to the ColdFusion Administrator. *This field is required.</li>
<li><img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_010.jpg" alt="ColdFusion 9 Installation Screen 10" /></li>
<li>Enable RDSThe ColdFusion Remote Development Servers (RDS) lets developers using Adobe tools remotely connect to this server for development purposes. RDS is required for Line Debugging, Report Builder, and <u><strong>Dreamweaver Extensions</strong></u>.  YOU WILL WANT THIS. Unless this is a production server and you have already debugged and tested your applications.</li>
<li><img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_011.jpg" alt="ColdFusion 9 Installation Screen 11" /></li>
<li>Pre-installation SummaryReview the installation options, Type, Licensing, Directories and Server Information.<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_012.jpg" alt="ColdFusion 9 Installation Screen 12" /></li>
<li>Installing Adobe ColdFusion 9Congratulations! You&#8217;re on your way to developing the next generation of web applications with Adobe ColdFusion 9.</li>
<li><img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_013.jpg" alt="ColdFusion 9 Installation Screen 13" /><img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_014.jpg" alt="ColdFusion Installation Screen 14" /><img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_015.jpg" alt="ColdFusion 9 Installation Screen 15" /><br />
<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_016.jpg" alt="ColdFusion 9 Installation Screen 16" /></li>
<li>Please WaitPlease wait, Adobe Coldfusion 9 is being configured for your system. This may take a moment&#8230;<img border="0" src="http://www.jaminquimby.com/images/stories/programming/ColdFusion/CF9_Installation/cf9_install_017.jpg" alt="ColdFusion Installation Screen 17" /></li>
<li>Installation Complete<br />
You have successfully completed the first step in installing Adobe ColdFusion 9.</li>
</ol>
<p><strong>Code Editor</strong></p>
<p>There is several choices CFEclipse or NotePad++.  I would choose CFEclipse for now.  You have to install Eclipse and then read the instructions on CFEclipse website on how to add CFEclipse to Eclipse.</p>
<p>Try going on your machine that you have installed.  <a href="http://localhost:8500/cfide/administrator/index.cfm">http://localhost:8500/cfide/administrator/index.cfm</a>  If you have used a password</p>
<p>After you have this installed then you can start working on the Beginner ColdFusion Applications.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D34';
  addthis_title  = 'CF101+-+Setup+a+Personal+Development+Enviroment.';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion 9 What&#8217;s new?</title>
		<link>http://cftipsplus.com/blog/?p=32</link>
		<comments>http://cftipsplus.com/blog/?p=32#comments</comments>
		<pubDate>Sat, 15 Aug 2009 03:11:14 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[CFUnited]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=32</guid>
		<description><![CDATA[This is some smaller let posted things.
&#60;cfdebug abort=”true”&#62;

cfquery

Generated id column will be “GENERATEDKEY” for all databases 



New Built-in Functions

Array Functions




List Functions 
File &#38; Directory functions 
Object related 
isNull 

More details later.

  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D32';
  addthis_title  = 'ColdFusion+9+What%26rsquo%3Bs+new%3F';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<p>This is some smaller let posted things.</p>
<p>&lt;cfdebug abort=”true”&gt;</p>
<ul>
<li>cfquery
<ul>
<li>Generated id column will be “GENERATEDKEY” for all databases </li>
</ul>
</li>
</ul>
<p><strong>New Built-in Functions</strong></p>
<ul>
<li>Array Functions
<ul>
<li></li>
</ul>
</li>
<li>List Functions </li>
<li>File &amp; Directory functions </li>
<li>Object related </li>
<li>isNull </li>
</ul>
<p>More details later.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D32';
  addthis_title  = 'ColdFusion+9+What%26rsquo%3Bs+new%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>ColdFusion 9 ORM at CFUnited</title>
		<link>http://cftipsplus.com/blog/?p=31</link>
		<comments>http://cftipsplus.com/blog/?p=31#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:31:00 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[CFUnited]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=31</guid>
		<description><![CDATA[We were in the ColdFusion Intro to ORM and now we are in the Advanced ORM class.&#160; There had to be a replacement speaker since the main speaker after arriving had a death in the family and had to return back home.
&#160;
After CFUnited we will work on getting you some code examples of all that [...]]]></description>
			<content:encoded><![CDATA[<p>We were in the ColdFusion Intro to ORM and now we are in the Advanced ORM class.&#160; There had to be a replacement speaker since the main speaker after arriving had a death in the family and had to return back home.</p>
<p>&#160;</p>
<p>After CFUnited we will work on getting you some code examples of all that we have learned.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D31';
  addthis_title  = 'ColdFusion+9+ORM+at+CFUnited';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>CFUnited 2009</title>
		<link>http://cftipsplus.com/blog/?p=30</link>
		<comments>http://cftipsplus.com/blog/?p=30#comments</comments>
		<pubDate>Thu, 13 Aug 2009 03:22:19 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[CFUnited]]></category>

		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=30</guid>
		<description><![CDATA[What would you like to see as a class next year?&#160; What do you feel you are missing this year?&#160; Would a very basic beginner class be for you?&#160; Would you have come if there was some more basic beginning classes?
Would you like more advanced classes?&#160; What would you like to see taught or shown [...]]]></description>
			<content:encoded><![CDATA[<p>What would you like to see as a class next year?&#160; What do you feel you are missing this year?&#160; Would a very basic beginner class be for you?&#160; Would you have come if there was some more basic beginning classes?</p>
<p>Would you like more advanced classes?&#160; What would you like to see taught or shown to you to make you feel like you have learned something?</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D30';
  addthis_title  = 'CFUnited+2009';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Hit by a Lightsaber at CFUnited</title>
		<link>http://cftipsplus.com/blog/?p=28</link>
		<comments>http://cftipsplus.com/blog/?p=28#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:27:20 +0000</pubDate>
		<dc:creator>nstanford</dc:creator>
		
		<category><![CDATA[CFUnited]]></category>

		<guid isPermaLink="false">http://cftipsplus.com/blog/?p=28</guid>
		<description><![CDATA[I know this is silly but here is a picture of me getting hit by a Lightsaber

  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D28';
  addthis_title  = 'Hit+by+a+Lightsaber+at+CFUnited';
  addthis_pub    = '';

]]></description>
			<content:encoded><![CDATA[<p>I know this is silly but here is a picture of me getting hit by a Lightsaber<a href="http://cftipsplus.com/blog/wp-content/uploads/2009/08/22877138e68a1851de539d592b005887e8f3f7ac.4a83088ffull.jpg"><img src="http://cftipsplus.com/blog/wp-content/uploads/2009/08/22877138e68a1851de539d592b005887e8f3f7ac.4a83088ffull-thumb.jpg" height="390" width="294" alt="22877138-e68a1851de539d592b005887e8f3f7ac.4a83088f-full" border="0" title="22877138-e68a1851de539d592b005887e8f3f7ac.4a83088f-full" style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px; border-color: initial; border-style: initial" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fcftipsplus.com%2Fblog%2F%3Fp%3D28';
  addthis_title  = 'Hit+by+a+Lightsaber+at+CFUnited';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://cftipsplus.com/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
	</channel>
</rss>
