Copy link to clipboard
Copied
Do I need to have any programming experience before working with Cold Fusion? If yes, what programming languages do I have to know? Thank you!)
Learn CF in a Week‌ is a good place to start for Coldfusion.
There are plenty of resources available for HTML. Try having a look on Google for HTML , CSS and Javascript resources as you will probably need a grasp of all of these.
Copy link to clipboard
Copied
Experience in CFML would be handy. You don't technically need any previous experience in any language although general experience in programming helps you with the concept. Do you at least know / understand the concept of HTML?
Copy link to clipboard
Copied
Thank you!!) Unfortunately no, I am a beginner, but I want to make first step in learning how to create web-apps. Just need to understand from where to begin.
Copy link to clipboard
Copied
Learn CF in a Week‌ is a good place to start for Coldfusion.
There are plenty of resources available for HTML. Try having a look on Google for HTML , CSS and Javascript resources as you will probably need a grasp of all of these.
Copy link to clipboard
Copied
The difference between most programming/developing languages is syntax. Most languages are based upon C; but this should not be considered a reason to learn C.
If you learn one language, then you also learn the logic. The logic is 99% the same across all languages. This makes it easier to learn the syntax of other languages.
Also, CF is commonly coded using CF tags, but you can also write code in CFSCRIPT that looks a lot like JavaScript or Perl (semi-colons are important!)
So, to answer your question, there is no specific language that will help you with CF other than CFML. But, as haxtbh‌ pointed out, a solid grasp of HTML is very beneficial.
HTH,
^_^
Copy link to clipboard
Copied
Thank you very much!!