WordPress powers more than 42.3% of the web according to w3techs.com. It's no secret that WordPress is the most powerful blogging platform in the world right now. I've started working with …
How to Configure Google Authentication TXT records successfully in cPanel for DKIM (DomainKeys Identified Mail)
At Crunchify we use Google App for Business for our daily communication. Specially I love Gmail and can't leave without a day. Currently we are using basic version of Google Apps for which we are …
Genesis Framework: How to configure Genesis eNews Extended Newsletter Widget correct way in Sidebar?
Genesis Framework for WordPress is pretty amazing with all latest features. With responsive HTML5, SEO Optimization, Different widgets and layout options it's one of the widely used Framework for …
Automatic HTML Login using POST Method – Auto login a Website on Double Click
What if you want to login to a website by filling Username/Email and Password automatically? Well, there is a simple solution to that. This solution works for large number of web sites …
Read Article about Automatic HTML Login using POST Method – Auto login a Website on Double Click →
WordPress: How to Redirect Author Archive Link to About Page
WordPress is very flexible in terms of functions and modification. If you have a single user blog it's kind of pointless to show author archive link. It's probably the same as Home page …
Read Article about WordPress: How to Redirect Author Archive Link to About Page →
Introduction to WSDL (Web Service Definition Language) – Sample HelloWorld Tutorial
The Web Services Description Language (WSDL) is an XML-based language that is used for describing the functionality offered by a Web service. A WSDL description of a web service (also referred to as a …
How to add rel=sponsored or rel=nofollow attributes to all External links in WordPress?
Google announce sometime back in September 2019 about rel="sponsored" change into rel attribute. rel="sponsored": Use the sponsored attribute to identify links on your site that were created as …
How to Display Total Word Count of Posts in WordPress Admin Column?
How can I add an extra admin column showing the word-count of a page or post? If you have any of below questions then you are at right place. How to Add Post Word Count Stats to WordPressAdmin …
Read Article about How to Display Total Word Count of Posts in WordPress Admin Column? →
How to convert HashMap to ArrayList in Java?
Here is a simple example on how to convert HashMap to ArrayList in Java. Java Example: package com.crunchify; /** * @author Crunchify.com */ import java.util.ArrayList; import …
Read Article about How to convert HashMap to ArrayList in Java? →