In this tutorial you are going to see, how to parse JSON data that is coming from a PHP file in jQuery. If you already
Hello friends, If you are new to web development, you are at the right place to learn a lot of basic stuffs needed to be known.
Hi Guys, this is another school / college program written in Classic ASP programming language. ASP is one of the oldest programming language, but still
Hi Reader, you may wonder why I’m writing this very old programming technology (Classic ASP) in my blog, the reason behind is, still there are
Are you looking to make your own PHP Percentage Calculator?, then you are at the right place. What you will learn from this PHP
This is a basic Python program which helps school and college students to improve their knowledge in Python. If you don’t know what is factorial, here
This is another School / College fun program which is mostly been used in School lab to teach the basics of PHP such as if condition, for
A simple Java Program to find the localhost IP Address of your System.
1 2 3 4 5 6 7 8 9 |
import java.net.InetAddress; public class ipAddress { public static void main(String args[]) throws Exception { InetAddress HostIP = InetAddress.getLocalHost(); System.out.println("Your IP4 Address : "+HostIP); } } |
To find you need to import InetAddress package. Output of the
Today’s lesson is about finding Palindrome using client side JavaScript Programming. You can also find the same programs written in other technologies such as PHP, Python,
This program is for School / College students who are in the beginner level and wants to get a good knowledge in JavaScript. To find