All Tags // ColdFusion
Adobe Air Camp posted on: 5/17/08
Adobe CEO: We're bringing Flash to the iPhone posted on: 3/20/08
Code View posted on: 8/14/08
Description: I tried to get my code view working for my Twitter Pod but it seams there is a bug in Flex 3 that wont let me specify the code view source. Every time I change it Flexbuilder changes it back when it exports the release build.
And here is the bug report at Adobe. It was already entered but I put my vote forward hopefully they fix it.
bugs.adobe.com/jira/browse/FB-13194
Blue Dragon is Open source posted on: 3/26/08
Subeclipse in Flexbuilder posted on: 5/20/08
Description: I wanted to intergrate SVN into Flexbuilder. As flexbuilder doesn't include all the java plugins installing SubEclipse took 1 or 2 extra steps. I found this blog post which worked for me withotu issue:
http://www.flexer.info/2008/04/30/how-to-install-subclipse-on-flex-builder-3/
It's working great. Now to find a MS SQL explorer plugin so I don't need Enterprise manager open as well.
Coldfusion and Flex a perfect harmony. posted on: 4/18/08
Description: A new site has been launched to give examples and short tutorials on how Coldfusion and Flex communicate. Anyone can submit a tutorial and request specific examples.
www.flexcf.com is the sister site to www.learncf.com
Coldfusion on OSX ( again ) posted on: 4/19/08
Description: Well the CF 8 install on leopard was working well the constant wifi drop outs I was experiencing were just not worth the price on the "newest and shiniest" OS. So today I wiped the old partition and reinstalled OSX 10.4.
Ill follow the same steps as before on hopefully have my setup running again soon.
CF 8 on Macbook posted on: 3/9/08
Coldfusion XML Unformat posted on: 5/8/08
Description: I found this function very usefull just recently so I though I'd share.
Description
This is a simple UDF which does the exact opposite of CFMX's XmlFormat() function. Specifically, it replaces the following five characters in XML-escaped data with their normal equivalents: > with > < with < ' with ' " with " & with &
http://cflib.org/udf.cfm?ID=800
"This is a simple UDF which does the exact opposite of CFMX's XmlFormat() function. Specifically, it replaces the following five characters in XML-escaped data with their normal equivalents: > with > < with < ' with ' " with " & with &"
http://cflib.org/udf.cfm?ID=800
New Flex User Group Special Presentation posted on: 3/16/08
Coldfusion Forums posted on: 6/23/08
Description: I don't mind browsing an online forum now and then and I really liek to have a place I can go to ask questions. Mailing lists are great but often I tend to skip over alot of emails. So I did some searching and found the following Coldfusion forums....
Twitter, Flex and Coldfusion posted on: 8/13/08
Description: Well I have been playing with a new homepage and wrote a small section of code to display my twitter feeds using CFFEED. This is a great tag and I was able to in 4 lines of code read my feed and loop over it displaying it nicely.
It was only a small step to port it into a flex widget which you can see on the side of my blog. I'll post up the code shortly.

