
Search In
This video tutorial gives the introduction of what PHP does, why it is used and some basic advantages of PHP.
This Video will also gives you an introduction to setting up the development environment for PHP and Apache on Ubuntu.
Below are some inst
If you are unhappy with the performance of Android emulator, this blog will help you. Although Android's emulator execution is very slow and painful to work with, especially when using it into the debug mode, it can be sped up easily. The main re
accessor methods is used to access or set an object’s properties:
Syntax-
NSString *firstName = [somePerson firstName];
[somePerson setFirstName:@"Johnny"];
These accessor methods are by default and automatically synthesized by the compiler, th
Basically slice() method is used to extract some particular elements from an original array (suppose i need to show only selected elements from original array). It contain two parameter start/begin and end.
begin ->It is the position where to sta
Hello reader's, Today in my blog I will discuss about the merging an array using JavaScript.
Basically the term “Merge” means to combine or join two array into a single array.
In JavaScript , for merging arrays it us
We use Map Interface for mapping unique keys and values. By using these keys, we can retrieve the mapping values at any time. Map Interface has so many methods. Some of them are given below :-
clear() : It clears all pairs from the given map.
boole
Agile development model is also a type of Incremental model. Software is developed in incremental, rapid cycles. This results in small incremental releases with each release building on previous functionality. Each release is thoroughly tested to ens
If you want to assign task in project management follow the below mentioned steps: -
Step-1 Install Project Management module.
Step-2 Go to Project Menu and click it.
Step-3 Go to Project-> Tasks->Create->Fill in the following text ,bel
Hello readers !
This blog is about how to make a simple drop down navigation menu.
First of all you need an unorder listing(ul-li) in html page as I have taken in example below.
After this we come on css.
Here we define all classes with their att
Sometime we a have a situation in which we use android app in our web application.In that situation you can use this.
For opening the android app first we have to check 2 conditions .
1. If the device is android or not.
2. In the android device if t
