<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

			<channel>
			<title>Andrew's Personal Blog</title>
			<link>http://www.andyscott.id.au</link>
			<description>Andrew's Personal Blog</description>
			<language>en-us</language>
			<pubDate>Fri, 10 Feb 2012 16:02:36 -0600</pubDate>
			<lastBuildDate>Mon, 30 Jan 2012 11:05:23 -0600</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>andrews@andyscott.id.au</managingEditor>
			<webMaster>andrews@andyscott.id.au</webMaster>

			
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/id/GbFj" /><feedburner:info uri="id/gbfj" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
				<title>Interesting bug with Application.cfc and mappings and the Application constructor</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/V9d9yx9IQmQ/Interesting-bug-with-Applicationcfc-and-mappings-and-the-Application-constructor</link>
				<description>&lt;p&gt;A few years ago I wrote a small component for ColdBox that actually allowed me to modify the Application settings, specifically the ORM settings and cfclocation. There was nothing special to this component and I had it working for sometime, that was until I moved ColdBox away from the root of the application and used per application mappings instead.&lt;/p&gt;  &lt;p&gt;Which is when I discovered something very interesting with Application.cfc and the constructor.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=V9d9yx9IQmQ:aOeVA7oZZHg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/V9d9yx9IQmQ" height="1" width="1"/&gt;</description>
				
				<category>ColdFusion 8</category>
				
				<category>ColdFusion 9</category>
				
				<category>Coldbox</category>
				
				<pubDate>Mon, 30 Jan 2012 11:05:23 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2012/1/30/Interesting-bug-with-Applicationcfc-and-mappings-and-the-Application-constructor</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2012/1/30/Interesting-bug-with-Applicationcfc-and-mappings-and-the-Application-constructor</feedburner:origLink></item>
			
			<item>
				<title>ColdBox and changing content headers in script</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/NnU5NOUup4w/ColdBox-and-changing-content-headers-in-script</link>
				<description>&lt;p&gt;Recently I needed the ability to set response headers in script, previously I had just used the layout to use the tag version. Now although it isn't anything new and we have been able to do this in ColdFusion since the days ColdFusion was written in Java, if not earlier, I thought I would share what I was trying to achieve and provide a better insight to the possibilities.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=NnU5NOUup4w:XBqR_pCLYsI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/NnU5NOUup4w" height="1" width="1"/&gt;</description>
				
				<category>ColdFusion 9</category>
				
				<category>Coldbox</category>
				
				<pubDate>Sat, 28 Jan 2012 20:42:18 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2012/1/28/ColdBox-and-changing-content-headers-in-script</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2012/1/28/ColdBox-and-changing-content-headers-in-script</feedburner:origLink></item>
			
			<item>
				<title>update to using tool tips in CFgrid</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/dIh-iZ_S2aQ/update-to-using-tool-tips-in-CFgrid</link>
				<description>&lt;p&gt;In a previous post that I wrote on this, which can be found at &lt;a href="http://www.andyscott.id.au/2009/7/21/Have-you-ever-wanted-to-use-tooltips-in-cfgrid"&gt;http://www.andyscott.id.au/2009/7/21/Have-you-ever-wanted-to-use-tooltips-in-cfgrid&lt;/a&gt;, I showed how to add tool tips to the CFgrid.&lt;/p&gt;  &lt;p&gt;A user wanted to know how to get the information from the cell, and although you can see how he did it in the comments, I will not recommend doing it this way. The reason being is that in the future, you may start to apply formatting to the cell. Which would then make the method this user used, obsolete, but more importantly broken and looking at fixing the code.&lt;/p&gt;  &lt;p&gt;So what is the best way to achieve what he wanted?&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=dIh-iZ_S2aQ:_FC17Pg94Y0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/dIh-iZ_S2aQ" height="1" width="1"/&gt;</description>
				
				<category>ColdFusion 8</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Tue, 20 Dec 2011 21:08:00 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/12/20/update-to-using-tool-tips-in-CFgrid</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/12/20/update-to-using-tool-tips-in-CFgrid</feedburner:origLink></item>
			
			<item>
				<title>Off Shore development, is it really worth the savings?</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/SeA0iwyFD7Y/Off-Shore-development-is-it-really-worth-the-savings</link>
				<description>&lt;p&gt;A little while ago I had watched a program that reflected the change towards outsourcing, and how sites like &lt;a href="http://www.freelancer.com.au"&gt;www.&lt;b&gt;freelancer&lt;/b&gt;.com.au&lt;/a&gt; and &lt;a href="http://www.freelancer.com"&gt;www.&lt;b&gt;freelancer&lt;/b&gt;.com&lt;/a&gt; are becoming increasingly ever so popular. It got me thinking that the industry that I grew up in, and love so much, just might be over charging our clients.&lt;/p&gt;  &lt;p&gt;I had then come across another article that shifted my views, and had got me believing back to what I had always thought. It does cost us a lot of time and effort as professionals to keep up with the likes of Search Engine Optimisation, marketing a website and the technology that we use to deliver the best results for our clients.&lt;/p&gt;  &lt;p&gt;Now when I started to see the shift by this television programme, that our potential clients and / or customers are taking, it was like can we as a professional really compete with this type of trend for cheaper development?&lt;/p&gt;  &lt;p&gt;On the surface one would think no. And in reality you probably shouldn't either.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=SeA0iwyFD7Y:dGZel7q-aIs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/SeA0iwyFD7Y" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<pubDate>Tue, 13 Dec 2011 08:30:00 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/12/13/Off-Shore-development-is-it-really-worth-the-savings</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/12/13/Off-Shore-development-is-it-really-worth-the-savings</feedburner:origLink></item>
			
			<item>
				<title>Should you use pure CF-ORM or a mixture of CF-ORM and SQL</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/Y8om1_ntj6g/Should-you-use-pure-CFORM-or-a-mixture-of-CFORM-and-SQL</link>
				<description>&lt;p&gt;I have been meaning to write this up for some time now, and haven't had the time to do so. One of the things that I found when learning CF-ORM for the first time, was it was very over whelming&amp;#160; to say the least and a lot of questions would come from trying to use it.&lt;/p&gt;  &lt;p&gt;Now 2 years down the track and I can say that there are times to use it and times not to use it, and it all boils down to whether you want the application to be scalable or you just don't care, because you know the amount of traffic will never get that high to matter.&lt;/p&gt;  &lt;p&gt;Either way I want to touch on some things that I did discover, where I quickly changed my thinking as I went along.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=Y8om1_ntj6g:meDxOzmElww:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/Y8om1_ntj6g" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 9</category>
				
				<category>Hibernate</category>
				
				<category>Database</category>
				
				<category>CFORM</category>
				
				<pubDate>Sat, 15 Oct 2011 00:59:08 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/10/15/Should-you-use-pure-CFORM-or-a-mixture-of-CFORM-and-SQL</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/10/15/Should-you-use-pure-CFORM-or-a-mixture-of-CFORM-and-SQL</feedburner:origLink></item>
			
			<item>
				<title>Deleting Duplicate rows the smart way using OVER PARTITION in MS SQL Part II</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/gkSpO2kOaX4/Deleting-Duplicate-rows-the-smart-way-using-OVER-PARTITION-in-MS-SQL-Part-II</link>
				<description>&lt;p&gt;In my previous blog on this I made it very simple where all the data was a duplicate, someone pinged me and asked well that is well and good. But what if there is duplicate records, with only partial duplicate records.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=gkSpO2kOaX4:a9AnxW96ywM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/gkSpO2kOaX4" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 9</category>
				
				<category>Database</category>
				
				<pubDate>Fri, 14 Oct 2011 09:49:00 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/10/14/Deleting-Duplicate-rows-the-smart-way-using-OVER-PARTITION-in-MS-SQL-Part-II</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/10/14/Deleting-Duplicate-rows-the-smart-way-using-OVER-PARTITION-in-MS-SQL-Part-II</feedburner:origLink></item>
			
			<item>
				<title>Deleting Duplicate rows the smart way using OVER PARTITION in MS SQL</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/UCV_zb0cfgk/Deleting-Duplicate-rows-the-smart-way-using-OVER-PARTITION-in-MS-SQL</link>
				<description>&lt;p&gt;A little while ago I had read an interesting blog about deleting duplicate records by Kumar Shah, now he used CTE to do his magic or Common Table Expressions, but failed to understand or deliver the real magic. As you can see by the comments on his blog, others don't seem to fully understand this magic either.&lt;/p&gt;  &lt;p&gt;The other thing to point out before I go into depth, I started using CTE's a lot more and the OVER PARTITION and have to say it is really a great thing that has been added to MS SQL 2005.&lt;/p&gt;  &lt;p&gt;So why is so great?&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=UCV_zb0cfgk:D6DZ7f0MIOY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/UCV_zb0cfgk" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 9</category>
				
				<category>Database</category>
				
				<pubDate>Fri, 14 Oct 2011 09:13:22 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/10/14/Deleting-Duplicate-rows-the-smart-way-using-OVER-PARTITION-in-MS-SQL</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/10/14/Deleting-Duplicate-rows-the-smart-way-using-OVER-PARTITION-in-MS-SQL</feedburner:origLink></item>
			
			<item>
				<title>Setting up and using Resource bundles in ColdBox</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/gzYzP6-Ouog/Setting-up-and-using-Resource-bundles-in-ColdBox</link>
				<description>&lt;p&gt;I was asked the other day for some examples on using resource bundles inside ColdBox, and even though it is rather easy to use and setup, I thought I would do a very quick post on how easy it is.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=gzYzP6-Ouog:nDMEShHCTAU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/gzYzP6-Ouog" height="1" width="1"/&gt;</description>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 8</category>
				
				<category>ColdFusion 9</category>
				
				<category>Coldbox</category>
				
				<pubDate>Tue, 04 Oct 2011 08:08:22 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/10/4/Setting-up-and-using-Resource-bundles-in-ColdBox</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/10/4/Setting-up-and-using-Resource-bundles-in-ColdBox</feedburner:origLink></item>
			
			<item>
				<title>ColdBox 3.0+ and sending emails whether in production or development.</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/ndB3BBNTimY/ColdBox-30-and-sending-emails-whether-in-production-or-development</link>
				<description>&lt;p&gt;As this question comes up a lot, I thought I would blog about this some more. ColdBox is brilliant when it comes to doing things by convention, and minimising our work, and emails is no different. However one of the main problems that comes up a lot is how to send emails to developers, rather than to the real recipient of the email while in development.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=ndB3BBNTimY:0QQGzQNLFKo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/ndB3BBNTimY" height="1" width="1"/&gt;</description>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 8</category>
				
				<category>ColdFusion 9</category>
				
				<category>Coldbox</category>
				
				<pubDate>Mon, 03 Oct 2011 14:03:09 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/10/3/ColdBox-30-and-sending-emails-whether-in-production-or-development</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/10/3/ColdBox-30-and-sending-emails-whether-in-production-or-development</feedburner:origLink></item>
			
			<item>
				<title>Windows 8 Preview and first impressions</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/UI6bC3jf7D0/Windows-8-Preview-and-first-impressions</link>
				<description>&lt;p&gt;Well what can one say, it is very obvious that this release is geared to tablets and touch screens. So desktop users might be very overwhelmed to begin with, but could these users really get used to this new design and way of life for Windows.&lt;/p&gt;  &lt;p&gt;The first thing that the user is presented with is a typical non window interface, that looks like it will be removing the windows from the product name. And the start menu seems to now be the real focus of the Operating System, rather than the desktop now.&lt;/p&gt;  &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=UI6bC3jf7D0:Ed5d15ZaWQU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/UI6bC3jf7D0" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<category>Windows 8</category>
				
				<pubDate>Wed, 14 Sep 2011 10:05:17 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/9/14/Windows-8-Preview-and-first-impressions</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/9/14/Windows-8-Preview-and-first-impressions</feedburner:origLink></item>
			
			<item>
				<title>Web Forms hang when working on local machine, AVG Anti Virus to blame</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/1uz7lG6QBas/Web-Forms-hang-when-working-on-local-machine-AVG-Anti-Virus-to-blame</link>
				<description>&lt;p&gt;Having the time to finally sit down and seriously look into a problem I had noticed, I was able to eventually find that the problem was not what I thought it was.&lt;/p&gt; &lt;p&gt;For sometime now I had been noticing an ever increasing amount of forms, hanging on any website that I was working on locally. At first I had thought that the problem was with the website and began placing logging information around every line of code on the forms, only to find nothing being logged.&lt;/p&gt; &lt;p&gt;So as all the sites I work on are now ColdBox related sites, I had noticed that none if its logs when switched on had been occurring either, weird to say the least.&lt;/p&gt; &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=1uz7lG6QBas:dZUDzRjQMlg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/1uz7lG6QBas" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<pubDate>Sun, 28 Aug 2011 02:12:40 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/8/28/Web-Forms-hang-when-working-on-local-machine-AVG-Anti-Virus-to-blame</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/8/28/Web-Forms-hang-when-working-on-local-machine-AVG-Anti-Virus-to-blame</feedburner:origLink></item>
			
			<item>
				<title>ColdFusion and Remote Calls and notifying the caller of the problem</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/F2yJY7Xmk3I/ColdFusion-and-Remote-Calls-and-notifying-the-caller-of-the-problem</link>
				<description>&lt;p&gt;I want to touch on a subject that I know that not many people actually take into consideration, and that is how to deal with errors and other problems on the server when being called by a remote client call.&lt;/p&gt; &lt;p&gt;I am going to state that I am defining any call made as either a web service, remote procedure call, rest calls that is either from a client like a JavaScript call or even Flash, Flex or anything else.&lt;/p&gt; &lt;p&gt;So how do we handle them, should we report them to the caller or should we just log the call somehow on the server.&lt;/p&gt; &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=F2yJY7Xmk3I:KTrY796Wzbo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/F2yJY7Xmk3I" height="1" width="1"/&gt;</description>
				
				<category>General</category>
				
				<category>Ajax</category>
				
				<category>extJS</category>
				
				<category>Dojo</category>
				
				<category>ColdFusion 8</category>
				
				<category>Coldfusion</category>
				
				<category>Flex</category>
				
				<category>ColdFusion 9</category>
				
				<category>jQuery</category>
				
				<category>Air</category>
				
				<category>Javascript</category>
				
				<pubDate>Sat, 27 Aug 2011 14:52:00 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/8/27/ColdFusion-and-Remote-Calls-and-notifying-the-caller-of-the-problem</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/8/27/ColdFusion-and-Remote-Calls-and-notifying-the-caller-of-the-problem</feedburner:origLink></item>
			
			<item>
				<title>ColdFusion 9 ORM bug with composite keys how did this get missed</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/qOQ3pGOcL7U/ColdFusion-9-ORM-bug-with-composite-keys-how-did-this-get-missed</link>
				<description>&lt;p&gt;Well I have spent a good 2 days trying to work this problem out, to only find that this is not a problem with code that I am writing. It turns out that this applies to both legacy and new databases, and for the life of me I can not understand why this is a problem in ColdFusion itself.&lt;/p&gt; &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=qOQ3pGOcL7U:hj6O8BhHkEA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/qOQ3pGOcL7U" height="1" width="1"/&gt;</description>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 9</category>
				
				<category>CFORM</category>
				
				<pubDate>Sun, 21 Aug 2011 07:18:53 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/8/21/ColdFusion-9-ORM-bug-with-composite-keys-how-did-this-get-missed</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/8/21/ColdFusion-9-ORM-bug-with-composite-keys-how-did-this-get-missed</feedburner:origLink></item>
			
			<item>
				<title>Problem with ColdFusion Builder 2 as a plugin to 64Bit Eclipse</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/mEcNJ6OuW1E/Problem-with-ColdFusion-Builder-2-as-a-plugin-to-64Bit-Eclipse</link>
				<description>&lt;p&gt;Well I ran into an interesting problem with ColdFusion Builder 2, and the file view just not working. At first I thought it might have been the version of Eclipse called Indigo or better know as Eclipse 3.7, as it turns out it is ColdFusion Builder at fault.&lt;/p&gt; &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=mEcNJ6OuW1E:LIL4UzJPGkY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/mEcNJ6OuW1E" height="1" width="1"/&gt;</description>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion Builder</category>
				
				<pubDate>Thu, 11 Aug 2011 08:31:00 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/8/11/Problem-with-ColdFusion-Builder-2-as-a-plugin-to-64Bit-Eclipse</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/8/11/Problem-with-ColdFusion-Builder-2-as-a-plugin-to-64Bit-Eclipse</feedburner:origLink></item>
			
			<item>
				<title>Tip using ColdFusion query in cfscript and something to watch out for</title>
				<link>http://feedproxy.google.com/~r/id/GbFj/~3/SG46yv9zq58/Tip-using-ColdFusion-query-in-cfscript-and-something-to-watch-out-for</link>
				<description>&lt;p&gt;I have been meaning to blog about this for awhile now, and thought that now is as good as time as any.&lt;/p&gt; &lt;p&gt;While having a conversation with another developer I had noticed that he had been using ColdFusion 9, and that he had some components that were still tag based, especially when dealing with cfqueries. He would switch between cfscript and tag based code only when he was doing any form of queries against the database.&lt;/p&gt; &lt;p&gt;And when I asked about why he might no be using another method he wasn't aware that you could do this, and I thought it would be a great idea to let others know about it.&lt;/p&gt; &lt;p&gt;However this is also one small pitfall that has and keeps tripping me up.&lt;/p&gt; &lt;p&gt;  [More]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/id/GbFj?a=SG46yv9zq58:rtecH12TBaA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/id/GbFj?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/id/GbFj/~4/SG46yv9zq58" height="1" width="1"/&gt;</description>
				
				<category>Coldfusion</category>
				
				<category>ColdFusion 9</category>
				
				<pubDate>Thu, 11 Aug 2011 06:40:00 -0600</pubDate>
				<guid isPermaLink="false">http://www.andyscott.id.au/2011/8/11/Tip-using-ColdFusion-query-in-cfscript-and-something-to-watch-out-for</guid>
				<author>
				<name>Andrew Scott</name>
				</author>
				
			<feedburner:origLink>http://www.andyscott.id.au/2011/8/11/Tip-using-ColdFusion-query-in-cfscript-and-something-to-watch-out-for</feedburner:origLink></item>
			</channel></rss>

