Simple way to add any HTML code to Header, Body and Footer in WordPress?
Best and simple way to add Code to Header, Body, and Footer simple way in WordPress. Sometimes you have a requirement to add some code into your site’s header section. Same way, if you want to add...
View ArticleHow to Activate All-in-One Optimizer and Customizer WordPress Plugin License?
Thank you for using All-in-One Optimizer and Customizer WordPress plugin. All-in-One Optimizer and Customizer is a premium WordPress plugin which provides more than 50 options for you to Optimize and...
View ArticleHow to Activate Crunchy Sharing WordPress Plugin License?
Thank you for using Crunchy Sharing WordPress plugin. Which is one of the fastest plugin out there without any JavaScript. Get Crunchy SharingA fastest, Optimized, Non-Javascript based, light weight,...
View ArticleIn Java How to convert Negative number to Positive with Simple Math operation?
In this tutorial we will go over how do you turn a negative value into a positive value? Simple method is to multiply negative number with Minus One to Convert a Positive Number. In this tutorial we...
View ArticleIn Java How to Check if Number/String is Palindrome or not?
What is Palindrome number? A palindromic number is a number (such as 24842) that remains the same when its digits are reversed. Here are few other names: numeral palindromenumeric palindrome In this...
View ArticleLiveCanvas: New and better Bootstrap way to build WordPress Site
Do you want to build a site in no time with Bootstrap 4 framework? Want to build WordPress side without any custom code changes? Then you are at right place. LiveCanvas is one of the best Bootstrap...
View ArticleHow to change Easy Digital Download Checkout form Label and Text? Works with...
WordPress is a full of surprises. There isn’t anything you couldn’t do with WordPress API and powerful customization options. As you may have noticed on Crunchify we have Premium and Digital download...
View ArticleIn Java how to join Arrays? 3 ways: Apache Commons ArrayUtils, Java 8 Streams...
In this tutorial we will go over different ways we can join Java Arrays. If you have any of below questions then you are at right place: How can I concatenate two arrays in Java?How to Merge Two...
View ArticleIn Java How to Find List of all Class Names from inside .jar File? – Jar...
This tutorial will be very interesting. Last week I was working on a Java Project which requires me to have list of Classes from .jar file. With the help of JarEntry and JarInputStream utility I was...
View ArticleUUID, UID, SecureRandom or Message Digest? Number of ways to Create Unique...
Is your Enterprise project related to User Transaction? Is your Java Project processes money transaction? Is your Java Project involves DB transaction? Are you running multithreaded application? Well,...
View ArticleHow to Embed and Share Github Gists on your WordPress Blog without Plugin?
What is Gist? Gist is an easy method to share code snippets or excerpts of data with others. Gist is owned by Github and used by millions of developers across the world. Today, I’m exited to share...
View ArticleHow to check if Number is Odd or Even in Java?
Here is a very simple Java example which tells you if given number is Even or Odd. Java Program to check Even or Odd number. Even odd program in Java. An even number is a number that can be divided...
View ArticleWhat is Floyd’s Triangle? How to print Floyd’s Triangle in Java?
What is Floyd’s Triangle? Floyd’s triangle is a triangular array of natural numbers, used in computer science education. Each number in the triangle is smaller than the number below it by the index of...
View ArticleHow to Find Factorial of a given number using recursion in Java?
What is a factorial number? In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. Here is a simple program for:...
View ArticleHow to find Diameter, Area and Perimeter (Circumference) for a Circle in Java?
What is Circle? A circle is a round shaped figure that has no corners or edges. If you have a radius for a circle, you could easily find out Area, Diameter and Circumference for a Circle. Here are the...
View ArticleWhat is Thread-Safe BlockingQueue in Java? When should you use it?...
So far I’ve written two articles on Producer Consumer concept on Crunchify. 1st one to explain Java Semaphore and Mutex and 2nd one to explain Concurrent Read/Write. In this Java Tutorial we will go...
View ArticleHow to Implement Selection Sort Algorithm in Java – Detailed Explanation
Are you a Computer Science Graduate? Are you preparing for an Interview? Want to become a master in Data Structure? Well, Sorting algorithms are the most frequently asked questions in Java interview...
View ArticleHashMap’s clone(), putIfAbsent(), computeIfAbsent(), computeIfPresent()...
In this Java Tutorial we will go over details on how to use HashMap’s below methods: clone()putIfAbsent(K key, V value)computeIfAbsent(K key, java.util.function.Function...
View ArticleEscape Character Utility for URL and JSON data – Feel free to use in your...
What is escape character in Java? Mainly escape characters are the characters which replaces existing character with new & provided character which works best without throwing any error at...
View ArticleIntroducing All-in-One Optimizer & Customizer – WordPress Performance Plugin
We are pleased to announce our new WordPress plugin All-in-One Optimizer and Customizer. Visit plugin home page: https://pro.crunchify.com/all-in-one-optimizer-customizer/. All-in-One Optimizer &...
View Article