zParacha.com
Effective Programming Tips
    • Home
    • Programming
    • Java
    • Algorithms
    • Javascript
    • About
    • Privacy Policy

    Edit and Test Regular expressions online using RegExr.

    Regular expressions provide a powerful and flexible way to search for phrases or characters but they are also confusing and many developers find them quite daunting. If you have been reluctant to learn regular expressions because of their apparent complexity, fear no more.

    Three ways to find minimum and maximum values in a Java array of primitive types.

    In Java you can find maximum or minimum value in a numeric array by looping through the array. Here is the code to do that. public static int getMaxValue(int[] numbers){ int maxValue = numbers[0]; for(int i=1;i < numbers.length;i++){ if(numbers[i] > maxValue){ maxValue = numbers[i]; } } return maxValue; } public static int getMinValue(int[] numbers){ int […]

    How to read properties file in Java.

    Reading properties file in Java is much easier than you might have thought. Following example illustrates one simple way of reading properties from a properties file. Let’s say we need to read from myConfig.properties file. The properties file has following entries. Directory = C:/prodFiles/ NumberOfFiles = 25 Extension = java Here is the java code […]

    What is your blog’s worth?

    Want to find out how much does your blog worth? Just go to DNScoop.com and get your answer. DNScoop.com estimates the dollar value of an established domain name. Its estimation is based on several factors including Links pointing to the domain Popularity of the domain Age of the domain Pagerank of the domain Traffic to […]

    Encourage comments by offering automatic backlinks.

    Today I stumbled upon an excellent WordPress plugin. It is called CommentLuv. This plugin rewards the visitors who leave comments on your posts with backlinks to their recent posts. This is an excellent way to encourage your visitors to leave comments on your post. It is a win-win situation for you and the visitors. You […]

    Simple tips to make you a better blogger.

    Image credit:Kelly Sims To become a successful blogger is not difficult but the success does not come overnight. You have to be patient and persistent. Remember the 3Ds for success. Desire, determination and dedication. If you have the desire, dedication and the determination to be a good and successful blogger then you have nothing to […]

    Position Ad Units in Posts

    Photo credit: AMagill Ever since I started placing AdSense units in my posts I have been getting emails from readers asking me how I position my ads in the right hand corner of my posts. So I decided to share this information in a post rather than explaining it over and over in individual emails. […]

    Simple JavaScript Regular Expression to Validate U.S Phone Numbers

    Image credit: aussiegall Continuing with our JavaScript regular expression series today we will discuss JavaScript regular expression to validate U.S phone numbers. Previously we talked about validating email, Social Security number, and zip code using JS regex. I’ll show you how to use regular JavaScript expressions to validate U.S. phone numbers in today’s post. Although […]

    zParacha.com is in iBlogCup final!

    Folks I am very excited to inform you that with all your votes zParacha.com is now in the final of the iBlogCup. 64 blogs participated and now we have two best blogs competing for the cup.

    Win 250 Entrecard credits to promote your blog.

    Entrecard is one of the latest blog promotion services that is attracting lot of bloggers. Entrecard is a relatively new blog promotion website but it is different (and better) than other similar websites. You have total control on how to use this service. I used to have BlogRush widget on my blog but I did […]

    «< 9 10 11 12 13 >»

    Recent Posts

    • Insertion Sort Algorithm In Java
    • Selection Sort Algorithm in Java
    • How to calculate the height of a Non-Binary Tree
    • Easiest way to calculate elapsed time in Java
    • Java Regular Expression to Validate Social Security Number (SSN)

    Categories

    • Ajax
    • Algorithms
    • Best Sites
    • Best Software
    • Blogging
    • Cricket
    • CSS
    • Featured
    • Images
    • Java
    • Javascript
    • Most Popular Posts
    • Offbeat
    • Pakistan
    • Programming
    • Spring
    • Top Stories
    • Twitter
    • Uncategorized
    • Web Development

    Tags

    Alexa Array Blogging cascading_style_sheet Cricket CSS Eclipse Entrecard iBlogCup India vs Pak India vs Pakistan Java Java IDE Javascript Pak vs India Phone number plugin problogger Programming Language RegEx Regular Expression shorthand properties Simpson Sort Sorted Vector Sort numbers sort numeric arrays Spring SSN String string in switch stylesheet design substring switch text-shadow text replacement Thunderbird TIOBE Tip TOMY Co tools Twitter web development tools WordPress workspace

    Back to Top

    © zParacha.com 2025
    Powered by WordPress • Themify WordPress Themes