I'm looking for suggestions on a broad framework of a strategy for developing a website.

Choose a platform. That probably going to mean an OS, server software, a database, and a language to write your dynamic pieces in. LAMP is good. If this isn't the right time for you to learn Linux, you might start with WAMP instead. The "P" still means Perl.

All along, of course, you'll be thinking about the functionality you want to provide and issues like browser support, session management, authentication and authorization, persistent user data, multimedia, client-side dynamics, blah blah blah blah blah. Consider how these issues are going to affect code you need to write. Plan to separate logic, presentation, and data. Think about how you are going to do that. Try to choose ahead of time which modules or libraries you are going to use and which wheels you are going to re-invent. Choose carefully, because you are probably going to be pretty well locked into these choices in short order. Pick a good templating system. Maybe consider a whole framework like Catalyst.

Oh, and don't forget content. (Don't laugh... it seems to get forgotten all the time.)

Now, put it all together and wait for hits.

After you get your first 10,000 hits and then realize that they've all been from search engine crawlers, start thinking about marketing.

Broad enough?

† Or PHP. Or Python. But, this is Perl Monks, so what'd you expect?

-sauoq
"My two cents aren't worth a dime.";

In reply to Re: What's a good website framework? by sauoq
in thread What's a good website framework? by SamCG

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.