It's been almost 12 years I started using Apache Tomcat. I believe when I did my 1st under grade project, it was on Tomcat version 1.x. Now it's already on version 8.0. Mostly I've been in touch …
How to Disable WordPress Version Generator?
By default, WordPress adds a meta generator tag to the head section of your site's HTML, which includes information about the WordPress version that you are using. While this feature can be useful for …
Read Article about How to Disable WordPress Version Generator? →
How to Remove expired elements from HashMap and Add more elements at the Same Time – Java Timer, TimerTask and futures() – Complete Example
Hashmap, ArrayList, Static Map, Vectors, etc are the most used Java collection framework elements. There are infinite number of scenarios you could use this as per your need. This example is very …
WordPress 101 – Beginner to Professional in Couple of Hours – WordPress Getting Started List of Tutorials
On Crunchify we have been playing with WordPress since year 2012. In the beginning, it was really a challenge for developer to come up with nice site/blog format. WordPress was new, core APIs were …
In Java how to convert .PNG image to .JPG using ImageIO and BufferedImage?
In this tutorial we will go over steps on how to convert PNG image to JPG image? The BufferedImage subclass describes an Image with an accessible buffer of image data. A BufferedImage is comprised …
Read Article about In Java how to convert .PNG image to .JPG using ImageIO and BufferedImage? →
WordPress Custom Post Type (CPT) Tips and Tricks for RSS, YARPP, Post Meta, Footer, HomePage
Creating WordPress Custom Post Type is very easy as we saw in tutorial How to Create Custom Post Type (CPT) and Custom Taxonomy in WordPress. Please follow that tutorial completely before …
Simplest jQuery Hello World Example
Hello Crunchify folks. As per request from few users, I'm writing simple jQuery program for all of you. This is the simplest jQuery code which you could start with. Let's get started on Simple …
WordPress Plugin Setting page: textarea and mysterious white spaces issue after clicking save button?
Yesterday while working on our brand new WordPress Plugin I noticed this weird white space issue in textarea HTML field. After saving settings in Plugin Admin area, during refresh it started …
How to add Login/Logout Button and Header Menu to WordPress without any plugin?
WordPress Optimization is a key goal for us at Crunchify. Having less and less plugin and customize theme without Plugins is a best way to go. In this tutorial we will go over list of below …
Read Article about How to add Login/Logout Button and Header Menu to WordPress without any plugin? →