Need a simple program designed - where to find programmers?

5 replies
Maybe something like this already exists, I'm not sure. I need to find or program a basic program that will take an overall dimension, say 20 x 40, and a smaller dimension, say 8 x 10, and arrange the smaller shapes within the bigger shape. After that, I'd love to be able to lay an image over the grid. Sorry for being so vague, hopefully it's understandable.

Otherwise, where would one go to find inexpensive programmers for simple applications? Elance?
#designed #find #program #programmers #simple
  • Profile picture of the author Brandon Tanner
    By "arrange", do you mean drag & drop a shape from one location to another using a mouse?

    And what platform? (web based, desktop, etc)
    Signature

    {{ DiscussionBoard.errors[7884059].message }}
  • Profile picture of the author Quad312
    Doesn't even have to be that fancy.

    It could be something like this:

    Enter Piece Size: Length x Width
    Number of Pieces Horizontally: XX
    Number of Pieces Vertically: XX

    The program would automatically arrange them in a grid. Or, an option TOTAL SIZE can be included to limit the total size instead of "number of pieces" and the program would figure out how many pieces of a given size can fit within the total space available.

    Web-based or desktop, either way. It would need to be proprietary though, so maybe desktop is more secure, or at least some sort of password protected webpage. It would be used internally by our company to figure out layouts for a particular product we sell.
    {{ DiscussionBoard.errors[7884248].message }}
    • Profile picture of the author Brandon Tanner
      If you wanted a "drag and drop" web-based solution, that could be done fairly easily with jQuery. Take a look at this...

      Draggable | jQuery UI

      ^ You could create as many different shapes / sizes as you want, and have them interact with each other pretty much however you want (and you would use HTML & CSS for the presentation/design part).

      Or if you prefer text input instead of drag and drop (as you suggested), that could certainly be done, but it would take a little more work to figure out all of the math/calculations with regards to what will fit where.

      Of course anything web-based would not be "secure" (ie anyone with access to the page could easily get the source code.

      If you want something more secure, something similar could be done on the desktop without too much difficulty. PM me if you're interested in that... I could knock out something like that for you fairly quickly.
      Signature

      {{ DiscussionBoard.errors[7884375].message }}
  • Profile picture of the author Michael71
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7884305].message }}
    • Profile picture of the author kevintb7
      I feel like you can accomplish this with math.....Why not just make an excel spreadsheet?
      {{ DiscussionBoard.errors[7884324].message }}

Trending Topics