
Search In
Hello Reader's if you are integrating the Google Map in the website and you also want to show custom line on the map, Then this blog is very helpful you.
Lets see the working of this custom map.
<!DOCTYPE html>
<html>
<head>
<sc
Hello readers if you want to show a live clock on your web page then you can use the javascript to make it.
So lets start with html page. Create blank HTML page name is clock.html, And it's code will go like this:-
<html>
<head>
<tit
This tutorial will help to the develop the Drag and Drop functionality, individual can create multiple view in their android application. Each view will have different onTouchListener and onLongClickListener.
Step 1- Create a XML file res/activity_m
In OpenERP for clicking the selection's icon in the web client, first create the users and check all rights of the users and than click the selection icon in web client and compose a default action for the model in the user's selection,
Network Layer Protocols
While sending or receiving data there is lot of things happens at the background. We call that things a set of rules commonly called as protocols.
Address Resolution Protocol(ARP)
While communi
If we move objects with touch.moved event then how can we differentiate the touch.begin and touch.moved event.
This problem generate when we touch down on object and move it , now the correct flow should be that if touch.moved occur then object shou
Earlier using javascript code to make an element draggable was very hard and moreover cross-browser version working of code was very difficult.
The following code shows how to make an element draggable inside its parent element by using jQuery
I have this plunker.How to make that function to be executed only one time ?
The code is:
<!DOCTYPE html>
<html>
<head>
<script data-require="angular.js@1.1.5" data-semver="1.1.5" src="http://code.angularjs.org/1
Linear interpolation simply means finding a value in between two given values, 'Lerp' is the function used for this. It will linearly interpolates
between the two given values.
Lerp can be used for following different types:-
1. Vector3 Ler
One can easily change RectTransform right,left,top and bottom value using script in this way :-
object.GetComponent<RectTransform> ().offsetMin = new Vector2 (0,-1);//left-bottom
here "0" indicates Left value and "-1" ind
