Binance Announces Launch of Fast API

Featured Imgs 23

Binance, a cryptocurrency marketplace, has announced the release of the Fast API function, which is intended to help simplify common cryptocurrency integration tasks. This new API is generally available immediately, and users will need to reach out to the company for access. 

The company outlined the value of this new API in stating that it will allow users to:

Ambee Announces API to Support Its Pollen Tracking Services

Featured Imgs 23

As per AAFA (Asthma and allergy foundation of America), more than 50 million people have various types of allergies each year and it is the sixth leading cause of chronic illness. Pollen affects human well-being with different seasonal allergies and respiratory ailments, making it extremely important to track, says Ambee's co-founder, Madhusudhan Anand. "The problem is, it requires a complex methodology to gather accurate results.

How to Disable Gravatars in WordPress

Category Image 091

Do you want to disable Gravatars in WordPress?

WordPress uses Gravatars to display user profile photos or Avatars. It is a third-party service that allows users to have the same profile photo on different websites.

Gravatars are highly useful, particularly in WordPress comments. However, some users may not want to use Gravatars at all.

In this article, we’ll show you how to easily disable Gravatars in WordPress. We’ll also show you how to use local avatars instead.

Turn off Gravatars in WordPress

Why Disable Gravatars in WordPress

Gravatars are a third-party service that allows users to add a profile photo to their WordPress website and use it across the internet.

Basically, you create an account and then upload your profile photo.

Managing Gravatar profile

After that, whenever you use that particular email address on a website that supports Gravatar, it will automatically show your profile photo from the Gravatar website.

To learn more see our explainer, What is Gravatar and why you should use it.

However, some website owners may not want to use Gravatars for several reasons.

For instance, they may want to turn it off to improve website performance and speed.

Similarly, some site owners may not want to use Gravatar due to privacy concerns.

That being said, let’s take a look at how to easily disable Gravatars in WordPress.

Disabling Gravatars in WordPress

WordPress makes it super easy to customize or turn off Gravatars on your website.

First, you need to login to the admin area of your website and then go to the Settings » Discussion page.

From here, you need to scroll down to the Avatars section and uncheck the box next to ‘Show Avatars’ option.

Turn off Gravatars in WordPress

Don’t forget to click on the Save Changes button to store your settings.

WordPress will now disable Gravatars across your website. You’ll now see a generic user icon in the admin toolbar instead of your Gravatar image.

User profile photo disabled

Similarly, the comments page inside the admin area will also stop showing Gravatars.

Comments page without Gravatar images

WordPress will also stop showing Gravatar images in the comments area under your posts and pages.

Comments without Gravatars

How to Replace Gravatar with Local Avatars in WordPress?

Some users may want to disable Gravatar but still want to display profile photos under author bios and other places.

This allows you to keep the avatar functionality in WordPress and enable users to upload their own profile photos. At the same time, it disables Gravatars and prevents your website to make any requests to Gravatar website.

To do this, you’ll need to install and activate the WP User Avatars plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit the Settings » Discussion page and check the box next to the ‘Block Gravatar’ option.

Block Gravatar

Don’t forget to click on the Save Changes button to store your settings.

The plugin will now block any requests to Gravatar.com while allowing you to keep avatar functionality.

To upload profile photos, users will need to upload their own images under their profiles.

Simply go to Users » Profile page. From here, you can upload an image from your computer or use one from the media library.

Local avatar

Don’t forget to click on the Update Profile button to save your changes.

WordPress will now use custom profile photos instead of Gravatars. For all unregistered users it will show the default avatar image you have set in the settings.

For all registered users, it will use the custom avatar image that they uploaded. If a user hasn’t uploaded their custom avatar image, then the plugin will use the default avatar image.

We hope this article helped you learn how to disable Gravatars in WordPress. You may also want to see our guide on how to make a membership website in WordPress, and our comparison of the best WordPress page builder plugins.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Disable Gravatars in WordPress first appeared on WPBeginner.

How to Build a Simple CLI With Oclif

Featured Imgs 23

Salesforce developers have contributed much to the open-source community. Among their many contributions is an important, but perhaps lesser-known, project named oclif. The Open CLI Framework was announced in early 2018 and has since grown to become the foundation for the Salesforce CLI and the Heroku CLI.

In this post, we will provide a brief overview of oclif, and then we’ll walk through how to build a simple CLI with oclif.

What Emerging Technologies Make Data Centers More Energy Efficient?

Featured Imgs 23

The looming energy crisis is a black spot for industries where power consumption is commonly excessive and difficult to manage, the chief example being modern data centers. These facilities consume 10 to 50 times more energy per floor space than your average office building. While achieving an energy-efficient data center is possible, even the most sophisticated energy management initiatives are not without difficulties.

One of the best solutions is to adopt emerging technologies — which require using even more energy, albeit efficiently — such as the Internet of Things and connected sensors. A quick review is necessary to understand how they can help better reduce, mitigate and manage power consumption.

A Brief History of the DMCA

Featured Imgs 23

What Is the DMCA?

The DMCA is short for the Digital Millennium Copyright Act.

On Oct 12, 1998, the US Congress passed the DMCA, which amended U.S. copyright law to address important issues of the relationship between copyright and the internet.

Common Types Of Network Security Vulnerabilities In 2022

Featured Imgs 23

Cyber attacks become more and more sophisticated every year and cause serious financial and reputational damage. The damage affects all means of communication and blocks an organization for an extended period. For example, two of the most significant encryption viruses are Petya and Wanna Cry. They caused millions of losses in different areas of business around the world and showed the vulnerability and insecurity of the network infrastructure of even large companies. The protective measures were simply not provided. In most organizations, information security was limited at best to the installation of the antivirus. At the same time, there are hundreds of types of attacks that might occur every day, and the power of the consequences is only growing.

Network Security Vulnerabilities You Should Pay Attention to in 2022

There are a lot of varieties of network attacks. Here are just the most common, which can face both small businesses and large corporations in 2022:

Google Ushers in V4 of the Campaign Manager 360 API

Featured Imgs 23

Google has recently announced V4 of the Google Ads Campaign Manager 360 API, which ushers in improvements to billing services and invoicing. Also included in the announcement are key deprecation dates. 

First up is the announcement that V3.5 will officially be sunset as of Feb 15, 2023, which provides developers with plenty of time for migration. 

What Is VIX

Featured Imgs 23

What Is the Cboe Volatility Index (VIX) What is VIX? The CBOE Volatility Index, or VIX, is created by the Chicago Board Options Exchange (CBOE), which shows the market’s expectation of 30-day volatility. It’s constructed...

The post What Is VIX appeared first on 85ideas.com.

The Power of Enum: Make Your Code More Readable and Efficient [Video]

Featured Imgs 23

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your code, such as the seasons. Regarding the readability of code, it is better and cleaner than using constant codes such as int. It avoids mistakes, such as an invalid number or a value the system does not support. Once we're talking about any number type such as int, float, double, or long, enum can support any value. On the other hand, with an enum, the API only has valid values.  

The question is: Can we do more with enum? Where else can we use an enum?  In this article, discover tips that are excellent and effective in Java. 

8 Must-Have Project Reports You Can Use Today

Featured Imgs 23

Knowing exactly what state your project is in is important

You'll need to report on the progress of each assignment and summarize what's been completed so far. You should start keeping track of these as soon as you begin planning any project because chances are, you'll forget something or think of something completely different by the time the task is finished.  If everything goes according to plan, then great! However, chances are good that you'll miss a deadline or a small detail will turn out to be more complicated than expected.