Golf Scoring Code/Templates

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Golf Scoring Code/Templates

    Does anyone know where I can find code that will help me build a golf scoring
    and tracking site? I would like to track golf scores by team, leagues,
    indivuduals, etc. Also, course ranking logic would be nice. There are lots of
    great sites for golfing enthusiasts, I am trying to create one for a client who
    wants all the bells and whistles. I am a good CF coder, but my golfing skills
    and knowledge is almost nill...

    I am willing to pay for the code samples if necessary, as long as I can modify
    it to fit my site. I really need for it to be as comprehensive as possible.
    I've searched the web and have not been able to find what I'm looking for.

    Any leads will be a great help. Thanks.


    dufnobles Guest

  2. Similar Questions and Discussions

    1. ASP Code inside Templates
      when you create a parent template and stamp out a few child pages does DW still let you change ASP code outside the HTML tags in the parent and have...
    2. Golf Ball Tutorial
      Anyone have a golf ball tutorial for CS? Any type would be helpful (from simple to complex). I'm a newbie ;~) Thanks all in advance.
    3. scoring??
      i have a sprite that has a possibility of displaying 6 different cast members depending on what button has been pressed. Each member (image) has...
    4. Ruby Golf: Object Diff
      The problem: When debugging a program that uses large objects and a test fails because the object is different from the expected it is sometimes...
    5. Tiger Woods Golf Game
      I tried the demo of this game and am experiencing major graphics problems. Big triangular panels randomly move around the screen. The game shuts...
  3. #2

    Default Re: Golf Scoring Code/Templates

    > I am a good CF coder . . . I am willing to pay for the code samples . . .
    Now, there's a joke asking for a laugh.
    BKBK Guest

  4. #3

    Default Re: Golf Scoring Code/Templates

    Your best bet is to read up on the subject of Golf and the scoring thereof,
    then take your newly acquired knowledge and start from there. Build your basic
    scorecard first, for individual players. Then add a TeamID, LeagueID, and
    CourseID in your database, and call the data files based on whatever function
    your page requires. Once you have this built, you can then start cross-coding
    links and relationships between your queries, and you'll have a happy customer,
    and you won't have to pay anyone to do it for you or get cross comments from
    people like BKBK, who instead of offering a suggestion, just harp on your
    message out of context.

    I hope this helps. If you need more guidance, don't hesitate to ask.

    Daniel

    Syncopation Guest

  5. #4

    Default Re: Golf Scoring Code/Templates

    Daniel

    Thanks for your suggestion. I must admit that I was trying to take the easy
    way out, but I have decided to take your advice. Seeing the high level logic
    written down makes the job seem less intimidating.

    By the way, I always ignore people like BKBK.

    dufnobles Guest

  6. #5

    Default Re: Golf Scoring Code/Templates

    No problem. I gave it some more thought last night and, talking it through with
    my wife, I was able to come up with the database structure needed for a project
    like this. If you need any advise or anything, let me know. It sounds like a
    fun project. Here's my email address:

    [email]pendergrass@gmail.com[/email]

    Syncopation Guest

  7. #6

    Default Re: Golf Scoring Code/Templates

    >. . . By the way, I always ignore people like BKBK.

    Good for you. So do I.

    BKBK 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