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

Search In

Encryption/Decryption function in Sql Server

To encrypt and decrypt a string we have a predefined functions in Sql Server 2008 that are easy to use. Suppose we want to save some data that doesn't need to be exposed as a plain text then in such case we can use these functions, in real scenario a

Artificial Intelligence in web applications

Artificial intelligence is an area of computer science which deal with creation of machines or software , which have the mind like human , which can understand and can react on different situation and which can develop it self . Artificial intellige

Send JSON Objects with an ajax request

Hi, To send an ajax request, we have number of functions in jQuery. But to send JSON object along with the request, I chose jQuer.ajax(). It takes various parameters url, type, data, dataType, beforeSend etc. See below steps jQuery.ajax({

Blur image using objective-c and swift

Hello Reader's If you want to blur image in objective c and swift then copy this code in your project and just call this function. In this code , Blur effect is 50 percent . For Objective C :- -(UIImage *)convertToBlurImage:(UIImage *)image

Difference between Angular.service and Angular.factory

.thisN b{font-size:14px;} .thisN h4{padding: 8px 0 ;margin: 0;font-size:16px;} .snippet-wrap pre.sh_sourceCode , .thisN pre{margin: 0 0 0 5px;display:inline-block;font-style:normal;padding: 0 5px;border-radius:0;} Services Syntax:

SpeechRecognizer.ERROR_NO_MATCH:

Hello guies, As i was working on and speech recognition module i encountered a mysterious bug while the listener called for the second time to listen for voice input. Bug detail :- When you call the listener of the SpeechRecognizer instance for

How to apply autocomplete feature to textbox with jQuery?

Sometimes we need to implement autocomplete feature to input field for searching purpose. We can do this by using "autocomplete()" with jQuery. Example: In the below example I have created an array of country names and passed that as source to autoc

What is the difference between jquery.size() and jquery.length ?

Hello Readers, In jquery both works and gives the same result but now the time in current version of jquery we use the jquery.length because jquery.size is depreciated. Below is the some points about this properties : jquery.size() and jquery.le

What is the difference between parent() and parents() methods in jQuery ?

Hello Readers, parent() : this function travels only one level in the DOM tree. parents() : this function search through the whole DOM tree. For Example : Given the following HTML : <html> <body> <div class=”one”>

decodeURI() function in JavaScript

JavaScript decodeURI() function : The decodeURI() function is used to decode the encoded URL. Syntax of decodeURI() function : decodeURI(uri) uri : Required. This is the encoded url which need to encode. Example of decodeURI() function : Foll

1 73 282
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: