1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Please review my website

Discussion in 'Websites' started by sisatel, May 29, 2015.

  1. #1
    sisatel, May 29, 2015 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Well, you've got two major accessibility failings -- fixed width layout and illegible undersized fixed metric (aka px) fonts. You seem to have some images doing text's job with no fallback plans, and attempting to keyboard navigate it you have little if anything resembling a logical document structure as evidenced by the h2 preceding the h1, and the h3 with no h2 between it and the h1 -- almost looks like headings were chosen not to be headings, but just because you wanted bigger text.

    Of course, it's turdpress, so I won't go too deep into what utter and complete bloated slow inaccessible non-graceful degrading trash the codebase is, simply saying "wordpress" typically covers that with the endless pointless DIV for nothing, endless pointless classes for nothing, etc, etc...

    Basically if you don't know what's wrong with this:
    <div class="post-103 page type-page status-publish has-post-thumbnail hentry post clearfix" id="post-103">
            <h2 class="title">Din lokale tagspecialist</h2>
    Code (markup):
    You probably shouldn't be making websites.

    Bottom line, it's a poorly coded accessibility disaster typical of what happens when off the shelf parts are slapped together any old way -- hence why I call garbage like turdpress, bootcrap and jqueery "nube predating bs" that simply deludes people not qualified to build websites into thinking they can do so.

    My advice would be to toss that entire disaster out and start over from scratch once you or your developer actually know enough about HTML, CSS and accessibility norms to actually be qualified to build a business site.
     
    deathshadow, May 29, 2015 IP
    sisatel likes this.