All Questions

by Rasi | 06/01/17 | 2 Answers | Tags : Javascript , not-not-operator , operators Views : 860
what is !! (not not) operator in JavaScript? how it useful in JavaScript coding and how to use it ?

Read more

by rajiv | 06/01/17 | 2 Answers | Tags : PHP , best-way-to-code , PHP-7 , Spaceship-Operator , how-it-work Views : 1416
PHP 7 had introduced new operator <=> called the Spaceship Operator . so what it does ? what is best use of it ? is it help or increase load of web application ?

Read more

by Rasi | 06/01/17 | 1 Answers | Tags : JSON , comments , data-exchange-with-comment Views : 968
Is that possible to use comment in JSON . like sending data to one server to another server , server to Client side . is that possible we can send comment along side with data Can comments be used in JSON , IF yes how is that possible to use comment in JSON ?

Read more

by Rasi | 06/01/17 | 1 Answers | Tags : Javascript , JSON , serialize Views : 1108
trying to convert array or object to JSON format ,

Read more

by Rasi | 05/01/17 | 1 Answers | Tags : Javascript , JSON , best-way-to-code Views : 1077
how to remove a key or value or full key / value pair from JSON which is received by Ajax in JavaScript ?

Read more

by Rasi | 05/01/17 | 1 Answers | Tags : Javascript , Object , acess-property-of-object , best-way-to-code Views : 1426
how to remove a property from a JavaScript Object ? example object :: need to remove element selector from a JavaScript Object , or some time alter value / remove value of a property from a JavaScript Object ? how we can remove property of JavaScript Object with best coding standard , with best way so it give us good performance for removing thousands of the Object ?

Read more

by | 05/01/17 | 1 Answers | Tags : array , Java , type-casting , ArrayList Views : 1000
convert array ---> ArrayList suppose array is defined like this whether it auto type conversion array to ArrayList or any conversion method or what ?

Read more

by web-api | 04/01/17 | 5 Answers | Tags : jQuery , Javascript , Url Views : 2597
how to get current URL by JavaScript or by jQuery suppose i am browsing http://www.example.com/direct/json.html#hash_value it i should get value of Url exact :: http://www.example.com/direct/json.html . if there is #hash_value than it should be removed.

Read more

by web-api | 04/01/17 | 1 Answers | Tags : Url , MAX-LENGTH , BROWSERS , HTTP Views : 1101
what is max length can be of a URL In differ browser , by any programming language(JavaScript) can we test it , so where it actually give us error by saying we reach at max length of the URL by browser limit

Read more

by web-api | 04/01/17 | 1 Answers | Tags : Url , URI , URN Views : 1180
What is difference between URL , URI and URN ? is there any differnce or all are the same in simple word please explain URL vs URI vs URN

Read more

by web-api | 04/01/17 | 1 Answers | Tags : Javascript , Closures Views : 943
what is JavaScript Closures ? How JavaScript Closures work ? how it be useful over simple function in JavaScript ?

Read more

by yogi | 04/01/17 | 1 Answers | Tags : Javascript , encode , url-encode Views : 985
how to encode URL in JavaScript need to encode URL when passing it as query string in URL in javascript

Read more

by yogi | 04/01/17 | 1 Answers | Tags : jQuery , Javascript , MooTools , JavaScript-Framework , Url , Query-String Views : 1051
How to get Query String from URL at JavaScript or any framework like jQuery , Mootools .i want to avoid extra over head of bytes so i want to keep it with JavaScript core . but if easy to do with framework or plugin . i can try it out .

Read more

by Phpworker | 04/01/17 | 1 Answers | Tags : Javascript , regular-expression , regex , YouTube Views : 1354
how to get video id form YouTube video URL in JavaScript . may be by JavaScript Regex or any other way . it should work with any format of url but return video id . so i can use it with other server call

Read more

by | 04/01/17 | 2 Answers | Tags : PHP , Security , sanitize , input-filter , user-input-filter Views : 911
which is the best way to sanitize user input with PHP ? user input is open gates to system . so if we do not secure this gate , than many malware and virus enter in system which lead website crash and system shutdown. some time cause non recoverable situation so is there any strong and secure filter which we apply to website gates so there is no loss at long time by hacker.

Read more

by | 04/01/17 | 1 Answers | Tags : PHP , cURL , Web API , YouTube-API Views : 1018
how to get YouTube video thumbnail by YouTube API ? by calling web api through CURL and PHP ,is it possible to get YouTube video thumbnail ?

Read more

by | 04/01/17 | 2 Answers | Tags : Java , static , final Views : 1232
what is difference between keyword "Static" and "final" keyword in java , what are the use of it so we can justify and utilize object oriented concept , if good example will great help

Read more

by yogi | 03/01/17 | 1 Answers | Tags : gcc , g++ Views : 891
want to know pros and cons of gcc and g++ ? what is difference between gcc and g++ ? which one is good for C++ development ?

Read more

by | 31/12/16 | 2 Answers | Tags : c++ , Web API , HTTP-REQUEST Views : 1207
how to make HTTP REQUEST in c++ ? trying to call web api for checking latest install of software and inshort on calling HTTP REQUEST it give me some info and need to use it in c++ so how one can make HTTP call to server in c++ ?

Read more

by web-api | 30/12/16 | 3 Answers | Tags : Javascript , CopyToClipBoard Views : 2545
how to Copy to clipboard by JavaScript after getting value of textarea or input box . how to copy it to clipboard so one can paste at where he want.

Read more