Top Blogging Platforms Worth Considering in 2021

Want to know which of the top blogging platforms you should consider using this year? Blogging is still one of the best ways to draw attention to your brand, generate thought leadership, and build your credibility. Research suggests that US internet users spend 3x more of their browsing time on blogs than on email. Additionally,… Continue reading Top Blogging Platforms Worth Considering in 2021

17 Best WordPress Slider & Carousel Plugins of 2020

Whether you want to show off customer testimonials, your latest blog posts, your best images, or other media on your website, there is a WordPress slider plugin or WordPress carousel slider plugin out there that’s right for you. Add interactive and stylish looking sliders and carousels to your WordPress website to show off your website’s content in an… Continue reading 17 Best WordPress Slider & Carousel Plugins of 2020

How to Add Plugins to WordPress

So you’ve just created your first WordPress website—now what? One of the best things about the WordPress platform is that you have access to thousands of free and premium plugins. Plugins allow you to enhance any out-of-the-box WordPress website with a wide range of advanced, powerful, and even niche features. With the right plugin, you… Continue reading How to Add Plugins to WordPress

How to Add Plugins to WordPress

So you’ve just created your first WordPress website—now what? One of the best things about the WordPress platform is that you have access to thousands of free and premium plugins. Plugins allow you to enhance any out-of-the-box WordPress website with a wide range of advanced, powerful, and even niche features. With the right plugin, you… Continue reading How to Add Plugins to WordPress

Ouch: free illustrations for websites and interfaces

How to build a product that people will love? Just give them what they need. This is the basic principle behind Ouch, a library of interface illustrations created by Icons8 team. It’s not a secret that most websites and interfaces need to have a face. When a user is engaging with a project, they want… Continue reading Ouch: free illustrations for websites and interfaces

How to Choose the Right Format to Encode Business Videos

December 18, 2018 by Spyrestudios When you produce business videos, the format that you choose to encode them in is more important than you might realize. Although it is true that you can transcode the video later on, it is always best to encode it in the format that it is going to be used… Continue reading How to Choose the Right Format to Encode Business Videos

File Upload With Multer in Node.js and Express

When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is middleware for Express and Node.js that makes it easy to handle this multipart/form-data when your users upload files. In this tutorial, I’ll show you how to use this library to handle different file upload situations… Continue reading File Upload With Multer in Node.js and Express

Will the WordPress Gutenberg Editor Make Content Creation Better?

January 30, 2018 by Christopher Jan Benitez As always, WordPress is still on the run to provide better services to millions of its users. With the goal to make adding content enjoyable and straightforward, WordPress created Gutenberg Editor. Though still in the beta and testing phase, Gutenberg Editor indeed is to watch out for in… Continue reading Will the WordPress Gutenberg Editor Make Content Creation Better?

How to Simplify Image-Rich Website Development with Cloudinary

Posted · Category: Information Even the most talented developer knows that a great website is time-consuming to build and a challenge to maintain. The reason: You need to meet graphic design requirements for every device according to current design trends, while ensuring that your website performance is optimized for any browser. Cloudinary can eliminate many… Continue reading How to Simplify Image-Rich Website Development with Cloudinary

How to Build a Pebble Application

What You’ll Be Creating The Pebble smartwatch has been around since its very successful Kickstarter campaign in 2012 and is a popular choice amongst smartwatch users. This is due to its excellent battery life, low price, various models to choose from, and compatibility with both iOS and Android. Pebble has had a developer SDK since day one, encouraging developers… Continue reading How to Build a Pebble Application

Creating a WordPress Theme From Static HTML: Uploading Your Theme to WordPress – Part 3

Tutorial Details Software: WordPress Difficulty: Beginner Completion Time: 1 hour  Part 1 Part 2 Part 3 Part 4 In the first two parts of this series, you learned how to prepare static HTML for WordPress and to split your HTML file into a set of template files. You now have the beginnings of a theme,… Continue reading Creating a WordPress Theme From Static HTML: Uploading Your Theme to WordPress – Part 3