(Erin Cavanaugh) The advantages of JSON as a lightweight, interoperable data format have secured its place as the favored mechanism for serializing and transporting data on the web.
Tag: JSON / JAVA / XML
jQuery.ajax() with Automatic Login Management
(Member 11000643) Simple function that automatically manages the login process avoiding page refresh. This function can override the original jQuery.ajax().
Why You Need a Graphical JSON Schema Editor
(Erin Cavanaugh) The advantages of JSON as a lightweight, interoperable data format have secured its place as the favored mechanism for serializing and transporting data on the web.
Returning JavaScript: Undefined Marries NaN
(Gaurav Mohan Bansal) In this article we will learn about returning JavaScript Undefined and NaN.
Using jQuery to Perform Calculations in a Table
(Suprotim Agarwal) JavaScript supports basic mathematical operations like addition, subtraction, division and so on. These mathematical operations makes sense on numbers, but in HTML, the data that we read is in string format, which means the data is to converted to a number, before we can perform m
Returning JavaScript: Undefined Marries NaN
(Gaurav Mohan Bansal) In this article we will learn about returning JavaScript Undefined and NaN.
Using jQuery to Perform Calculations in a Table
(Suprotim Agarwal) JavaScript supports basic mathematical operations like addition, subtraction, division and so on. These mathematical operations makes sense on numbers, but in HTML, the data that we read is in string format, which means the data is to converted to a number, before we can perform m
MVC 4 Ajax File Upload Control – Workaround
(Yaseer Mumtaz) Though there are many good file upload controls available for MVC Ajax application, most of them are not free, so if you want to use file Upload in MVC Ajax application where you are not periodically uploading files and files are small in size, you can do the following workaround to
JavaScript Promises and Error Handling
(K. Scott Allen) Errors in asynchronous code typically require a messy number of if else checks and a careful inspection of parameter values. Promises allow asynchronous code to apply structured error handling. When using promises, you can pass an error handler to the then method or use a catch meth
MVC 4 Ajax File Upload Control – Workaround
(Yaseer Mumtaz) Though there are many good file upload controls available for MVC Ajax application, most of them are not free, so if you want to use file Upload in MVC Ajax application where you are not periodically uploading files and files are small in size, you can do the following workaround to
