How to Stop Loading jetpack.css and devicepx-jetpack.js files on WordPress site?
Are you using Jetpack on your WordPress site? Well, Jetpack is one of the best open source plugin developed by WordPress.com developers and with more than 30 enriched functionality built into it. You...
View ArticleIn Java How to Create Your Own Logging Level using Log4j (Configuring Log4j)
If you need to add your own logging level in Log4j, then you can do it as follows. You will have to create your own class which will extend from Level. Log4j is a simple and flexible logging...
View ArticleHow to Provide Email Subscription Option on WordPress Comment Form?
After using default comment for for a week now I must say – it’s not bad at all. We moved away from Disqus last week because of 4 major issues but I’m glad that we made that move By default WordPress...
View ArticleHow to Completely Stop WordPress Comment Spam?
Comment form is one of the essential feature for any blog. If your site doesn’t have better comment form and users are having problem posting comment then definitely you are missing valuable insights...
View ArticleIn Java How to Generate Strong Random Password – java.security.SecureRandom...
By default Java doesn’t have any utility which creates strong long random password. Here we have created detailed tutorial on how to generate Strong Random Password using java.security.SecureRandom...
View ArticleOptimized Sharing Premium – WordPress Plugin
Limited time only launch special. Use code CRUNCHIFY for 20% off! We are pleased to announced Optimized Sharing Premium WordPress Plugin. Some time back we have published an article on Crunchify on...
View ArticleHow-To: Java Regex – Matcher Pattern (java.util.regex.Matcher) Complete Tutorial
In this tutorial we will go over list of Matcher (java.util.regex.Matcher) APIs. Sometime back I’ve written a tutorial on Java Regex which covers wide variety of samples. Regular Expression is a...
View ArticleHow to Speed up WordPress Leveraging Browser Caching via .htaccess
Leverage browser caching to make your webpages faster. If you can leverage browser caching, you can increase website speed considerably. As Google starts considering site speed as a SEO parameter,...
View ArticleHow to Add Featured Image Above Entry Content on WordPress Posts in Genesis...
Featured image is an essential part of any WordPress post. On Crunchify, we don’t have any post without any Featured image. It’s absolutely required for Twitter, Facebook, Google+ and other social...
View ArticleHow to Beautify and Integrate Bitly Shortlink on each Post in Genesis Framework?
Crunchify is adding Bitly Shortlink at the bottom of each post. I’m sure you must have seen it long time back In this tutorial we will go over steps on how to integrate and show bitly shortlink for...
View ArticleHow to use WPBitly WordPress URL Shortening Plugin?
I’ve tried so many URL shortening WordPress Plugins on Crunchify and finally I stayed with WP Bitly plugin. There are numerous factors you should consider while using any new plugin and one of that...
View ArticleIn Java how to Delete Files, Folders from Windows, Mac OS X and Linux OS?
Sometime back I’ve written an article on how to remove /tmp or unnecessary files / folder on Linux automatically via script? Now it’s time to write the same utility for Windows environment. In this...
View ArticleHow to Clean up WordPress Header Section without any Plugin?
Since long time I was using couple of plugins to clean up some of the fields from WordPress Headers. There are quite a few informations which you usually don’t need, I would say in most of the cases....
View ArticleHow to Automatically Display titles and description on Category Archives –...
On Crunchify we are using Genesis Framework and Eleven40 child theme. So far we have done numerous enhancements and added number of hooks. As I believe, child theme Eleven40 is missing one of the...
View ArticleBetter remove _trasient_jetpack_ thousands of Transient Records from...
JetPack is no doubt the best plugin out there with almost all WordPress.com functionality. It comes with almost 40 different functionalities, I would say small plugins which works best across all the...
View ArticleJava Hashmap – containsKey(Object key) and containsValue(Object value) –...
There are few concepts and technologies which comes by default with each and every programing language and Collection is one of them. Java Collection is a very big field. It comes with so many...
View Article4 Ways to Check if Array Contains a Specific Value in Java8? IntStream and...
This is the simplest and complete solution for your if you want to check if ArrayList contains specific value such as String, Integer, Long or Double. With the combination of Java7 and Java8 – there...
View ArticleIn WordPress How to change default oEmbed Width Size? Change Dimensions of...
By default WordPress enables WP Embed code to each page. That means you could embed any of your WordPress post to any other post with just simple URL. You could just paste a URL under WordPress admin...
View ArticleLocal by Flywheel Vs. MAMP – How to Run WordPress Locally on Mac and Windows?...
Are you running WordPress setup locally on your Windows or Mac Laptop? Or Desktop? For me it’s been almost 3 years I switched to dev model before I push anything to live Crunchify site. Since last 3...
View ArticleEclipse and EclEmma: Best Code Coverage Plugin – Complete Working Testcase...
Even though you are a hardcore Java Developer, you may need to have basic understanding on how to do Code Coverage testing with some standalone tool or with simple Eclipse Plugin. In this tutorial we...
View Article