
Categories:
- Affiliate Marketing
- Android Dev Tutorials
- Announcement
- Apache Tomcat Tutorials
- Blogging Deals
- Blogging Tips
- ChatGPT Tutorials
- 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 Tutorials
- Making Money Online
- Nice Thoughts & Quotes
- Pro Plugins
- Productivity Guide
- 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 1200 articles:
Or check below recent 200 articles:
- In Java How to Find Maximum Occurrence of Words from Text File?
- 3 Simplest and Fastest Way to Copy Files in Java?
- In Java How to print Sum of First 500 Prime numbers (or First N Prime numbers)
- Java Asynchronous HttpClient Overview and Tutorial – sendAsync()
- How to add WordPress Comment Form validation using jQuery?
- How to remove the nofollow attribute from WordPress comments for self-links?
- How to Union Two Arrays in Java using Primitive Data Types without any Java Collection
- In Java How to Find Duplicate Elements from List? (Brute Force, HashSet and Stream API)
- How to Load jQuery from a CDN in WordPress?
- What is ChatGPT? Getting started with ChatGPT
- How to bypass SSL certificate checking in Java?
- Crunchy Sharing – One time Payment of $25 – No recurring charge
- In Java how to use System.console() to read user input text and password?
- Concurrent Modification Exception: Understanding and Avoiding in a Multi-Threaded Environment
- How to Iterate through LinkedList Instance in Java?
- In Java how to Union of Two Arrays using Java Collection Class
- How to Parse JSONObject and JSONArrays in Java? Beginner’s Guide
- How to implement Bucket Sort Algorithm in Java? Detailed Explanation
- Implement Counting Sort Algorithm in Java – Explanation and Example
- Copied to Clipboard – How to make span element clickable and copy its contents to the clipboard?
- List of Google services that have been discontinued in the last 10 years (2023 edition)
- In Java How to make a File ReadOnly or Writable? How to create new file? How to check if file is Writable or not?
- How to add Placeholder Text to WordPress Comment form?
- How to fix WordPress Error: Uncaught TypeError: Cannot access offset of type string on string
- How to create 1st Web based Spring Boot HelloWorld App in IntelliJ IDEA with few simple steps?
- What is Affiliate Cloaking and How to Cloak your Affiliate Link without WordPress plugin using .htaccess redirection
- In Java how to check if Socket is Alive, Connection is Active on specific Port? isSocketAlive() Utility
- How to add Google reCAPTCHA to WordPress Comment form without any Plugin?
- How to move WordPress Comment Textfield after Name and Email field?
- How to modify the Notes Shown Before the WordPress Comment Form?
- How to remove Comment Author Link from Existing WordPress Comments and Submit Form
- What are all the Different Ways to Create an Object in Java? Total 6 ways – Complete Tutorial
- How to Install and Configure Prometheus on Linux? (Ubuntu and CentOS)
- Shell Script: How to append TimeStamp to file name?
- Introduction to Spring MVC Framework
- How to Setup Amazon S3 Correct Way for Your Discourse Forum – Setup Auto Image and Backup Upload Both to AWS S3
- WordPress: How to Remove Comment Notes Below the Comment Box
- Java Merge Sort Algorithm Implementation? Detailed Explanation and Complete Tutorial
- IntelliJ IDEA – new UI is awesome. How to enable it?
- Dynamic Spline HighChart Example with Multiple Y Axis
- How to Check if a String Contains a Substring? indexOf(), contains() and custom implementation
- WordPress Menu: An Essential Element of Your Website
- How to Refresh DIV Content Without Reloading Page using jQuery?
- Finding the Middle Element of a Linked List in Java (Two Pointers and Size of LinkedList way)
- How to Run Multiple Tomcat Instances on One Server?
- Java Properties File: How to Read config.properties Values in Java?
- How to Find Information On Any Domain Name or Website – Java Whois Example
- How to add Typewriter (Typing) Animated Text Effect using Typed.js to WordPress Site – Example Attached
- How to install & setup Apache Tomcat server on Linux Ubuntu host [on Linode]
- In Java How to Find Common Elements of Two UnSorted Array?
- Singleton Design Pattern in java – Thread-Safe, Fast Singleton Implementation
- ArrayBlockingQueue Vs. Google Guava Non-Blocking EvictingQueue Example
- JUnit Testcases in Java: Simple JUnit Hello World Tutorial with All in One Details
- How to read File in Java and Count total number of Characters, Words and Lines
- Java Iterator, ListIterator fundamentals and ConcurrentModification Exception
- Twitter Applications to help you distribute Videos
- Optimize WordPress Post Images – Prevent WordPress Post Image Being Too Large
- Difference between Arrays.asList(array) Vs. ArrayList(Arrays.asList(array)) in Java
- HostArmada – Managed Web Hosting Solutions for WordPress community
- Allow HTML in WordPress Comment
- In Java how to Delete Files, Folders from Windows, Mac OS X and Linux OS?
- Github: How to Fork Github Repository, Create Pull Request and Merge?
- Java Iterator: OutOfMemory (OOM) Scenario
- Missing Maven settings.xml file for your Eclipse? What if you need two settings.xml files for Work and Personal Workspace?
- What is Logback.xml Logging Framework? ConsoleAppender, FileAppender and RollingFileAppender Example
- Crocoblock – Build WordPress sites with no-code
- Twitter Image Distribution Apps
- In WordPress how to Disable Specific Plugin’s CSS?
- In Java how to convert String to Char Array? (Two ways) – String() to Char[]
- How to Generate Random Number in Java with Some Variations?
- What is interlinking and why it is one of the best SEO practice?
- How to Implement Bubble Sort Algorithm in Java – Ascending and Descending Order Example
- Linux and Curl: How to use Bash to Read a File Line by Line and Execute Curl command to get HTTP Response Code
- How to Report / Print List of All Loaded Spring Beans during your Spring MVC Application Startup
- In Java best way to Convert File into a Bytes (Array of Bytes)
- Java: Given a Non-Empty String Like -Code- Return a String Like -CCoCodCode-
- Best and Latest Free Forum Platforms – Softwares for any Bloggers
- In Java How to join List of Objects? Collectors.joining Concatenates the input Elements, Delimiter
- How to set GitHub user.name and user.email per Repository? Different .config file for different Repository
- In Java How to Create XML File using DOM parser? Writing Out a DOM as an XML File
- How to Access the Hidden ~/Library Folder on Your Mac?
- Best and Top 3 Email Client Apps for Productivity in 2023
- How to Install Maven on Mac OS X Manually? Fix UnsupportedClassVersion Error: MavenCli
- Java: Producer Consumer Example – Handle Concurrent Read/Write
- How to add Resources Folder, Properties at Runtime into IntelliJ classpath? Adding Property files to Classpath
- WordPress Plugins We Use on Crunchify: Favorite and must have Plugins – Want to Know Why?
- How to check if Number is Odd or Even in Java?
- How to align the Checkbox and Label in same line? CSS Fix
- In Java How to Set and Get Thread Priority? Get Thread ID, Count, Class, StackTrace, ThreadGroup and More
- Java: How to Encode or Decode URL String Or Form Parameter
- How to add beautiful Link Underline Animation with simple CSS? (4 different ways)
- In Java How to Find List of all Class Names from inside .jar File? – Jar Class Finder Utility with Java Reflection
- Facebook Insights Overview
- In Java How to Convert Char Array to String (four ways) – char[] to String()
- In Java How to find a Line with Maximum Number of Words? Using Stream.forEach() Iterator
- How to implement Stack in Java using Collection?
- What is Stack and How to implement Stack in Java without Collection?
- Simplest way to generate logs in Java using java.util.logging’s SimpleFormatter and XMLFormatter
- How to fix Apple Battery Drain Issue?
- How to Implement your own InetAddress.isReachable(String address, int port, int timeout) method in Java?
- Ever wondered difference between Dynamic Web Module 3.0 and 3.1? How to Setup 3.1 Correct way in Eclipse?
- How to Iterate through JSONArray in JavaScript
- List of some uncommon WordPress Tips and Tricks
- Dynamic Knobs Example Which Updates Value Every 3 Seconds (knob.js)
- Java Timer, TimerTask, Reminder Class Tutorial with Example
- jQuery: Very Simple Show/Hide Panel on Mouse Click Event
- Write Java Program to Print Fibonacci Series up-to N Number [4 different ways]
- Java Thread State Introduction with Example – Life Cycle of a Thread
- Java SSLSocket with TLS1.3 and TLS_AES_128_GCM_SHA256 Cipher Example
- Ads.txt (Authorized Digital Sellers) file and Google Adsense Revenue [All in one Guide]
- Learn everything about WordPress Sitemap.xml, Attachments and Redirect Attachments to Parent Page
- Eclipse: Missing web.xml file? How can I create web.xml in Eclipse?
- How to Implement Selection Sort Algorithm in Java – Detailed Explanation
- Best WordPress Adsense Plugins – How to Add Adsense Ad Code in the Middle of Post without Plugin
- Java File Copy Example – Simple way to Copy File in Java
- How to Sort a HashMap by Key and Value in Java 8 – Complete Tutorial
- Java Hashmap – containsKey(Object key) and containsValue(Object value) – Check if Key/Value Exists in Map
- How to use net.jodah.ExpiringMap Maven Java Utility to Remove Expired Objects from HashMap Automatically?
- How to Disable Admin bar (Toolbar) in WordPress?
- How to Remove HTML from Comments in WordPress?
- How to Disable Login Error in WordPress?
- How to Optimize WordPress Database (All tables) 😎
- How to Show the Total Number of Registered Users of your WordPress Blog
- How to Deregister YARPP and Contact Form 7 CSS Style Sheet? WordPress Optimization Steps
- How to Read config.properties value using Spring MVC ‘singleton’ Scope in Java?
- How to install Ansible on Linux Ubuntu OS?
- HTTP Response Header Retrieval: Simple Way to Get HTTP Response Header in Java – conn. getHeaderFields()
- How to Implement Social Media Icons on WordPress Site – Cool Mouse Hover Social Media Buttons
- In Java How to convert Arrays to Set?
- How to Include Google Custom Search Engine (CSE) to WordPress Site without Plugin (Two different approaches)
- Simple Java Thread Example: Creating and Starting Threads
- In Java How to Convert Map / HashMap to JSONObject? [4 Different Ways]
- Evernote – Tasks integration is really a game changer?
- How we have created new section called “Guides” without any Custom Post Type plugin?
- How to add Genesis Scripts Support on WordPress Custom Post Type?
- 10 iPhone iOS Settings You Need To Turn Off Now!
- iCloud Drive – Unable to turn on Desktop & Documents Folders? How to Sync Custom Folders with iCloud?
- How to enable YARPP for WordPress Custom Post Type?
- How to Use SSL Properly to avoid Yellow Padlock Issue? Reason might be: Insecure form call OR CSE Script Download over HTTP
- In WordPress How to Automatically Insert Content After Each Post?
- How to Stop Sharing Analytics Data to Apple – Change your iPhone, iOS, macOS settings now
- The 10 Best Mac Apps to Make Everyday Life Easier – What’s on my Macbook Pro
- My Ultimate 3 Mac Apps for Productivity
- How to Include Custom Post Types (CPT) in WordPress Archive? Show in Category and Tag pages
- Does the craft app have templates? Oh yeah… Personal, Teams, Meetings, Docs and more
- Craft – The Best Modern Note-Taking App in the Market
- Java FutureTask example with Callable and Runnable
- In Java how to find list of Countries and Sort it in Alphabetical Order?
- What is Lock(), UnLock(), ReentrantLock(), TryLock() and How it’s different from Synchronized Block in Java?
- Ansible – How to Grep (ps -few) and Kill any linux process running on Remote Host?
- What are the difference between JDBC’s Statement, PreparedStatement, and CallableStatement
- Ansible: How to Refresh Host Inventory at Runtime and Add a Pause while Executing Playbook?
- What is Notion? Beginner’s guide to get started with Notion App
- How to use Hamcrest assertThat() Matchers to Create JUnit testcases in Java – Complete Tutorial
- How to Display Last Updated On: Date/Time of WordPress Blog Post? Genesis Framework Hook Included
- How to Remove oEmbed-specific JavaScript from front-end & back-end in WordPress?
- How to Install Apache httpd on MacOS via Homebrew?
- How to install PHP latest version on MacOS via Homebrew?
- How to install Homebrew on MacOS?
- Getting Permission Denied error while executing MacOS Homebrew command?
- Difference between String, StringBuffer and StringBuilder in Java – Example attached
- How to Provide Email Subscription Option on WordPress Comment Form?
- List of MacOS tips and tricks
- Simple way to check if URL is valid or invalid? How to Validate URLs in Java
- In Java how to join Arrays? 3 ways: Apache Commons ArrayUtils, Java 8 Streams and Simple APIs
- 3 Best Free Contact Form Plugins for WordPress – Google Form is my Favorite
- How to create executable .jar file using Linux commands and without Eclipse Shortcut?
- MailerLite – The Best way to grow your Subscriber list – Detailed Review
- How to Show Hidden Files in Finder Window and Create Alias Shortcut on MacOS?
- Java Method Hiding and Overriding: Override Static Method in Java
- Top 10 Java Interview Questions Answers – Must Read Before Appearing for any Java Interview
- Best way to Compare String Arrays, Integer Arrays and Strings in Java – “CrunchifyCompare” Overloaded Utility for your Project
- Top 5 ways to Download a File from any given URL in Java?
- What is WordPress Multi-site? How to enable Multi-site option in WordPress?
- Ansible: How to automatically monitor newly created Amazon EC2 instances using Prometheus?
- In WordPress How to Disable comments on Media, Attachments
- Getting Ready for Java 11/JDK 11 and Deprecated Java EE Modules JAXB, JAX-WS, JAF, JTA, CORBA
- Java 11 and How to fix java.lang. TypeNotPresentException: Type javax.xml.bind.JAXBContext Exception?
- In Java how to find if Year is a Leap Year or not? Custom logic and Gregorian Calendar
- How to import all missing Java packages at once in Eclipse IDE
- How to Merge/Concat Multiple JSONObjects in Java? Best way to Combine two JSONObjects
- Lazy Creation of Singleton ThreadSafe Instance without Using Synchronized Keyword
- Basic HTML: How do you create blank space in HTML?
- How to pretty print JSON in Java using Jackson and Gson both? Example attached
- In Java How to Read a File and Convert File to String? (5 different ways)
- In Java How to add New line in String?
- Escape Character Utility for URL and JSON data – Feel free to use in your Java Project
- In Java How to Escape HTML content? Simple Tutorial using Apache Commons Library
- In Java how to Initialize HashMap? 7 different ways
- Use “maven-shade-plugin” to Create just 1 Executable jar with all required Dependencies in it for your Java or Spring Project?
- Ansible: How to Execute Commands on remote Hosts and get command result (log) back?
- How to Generate Out Of Memory (OOM) in Java Programatically
- tinylog – Lightweight, Simplified logging framework for Java. HelloWorld tutorial and Logging Level details
- tinylog – Rolling File Writer Tutorial
- In Java How to remove Elements while Iterating a List, ArrayList? (5 different ways)
- In Java How to Get all Text After Special Character from String?
- In Java how to Get File or Directory Size Programmatically?
- IntelliJ IDEA Project/Module and latest Java setup (Java 17 or newer)
- Optimism – Hope in the Darkness
- In Java What is a Difference Between IdentityHashMap and HashMap + Performance Comparison
Pages:
- About
- Advertising & Sponsorship
- Contact Us
- Cookie Policy
- Crunchify Newsletter
- Crunchify Pro – Discount Code
- Crunchy Optimizer – WordPress Pro Plugin
- Crunchy Sharing – Fastest Social Sharing WordPress Plugin
- Donate
- FAQs
- Foursquare Checkins WordPress Plugins
- Google Adsense Ads Manager WordPress Plugin
- Priority Support
- Privacy Policy
- WordPress Consulting Services
- WordPress Webmaster Plugin
- Facebook Members / Page Like box WordPress Plugin
- Crunchify Sitemap
- Search Articles on Crunchify