Do you have Personal GitHub and Work related GitHub account? I'm sure you do. Most of the fortune 500 companies are now using GitHub as their official code repository. By default …
In Java How to Create XML File using DOM parser? Writing Out a DOM as an XML File
As we learned "Simple way to count number of XML elements in Java" earlier, here is another simple Java code which writes XML file in Java (DOM Parser). Writing Out a DOM as an XML FileJava DOM …
How to Access the Hidden ~/Library Folder on Your Mac?
How to Open Hidden Library Folder on MacOS? There are two ways you could show hidden library folder. Let's get started. Have you noticed missing “~/Library” folder in macOS? Also have below …
Read Article about How to Access the Hidden ~/Library Folder on Your Mac? →
Best and Top 3 Email Client Apps for Productivity in 2024
I've been using native Gmail client ever since it was launched in 2004. Never had a requirement to have native client for my MacBook Pro. Recently I got involved into few non-profit organizations …
Read Article about Best and Top 3 Email Client Apps for Productivity in 2024 →
How to Install Maven on Mac OS X Manually? Fix UnsupportedClassVersion Error: MavenCli
Maven build is the first think we do after working on daily codebase. I usually perform Maven Build hundreds of time in a day. As you may have noticed, on Crunchify almost all of our projects are …
WordPress Plugins We Use on Crunchify: Favorite and must have Plugins – Want to Know Why?
Plugin repository is one of the best reason why WordPress is the most popular blogging platform. It’s easy to use and has tons of great features. But what’s really made this open source software …
How to check if Number is Odd or Even in Java?
Here is a very simple Java example which tells you if given number is Even or Odd. Java Program to check Even or Odd number. Even odd program in Java. An even number is a number that can be …
Read Article about How to check if Number is Odd or Even in Java? →
How to align the Checkbox and Label in same line? CSS Fix
Recently we moved away from Disqus comment system and started using default WordPress comment system. For adding email subscription form for all new comments, I was facing some issue. Checkbox and …
Read Article about How to align the Checkbox and Label in same line? CSS Fix →
Java: How to Encode or Decode URL String Or Form Parameter
In Java Examples, when using the GET method, parameter names and their values get submitted on the URL string after a question mark. Different parameter name/value pairs are separated by …
Read Article about Java: How to Encode or Decode URL String Or Form Parameter →