Programing and such ideals

Topic by UnknownDev

UnknownDev

Home Forums Computers, Games and Technology Programing and such ideals

Tagged: 

This topic contains 9 replies, has 5 voices, and was last updated by Harpo-My-"SON"  harpo-my-“SON” 4 years, 9 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #9855
    +1
    UnknownDev
    UnknownDev
    Participant
    1

    Programming

    <header>Computer Programming</header>So this post will be about programming. So far the website is written in HTML5. Which is amazingly done.
    It is the website i show my classmates on how well a site can be done

    <footer>So this will be any language or Markup Language. Any ideals that maybe the admin will like or discuss. Keep it fun you’ll never know what will be added</footer>

    #9885
    VileNord
    VileNord
    Participant
    766

    There must be some kind of font manipulation or something that happens when we (the end user) hit the “submit” button. I’ve copied Keymaster’s coding exactly before and not been able to replicate. Something about quotation marks?

    "submit"

    Lust for comfort suffocates the soul

    #9895
    Keymaster
    Keymaster
    Keymaster

    Hey guys…

    @VilNord. I don’t QUITE understand what you mean. Can you elaborate with a specific example? I will create a generic test user and log in as him, try what you are trying and see if I can get to the bottom of what you mean. Perhaps I have more “permissions” than you. I will fix it, but please illustrate an example of what you are speaking about and I will look in to it personally. Just give me a day or so. Thank you very much. Illl get back to you directly in an email as last time.

    It is the website i show my classmates on how well a site can be done

    @UnkknownDev. That’s high praise and I’m very honored to get your message. Thanks. We are really going for the latest standards here. A couple of things I wish to fix but they are not urgent. We are on it. Your appreciation is very humbling. So much work to do.

    I didn’t quite understand what you meant by what is in between the <footer> tags. Elaborate?

    If you keep doing what you've always done... you're gonna keep getting what you always got.
    #9920
    VileNord
    VileNord
    Participant
    766

    I was remembering my attempts at using font awesome. You posted….

    This is was happens when I copy your code exactly….

    <i class=”fa fa-beer” style=”font-size:40px;”></i>

    The quotation marks change. They are “straight” when I type them, stylized when I post them. I don’t know much about programming, but I figured this had something to do with it.

    Lust for comfort suffocates the soul

    #9928
    +2
    GoneSolo
    GoneSolo
    Participant
    119

    Keymaster & Vile This is fixed.

    For security purposes, forum participants (who are not admins) may not post unrestricted HTML content. Otherwise users could do post iframes that trigger js attacks, etc. It’s the same reason why WordPress does not allow HTML in post comments. However, I just change to include FontAwesome icons for VileNord and everyone else. We allow the list of tags below now. If we allowed user to post unrestricted HTML, the user post at top would display our website footer. Bad idea. So we have to limit to pics, videos, gifs, straight links, code, list items, cite and block quotes. If you need others let me know.

    At this minute I am logged in with same permissions as Vile and can post ….like that.

    Complete list of Font Awesome class names can be found here http://mgtow.com/awesome

    Style it like this <i class="fa fa-beer" style="color:blue;font-size:30px;"></i> gives you

    Thank you. Ticket closed.

    return array(
    // Links
    'a' => array(
    'href'     => array(),
    'title'    => array(),
    'rel'      => array()
    ),
    
    // Quotes
    'blockquote'   => array(
    'cite'     => array()
    ),
    // font awesome icons
    'i'   => array(
    'class'     => array(),
    'style'     => array()
    ),
    // Code
    'code'         => array(),
    'pre'          => array(),
    
    // Formatting
    'em'           => array(),
    'strong'       => array(),
    'del'          => array(
    'datetime' => true,
    ),
    
    // Lists
    'ul'           => array(),
    'ol'           => array(
    'start'    => true,
    ),
    'li'           => array(),
    
    // Images
    'img'          => array(
    'src'      => true,
    'border'   => true,
    'alt'      => true,
    'height'   => true,
    'width'    => true,
    
    )
    );
    
    #9960
    UnknownDev
    UnknownDev
    Participant
    1

    I saw the text tab and saw on the bar code, so i coded it through HTML, so the <footer> was suppose to be the footer tag on the markup language. But it didn’t go through and didn’t notice until you pointed it out.

    #9976
    +1
    VileNord
    VileNord
    Participant
    766


    Cheers to Solo!

    Lust for comfort suffocates the soul

    #10043
    Keymaster
    Keymaster
    Keymaster

    GREAT, Vile. Cheers!

    If you keep doing what you've always done... you're gonna keep getting what you always got.
    #30234
    Harpo-My-"SON"
    harpo-my-“SON”
    Participant
    2410

    <span class=”muted”></span>

    I was bound to be misunderstood, and I laugh at those who misunderstand me. Kind mockery at the well intentioned, but unfettered cruelty towards those would be prison guards of my creative possibilities. This so as to learn as much from misunderstanding as from understanding. Taking pleasure in worthy opponents and making language fluid and flowing like a river yet pointed and precise as a dagger. Contradicts the socialistic purpose of language and makes for a wonderful linguistic dance, A verbal martial art with constant parries that hone the weapon that is the two edged sword of my mouth.

    #39073
    Harpo-My-"SON"
    harpo-my-“SON”
    Participant
    2410

    I was bound to be misunderstood, and I laugh at those who misunderstand me. Kind mockery at the well intentioned, but unfettered cruelty towards those would be prison guards of my creative possibilities. This so as to learn as much from misunderstanding as from understanding. Taking pleasure in worthy opponents and making language fluid and flowing like a river yet pointed and precise as a dagger. Contradicts the socialistic purpose of language and makes for a wonderful linguistic dance, A verbal martial art with constant parries that hone the weapon that is the two edged sword of my mouth.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.