I'm not sure if this is the right place to ask my question, but here goes:

I have been asked to develop a website for a company. It will basically be a jobsite where users can register, upload CV's etc. and Employers can post jobs that are searchable by different criteria.

I don't have the detailed spec yet, but need to know how to estimate a delivery time.

This project will be done after hours, since I am working full time. I need to figure out how much time/day I can commit and how long it would take to complete.

I have decided that the cheapest and best option would be to use Perl and MySQL, hosted by an ISP.

Because it is hosted by an ISP, I don't have control regarding the installed Perl modules. It would have liked to use Mason or something similar using mod_perl but I'm not sure if it is, or will be installed.

I am not a Perl guru at all. I have only been using it up to now for basic CGI scripting. I have used MySQL before, but it is going to take me a while to define the database structure and the interfacing.

Any comments on calculating development time, or possible ways of implemeting something like this would be really appreciated.

Thanks
-Siddartha


In reply to How to calculate development time? by Siddartha

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.