Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Installation of PHP and Apache on Ubuntu-Tutorial 1

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

How to speed up the Android emulator

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 in iPhone

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

Slicing an Array

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

Merging An Array Using JavaScript

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

Map Interface in Java

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

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

How to assign task in project management in OpenERP(Odoo)?

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

How to create simple drop down navigation menu using css3

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

How to open android app from web browser and get data from the app and return back to web browser

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

1 73 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: