Java collection framework is pretty amazing. Collection class consists exclusively of static methods that operate on or return collections. Those operations works on list of different …
How to Disable Trackbacks and Pingbacks Completely on WordPress Site?
Tired of Trackbacks and Pingbacks Spam? How to Disable it? What is TrackBack and PingBack in WordPress? Trackbacks and pingbacks are WordPress methods for alerting blogs that you have linked to …
Read Article about How to Disable Trackbacks and Pingbacks Completely on WordPress Site? →
How to Stop Loading WooCommerce .js (javascript) and .css files on all WordPress Posts/Pages?
How to Optimize WooCommerce to Load Scripts and CSS Conditionally only if required? WooCommerce and Online Shopping - One of the best thing happened for all WordPress users :) It's been almost a …
How to Upgrade WordPress to latest Beta, Release Candidate (RC) or Nightly Release?
WordPress is going at very fast development cycles in recent days. Every two or three months we see new major WordPress release. Install a WordPress Beta VersionHow to use WordPress Beta Tester …
105.0 beta Firefox Beta: Awesome new feature [Video]
August 23, 2022 The newest update to Firefox 4 Beta is released. As this is 1st release of v105, lets consider it as Beta1. Main Features: Tabs are now on top by default …
Read Article about 105.0 beta Firefox Beta: Awesome new feature [Video] →
It’s time say Goodbye to Disqus Comment System on Crunchify
Why I killed Disqus Commenting on my site? On Crunchify, we have been using Disqus since long time. I would say almost 3 years. With more than 14,500 comments on site, it worked very well for …
Read Article about It’s time say Goodbye to Disqus Comment System on Crunchify →
How to avoid Exception in thread main – java.lang.CloneNotSupportedException
public interface Cloneable I faced CloneNotSupportedException exception in my previously explained post. Thrown to indicate that the clone method in class Object has been called to clone an …
Read Article about How to avoid Exception in thread main – java.lang.CloneNotSupportedException →
How to Sort List of Files based on Last Modified Time in Ascending and Descending?
The LastModifiedFileComparator.LASTMODIFIED_COMPARATOR and LastModifiedFileComparator. LASTMODIFIED_REVERSE Comparator singleton instances in the Apache Commons IO library can be used to sort …
How to Enqueue Scripts into Child Theme in Genesis Framework
Generally, it’s a good idea to include JavaScript / jQuery libraries and plugins at the bottom of the page, just before closing the body tag. The reason is pretty simple, HTTP/1.1 …
Read Article about How to Enqueue Scripts into Child Theme in Genesis Framework →