fixing a broken 2 Gig CSV-file is not fun

!!! I wouldn't want to try doing that by hand!

I'm a big fan of modularity and code reuseability, which is why I go to such extremes in aXML to package functions up in a way that I can quickly build new things out of. The net result being a system that is easier than PHP backed up with the full power of Perl.

For instance I will never again need to write a login form, validation for such or the login routines, as I have these all packaged up and ready to rock on any site I build by just copy and pasting the appropriate files/folders.

I saw someone earlier asking for help with a login script using TT, and I just feel so sorry for this guy and everyone like him who is going to have to go through fiddling with low-level code to get it working when I can just throw such a thing together probably without even opening a code editor .

The way I see it the vast vast majority of the programming work force will always find programming even in something easy like PHP to be only just within their intellectual capacity, with a diminishing amount of them being able to achieve greater things until you get people like Larry once in a blue moon.

Supporting that mass with a system which renders their troubles obsolete is going to be a great thing.


In reply to Re^10: Can your site handle this? by Logicus
in thread Can your site handle this? by Logicus

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.