
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 collections like List, Set, etc. In this tutorial we will …
by App 7
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 them. Trackbacks – must be created manually, …
Read Article about How to Disable Trackbacks and Pingbacks Completely on WordPress Site? →
by App 32
by App 1
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 on Windows and OSX - Linux will be changing when the …
Read Article about 105.0 beta Firefox Beta: Awesome new feature [Video] →
by App 93
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 us. Why this sudden change? You must have felt …
Read Article about It’s time say Goodbye to Disqus Comment System on Crunchify →
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 object, but that the object's class does not …
Read Article about How to avoid Exception in thread main – java.lang.CloneNotSupportedException →
by App 25
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 specification suggests that browsers not download more than two assets …
Read Article about How to Enqueue Scripts into Child Theme in Genesis Framework →