If it works well, it probably works very well and can be fully optimised for the job at hand
see, that's the thing ... it *doesn't* ... at least not yet. there are way too many unimplemented methods at the moment. i have to perform deletes of an element in the DB, not via the web interface ....

Well, the benefit of a "custom"-job is that it is ... well ... customized to the job.
well, it's really not. it's a brute-force loop through query results and build an HTML::Template-based form with really bloated HTML that i'm surprised even really works ... weird ROWSPAN and COLSPAN settings on  <td>, very vague CSS support, and i could go on.

(one of my pet peeves is bloated HTML ... excessively nested tables full of 'spacer' transparent GIFs where CSS padding/ margin would do the job, but i digress )

and trust me, there's a learning curve. i blew 2 days using "the old version" of it, blew another almost day trying to get a form to do multiple things only to be told that "we don't use the tool for those", etc .... grr.


In reply to Re: Re: "roll your own" form generator by geektron
in thread "roll your own" form generator by geektron

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.