
Pages:
- About
- Advertising & Sponsorship
- Best WordPress Coupons and Blogging Deals
- Contact Us
- Cookie Policy
- Donate
- Foursquare Checkins WordPress Plugins
- Google Adsense Ads Manager WordPress Plugin
- Privacy Policy
- Setup
- WP Webmaster
- Facebook Members / Page Like box WordPress Plugin
- Crunchify Sitemap
- Search
Categories:
- Affiliate Marketing
- All-in-One Optimizer and Customizer Knowledge Base
- Android Dev Tutorials
- Announcement
- Apache Tomcat Tutorials
- Blogging Deals
- Blogging Tips
- Crunchy Sharing Knowledge Base
- Cryptocurrency
- Design Development
- Eclipse IDE Tutorials
- Interview Questions Answers
- Java and J2EE Tutorials
- Java GET/POST call tutorial
- JavaScript and jQuery Tutorials
- JSON Tutorials
- Linux and Unix Tutorials
- macOS Handy Tricks
- Making Money Online
- Nice Thoughts & Quotes
- SEO 101 Tutorials
- Social Media References
- Spring MVC and Spring Boot Tutorials
- Technology & Tools
- WordPress Genesis Framework Tutorials
- WordPress Optimization and Tutorials
Search more than 1000 articles:
Or check below recent 150 articles:
- How to check if Number is Odd or Even in Java?
- UUID, UID, SecureRandom or Message Digest? Number of ways to Create Unique ID/Key in Java
- In Java How to Find List of all Class Names from inside .jar File? – Jar Class Finder Utility with Java Reflection
- In Java how to join Arrays? 3 ways: Apache Commons ArrayUtils, Java 8 Streams and Simple APIs
- How to change Easy Digital Download Checkout form Label and Text? Works with any frontend Labels
- LiveCanvas: New and better Bootstrap way to build WordPress Site
- In Java How to Check if Number/String is Palindrome or not?
- In Java How to convert Negative number to Positive with Simple Math operation?
- How to Install and Configure Memcached Process/Server on Mac OS X?
- How to Activate Crunchy Sharing WordPress Plugin License?
- How to Activate All-in-One Optimizer and Customizer WordPress Plugin License?
- Simple way to add any HTML code to Header, Body and Footer in WordPress?
- How to Disable and Stop sending any email in WordPress?
- How to get back 100% JPEG image quality back in WordPress?
- How to Disable double line breaks with paragraph elements in WordPress?
- How to Disable Admin bar (Toolbar) in WordPress?
- How to Remove HTML from Comments in WordPress?
- How to Optimize WordPress Database (All tables) 😎
- How do I add a Pinterest Verification code to your WordPress site?
- How do I add a Google Webmaster Verification code to your WordPress site?
- How to Set Number of Revisions in WordPress?
- How to Prevent WordPress from auto converting old ASCII Smilies to Unicode Emojis (;-) to 😉)
- How to Disable Dashicons in WordPress?
- How to Disable Self Pings in WordPress?
- How to Disable RSS Feeds and RSS Feed Links in WordPress?
- How to Disable loading the SVG Emoji in WordPress?
- How to Disable loading the Emoji in WordPress?
- How to Disable Really Simple Discovery service endpoint in WordPress?
- How to Remove oEmbed-specific JavaScript from front-end & back-end in WordPress?
- How to Disable XML-RPC in WordPress?
- Step by Step guide to Enable HTTPS or SSL correct way on Apache Tomcat Server – Port 8443
- How to Disable WordPress Version Generator?
- Best way to Compare String Arrays, Integer Arrays and Strings in Java – “CrunchifyCompare” Overloaded Utility for your Project
- In Java how to convert .PNG image to .JPG using ImageIO and BufferedImage?
- Simple way to check if URL is valid or invalid? How to Validate URLs in Java
- Simplest jQuery Hello World Example
- WordPress Plugin Setting page: textarea and mysterious white spaces issue after clicking save button?
- How to add Login/Logout Button and Header Menu to WordPress without any plugin?
- How to disable and delete WordPress post, page revisions? Change Autosave and Trash delete setting
- DevKinsta – Design, develop, and deploy WordPress sites from your local machine (Docker based)
- Easy Digital Downloads and How to fix “The site is experiencing technical difficulties” error on Plugin update Popup?
- Log File Tailer (tail -f) implementation in Java – Best way to tail any file programmatically
- Java Timer, TimerTask, Reminder Class Tutorial with Example
- Java: HashSet Vs TreeSet – Difference between HashSet and TreeSet in Java
- What is RegEx (Regular Expression) Pattern? How to use it in Java? Example Attached
- Java Merge Sort Algorithm Implementation? Detailed Explanation and Complete Tutorial
- In Java How to Move all 0’s to end of Array Preserving Order of an Array? [2 ways]
- In Java How to implement Memcached Client using net.spy.spymemcached Library?
- Using Genesis Blocks WordPress plugin? How to Disable dismiss.js script loading?
- 9 Essential WordPress resources you may have missed
- How to change Logo URL Link for any WordPress themes? (including Genesis Themes)
- In Java How to Set and Get Thread Priority? Get Thread ID, Count, Class, StackTrace, ThreadGroup and More
- How to add beautiful Link Underline Animation with simple CSS? (4 different ways)
- How to Implement your own InetAddress.isReachable(String address, int port, int timeout) method in Java?
- How to Implement Selection Sort Algorithm in Java – Detailed Explanation
- What’s new in Java 15 – Text Blocks Examples
- Java Hashmap – containsKey(Object key) and containsValue(Object value) – Check if Key/Value Exists in Map
- IntelliJ IDEA – Top 5 Themes
- Escape Character Utility for URL and JSON data – Feel free to use in your Java Project
- Ansible – How to Grep (ps -few) and Kill any linux process running on Remote Host?
- WordPress: How to disable loading Atomic Block’s FontAwesome CSS if not in use?
- Introducing Self-Serve Advertising Platform on Crunchify
- Java Asynchronous HttpClient Overview and Tutorial – sendAsync()
- Java14 Synchronous HttpClient Example – Overview and Simple Tutorial – send()
- Java StringJoiner, String.join() and Collectors.joining() Tutorial with all Details – 5 Different ways
- Java Transient Keyword Tutorial – A transient variable is a variable that can not be serialized
- How to create simplest Spring Boot Rest Service listening on port 8081?
- How to create 1st Spring Boot HelloWorld Application in IntelliJ IDEA with few simple steps?
- How to use Spring Framework StopWatch() to Log ExecutionTime and ElapseTime of any Java Thread
- How to Reverse a String in Java? Total 7 different ways…
- How to Check if Number is Prime or not in Java? How to Generate Prime Number?
- Different Ways to get URL response in Java – GET/POST calls
- In Java How to Sort a Map on the Values? The Map Interface – Java Collections
- WordPress: How to display Title on Previous Post and Next Post mouse hover link?
- How to create Java Maven Project and push it to Github from IntelliJ IDEA without any Git Client?
- IntelliJ IDEA – How to Set Latest Java SDK and fix an Error: java: error: release version 14 not supported
- Java LocalDate(), LocalDateTime(), ZonedDateTime(), Calendar() and Date() Tutorial
- Java SSLSocket with TLS1.3 and TLS_AES_128_GCM_SHA256 Cipher Example
- Ansible: How to terminate all AWS EC2 instances using Ansible script?
- What is Lock(), UnLock(), ReentrantLock(), TryLock() and How it’s different from Synchronized Block in Java?]
- Best Facebook Desktop Applications
- In Java How to Perform File Search Operation using java.nio.file interface? Tutorial on File and Directory Operations
- Ansible: How to Accept User Input using vars_prompt and Command line?
- Simplest way to generate logs in Java using java.util.logging’s SimpleFormatter and XMLFormatter
- Linux and Curl: How to use Bash to Read a File Line by Line and Execute Curl command to get HTTP Response Code
- Java ConcurrentNavigableMap and ConcurrentSkipListMap Tutorial with all Details (java.util.concurrent.*)
- Templ.io – Managed Google Cloud, Fast and Simple WordPress Hosting
- How to install and configure Filebeat? Lightweight Log Forwarder for Dev/Prod Environment
- How to Create and Customize Genesis Theme Archive / Sitemap Page? Sample Template Attached
- How to Validate WordPress Sitelinks Search Box JSON-LD Schema? Modify Search Page URL Tips
- Two or more Web modules defined in the configuration have the same context root (/example)
- How to Speed up WordPress Site by tuning WP Super Cache Settings – List of Steps and Tips
- Build RESTful Service in Java using JAX-RS and Jersey (Celsius to Fahrenheit & Fahrenheit to Celsius)
- JSON Manipulation in Java – Examples
- WordPress: How to Redirect Author Archive Link to About Page
- How to add Resources Folder, Properties at Runtime into IntelliJ classpath? Adding Property files to Classpath
- Eclipse: Missing web.xml file? How can I create web.xml in Eclipse?
- Introduction to WSDL (Web Service Definition Language) – Sample HelloWorld Tutorial
- In Java How to Replace/Remove Characters from String?
- How to Remove Duplicate Elements from CSV or any other File in Java?
- How to add rel=”sponsored” or rel=”nofollow” to all External links in WordPress?
- How to Display Total Word Count of Posts in WordPress Admin Column?
- How to add Custom Taxonomy in WordPress Custom Post Type (CPT) permalink?
- How to convert HashMap to ArrayList in Java?
- How to create executable .jar file using Linux commands and without Eclipse Shortcut?
- Java: Simple QR Code Generator Example – Create QR codes for free
- How to iterate through Java List? Seven (7) ways to Iterate Through Loop in Java
- How to Install and Configure Elasticsearch on your Dev/Production environment?
- In Java How to Convert Char Array to String (four ways) – char[] to String()
- In Java How to convert Byte[] Array To String and String to Byte[]?
- How to Execute tcpdump Linux Command using Java Process Class and Capture TCP/IP Packets
- Fundamentals of Java Static Method, Class, Variable and Block
- Have you noticed Race Condition in Java Multi-threading Concurrency Example? How to deal with it?
- How to Create Your Own Non-Blocking, Fixed Size Queue in Java? Same as EvictingQueue
- Java: How to find Unique Values in ArrayList (using TreeSet, HashSet)
- Simple way to Count Number of XML Elements in Java
- Java eNum Comparison using Equals (==) operator, Switch-Case statement and .equals() method – Complete Tutorial
- JUnit Testcases in Java: Simple JUnit 5.7.1 Hello World Tutorial with All in One Details
- Top Newsletter and Mailing List WordPress Plugins
- Java: How to Get Random Key-Value Element From HashMap
- How to purge all your Google Chrome User Data on Mac OS X
- How to Create Sample WSDL in Eclipse and Generate Client
- What is JSON (JavaScript Object Notation)?
- Understanding Java Annotations – Java @annotations Tutorial
- Create and Deploy Simple Web Service and Web Service Client in Eclipse
- Java: How to configure log4j.properties correctly – log4j Sample Program
- Java URL example: How to send HTTP request GET/POST in Java? bufferedReader.read() – Getting text from URL
- Java StringTokenizer and String Split Example + Split by New Line
- Java: How to add “n” minutes to Calendar data object?
- How to Convert Java Project to Dynamic Web Project in Eclipse Environment
- In Java how to Delete Files, Folders from Windows, Mac OS X and Linux OS?
- How to Increase Eclipse Memory Size to avoid OutOfMemory (OOM) on Startup – Java Heap Space
- In Java How to find a Line with Maximum Number of Words? Using Stream.forEach() Iterator
- Courage
- Determination: Firmness of Purpose
- Cool Gardening Photo Collection
- Shell Script: How to append TimeStamp to file name?
- We are nice… – Quote
- XML-RPC Ping Services – Better index it faster. Setting your WordPress Blog to Ping more services
- What is Thread-Safe BlockingQueue in Java? When should you use it? Implementation Attached
- LiquidWeb – One of the Best Managed and Reliable WordPress Hosting
- The best ~ PAL ~ of life…….
- What is an Abstract Class and Abstract Method in Java? When Should I use it? Tutorial Attached
- 4 Ways to Check if Array Contains a Specific Value in Java8? IntStream and Arrays.asList Tutorial
- The Power of HTML5
- How to Implement Simple Circular ArrayList in Java?
- Memcached Java Client Tutorial using whalin.Memcached-Java-Client and googlecode.xmemcached Libraries
- Ansible: How to automatically monitor newly created Amazon EC2 instances using Prometheus?
- How to fix Jetpack Related Post not Showing up issue?
- How To Launch Startup In 10 Steps With Less Than $2,000 – Founder Institute