About > AllExperts  
Search for
  Main Menu Ask a Question Browse Past Answers Meet Top Experts Be an Expert Login (Experts Only)
About Us  ·  FAQ  ·  Tell Friends About Us  ·  Link To Us  ·  Free Encyclopedia  ·  Disclaimer  ·  Tech Support   
  You are here:  AllExperts > Computing/Technology > Job Searching: Technical > ColdFusion Programming

Expert Profile: Donald Hammond

Expertise:  Expert in ColdFusion, Flash ActionScript, XML, and SQL.

Experience in the area
Cold Fusion, Flash Action Script

Ask a Question       View Past Answers       View Ratings            
Average Ratings
Prestige Points: 846
Knowledge   9.83   Best of the best
Clarity of Response   9.79   Best of the best
Timeliness   9.96   Best of the best
Politeness   9.96   Best of the best
Number Of Questions
(in Past 24 Hours)
0
Max Questions to be Asked
(in 24 Hour period)
5
Total Questions
(since joining AllExperts)
128
Recent Reviews from Users
KnowlClarityTimePolitenessDate
1010101011/13/08
1006/25/08
10101005/24/08
1010101005/19/08
1010101004/19/08
User Comments
Is that so, thank you for that. Ill try what youve said.
(Nhoel on 05/24/08)
Thanks a lot.
(Nhoel on 05/19/08)
Thank you for that, but i cant ask a follow up, i don't even have a credit card, nor to be practical to have one. But i really appriciate your answer.
(Nhoel on 04/19/08)
View All Comments
Ask a Question       View Past Answers       View Ratings            

Recent Answers from Donald Hammond
2008-11-13  CF Copy Text Field to another Text Field You can not do this in ColdFusion because CF is a server side language and so you have to use JavaScript since it is a client side language. You have to make your calculate button run a very simple...
2008-11-01  transferring data from database If that is your output then it means 1 of 2 things. 1 - You are not on a ColdFusion server 2 - Your page ends in html not cfm ex myPage.html vice myPage.cfm To insert you have to have a form that...
2008-10-15  Return 1 Record in Query The DISTINCT clause allows you to remove duplicates from the result set. The DISTINCT clause can only be used with select statements. The syntax for the DISTINCT clause is: SELECT DISTINCT columns...
2008-07-23  how to submit a coldfusion form using a button and perform some action on the same page Aloha, Actually you DO want your action to be SUBMIT. The key is in the form tag you use onSubmit=somefunction() <form name="myForm" action="someURL" onSubmit="validateme()"> The javascript must...
2008-06-23  Addtion equations inside a loop The easiest way is to include the total in your query. SELECT name, cost, sum(cost) as TotalCost The other way is a bit more cumbersome but can be done. <cfset tCost = 0> <cfoutput query="qDisp">...
More Answers for "ColdFusion Programming"


Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy
Copyright  © 2008 All rights reserved. AllExperts is a property of About, Inc.
The About logo, About and About.com are registered trademarks of About, Inc.