Colfusion 9. How to start?
Hello! I wish to study ColdFusion 9. Advise what to read. For what is the time it is possible to learn to use it?
And one more question. How you think, whether is for CF9 advantages before popular today python and ruby?
Hello! I wish to study ColdFusion 9. Advise what to read. For what is the time it is possible to learn to use it?
And one more question. How you think, whether is for CF9 advantages before popular today python and ruby?
Thanks!
Html+css I know well, and here in programming a zero. And in your opinion, CF9 it is more difficult to understand, than Python or Ruby?
The programming language to develop the program for local usage which could parse statistics of basketball matches is necessary to me and do Parsing from the Internet of statistics of basketball matches.
VladL. wrote:
Thanks!
Html+css I know well, and here in programming a zero. And in your opinion, CF9 it is more difficult to understand, than Python or Ruby?
No, I don't think CF9 is more difficult to understand then Python or Ruby. But then I also don't think Python or Ruby is more difficult then CF9, though I have never really used them before. I find programming is programming and if you know how to do decisions (if-then-else, case, ect) and loops (for-next, while, condition, ect) it does not matter what language you use to break down the logic.
On the other hand. I have yet to work with a language that makes outputing database data in a web browser much faster or easier.
<cfquery datasource="myDSN" name="someData">
Select aField, bField, cField
From aTable
</cfquery>
<table>
<cfoutput query="someData">
<tr>
<td>#aField#</td>
<td>#bField#</td>
<td>#cField#</td>
</tr>
</cfoutput>
</table>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.