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

Search In

How to show custom lines on Google Map

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

How to make live clock on website uisng Javascript?

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

How to create multiple view with drag and drop functionality in Android

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

How user clicks the selection's icon in the web client in OpenERP

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

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

Touch issue while drag or move object

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

Making a draggable element using jQuery UI

 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

How to make my angular js function to run only one time?

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

Use of Linear Interpolation in Unity

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

How to set RectTransform Right, Left, Top and Bottom value via script

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

1 70 217
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: