I just rediscovered an old CSS class I used on a page at work. The aptly named .just-effing-work class!
I just rediscovered an old CSS class I used on a page at work. The aptly named .just-effing-work class!
It is time once again to “dust” of Why’s (Poignant) Guide to Ruby…and make it past chapter two!
Creating a HTML5 document is a snap. Remembering <!DOCTYPE html> is so much easier than XHTML’s jank-ass declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
The future is now, people. Type less, do more.