Adding a Webfont Fallback for Email Templates in Outlook

9 years ago

ADDING WEBFONTS [crayon-66454e257c649123615955/] These are added within a <style> section in the header. This works all nicely in most modern… Read More

Detecting if elements are visible in the current viewport

9 years ago

BASIC CHECK using getBoundingClientRect & jQuery. "The returned value is a DOMRect object, which contains read-only left, top, right and bottom… Read More

Fullpage.js / enhance SlimScroll to detect visible content for animations

9 years ago

When using Fullpage.js, overflowing section / slide content will be made scrollable with Slimscroll. If you want to use addons that… Read More

Time Lapse Assembler MacOSX

9 years ago

"Time Lapse Assembler allows you to create movies from a sequence of images. Provide it with a folder containing sequentially… Read More

Ridiculously Responsive Social Sharing Buttons

9 years ago

Responsive social sharing buttons. Github Read More

WPLMS Extras Addon

9 years ago

I am working on an Addon for WPLMS to automate some of the manual tasks. Will extend the list, as… Read More

WordPress redirect after login to referer

9 years ago

[crayon-66454e257c862715926271/]   Read More

WOFF 2.0 – webfonts getting even smaller

9 years ago

The new WOFF 2.0 webfont format is coming to chrome. "The new WOFF 2.0 Web Font compression format offers a… Read More

Replace / Unload language files in WordPress

9 years ago

[crayon-66454e257c8d9667712050/] Sometimes you might like to store all language files in your own central location, so that translators have one… Read More

Fixing SVG height problems in many older browsers

9 years ago

Make sure that the viewbox, width and height are defined within the SVG. Many older browsers misbehave, if those are… Read More