malfunction
cyriak is the best!
cyriak is the best!
dafuq?
Awesome drawing of /u/marveldeadpool, found on /r/HeavyMind, which is a really cool subreddit BTW.
Goats are badass!
So, today I improved my blog by adding more semantic markup, in hope that this will improve the indexability of my page. The blog now uses XHTM5 instead of XHTML1. It heavily uses rel
attributes, has some <meta/>
tags in the <head/>
area and properly uses <article/>
, <nav/>
, <aside/>
and tons of other new HTML5 features. (I already wrote about it here)
This should help webcrawlers properly indexing this blog.
But here's another problem: The header (of course, properly marked up as a <header/>
tag) includes a cool (well, at least I think so...) random text that changes with every visit. Unfortunately crawlers seem to think, that this text is part of the actual content.
So I needed a way to tell a crawler to not index that one element.
Jeremiah McDonald is just an awesome artist. Love his videos!
Found on /r/Unexpected
Found on /r/unexpected.
A simple URL router in 140 Bytes. Awesome. Found on /r/php.