
Search In
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 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
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({
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
.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:
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
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
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
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”>
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
