It isn't about dividing by two (30 to 15 might be a bad example). It's about ordering the sections based upon their number, but being allowed to skip numbers.

It is reminiscient of BASIC, where you had line numbers to control the order of your lines. You could number your lines 1, 2, 3 and so on, but a smart programmer would number the lines 10, 20, 30--skipping numbers which could later be used if you realized you needed to insert a line or two between existing lines (editors were bad in those days, and just renumbering all your lines wasn't really an option).

Personally I think this would be a good solution, especially if the lines were actually renumbered before being displayed to the user (or for internal storage), so that each time you examined the page you'd have the extra space in between numbers again. Having two boxes with the same number isn't a problem if they're renumbered before storage, since the system would just do a sort and renumber, which would remove the conflict (the order of the nodelets with the same number might be wrong, but if you give two lines the same number you can expect that you might have to do some futher work to have things the way you really want them).

Update: Ah, I see tye has already implemented something (that's what I get for not reading the whole thread before writing). I'd say go ahead and replace the old interface...can anyone prefer it? Or there's the usual make-it-a-poll option...


In reply to (kudra) Re3: Site usability by kudra
in thread Nodelet settings usability problem by castaway

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.