Category Archives: tip

WordPress Updates: HTML5 Boilerplate theme & plugin plus two other plugins

I have finally updated my HTML5 Boilerplate Theme and Plugin, as well as fixed a couple minor bugs in two other WordPress plugins. See the post for all the details! Continue reading

Update to “How to Print a LinkedIn Profile as a Resume” Bookmarklet. Finally…

An update to my LinkedIn Profile converter Bookmarklet is now available. Get yours while supplies last… ;-) Continue reading

Today’s Readings

The latest installment in my “Today’s Readings” series, offering my rants and thoughts based on findings from around the world-wide web. Happy reading! Continue reading

QR Code Bookmarklet

Typing sucks. Scanning is a lot less painful. Add a bookmarklet to your favorite desktop browser so you can quickly and easily create QR Codes that you can then quickly and easily scan with your favorite device. Continue reading

Fix disappearing fullscreen video in Firefox

Videos opened in fullscreen-mode in Firefox were disappearing, so I had to track down the solution. It wasn’t obvious, but after years of working in mobile, I suspected it had to do with CSS transform… Here is my solution. Continue reading

Quickly navigate to a command line in Windows

What’s the quickest way to open a command line window, already in a specific directory? Find out! Continue reading

How to prevent LESS from calculating string values

CSS Preprocessors are great at doing calculations for you, but what happens when you don’t want them to? Escaping is easy, once you know how… Continue reading

Today’s Readings

The latest installment in my “Today’s Readings” series, offering my rants and thoughts based on findings from around the world-wide web. Happy reading! Continue reading

Use a shortcode to add a vcard to your WordPress content

Does anybody remember vcards? Does anybody still use them?? Does anybody still care??? Apparently Google does, so maybe you should too… Continue reading

WordPress: Replace DIVs with HTML5’s FIGURE and FIGCAPTION

I have another annoyance with WordPress and its lack of figure and figcaption when inserting media that has, you know, a caption… So, naturally I checked the Internet, trying to find something that someone else did so I wouldn’t have … Continue reading