Your decision to start development on a new platform depends on how easy it is to write a “Hello World”. This tutorial helps you set up the development environment and write “Hello World” in few easy steps. This tutorial assumes that you are already familiar with eclipse and its installation.
Event Delegation and Event Bubbling are two important concepts in JavaScript. If you don’t know what Event Bubbling is please learn it here.
Event Delegation is a mechanism in which instead of adding event handlers to all elements in DOM tree we attach event listener to their parent and handle all events in [...]
We all use JavaScript on daily basis to write events that gets triggered when someone interacts with our site and that interaction can be of any form from mouse click to keyboard’s key press and from changing value of selectbox to check / un-check checkboxes. We all love events as they provide us a convenient [...]
We humans use Decimal Number System in our daily life whereas our computers use Binary Number System for all of their processing. Sometimes we get into situation where we need to convert some value from one number system to other.
Converting a Decimal value to other Number Systems is dead simple in JavaScript. Let me [...]
cURL is a great command-line tool for making network requests. It specially becomes handy while making HTTP requests from command line for troubleshooting / monitoring purposes. libcurl is considered to be high-level tool that have bindings for many high-level languages which make it easy for developers to use cURL features from programming language of their [...]
On UNIX based machines it is not possible to bind applications not running from root to any port below 1024. So the workaround is to to redirect port 80 to any other port say 8080 and then forward this port (8080) to port 80 of virtual machine using virtual machine settings. Now you will b [...]
Google App Engine is google’s cloud computing platform for developing and hosting web application. Its free up to a certain usage levels of CUP cycles, storage and bandwidth. Google App Engine mainly supports three programming languages Go, Java and Python. This tutorial helps you in setting up the development
PHP (version 5 >= 5.2.0, PECL json >= 1.2.0) provides a method json_encode to convert array to string.
$sample = array( ‘name’=>’My Name’, ‘email’=>’my_email@example.com’ ); echo json_encode($sample);
FreeBSD comes with CSH (C shell) as default., that do not show full path of present working directory. We need to change default shell to BASH (Bourne-again shell) using following command:
# chsh -s /usr/local/bin/bash
First you need to set up Google Android SDK. While creating Android Virtual Device (AVD) you can specify the storage size in SD Card settings. You can specify any size upto 128 GB. Its really helpful if you want to install .apk applications on Emulator.
Now you can add anyone to new or existing wave even if he is not in your contacts. An invitation will be sent to him to join Google Wave with the description of wave.

Tags
Ad ADT Adword AJAX Android API balancing Binding Calling Class Column Configure Copy Curl Data Database Eclipse Error Gadget Google Hello ini ini_set Install Invite Javascript Late Linux Load Master Method MySQL Output PHP Playground Proxy Replication SeaMonkey Server Slave Static String Table Ubuntu upload_max_filesize

