The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages.…
Read More

The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages.…
Read More
Python is available on a wide variety of platforms including Linux and Mac OS X. Let’s understand how to set…
Read More
Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English…
Read More
Among many ways, Bluetooth is a way to send or receive data between two different devices. Android platform includes support…
Read More
It is important to understand the differences between different browsers in order to handle each in the way it is…
Read More
You can use JavaScript to create client-side image map. Client-side image maps are enabled by the usemap attribute for the…
Read More
Every now and then, developers commit mistakes while coding. A mistake in a program or a script is referred to…
Read More
The JavaScript navigator object includes a child object called plugins. This object is an array, with one entry for each…
Read More
You can use JavaScript to create a complex animation having, but not limited to, the following elements − Fireworks Fade…
Read More
Form validation normally used to occur at the server, after the client had entered all the necessary data and then…
Read More
There are three types of errors in programming: (a) Syntax Errors, (b) Runtime Errors, and (c) Logical Errors. Syntax Errors…
Read More
There are some practices that you can follow while developing android application. These are suggested by the android itself and…
Read More
Every web page resides inside a browser window which can be considered as an object. A Document object represents the…
Read More
A regular expression is an object that describes a pattern of characters. The JavaScript RegExp class represents regular expressions, and…
Read More
The math object provides you properties and methods for mathematical constants and functions. Unlike other global objects, Math is not…
Read More
The Date object is a datatype built into the JavaScript language. Date objects are created with the new Date( )…
Read More
The Array object lets you store multiple values in a single variable. It stores a fixed-size sequential collection of elements…
Read More
The String object lets you work with a series of characters; it wraps Javascript’s string primitive data type with a…
Read More
The Boolean object represents two values, either “true” or “false”. If value parameter is omitted or is 0, -0, null,…
Read More
The Number object represents numerical date, either integers or floating-point numbers. In general, you do not need to worry about…
Read More
JavaScript is an Object Oriented Programming (OOP) language. A programming language can be called object-oriented if it provides four basic…
Read More
If you want to get suggestions , when you type in an editable text field , you can do this…
Read More