in reply to Re: Re: Writing a web message board from scratch
in thread Writing a web message board from scratch
Let's assume that for some reason you have to write it from scratch and re-using an existing "web message board" codebase is not an option - all you can use is well-tested CPAN modules like DBI and CGI.pm etc.Well, SlashCode and E2 are both in the same status as CPAN modules, and are both readily available for stealing parts or just seeing "how you do it". In particular, Slashcode runs http://www.slashdot.com (a high-traffic, high-visibility site), and is highly reconfigurable: enough that you wouldn't recognize the externals.
It's perfectly OK to "reinvent wheels", presuming you study existing art first. Please don't ask us to spoonfeed to you what these guys have already discovered. Check out prior art first!
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: Re: Writing a web message board from scratch
by cascade_fx (Sexton) on Apr 19, 2002 at 17:12 UTC | |
|
Re: •Re: Re: Re: Writing a web message board from scratch
by Kolyan (Beadle) on Apr 19, 2002 at 14:03 UTC | |
|
Re: •Re: Re: Re: Writing a web message board from scratch
by tomazos (Deacon) on Apr 19, 2002 at 13:54 UTC | |
by merlyn (Sage) on Apr 19, 2002 at 14:36 UTC |