1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Programming outsourcing question

Discussion in 'BBS Hangout' started by Major, Aug 23, 2002.

  1. Major

    Major Member

    Joined:
    Jun 28, 1999
    Messages:
    41,729
    Likes Received:
    16,323
    OK, I have a small project I need someone to program for me. I don't have any experience with graphics work, so I can't do it, but I don't believe it's a big project (it's basically a image generator that creates GIFs / JPGs of letters & numbers from the command line) - seems like a one or two day project at the most.

    I have looked on the web for independent development companies, but everything I found was for massive tens-of-thousands of dollars of development type work, which this certainly isn't. Does anyone know of any independent programming companies that do small projects like this? Or where I might find one?
     
  2. rockHEAD

    rockHEAD Member

    Joined:
    Mar 22, 1999
    Messages:
    10,337
    Likes Received:
    123
    I would email Jeff B.... see if he has any info for ya.
     
  3. R0ckets03

    R0ckets03 Member

    Joined:
    Nov 11, 1999
    Messages:
    16,326
    Likes Received:
    2,042
    Email me at AGheewalla@aol.com and I will give you the email address of a friend of mine. She is really really good.
     
  4. heypartner

    heypartner Member

    Joined:
    Oct 27, 1999
    Messages:
    63,517
    Likes Received:
    59,020
    What OS command line? I suppose this is for a script to invoke from a web server? It could be a big deal if you are supporting multiple font sets.

    let me know, email me if you want.
     
  5. Vengeance

    Vengeance Member

    Joined:
    Nov 29, 2000
    Messages:
    5,894
    Likes Received:
    23
    If you're willing to go open source, I bet there's already something out there like this, and if not, I am certain an Open Source developer would amke something like this, provided it stays open.

    <i>edit</i>: Check out these projects:

    <a href="http://martin.gleeson.com/fly/">Fly</a>
    <a href="http://stein.cshl.org/WWW/software/GD/">GD</a>

    Check out PHP too -- you can do images on the fly with PHP. I'm sure there's a lot more out there too at <a href="http://www.freshmeat.net">Freshmeat</a> or somewhere like that.
     
    #5 Vengeance, Aug 23, 2002
    Last edited: Aug 23, 2002
  6. Major

    Major Member

    Joined:
    Jun 28, 1999
    Messages:
    41,729
    Likes Received:
    16,323
    Thanks for the responses, guys. I'll send you all more details by email later tonight.

    heyp- The basic idea, in my mind, was under Windows or DOS or whatnot. Basically, I want to be able to type

    myprogram.exe AEB231

    and it would create a aeb231.gif or .jpg image with those characters in it. It's basically to be used as a security code that people have to type in to help us combat scripts that run trying to create accounts on our site. Ideally, it would be able to take a second parameter that would vary the image a bit (location, font, whatever) so people couldn't copy all the images over time and create their own database (which is what they do now with our current much simpler setup).

    Anyway, I'll send out more details to you guys later. Thanks for the help!
     
  7. Major

    Major Member

    Joined:
    Jun 28, 1999
    Messages:
    41,729
    Likes Received:
    16,323
    Wow, Vengeance, that FLY thing does exactly what we were looking for (and more)! <B>thank you!!</B>
     
  8. Vengeance

    Vengeance Member

    Joined:
    Nov 29, 2000
    Messages:
    5,894
    Likes Received:
    23
    no problems Major!! Leave it to Open Source to have the answers to the world's problems :)
     

Share This Page