Design Coding

Posted by Miss Cellania in Music, Video Clips on March 29, 2008 at 10:55 am



(YouTube link)

The Poetic Prophet, aka The SEO Rapper has a nerdcore rap about properly coding your html to optimize your website. Now can someone explain to me why strong is better than bold? -via Viral Video Chart


Previous post
this post? Please Email this               
Next post


FUN PRODUCTS FROM THE NEATORAMA SHOP:


COMMENT

14 comments to "Design Coding"

  1. kjguioyo8t
    March 29th, 2008 at 11:25 am

    Strong is a heuristic, bold is a font property. Good html is supposed to be as general as possible so it can be displayed on as many different types of devices as possible. Some devices might not support bold text but there might be some way to emphasize text to support the use of the strong key.

  2. Edward
    March 29th, 2008 at 11:32 am

    The next time some tight-fisted, "my son can make websites" client asks me for advice, I am going to send him this video. It is perfect, he will understand neither the genre nor the subject matter.

    Oh, yeah. I should add: Dude knows design. Note the whitespace before and after the text, the general lack of clutter as well as the subtle message on his shirt.

  3. Miss Cellania
    March 29th, 2008 at 11:46 am

    Thanks, kjguioyo8t! That makes sense to me.

  4. ted
    March 29th, 2008 at 1:01 pm

    tee-hee.
    More entertaining than I thought it would be.

  5. clinton labombard
    March 29th, 2008 at 1:21 pm

    Come to the dark side, my children. Learn to code by hand with a text editor. Learn to combine PHP and MySQL with DHTML and /you/ will be strong.

  6. kaddar
    March 29th, 2008 at 1:55 pm

    I wonder if this is considered nerdcore?

  7. Agnostic Anarch
    March 29th, 2008 at 5:13 pm

    He explains why bold is better than strong in the song! And yeah... this is Nerdcore! I hope he tours with MC Frontalot on the next tour!

    ~AA

  8. aware
    March 29th, 2008 at 11:34 pm

    forwarded to a friend, and this is his answer for strong vs. bolld:

    "Strong vs. bold – strong is a semantic element. It can be interpreted by different technologies to provide the appropriate emphasis for the media used to deliver the content e.g. pitch change in a screen reader [voice output for blind users], or darker larger stroked characters in print.

    Bold is a print only related element. Bold is how strong is implemented in print. Semantically, bold should not be interpreted by a screen reader…but in practice it is treated as the strong element.

    It’s a nuance standardista thing. In html I always use strong, it’s semantically correct and whatever media is used to provide the content to the user the emphasis will be correct."

  9. Alex
    March 30th, 2008 at 12:54 am

    OPP? No, OOP! (obscure?)

  10. Alex
    March 30th, 2008 at 12:55 am

    And btw, Neatorama is coded old-style. With tables (within tables!) and it ranks fine ...

  11. R Pyle
    March 30th, 2008 at 11:01 am

    I could probably understand more of the rap if it didn't have that horrendous bass line behind it. But what I did understand was solid coding.

  12. Berae McClary
    March 30th, 2008 at 5:44 pm

    Bold is blurrier than strong.

  13. HengeMon
    March 31st, 2008 at 12:49 am

    On the other hand, bold is implemented as being bold text so you know that if the device or browser supports it, your text will be bold. With strong you don't know how the browser could have implemented it, so you need to exactly set the stylesheet information to match bold. Some kind of exotic device could display strong elements as italic or underlined, so you need to actively set in the CSS you don't want that. Furthermore you don't know what else of weird things the device may do to the strong element.

    I'm not saying that bold is better than strong in semantically correct HTML, I'm just saying you're more certain of what will happen with your layout and design if you use bold instead of strong.

  14. Ralph
    February 14th, 2009 at 11:17 pm

    Hey folks! Check it out ... the SEO Rapper has a new hit out. Online for Hours


PLEASE LEAVE A COMMENT

Neatorama Comment Policy
You don't have to register or login to comment, but it's easier if you do so. Comments aren't censored, but those that are abusive or off-topic may be edited or deleted.


Stay updated on the comments with Comment RSS