Javascript is an object-oriented computer programming language commonly used to create interactive effects within web browsers.
Question:Having issues after converting json to csv, languages other than English encoded as special characters also mobile number displayed as exponential values
Description:I have used the javascript code for the conversion of json object to csv file and it was working fine when I have one language(English) but when i have added another language Arabic in my case , the generated csv showing special characters instead of Arabic characters and also mobile numbers are always displayed as exponential values in csv file.
Posted by: Junaid Aziz | Posted on: Dec 18, 2019
Question:convert my json object to csv downloadable file using jquery or javascript?
Description:I want to convert my json object to csv downloadable file for excel, I am having a simple list of submitted forms and the data is coming in the form of json against a ajax request on a controller method in C# ,that is why i want to convert my json on client side through jquery or javascipt.
Posted by: Umer khan | Posted on: Dec 12, 2019
Question:google's distance matrix api throwing MAX_DIMENSION_EXCEEDED exception
Description:I have used google distance matrix api to calculate road distances from my place to some near by places it was working fine when I have tested the code but when we have increased the number of records it has started giving the "MAX_DIMENSION_EXCEEDED" exception it seems that one can't calculate more distances as I have nearly 200 destination in total for which I have to calculate distances need help.
Posted by: Umer khan | Posted on: May 09, 2019
Question:what is purpose of using async or defer attribute ?
Description:what is purpose of using async or defer attribute on script tags or files and on css files and what is the difference between async and defer attribute and how to use them to efficiently load my scripts and styles.
Posted by: Umer khan | Posted on: Feb 11, 2019
Question:Glyphicons with Bootstrap 3 not working on some browsers randomly
Description:I have tried so many solutions by changing the font paths and I have verified that my fonts are always loading perfectly fine but still my icons sometimes shown broken. for example I have used class "glyphicon-log-in" which was sometimes displayed as "î…¡"
Posted by: Peter Andre | Posted on: Feb 04, 2019
Question:cookie value breaking at comma in some browsers
Description:I am storing some dynamic value in cookies which may or may not contains comma and I noticed that in some mobile browsers it is breaks the value and create a new cookie instead
Posted by: Umer khan | Posted on: Jan 02, 2019
Question:how to make my ajax based content visible to search engines to index?
Description:I have build a website which mainly update its content through ajax requests and I have noticed that this content is not visible to search engines, need help!!!
Posted by: Umer khan | Posted on: Dec 19, 2018
Question:what is maximum numbers of cookies allowed in website and what is maximum size of a web browser's cookie?
Description:I want to know about maximum numbers of cookies allowed in website and also what is maximum size of a web browser's cookie as per my knowledge it is 4kb?
Posted by: Umer khan | Posted on: Dec 17, 2018
Question:window.onload() is not firing in IE while same code working fine in chrome
Description:I was trying to register click event onload and it is working fine in chrome but the event not firing at all in IE even in the latest version of IE. I have tried following code <script type="text/javascript"> window.onload = function(){console.log('event fired');} </script>
Posted by: Junaid Aziz | Posted on: Dec 17, 2018
Question:how to check for null value while rendering my html using mustache.js ?
Description:For example I need to render conditional Image tag, if( {{ImagePath}} != null ) { <img src="{{ImagePath}}"/> } else{ <img src="Some static path"/> }
Posted by: Khalid Abbas | Posted on: Dec 13, 2018