i would normally agree with jdtoronto, there's no such thing as a free lunch. but skimming through the post i see k12 and professional development which =~ high school teachers taking classes to be better teachers. there are few things more worthy of charity.

to the original anonymous poster: send me email

h a y t e r @ u s c . e d u
with perl somewhere in the subject (so it doesn't get lost) and i'll help with code and prying answers out of the monastery...

hopefully some Microsoft experienced monk will lend a hand, i claim 20 years of hackerdom without ever using a windows machine for more than a terminal so i'm lost on that side of the project.

some questions to think about:

your project will end up being more than you initially thought. once you start with the database/cgi thing there are bells and whistles that are just too easy to add to not go ahead and add them.

for any monks interested i've been using Maypole to implement a User Attribute Release Policy Editor component for our local implementation of Shibboleth (which lets us locally authenticate a user and pass certain attributes to other shibb sites for them to use to authorize access). Maypole has made it quite easy to get the basic framework up and working, the first few customizations have been easy, the design seems clean. so a thumbs up for Maypole.

for something like this class registration problem once a compatible database is installed and a schema created Maypole and it's prerequisite modules will do 90% of the work with no help. the rest is restricting access, tweaking display and providing the admin functions that don't directly map onto insert/update/delete type actions.

i wish i had worked with some of the other cgi application frameworks so i could give a good comparison with Maypole, but i can at least say that it gives a good first impression.


In reply to Re: Re: Web Forms and Database by Anonymous Monk
in thread Web Forms and Database by Anonymous Monk

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.