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

Search In

What’s the Difference Between Raster and Vector?

What’s the Difference Between Raster and Vector? What’s the difference between raster and vector? This question is asked by many newbie designers, webmasters and other interested individuals and sometimes the answers can be as confusing as the

Grant Type in OAuth 2.0 protocol for authentication

Grant Type for access token in O-Auth 2.0 Authorization Code Implicit Authorization Code The authorization code grant type is used to get both access tokens and refresh tokens and is optimized for confidential clients. Since this is a redirectio

Versioning of An Object in Hibernate

As we know that the Hibernate API provide us to save, retrieve, update and delete data features, but it's not just that it provides more than that. In traditional database programming what we do to check the data is being modified, answer is that we

How to create ANE file for In app purchase for iOS

Hi Readers, This is the video blog where you can find how you can create ANE file for In-App purchase for iOS framework. I have used MAC machine to create it. Requirements: Download ANE-In-App-purchase from GitHub. Download Air SDK Compiler Down

How to play video online using .Net

"How to play video online" For cutting a frame from a video, please refer to my following blog: Cut frame from a video In this article we will take a overview on cutting a frame using ffmpeg.exe file and then will discuss how to play the video o

How to create a web service

SOAP:Simple Object Access Protocol defines the request and response message format in a web service. It is XML-based communication format and encoding format for inter-application communication. SOAP is built to use for cross-platform, cross-language

How to send a key event to the device ?

There are two methods we use to send the key events: sendKeys() sendKeyEvent(int) Every keyboard event is associated with an integer value and we have to pass the integer value in the method to perform the desired action. Suppose if we have to pr

Switch list/grid view using jQuery

Hi all, Below is an example of switching between list and grid view using jQuery. $( document ).ready(function() { $('.show-list').click(function(){ $('.wrapper').addClass('list-mode'); }); $('.hide-list').click(function(){

Animations in AngularJS using CSS

Animations are the effects that makes the visualization attractive and illusionary moving. In AngularJS we can use animations with the following directives :- Directive Animation Type ngRepeat enter, leave and move n

Binary Search using Java

Binary search is an efficient linear search algorithm which is also known as half-interval search or logarithmic search. In this algorithm we try to find the target value inside the linear structure. The range should be sorted in order to apply binar

1 61 103
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: