Results 1 to 2 of 2

Thread: Are any HTML and CSS frameworks good enough to be used for designing a professional w

  1. #1
    Join Date
    Nov 2022
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Are any HTML and CSS frameworks good enough to be used for designing a professional w

    Are any HTML and CSS frameworks good enough to be used for designing a professional website?

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,448
    Thanks
    5
    Thanked 292 Times in 285 Posts

    Default


    All HTML and CSS frameworks should be avoided,
    like the plague.

    If you put excrement in, then you will, sure as hell,
    get excrement out.

    Genuine professionals, though, will invaringly learn
    and use Vanilla coding methodology.

    Quote Originally Posted by - Jason M. Knight

    Why Bootstrap Is Bad

    Bootstrap encourages the use of classes in a presentational manner,
    which defeats the reason for keeping HTML and CSS separate.

    Bootstrap encourages the use of endless pointless redundant classes
    with pointless divs, resulting in two to three times the HTML as one
    would have without it, only further compounded by one having to write
    as much CSS as one would have without the framework. If it saves one
    anything in CSS, it only does so by making one write sufficiently more
    HTML that it’s awash. It’s a step sideways on work and a step backwards
    on methodology.

    Since it’s use results in presentational classes and excessive div and
    span elements, it is basically putting presentation in the markup where it
    has absolutely no business. HTML and CSS are separate so one can
    have multiple appearances, slapping a class in for each of those
    possibilities is really nonsensical.

    The way Bootstrap works is as flawed as the new, allegedly structural,
    tags from HTML 5. It undoes nearly twenty years of progress to the point
    where one might as well go back to writing HTML 3.2 and pretending that
    CSS never even existed. It can only make one’s work harder.

    The HTML should say what things are, not how one wants them to look
    like. By using classes to say what things are going to look like, one
    violates that most basic rule of what HTML is actually for. That’s why
    OOCSS and the the frameworks based on that notion are utter rubbish.

    If it looks simpler, one falls into the trap of false simplicity. It is as much if
    not more work, resulting in one writing as much if not more code, not
    counting the massive size of the framework against it. The only way it
    could ‘be simpler’ or ‘easier’ or ‘faster’ is if one doesn’t know enough
    about HTML or CSS to to make a rational choice about using a framework.

    coothead
    ~ the original bald headed old fart ~

Similar Threads

  1. Which of these frameworks is best for JavaScript.
    By harveyclayton in forum JavaScript
    Replies: 1
    Last Post: 08-24-2020, 10:02 AM
  2. Which of these frameworks is best for JavaScript.
    By itmaastermbn in forum JavaScript
    Replies: 1
    Last Post: 06-27-2019, 06:10 AM
  3. What is a good online or offline HTML editor?
    By terenkleon in forum Computer hardware and software
    Replies: 3
    Last Post: 01-08-2012, 01:45 AM
  4. Resolved SEO professional
    By tenderclicks in forum General Paid Work Requests
    Replies: 4
    Last Post: 11-03-2011, 01:26 PM
  5. where can i find a good HTML editor
    By John_Brown in forum HTML
    Replies: 2
    Last Post: 02-03-2007, 05:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •