CF legend.
If you've ever used IntelliJ for java development, are frustrated with eclipse, or you wish Flex Builder could do more (and you never use design view). This might interest you. JetBrains has added Flex development support to IntelliJ 8. Which
If you've ever used IntelliJ for java development, are frustrated with eclipse, or you wish Flex Builder could do more (and you never use design view). This might interest you. JetBrains has added Flex development support to IntelliJ 8. Which was just release (nov 6th). Note, they have …
ColdFusion is among the top Applications servers in a "users choice" report created by Evans Data. http://www.evansdata.com/reports/viewRelease_download.php?reportID=20
http://www.cio.com/article/print/455845
Evans Data interviewed more than
ColdFusion is among the top Applications servers in a "users choice" report created by Evans Data. http://www.evansdata.com/reports/viewRelease_download.php?reportID=20 http://www.cio.com/article/print/455845 Evans Data interviewed more than 700 developers asking them questions about …
I just posted about a post written about RIA Debugging by Simeon Simeonov, in this post:
http://blog.mikenimer.com/index.cfm/2008/10/13/RIA-Debugging-and-ColdFusion-forgotten-feature
In Sim's post he talks about the need for a common place to s
Some of you might remember Simeon Simeonov from the early days of ColdFusion. He was one of the original engineers and the architect of ColdFusion at Allaire. Needless to say, he is responsible for many of your favorite features in ColdFusion.
I just posted about a post written about RIA Debugging by Simeon Simeonov, in this post:
http://blog.mikenimer.com/index.cfm/2008/10/13/RIA-Debugging-and-ColdFusion-forgotten-feature In Sim's post he talks about the need for a common place to see all of the debug data from the server …
Some of you might remember Simeon Simeonov from the early days of ColdFusion. He was one of the original engineers and the architect of ColdFusion at Allaire. Needless to say, he is responsible for many of your favorite features in ColdFusion.
Sim, has recently posted a great blog post …
One of the biggest problems with working with data in a RIA/Flex application is that it's all or nothing. You either need to get all of the data or write a lot of code to return the data in multiple requests. The problem is that good design mean
One of the biggest problems with working with data in a RIA/Flex application is that it's all or nothing. You either need to get all of the data or write a lot of code to return the data in multiple requests. The problem is that good design means that we want to design our data object …