| 
				Using if and else in Cfscript | 
			||||||||
Every CF developer is intimately familiar with the 
					
  | 
				Init method for coldfusion cfc's | 
			||||||||
I'm lucky enough to be working in an environment that is small enough to allow me access to our whole suite of coldfusion cfc's. So i generally know pretty much what they all do, but what if your interrogating unknown cfc's?
Well you can use the init() method.
					
  | 
				Flex - Coldfusion Remoting, passing an Object usefully | 
			||||||||
Ever noticed that with the increase in scale of a Flex application, the amount of data that you pass around seems to grow exponentially? Well I was fed up with passing multiple values back and forth from CF to flex, so after some digging here's the first article in using objects in remoting.
					
  | 
				Method for populating a flex combo box from cfc | 
			||||||||
Many of the flex form elements can be populated directly from the data output from a coldfusion cfc, as long as you get the format right!
Here's the best way I've found to painlessly populate a combo box in flex.








