A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 24 of 24

Thread: ColdFusion 9

  1. #21
    Retired SCORM Guru PAlexC's Avatar
    Join Date
    Nov 2000
    Location
    NJ
    Posts
    1,387
    Quote Originally Posted by MyFriendIsATaco View Post
    Is it possible to write actual web applications with CF? Can you even do your typical "for" loops, manipulate string data, etc. Would you be able to write an ecommerce website? A blog? I've done some googling around, and I cannot find anything more advanced than pulling a query and spitting out the data into an HTML page. I can see the convenience by keeping the same tag syntax in everything, but beyond that, I can see it being a real mess. Maybe I'm just not seeing the right examples here.
    Um, Yes? There are conditional tags (cfif, cfloop, etc.), and statements in CFScript that do the same. String, date manipulation. Structs, Arrays. XML manipulation. CFC's are abstract functions that can be called and invoked anywhere. The whole shebang is there.

    In terms of a blog: http://blogcfc.riaforge.org/

    More projects here:
    http://www.riaforge.org/index.cfm?ev...category&id=14


    In terms of just grabbing info from a database and spitting it out onto a page, I think CF makes that stupid easy, which is why it's used for that a lot.
    "What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
    ...and now I have tape all over my face.

  2. #22
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    Hmm, very interesting. Thanks! I guess the syntax comes down to a personal preference. To me, it's real messy and seems long-winded, but to each his own.

    http://svn.riaforge.org/modelglueext...tescaffold.cfm

    I'll stick to other languages.

  3. #23
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    Is it time for a group hug now?

  4. #24
    Retired SCORM Guru PAlexC's Avatar
    Join Date
    Nov 2000
    Location
    NJ
    Posts
    1,387
    Quote Originally Posted by MyFriendIsATaco View Post
    but to each his own.
    Pretty much what I was saying. There is a script syntax you can use as well. BlogCFC doesn't use it because, well, it's really old.
    "What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
    ...and now I have tape all over my face.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center