Skip to main content
edwards1248
New Participant
March 22, 2016
Answered

Preliminary experience

  • March 22, 2016
  • 2 replies
  • 504 views

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!)

    This topic has been closed for replies.
    Correct answer haxtbh

    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.

    2 replies

    WolfShade
    Brainiac
    March 22, 2016

    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,

    ^_^

    edwards1248
    New Participant
    March 22, 2016

    Thank you very much!!

    Inspiring
    March 22, 2016

    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?

    edwards1248
    New Participant
    March 22, 2016

    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.

    haxtbhCorrect answer
    Inspiring
    March 22, 2016

    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.