Need Help from Scratch

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Need Help from Scratch

    Hello all!

    Currently, we have a couple of sites that we run that are CF. We currently farm out the work. How complex is it to do CF as opposed to managing a site via Dreamweaver?

    Thanks
    Infinite Dominion Guest

  2. Similar Questions and Discussions

    1. 5.0 from scratch
      I just installed 5.0 and all the new GUI tools (Windows edition). I just used Administrator to create a database table in Test and query browser...
    2. Creating war from scratch
      Hi, how to create a war file with flex support from scratch? I opened samples.war and I suppose I need to copy all WEB-INF contents in my war...
    3. Scratch Disks
      Help, I am a novice in some respects and have come up against a problem I can't solve. I am running Photoshop 6.0.1 on Mac and have been happily...
    4. Scratch disk what?
      The message is a courtesy message only. Photoshop operates optimally when it can write its temporary information to a volume that is different than...
    5. do I need to re-install from scratch?
      On Thursday 24 July 2003 18:14, Richard Lyons wrote: In /etc/pcmcia should be some file called network.options or similar. That's where...
  3. #2

    Default Re: Need Help from Scratch

    Have you done any programming before?

    The majority of CF sites are very simple, and would be pretty painless to pick
    up and be able to manage.

    If the sites in question go beyond Coldfusion, by using some of the underlying
    Java capabilities or pulling in some custom C tags, then that's a whole
    different story.

    Kronin555 Guest

  4. #3

    Default Re: Need Help from Scratch

    I believe they are mostly basic CF. I have done little programming. The site
    has been CF for about 3-4 years, so I know my way around the very basic of CF
    code. I basically think I can read what the language is saying, but can't write
    it.

    Does the program create the code for you like dreamweaver?

    Infinite Dominion Guest

  5. #4

    Default Re: Need Help from Scratch

    If there is a database involved anywhere, a rudimentary knowlege of data
    modelling is the most important thing. SQL is next, Cold Fusion is third.

    Originally posted by: Infinite Dominion
    I believe they are mostly basic CF. I have done little programming. The site
    has been CF for about 3-4 years, so I know my way around the very basic of CF
    code. I basically think I can read what the language is saying, but can't write
    it.

    Does the program create the code for you like dreamweaver?



    Dan Bracuk Guest

  6. #5

    Default Re: Need Help from Scratch

    Do I need to buy DreamerWeaver MX as well as Cold Fusion MX? I thought CF was a
    stand alone program. I may be thinking back to when there was a studio and
    server version. Please help explain.

    Thanks

    Infinite Dominion Guest

  7. #6

    Default Re: Need Help from Scratch

    Potentially, you don't have to buy anything. Not sure about the details, but I
    understand that Macromedia basically gives away a "developer's edition" of cold
    fusion that you can run on your own pc. When going to production, you can hire
    a hosting company to provide cold fusion for you.

    You can write your code with notepad or any other text editor if you want to.
    But it's easier with Dreamweaver.


    Originally posted by: Infinite Dominion
    Do I need to buy DreamerWeaver MX as well as Cold Fusion MX? I thought CF was
    a stand alone program. I may be thinking back to when there was a studio and
    server version. Please help explain.

    Thanks



    Dan Bracuk Guest

  8. #7

    Default Re: Need Help from Scratch

    I would suggest writing your code in CFEclipse (see cfeclipse.org). This is a
    REALLY good IDE that rivals Dreamweaver and it isn't quite as bulky. Also, it
    really helps you out (well, helps you cheat) by auto-filling in the coldfusion
    tags and "guiding" you along.

    Don't waste money on dreamweaver. I think it is overly complicated for
    Coldfusion programming.

    aparsons Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139