Hey,
Sort of a vague question. Lets say I was asked to make an secure web-based data application for a company looking to keep track of there data online.
Now the company provides me all the tools I need to work with-network with Perl, MySQL, SSL, and there own network admin.
I haven't been told about what I need to specifically do but they told me the application would consist of 8 custom decent size forms (10-25 fields), user/pw for data inputters, an admin section that can add/delete user, change pw, and view reports of data generated. It would also include about 7-8 search functions (search by date, inputter, product name, client name , etc).
Basically I will make this program as professional as possible--following the
OWASP Guide. That is I'll program the application as efficient as possible (using the right dbi statements and sql queries) and also as secure as possible (taint mode, strict, and form proofing--tainting and verifying each fields, ex. only allow 9 numerical characters for an SS#).
How much should I charge them? Do companies out there pay several thousands to do such a task? Should the programmer (Me) be making a good 1,000? 2,000?
Any feedback is appreciated.
Thank you,
perleager
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.