ColdFusion is what ?

Discussion in 'Programming' started by me4you, May 30, 2007.

  1. #1
    I hear the name of ColdFusion? but did not see it.


    I have some Questions

    1. What is ColdFusion ?
    2. Why People use it?
    3. Where I get it for Free (Give me a link too)
    4. How can I learn it?


    I would be more than happy if i get answer to the questions .




    Thanks

    :)
     
    me4you, May 30, 2007 IP
  2. IsRoss()

    IsRoss() Peon

    Messages:
    116
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1. ColdFusion is a tag-based programming language used primarily for building dynamic web based applications.

    2. People use it for the same reasons one would use php or .NET. ColdFusion is specifically designed for rapid application development

    3. Adobe.com (developers edition only, otherwise server cost is about $1200. There is also a free version called blue dragon)

    4. Books - ColdFusion web application construction kit, ColdFusion MX Bible
    Sites - EasyCFM.com has many tutorials. so does webmonkey. adobe.com, forta.com

    Just do a google search (ColdFusion not Cold Fusion) and you will see many, many resources.

    Hope this helps!
     
    IsRoss(), May 30, 2007 IP
  3. walter1970

    walter1970 Well-Known Member

    Messages:
    138
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    I used to know a guy who made millions doing websites driven by CF and mysql database when it was still new...I tried to learn it so that I could work for him but it went over my head so I never made it...! Do a search using on ColdFusion...! Hopefully you get your answers.
     
    walter1970, May 30, 2007 IP
  4. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    what do you mean by tag based programming?
     
    ProgrammersTalk, Jun 14, 2007 IP
  5. IsRoss()

    IsRoss() Peon

    Messages:
    116
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    -------------------------------------
    <cfset some_variable = "IsRoss">

    This post was made by <cfoutout>#some_variable#</cfoutput>
    -------------------------------------

    Notice how the ColdFusion commands look like HTML tags? That is what tag based refers to. ColdFusion is very simple to learn on the surface but very powerful in the hands of a good developer. It is well known for rapid application development (application can be developed very quickly).
     
    IsRoss(), Jun 14, 2007 IP
  6. Aztral

    Aztral Well-Known Member

    Messages:
    344
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    125
    #6
    1. What is ColdFusion ? Like what everyone else has said...it is a server-side scripting language

    2. Why People use it? I use it because it has some slick widget-like thingys like Cfgrid, etc. Also database querys are easier since you just write <cfquery>select * from whatever_table</cfquery> Instead of ten-thousands lines of ASP code :)


    3. Where I get it for Free (Give me a link too) check Macromedia. Or get a hosting account which has coldfusion installed. Some hosts are better than others in than some disallow some tags (like cfgrid)

    4. How can I learn it?
    See number 3 and then Google "coldfusion tutorial"

    :)
     
    Aztral, Jun 14, 2007 IP