Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anxiously awaiting your reviews of CFMX 7

Status
Not open for further replies.

pathetic

Programmer
Dec 3, 2004
74
US
Looking to this forum as my #1 resource, I look forward to hearing any comments about CFMX7. Especially interested in CFDocument (PDF/Flash), Flash Forms, CFGrid (such a big stinker in previous versions)

thanks
 
as soon as i get the 3k to upgrade... i'll let you know...

grumble grumble grumble...

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
i think some of it is missing or not out yet. that was the upgrade for enterprise. i can't find the standard pricing.

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

$649 ---> for the standard.
you can also download and use the developer edition for $Free
 
why are you quoting my sig? hehe. i went to the store site and only had the enterprise price list. i'll wander around some more. thanks.

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
by the way, i like the way you can apply skins to the forms. i hate css due to the fact that you need custom tailor for different browsers. i think these skins are awesome tool. some new tags like <cfformgroup> are very cool. also, having a datepicker by only adding type="datefield" into a textfield is very cool. i also like the use of <cfinvokeargument> tag.

it seems like they will make us forget about css and javascript :p
 
I JUST bought 6.1 last week...i had no idea 7 was coming out. I should call macromedia and as for a free exchange... :)

 
I recently invested in a bunch of ColdFusion MX books and hope the content still applies to V7
 
CRAP!!! the SMS ability is only available in enterprise.

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
looks like the solved the "count current users" problem. they implemented something like asp's on_session_end function.

<cffunction name = "onSessionStart">
<cfset application.currentusers = application.currentusers + 1>
</cffunction>

<cffunction name = "onSessionEnd">
<cfset application.currentusers = application.currentusers - 1>
</cffunction>

of course that isn't the example they gave but i would imagine that's how you would handle that.

here is a "what's new" breeze presentation

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
Has anyone heard anything about giving the dynamic database connections back? I have an issue that may require me to actually connect to a mysql database on a nonstatic ip.

If you don't ask the right questions, you don't get the right answers. A question asked in the right way often points to its own answer. Asking questions is the ABC of diagnosis. Only the inquiring mind solves problems.

-Quote by Edward Hodnett
 
With the new release of ColdFusion 7, does anyone know if there are plans to release an upgrade tie in for Macromedia Studio 2004? We're planning to upgrade to CF7 end of month, but if there's an anticipated release of a tie-in upgrade of studio that would be good to know.
 
pathetic, I posed the question about Studio on the board ran by my CF hosting ISP. They said Macromedia now expects developers to use Dreamweaver as their IDE. But, you can buy Homesite seperately; which is what I did. The upgrade for for CF 7.0 is supposed to be out soon.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top