Latest posts
Essential HTML, CSS and JavaScript Tools and Libraries
Front-end development is tricky: it’s not difficult to learn, but it’s quite difficult to master. Luckily, developers and designers out there keep releasing useful tools and resources for all of us to learn, improve our...
Read MorejQuery Pagination Plugins
This popular article was updated in February, 2017, to reflect the current state of jQuery pagination plugins. Presenting a long, unwieldy list of results is generally a poor approach to displaying your information. That’s...
Read MoreImage Processing in Javascript
If you’re looking for a way to process or manipulate pictures in your web project, it might be worth having a look at some of the libraries introduced in this blog post. Source
Read MoreHow to Add Autocomplete for Address Fields in WordPress
Recently, one of our users asked us how to add autocomplete for address fields in WordPress forms. Autocomplete allows users to quickly select address from suggestions generated in realtime as they type. Source
Read MoreBuilding a morphing hamburger menu with css
https://scotch.io/tutorials/building-a-morphing-hamburger-menu-with-css
Read MoreSend HTML Emails Using wp_mail and SMTP in WordPress
WordPress has its own email function for sending emails, i.e. wp_mail(). With wp_mail, you can send email as easily as in general PHP function: mail(). If you want to use extra information with the message, like From, CC,...
Read MoreProgressively is a javascript library for loading images progressively
Progressively is a javascript library for loading images progressively. It’s written entirely in JavaScript so it doesn’t depend on 3rd-party libraries like jQuery. It’s super small, < 1. Source
Read MoreQuick Tip: The Easiest Way To Show Browser Notifications
The JavaScript Web Notification API allows both desktop and mobile browsers to display notifications with custom content. Although it’s support used to be quite inconsistent, the API is now compatible with most modern...
Read More