bulletin board system

0002
I used "iFrame page" for implementing BBS of my class reunion site of my junior high school.
However, in case of this method is ...
  • The design of the appearance of the BBS can not be modified by RapidWeaver.
  • So it's too hard to unify the design of BBS and RapidWeaver theme.
  • The scroll bar operation is not appropriate because Web page and iFrame has own scroll bar.
I had thought about other solution of this coarse approach since then.
And, I hit on another method that is ...
  • Generate BBS appearance template ( Web page ) by RapidWeaver.
  • A Perl BBS engine loads the appearance template for display BBS.
In case of this architecture, the appearance of BBS will be designed by RapidWeaver, so it's easy to unify between BBS and RapidWeaver theme.
Also the Peal BBS engine solves the internal process, so it's required no skill of any script language for making BBS.

Fortunately, I can use Perl in my rental server (PHP is not supported).
And I learned Perl script when I build BBS of my class reunion site, so I should write BBS engine.
I hope to make this for RapidWeaver plug-in...
|

getting started

0001
I purchased the RapidWeaver for building a class reunion site of my junior high school in October of last year (2005).

I have only poor knowledge about Web technology because my mainly job is a system development for FA (factory automation) and LA (laboratory automation). So The RapidWeaver is indispensable software for me. ( And also it's so beautiful & simply elegant software ! )
Fortunately, the class reunion site has been builded and released at the end of last November. However, this would not have been accomplished without The RapidWeaver.

... The next project is to build my personal Web site ...
BTW, I was helped on the RapidWeaver support forum (this is very convenient Web site for RapidWeaver user !) while constructing the above-mentioned site. undoubtedly this Web site is based on English.

From such a reason, the specification that I had decided was a reckless plan of making an English based Web site ! ( I'm pure Japanese )
|