Delay calls to only fire once the resize event stopped

9 years ago

The timeout is cleared every time a resize event fires, making sure your code is only executed once the resizing… Read More

Absolute vs Relative sizes in design

9 years ago

When doing flexible layouts, there is no way around using relative sizes, so that fonts and elements resize accordingly. CURRENT RELATIVE… Read More

DropzoneJS – drag’n’drop file uploads with image previews

9 years ago

"DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews." Really neat and clean way to… Read More

Saving files in WordPress using the Filesystem_API

9 years ago

When building plugins or addons, sometimes we need to save custom files within WordPress. These can be custom JavaScript or CSS files… Read More

Your own custom maintenance mode for WordPress

9 years ago

The custom maintenance mode message in WordPress, during upgrades and installs, is far from beautiful :) Time to change that!… Read More

Override WPLMS author-course.php / author.php in child theme

9 years ago

The files author-course.php and author.php can not be overwritten in a WPLMS child theme directly. The only way is to… Read More

Using :not in CSS to not style :last-child

9 years ago

[crayon-6645bed95ce64259507796/]   Read More

Flowtime.js – a Presentation Framework for the web

9 years ago

Flowtime.js is a JavaScript framework to easily build HTML presentations. Animations are managed using native and accelerated CSS3 transitions. It… Read More

Get notified for CSS, Attribute or Property changes in an element

9 years ago

jQuery-Watch is a nice little plugin that monitors CSS, Attribute or Property changes in an element. It uses the MutationObserver… Read More

Visual Composer – Fixing icon bleeding to child elements in admin

9 years ago

When mapping shortcodes using vc_map, you can assign icons to your new Visual Composer element. If you created a container… Read More