First, I wanted to point out that Simon Horwith has written an Open Letter to the ColdFusion Server Team in which he outlines 25 features he would like to see implemented in ColdFusion 8 (Scorpio). I have to say that I agree with most of what Simon's asking for. In fact, if you take a look at My Blackstone Wishlist, which I put together back in 2004, you'll see many of the same feature requests (some of these made it into Blackstone, and some into Merimack).
This leads me to the question, what are the most important features Adobe customers would like to see in the next version of ColdFusion. Each new release brings with it a trade-off of cost vs. benefit. What's the biggest bang we can get for the buck in the next version of ColdFusion?
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 |
Fix for Vista's: The User Profile Service service failed the logon. User profile cannot be loaded
qingchengpai said: my problem is I cant logon, same message: user profile service service failed to logon.
but I have ...
[More]
Fix for Vista's: The User Profile Service service failed the logon. User profile cannot be loaded
Kelly said: Can someone please help me asap?! My window 7 cannot log on. I only have one user account and it won...
[More]
Bug in ColdFusion 8.0.1 CHF 2 and 3 with CFHTTP and Compressed HTTP Response from IIS
Sami Hoda said: This has been an ongoing issue. There was a time when Scheduled Tasks would fail if the server (IIS)...
[More]
Intermittent Apache Problems and "winnt_accept: Asynchronous AcceptEx failed"
adamt said: This is also an issue with flex builder 3. Running an app from the eclipse IDE repeatedly will eve...
[More]
Fix for Vista's: The User Profile Service service failed the logon. User profile cannot be loaded
Rich said: As in Dale's post above - I just had this error message come up when creating a new user account and...
[More]
If I could have Adobe's ear to request a programatic feature it would be a line count for CFDocument. And a "position of last line" too. I need to limit PDF files to just 1 page but forcing a max character limit on users is unrealistic because they can add extra line breaks and more paragraphics which takes up more space and moves nearer towards the end of the page. And when they add a graphic it's even worse. So some feedback from CF on the page layout would be useful. Even cfdocument.unusedVerticalSpace would be an ideal indicator. Is this request too obscure? :-)
- the ability to read one line at a time from a large text file, without having to read the whole thing into memory.
- proper inheritance
- the ability to use named arguments when calling super.foo() functions
and many, many more - these are just the ones that spring to mind in a few seconds before mornign coffee :)
http://devnulled.com/content/2006/07/wishlist-11-t...
- Broader implementation of cfscript.
- XSD support
- <cfzip>, <cfword>, <cfexcel> (writing and parsing), (etc)
- URL support for <cfquery> (rather than needing a DSN defined).
- Mappings @ application level.
- some way of dealing with application- and session- scoped variables on a cluster.
- equivalent of OPTION EXPLICIT
- being able to declare VARs without INITing them (and not necessarily @ the top of the method)
- clone CFC instances
- sort out whitespace issues PROPERLY
- expose API behind <cfchart>
- QoQ enhancements: INNER and OUTER joins. More functions. MAKE IT TYPELESS.
- <cfimport> ONCE for a request, rather than on every template using the lib.